Skip to content

Commit 9f5a012

Browse files
committed
Disable package analysis while packing
1 parent 17fdeda commit 9f5a012

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

download.build.artifacts.and.package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Foreach ($item in (Get-ChildItem "$path" -Filter "*git2-*.*" -Recurse))
132132

133133
Write-Host -ForegroundColor "Yellow" "Building final NuGet package"
134134
Push-location "$($package.FullName).ext"
135-
& "$root/Nuget.exe" pack "LibGit2Sharp.NativeBinaries.nuspec" -OutputDirectory "$path"
135+
& "$root/Nuget.exe" pack "LibGit2Sharp.NativeBinaries.nuspec" -OutputDirectory "$path" -NoPackageAnalysis
136136
Pop-Location
137137
Remove-Item "$path\*.ext" -Recurse
138138

0 commit comments

Comments
 (0)