Skip to content

Commit a9babad

Browse files
authored
Fix exit code
1 parent 7af3619 commit a9babad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildtools/checkpackages/check.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ if ($LASTEXITCODE -eq 0)
1212
Package restore succeded for '${package}', expected to fail.
1313
This usually means that the package has been already published.
1414
Please, bump the version to fix this failure." -ErrorAction Stop
15+
} else {
16+
exit 0
1517
}

0 commit comments

Comments
 (0)