Skip to content

Commit

Permalink
Remove artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeavon committed Nov 20, 2017
1 parent 9a63438 commit 582a8d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/check-release-version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ If ($tagged -eq "true" -and $tag_name.StartsWith("v") -and $branch -eq "master")
"Envrionment variable 'semver' set:" + $Env:semver
"Envrionment variable 'mssemver' set:" + $Env:mssemver
"Envrionment variable 'appveyor_version' set:" + $Env:appveyor_version

$Env:artifact_name = $Env:artifact_name_prefix + '.' + $Env:mssemver + '.zip'

}Else{
"** Naughty, naughty, very naughty, tagged version: " + $tagged_version.ToString() + " doesn't match build version:" + $version.ToString() + " **"
"** If this was intentional you should manually bump the version in appveyor.yml **"
Expand Down

0 comments on commit 582a8d1

Please sign in to comment.