Skip to content

Commit 0d9bf6a

Browse files
authored
Switch to PME signing service (#2298)
* update package version * temp * service connection * reset
1 parent 41fc032 commit 0d9bf6a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

build/pipelines/templates/build-single-architecture.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
downloadDirectory: $(Build.SourcesDirectory)
5656
vstsFeed: WindowsInboxApps
5757
vstsFeedPackage: calculator-internals
58-
vstsPackageVersion: 0.0.114
58+
vstsPackageVersion: 0.0.117
5959

6060
- task: NuGetToolInstaller@1
6161
displayName: Use NuGet 6.x

build/pipelines/templates/package-msixbundle.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
downloadDirectory: $(Build.SourcesDirectory)
9292
vstsFeed: WindowsInboxApps
9393
vstsFeedPackage: calculator-internals
94-
vstsPackageVersion: 0.0.114
94+
vstsPackageVersion: 0.0.117
9595

9696
- task: PowerShell@2
9797
displayName: Generate MsixBundle mapping

build/pipelines/templates/release-vpack.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,23 @@ jobs:
2828
contents: Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle
2929
targetFolder: $(Pipeline.Workspace)\vpack\msixBundle
3030

31+
- task: AzureCLI@2
32+
displayName: Register SBOM sign service connection
33+
inputs:
34+
azureSubscription: Essential Experiences SBOMSign PME
35+
scriptType: ps
36+
scriptLocation: inlineScript
37+
inlineScript: Write-Host "Registering service connection for current run"
38+
visibleAzLogin: false
39+
3140
- task: UniversalPackages@0
3241
displayName: Download internals package
3342
inputs:
3443
command: download
3544
downloadDirectory: $(Build.SourcesDirectory)
3645
vstsFeed: WindowsInboxApps
3746
vstsFeedPackage: calculator-internals
38-
vstsPackageVersion: 0.0.114
47+
vstsPackageVersion: 0.0.117
3948

4049
- pwsh: |
4150
$configPath = "$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json"

0 commit comments

Comments
 (0)