We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b44da38 + e7012c6 commit 7fa4a45Copy full SHA for 7fa4a45
1 file changed
build/build.ps1
@@ -76,7 +76,7 @@ If (-not $?) {
76
exit $LASTEXITCODE
77
}
78
79
-if (-not $Incremental) {
+if ($Incremental) {
80
# Skip NuGet validation and copying packages to the output directory
81
exit 0
82
0 commit comments