File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,15 +124,9 @@ Remove-Item "$($package.FullName).ext\libgit2\linux\amd64\addbinaries.here"
124124Move-Item " $ ( $osxBins.FullName ) .ext\libgit2\osx\*.dylib" " $ ( $package.FullName ) .ext\libgit2\osx"
125125Remove-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-
133127Write-Host - ForegroundColor " Yellow" " Building final NuGet package"
134128Push-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 "
136130Pop-Location
137131Remove-Item " $path \*.ext" - Recurse
138132
You can’t perform that action at this time.
0 commit comments