Skip to content

Commit

Permalink
Fix exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
vzarytovskii authored Jan 19, 2023
1 parent 7af3619 commit a9babad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildtools/checkpackages/check.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ if ($LASTEXITCODE -eq 0)
Package restore succeded for '${package}', expected to fail.
This usually means that the package has been already published.
Please, bump the version to fix this failure." -ErrorAction Stop
} else {
exit 0
}

0 comments on commit a9babad

Please sign in to comment.