From e07569202c02e7aa097858790b055bf86974196a Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Wed, 10 Apr 2019 14:57:58 -0700 Subject: [PATCH] Minor cleanup changes --- build.ps1 | 2 +- .../Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.ps1 b/build.ps1 index 3815fcdd..73a98d06 100644 --- a/build.ps1 +++ b/build.ps1 @@ -115,7 +115,7 @@ if($Test.IsPresent) { try { # Update the help and diff the result. $docsPath = Join-Path $PSScriptRoot docs cmdlets - Update-MarkdownHelp -Path $docsPath + $null = Update-MarkdownHelp -Path $docsPath $diff = git diff $docsPath if ($diff) { throw "Cmdlet help docs are not up-to-date, run Update-MarkdownHelp.`n$diff`n" diff --git a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj index 7e4880c4..76450576 100644 --- a/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj +++ b/test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj @@ -2,7 +2,6 @@ netcoreapp2.2 - false @@ -10,7 +9,6 @@ -