We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da88099 commit 48cc7eeCopy full SHA for 48cc7ee
appveyor.yml
@@ -8,7 +8,7 @@ configuration: Release
8
init:
9
- git config --global core.autocrlf true
10
- ps: $env:GIT_HASH=$env:APPVEYOR_REPO_COMMIT.Substring(0, 10)
11
- - ps: If ("$env:APPVEYOR_REPO_TAG" -ne "true") { $env:VERSION_SUFFIX="-preview" }
+ - ps: If ("$env:APPVEYOR_REPO_TAG" -ne "true") { $env:VERSION_SUFFIX="-pre" }
12
13
assembly_info:
14
patch: true
0 commit comments