Skip to content

Commit 4783c84

Browse files
committed
Leverage NuGet Verbose mode to list the included binaries
1 parent 9f5a012 commit 4783c84

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

download.build.artifacts.and.package.ps1

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,9 @@ Remove-Item "$($package.FullName).ext\libgit2\linux\amd64\addbinaries.here"
124124
Move-Item "$($osxBins.FullName).ext\libgit2\osx\*.dylib" "$($package.FullName).ext\libgit2\osx"
125125
Remove-Item "$($package.FullName).ext\libgit2\osx\addbinaries.here"
126126

127-
Write-Host -ForegroundColor "Yellow" "Listing binaries to be packaged"
128-
Foreach ($item in (Get-ChildItem "$path" -Filter "*git2-*.*" -Recurse))
129-
{
130-
Write-Host -ForegroundColor "White" "-> $($item.FullName)"
131-
}
132-
133127
Write-Host -ForegroundColor "Yellow" "Building final NuGet package"
134128
Push-location "$($package.FullName).ext"
135-
& "$root/Nuget.exe" pack "LibGit2Sharp.NativeBinaries.nuspec" -OutputDirectory "$path" -NoPackageAnalysis
129+
& "$root/Nuget.exe" pack "LibGit2Sharp.NativeBinaries.nuspec" -OutputDirectory "$path" -NoPackageAnalysis -Verbosity "detailed"
136130
Pop-Location
137131
Remove-Item "$path\*.ext" -Recurse
138132

0 commit comments

Comments
 (0)