Skip to content

Commit 5d486f6

Browse files
committed
Freeze build release version to 0.1.5 for M1.5
1 parent b99b5f8 commit 5d486f6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pipelines/build-pipelines.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ variables:
1414
buildPlatform: 'Any CPU'
1515
buildConfiguration: 'Release'
1616
major: 0
17-
minor: 0
18-
# Maintain a separate patch value between CI and PR runs.
19-
# The counter is reset when the minor version is updated.
20-
patch: $[counter(format('{0}_{1}', variables['build.reason'], variables['minor']), 0)]
17+
minor: 1
18+
patch: 5
2119
publishNugetToFeed: $(isNugetRelease)
2220

2321
steps:

0 commit comments

Comments
 (0)