We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7a896 commit e68248eCopy full SHA for e68248e
scripts/build.ps1
@@ -890,7 +890,7 @@ function Create-NugetPackages {
890
# Remove all locally built nuget packages before we start creating them
891
# we are leaving them in the folder after uzipping them for easier review.
892
if (Test-Path $packageOutputDir) {
893
- Remove-Item $packageOutputDir -Recurse -Force
+ Remove-Item $packageOutputDir -Recurse -Force -Exclude "manifest","source-build"
894
}
895
896
if (-not (Test-Path $packageOutputDir)) {
0 commit comments