mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-06 05:01:07 -07:00
Switch to PME signing service (#2298)
* update package version * temp * service connection * reset
This commit is contained in:
parent
41fc032bee
commit
0d9bf6a909
3 changed files with 12 additions and 3 deletions
|
@ -55,7 +55,7 @@ jobs:
|
||||||
downloadDirectory: $(Build.SourcesDirectory)
|
downloadDirectory: $(Build.SourcesDirectory)
|
||||||
vstsFeed: WindowsInboxApps
|
vstsFeed: WindowsInboxApps
|
||||||
vstsFeedPackage: calculator-internals
|
vstsFeedPackage: calculator-internals
|
||||||
vstsPackageVersion: 0.0.114
|
vstsPackageVersion: 0.0.117
|
||||||
|
|
||||||
- task: NuGetToolInstaller@1
|
- task: NuGetToolInstaller@1
|
||||||
displayName: Use NuGet 6.x
|
displayName: Use NuGet 6.x
|
||||||
|
|
|
@ -91,7 +91,7 @@ jobs:
|
||||||
downloadDirectory: $(Build.SourcesDirectory)
|
downloadDirectory: $(Build.SourcesDirectory)
|
||||||
vstsFeed: WindowsInboxApps
|
vstsFeed: WindowsInboxApps
|
||||||
vstsFeedPackage: calculator-internals
|
vstsFeedPackage: calculator-internals
|
||||||
vstsPackageVersion: 0.0.114
|
vstsPackageVersion: 0.0.117
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Generate MsixBundle mapping
|
displayName: Generate MsixBundle mapping
|
||||||
|
|
|
@ -28,6 +28,15 @@ jobs:
|
||||||
contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle
|
contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle
|
||||||
targetFolder: $(Pipeline.Workspace)\vpack\msixBundle
|
targetFolder: $(Pipeline.Workspace)\vpack\msixBundle
|
||||||
|
|
||||||
|
- task: AzureCLI@2
|
||||||
|
displayName: Register SBOM sign service connection
|
||||||
|
inputs:
|
||||||
|
azureSubscription: Essential Experiences SBOMSign PME
|
||||||
|
scriptType: ps
|
||||||
|
scriptLocation: inlineScript
|
||||||
|
inlineScript: Write-Host "Registering service connection for current run"
|
||||||
|
visibleAzLogin: false
|
||||||
|
|
||||||
- task: UniversalPackages@0
|
- task: UniversalPackages@0
|
||||||
displayName: Download internals package
|
displayName: Download internals package
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -35,7 +44,7 @@ jobs:
|
||||||
downloadDirectory: $(Build.SourcesDirectory)
|
downloadDirectory: $(Build.SourcesDirectory)
|
||||||
vstsFeed: WindowsInboxApps
|
vstsFeed: WindowsInboxApps
|
||||||
vstsFeedPackage: calculator-internals
|
vstsFeedPackage: calculator-internals
|
||||||
vstsPackageVersion: 0.0.114
|
vstsPackageVersion: 0.0.117
|
||||||
|
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
$configPath = "$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json"
|
$configPath = "$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue