Skip to content

Commit 7628e76

Browse files
committed
yml
1 parent 59e04e5 commit 7628e76

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/azure.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# 'Allow scripts to access the OAuth token' was selected in pipeline. Add the following YAML to any steps requiring access:
22
# env:
33
# MY_ACCESS_TOKEN: $(System.AccessToken)
4-
# Variable 'MajorVersion' was defined in the Variables tab
5-
# Variable 'MinorVersion' was defined in the Variables tab
64
# Cron Schedules have been converted using UTC Time Zone and may need to be updated for your location
75
# Multi-job configuration must be converted to matrix strategy: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/phases?view=azure-devops&tabs=yaml#multi-job-configuration
86
# Multi-job configuration must be converted to matrix strategy: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/phases?view=azure-devops&tabs=yaml#multi-job-configuration
@@ -17,7 +15,7 @@ schedules:
1715
branches:
1816
include:
1917
- refs/heads/master
20-
name: $(MajorVersion).$(MinorVersion).$(date:yyMMdd)$(rev:.r)
18+
name: 2.0.$(date:yyMMdd)$(rev:.r)
2119
resources:
2220
repositories:
2321
- repository: self
@@ -226,8 +224,8 @@ jobs:
226224
pushPkgName: CppWinRT.Compiler
227225
target: $(OSBuildToolsRoot)\cppwinrt
228226
provData: false
229-
majorVer: $(MajorVersion)
230-
minorVer: $(MinorVersion)
227+
majorVer: 2
228+
minorVer: 0
231229
patchVer: $(PatchVersion)
232230
prereleaseVer: $(Build.SourceBranchName).$(BuildPlatform).$(BuildConfiguration).$(Build.BuildNumber).$(Build.SourceVersion)
233231
symBaselineOutput: $(Build.SourcesDirectory)\x86\cppwinrt
@@ -264,8 +262,8 @@ jobs:
264262
pushPkgName: CppWinRT.MSBuild
265263
target: $(OSBuildToolsRoot)\cppwinrt
266264
provData: false
267-
majorVer: $(MajorVersion)
268-
minorVer: $(MinorVersion)
265+
majorVer: 2
266+
minorVer: 0
269267
patchVer: $(PatchVersion)
270268
prereleaseVer: $(Build.SourceBranchName).$(Build.BuildNumber).$(Build.SourceVersion)
271269
- task: CopyFiles@2

0 commit comments

Comments
 (0)