fixed bug

This commit is contained in:
David Sparer
2017-03-22 16:27:28 -06:00
parent 45099bfa07
commit c0f2d2aa84

View File

@@ -31,6 +31,7 @@ param (
[string]
[Parameter(Mandatory=$true)]
[ValidateSet("true","false")]
# true/false
$IsDraft,
@@ -42,7 +43,6 @@ param (
[string]
[Parameter(Mandatory=$true)]
[ValidateSet("true","false")]
# Path to the zip file to upload with the release
$ZipFilePath,