We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af3619 commit a9babadCopy full SHA for a9babad
buildtools/checkpackages/check.ps1
@@ -12,4 +12,6 @@ if ($LASTEXITCODE -eq 0)
12
Package restore succeded for '${package}', expected to fail.
13
This usually means that the package has been already published.
14
Please, bump the version to fix this failure." -ErrorAction Stop
15
+} else {
16
+ exit 0
17
}
0 commit comments