mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
update
This commit is contained in:
parent
841cb7bdaf
commit
abaa2c0d4f
4 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ trigger: none
|
|||
pr: none
|
||||
|
||||
variables:
|
||||
versionMajor: 0
|
||||
versionMajor: 11
|
||||
versionMinor: 2406
|
||||
versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)]
|
||||
versionPatch: 0
|
||||
|
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
downloadDirectory: $(Build.SourcesDirectory)
|
||||
vstsFeed: WindowsInboxApps
|
||||
vstsFeedPackage: calculator-internals
|
||||
vstsPackageVersion: 0.0.106
|
||||
vstsPackageVersion: 0.0.109
|
||||
|
||||
- task: NuGetToolInstaller@1
|
||||
displayName: Use NuGet 6.x
|
||||
|
|
|
@ -91,7 +91,7 @@ jobs:
|
|||
downloadDirectory: $(Build.SourcesDirectory)
|
||||
vstsFeed: WindowsInboxApps
|
||||
vstsFeedPackage: calculator-internals
|
||||
vstsPackageVersion: 0.0.108
|
||||
vstsPackageVersion: 0.0.109
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: Generate MsixBundle mapping
|
||||
|
@ -125,7 +125,7 @@ jobs:
|
|||
echo ClientId:$esrpClientId, TenantId:$esrpTenantId
|
||||
echo "##vso[task.setvariable variable=EsrpClientId]$esrpClientId"
|
||||
echo "##vso[task.setvariable variable=EsrpTenantId]$esrpTenantId"
|
||||
displayName: Get SBOM Key Code
|
||||
displayName: Get ESRP config
|
||||
|
||||
- task: EsrpCodeSigning@5
|
||||
displayName: Send msixbundle to code signing service
|
||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
downloadDirectory: $(Build.SourcesDirectory)
|
||||
vstsFeed: WindowsInboxApps
|
||||
vstsFeedPackage: calculator-internals
|
||||
vstsPackageVersion: 0.0.106
|
||||
vstsPackageVersion: 0.0.109
|
||||
|
||||
- pwsh: |
|
||||
$configPath = "$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue