Skip to content

Commit 48cc7ee

Browse files
committed
Changed the tag name to pre
1 parent da88099 commit 48cc7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ configuration: Release
88
init:
99
- git config --global core.autocrlf true
1010
- ps: $env:GIT_HASH=$env:APPVEYOR_REPO_COMMIT.Substring(0, 10)
11-
- ps: If ("$env:APPVEYOR_REPO_TAG" -ne "true") { $env:VERSION_SUFFIX="-preview" }
11+
- ps: If ("$env:APPVEYOR_REPO_TAG" -ne "true") { $env:VERSION_SUFFIX="-pre" }
1212

1313
assembly_info:
1414
patch: true

0 commit comments

Comments
 (0)