Skip to content

Commit

Permalink
Build script fixed. (#3554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois committed Apr 8, 2022
1 parent fd7a896 commit e68248e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.ps1
Expand Up @@ -890,7 +890,7 @@ function Create-NugetPackages {
# Remove all locally built nuget packages before we start creating them
# we are leaving them in the folder after uzipping them for easier review.
if (Test-Path $packageOutputDir) {
Remove-Item $packageOutputDir -Recurse -Force
Remove-Item $packageOutputDir -Recurse -Force -Exclude "manifest","source-build"
}

if (-not (Test-Path $packageOutputDir)) {
Expand Down

0 comments on commit e68248e

Please sign in to comment.