File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,9 @@ Add-Type -assembly "System.Io.Compression.Filesystem"
136
136
[Io.Compression.ZipFile ]::ExtractToDirectory(" $ ( $osxBins.FullName ) " , " $ ( $osxBins.FullName ) .ext" )
137
137
138
138
Write-Host - ForegroundColor " Yellow" " Including non Windows build artifacts"
139
- Move-Item " $ ( $linuxBins.FullName ) .ext\libgit2\linux-x64\*.so" " $ ( $package.FullName ) .ext\runtimes\linux-x64\native"
139
+ Move-Item " $ ( $linuxBins.FullName ) .ext\libgit2\linux-x64\native\ *.so" " $ ( $package.FullName ) .ext\runtimes\linux-x64\native"
140
140
Remove-Item " $ ( $package.FullName ) .ext\runtimes\linux-x64\native\addbinaries.here"
141
- Move-Item " $ ( $osxBins.FullName ) .ext\libgit2\osx\*.dylib" " $ ( $package.FullName ) .ext\runtimes\osx\native"
141
+ Move-Item " $ ( $osxBins.FullName ) .ext\libgit2\osx\native\ *.dylib" " $ ( $package.FullName ) .ext\runtimes\osx\native"
142
142
Remove-Item " $ ( $package.FullName ) .ext\runtimes\osx\native\addbinaries.here"
143
143
144
144
Write-Host - ForegroundColor " Yellow" " Building final NuGet package"
You can’t perform that action at this time.
0 commit comments