8000
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 b7902a7 commit ac6c62aCopy full SHA for ac6c62a
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 6.0.0-beta.4-{build}
+# version is set in tools\appveyor.psm1 - Invoke-AppVeyorInstall
2
3
image: Visual Studio 2017
4
tools/appveyor.psm1
@@ -191,6 +191,10 @@ function Invoke-AppVeyorInstall
191
{
192
# Make sure we have all the tags
193
Sync-PSTags -AddRemoteIfMissing
194
+ if($env:APPVEYOR_BUILD_NUMBER)
195
+ {
196
+ Update-AppveyorBuild -Version "$(Get-PSVersion -OmitCommitId)-$env:APPVEYOR_BUILD_NUMBER"
197
+ }
198
199
if(Test-DailyBuild){
200
$buildName = "[Daily]"
0 commit comments