Skip to content

Commit

Permalink
edit script
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermooo committed Mar 25, 2015
1 parent 970fab2 commit 87fbf2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/Publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

param([string]$Tag)

throw "not ready for use"

function AbortIfProcessFailed {
param([string]$message)
if ($LASTEXITCODE) { throw $message }
Expand Down

0 comments on commit 87fbf2e

Please sign in to comment.