Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
yangpanMS committed Sep 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bb37a4c commit 9e74a41
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pipelines/azure-pipelines-linux.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ pool:
vmImage: ubuntu-latest

variables:
VcVersion : 1.9.5
VcVersion : 1.10.0
ROOT: $(Build.SourcesDirectory)
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
ENABLE_PRS_DELAYSIGN: 1
2 changes: 1 addition & 1 deletion .pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ pool:
vmImage: windows-latest

variables:
VcVersion : 1.9.5
VcVersion : 1.10.0
ROOT: $(Build.SourcesDirectory)
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
ENABLE_PRS_DELAYSIGN: 1

0 comments on commit 9e74a41

Please sign in to comment.