Skip to content

Commit 071af35

Browse files
committed
Remove initial package remains
1 parent 4783c84 commit 071af35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

download.build.artifacts.and.package.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ Remove-Item "$($package.FullName).ext\libgit2\osx\addbinaries.here"
126126

127127
Write-Host -ForegroundColor "Yellow" "Building final NuGet package"
128128
Push-location "$($package.FullName).ext"
129+
Remove-Item -Path ".\_rels\" -Recurse
130+
Remove-Item -Path ".\package\" -Recurse
131+
Remove-Item -Path '.\`[Content_Types`].xml'
129132
& "$root/Nuget.exe" pack "LibGit2Sharp.NativeBinaries.nuspec" -OutputDirectory "$path" -NoPackageAnalysis -Verbosity "detailed"
130133
Pop-Location
131134
Remove-Item "$path\*.ext" -Recurse

0 commit comments

Comments
 (0)