mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
ready for review
This commit is contained in:
parent
499986a475
commit
3da5f54778
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ trigger: none
|
||||||
pr: none
|
pr: none
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
versionMajor: 0 # Revert it back after passing tests
|
versionMajor: 11
|
||||||
versionMinor: 2403
|
versionMinor: 2403
|
||||||
versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)]
|
versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)]
|
||||||
versionPatch: 0
|
versionPatch: 0
|
||||||
|
|
|
@ -59,5 +59,5 @@ jobs:
|
||||||
taskLogVerbosity: Diagnostic
|
taskLogVerbosity: Diagnostic
|
||||||
coseUsageScenario: 'product'
|
coseUsageScenario: 'product'
|
||||||
signSbom: true
|
signSbom: true
|
||||||
sbomKeyCode: $(SbomkeyCode)
|
sbomKeyCode: $(SbomKeyCode)
|
||||||
pathToEsrpAuthJson: '$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json'
|
pathToEsrpAuthJson: '$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue