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 970fab2 commit 87fbf2eCopy full SHA for 87fbf2e
bin/Publish.ps1
@@ -5,6 +5,8 @@
5
6
param([string]$Tag)
7
8
+throw "not ready for use"
9
+
10
function AbortIfProcessFailed {
11
param([string]$message)
12
if ($LASTEXITCODE) { throw $message }
0 commit comments