Skip to content

Commit abbc0b3

Browse files
authored
Minor cleanup changes (Azure#191)
1 parent a521829 commit abbc0b3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ if($Test.IsPresent) {
115115
try {
116116
# Update the help and diff the result.
117117
$docsPath = Join-Path $PSScriptRoot docs cmdlets
118-
Update-MarkdownHelp -Path $docsPath
118+
$null = Update-MarkdownHelp -Path $docsPath
119119
$diff = git diff $docsPath
120120
if ($diff) {
121121
throw "Cmdlet help docs are not up-to-date, run Update-MarkdownHelp.`n$diff`n"

test/Unit/Microsoft.Azure.Functions.PowerShellWorker.Test.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
<Import Project="..\..\PowerShellWorker.Common.props" />
33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.2</TargetFramework>
5-
65
<IsPackable>false</IsPackable>
76
</PropertyGroup>
87

98
<ItemGroup>
109
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
1110
<PackageReference Include="xunit" Version="2.3.1" />
1211
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
13-
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
1412
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.0" />
1513
</ItemGroup>
1614

0 commit comments

Comments
 (0)