Skip to content

Commit e68248e

Browse files
authored
Build script fixed. (#3554)
1 parent fd7a896 commit e68248e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ function Create-NugetPackages {
890890
# Remove all locally built nuget packages before we start creating them
891891
# we are leaving them in the folder after uzipping them for easier review.
892892
if (Test-Path $packageOutputDir) {
893-
Remove-Item $packageOutputDir -Recurse -Force
893+
Remove-Item $packageOutputDir -Recurse -Force -Exclude "manifest","source-build"
894894
}
895895

896896
if (-not (Test-Path $packageOutputDir)) {

0 commit comments

Comments
 (0)