We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d003738 commit 2772d79Copy full SHA for 2772d79
build.ps1
@@ -3,7 +3,7 @@
3
dotnet --version
4
5
$versionPrefix = "4.5.0" # Also update version for minor versions in appveyor.yml
6
-$versionSuffix = "rc.1"
+$versionSuffix = ""
7
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
8
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
9
$versionPrefix = $versionFile
0 commit comments