Skip to content

Commit 87fbf2e

Browse files
committed
edit script
1 parent 970fab2 commit 87fbf2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/Publish.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
param([string]$Tag)
77

8+
throw "not ready for use"
9+
810
function AbortIfProcessFailed {
911
param([string]$message)
1012
if ($LASTEXITCODE) { throw $message }

0 commit comments

Comments
 (0)