Skip to content

Commit 7fa4a45

Browse files
committed
Merge pull request #2013 from sharwell/incremental-switch
Fix handling of Incremental switch in build.ps1
2 parents b44da38 + e7012c6 commit 7fa4a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If (-not $?) {
7676
exit $LASTEXITCODE
7777
}
7878

79-
if (-not $Incremental) {
79+
if ($Incremental) {
8080
# Skip NuGet validation and copying packages to the output directory
8181
exit 0
8282
}

0 commit comments

Comments
 (0)