Skip to content

Commit f8ea9bb

Browse files
authoredJan 21, 2025
Match Build Number and Version (#5055)
1 parent a01a130 commit f8ea9bb

5 files changed

+8
-7
lines changed
 

‎build/ProjectReunion-BuildFoundation.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# This file has been adapted to use as a non-OneBranch PR validation yml in the WindowsAppSDK Foundation repository
22
# Prior to 1.4, this file was used to build official release builds. This role has been moved to WindowsAppSDK-Foundation-Release.yml
3+
4+
name: $(version)
5+
36
trigger: none
47

58
resources:

‎build/ProjectReunion-CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# see https://docs.microsoft.com/azure/devops/pipelines/process/phases for info on yaml ADO jobs
2-
name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
2+
name: $(version)
3+
34
variables:
45
- template: WindowsAppSDK-Versions.yml
56
- template: WindowsAppSDK-CommonVariables.yml

‎build/WindowsAppSDK-Foundation-Nightly.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
# #
1515
#####################################################################################################################################
1616

17-
# Add this for VPack versioning when using Package ES Setup task
18-
# name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
17+
name: $(version)
1918

2019
# https://aka.ms/obpipelines/triggers
2120
trigger: none

‎build/WindowsAppSDK-Foundation-Official.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
# #
1515
#####################################################################################################################################
1616

17-
# Add this for VPack versioning when using Package ES Setup task
18-
# name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
17+
name: $(version)
1918

2019
# https://aka.ms/obpipelines/triggers
2120
trigger: none

‎build/WindowsAppSDK-Foundation-PR.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
# #
1515
#####################################################################################################################################
1616

17-
# Add this for VPack versioning when using Package ES Setup task
18-
# name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
17+
name: $(version)
1918

2019
# https://aka.ms/obpipelines/triggers
2120
trigger: none

0 commit comments

Comments
 (0)
Please sign in to comment.