[doVcpkgRelease] ErrorActionPreference = "Stop"

To prevent tags from being created on fail
This commit is contained in:
Alexander Karatarakis 2016-10-05 17:20:45 -07:00
parent 12d9cba5d8
commit 6b2ac13699

View File

@ -2,7 +2,7 @@
param(
)
$ErrorActionPreference = "Stop"
$version = git show HEAD:toolsrc/VERSION.txt
#Remove the quotes from the string
$version = $version.Substring(1, $version.length - 2)