Skip to content

Commit e7012c6

Browse files
committed
Fix handling of Incremental switch in build.ps1
1 parent b44da38 commit e7012c6

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)