Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Siegel <me@dansiegel.net>2017-05-24 02:30:36 +0300
committerDan Siegel <me@dansiegel.net>2017-05-24 02:30:36 +0300
commit60aca03013587222a342523e57b6cd0ba8db4a71 (patch)
tree343e71507b5165fd3de2b5bd2bc4fc408bc3f28a
parent46c7a8c6cf1afd7ec0e53cafe4a3c4fb43c61b71 (diff)
changing CI builds to follow {version}-ci{build} instead of {version}-beta{build}
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5456eb4..a290927 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -36,7 +36,7 @@ init:
else
{
- $informationalVersion += "-beta$env:APPVEYOR_BUILD_NUMBER"
+ $informationalVersion += "-ci$env:APPVEYOR_BUILD_NUMBER"
}
Update-AppveyorBuild -Version $informationalVersion