Skip to content

Commit

Permalink
No more prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Jul 25, 2017
1 parent e55f470 commit f180ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/set-version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If($env:APPVEYOR_PULL_REQUEST_NUMBER -ne $null) {
} ElseIf($env:APPVEYOR_REPO_BRANCH -ne 'master' -and -not $env:APPVEYOR_REPO_BRANCH.StartsWith('release')) {
$PreReleaseName = '-' + $env:APPVEYOR_REPO_BRANCH
} Else {
$PreReleaseName = '-CI'
$PreReleaseName = '' # This was previously: '-CI'
}

$PSScriptFilePath = (Get-Item $MyInvocation.MyCommand.Path).FullName
Expand Down

0 comments on commit f180ee0

Please sign in to comment.