|
91 | 91 | downloadDirectory: $(Build.SourcesDirectory)
|
92 | 92 | vstsFeed: WindowsInboxApps
|
93 | 93 | vstsFeedPackage: calculator-internals
|
94 |
| - vstsPackageVersion: 0.0.109 |
| 94 | + vstsPackageVersion: 0.0.111 |
95 | 95 |
|
96 | 96 | - task: PowerShell@2
|
97 | 97 | displayName: Generate MsixBundle mapping
|
@@ -120,20 +120,24 @@ jobs:
|
120 | 120 | - pwsh: |
|
121 | 121 | $configPath = "$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-codesign.json"
|
122 | 122 | $config = Get-Content -Raw $configPath | ConvertFrom-Json
|
123 |
| - $esrpClientId = $config.AppRegistrationClientId |
124 |
| - $esrpTenantId = $config.AppRegistrationTenantId |
125 |
| - echo ClientId:$esrpClientId, TenantId:$esrpTenantId |
| 123 | + $esrpAppRegClientId = $config.AppRegistrationClientId |
| 124 | + $esrpAppRegTenantId = $config.AppRegistrationClientId |
| 125 | + $esrpClientId = $config.EsrpClientId |
| 126 | + echo AppRegistrationClientId:$esrpAppRegClientId, AppRegTenantId:$esrpAppRegTenantId, EsrpClientId:$esrpClientId |
| 127 | + echo "##vso[task.setvariable variable=EsrpAppRegClientId]$esrpAppRegClientId" |
| 128 | + echo "##vso[task.setvariable variable=EsrpAppRegTenantId]$esrpAppRegTenantId" |
126 | 129 | echo "##vso[task.setvariable variable=EsrpClientId]$esrpClientId"
|
127 |
| - echo "##vso[task.setvariable variable=EsrpTenantId]$esrpTenantId" |
128 | 130 | displayName: Get ESRP config
|
129 | 131 |
|
130 | 132 | - task: EsrpCodeSigning@5
|
131 | 133 | displayName: Send msixbundle to code signing service
|
132 | 134 | inputs:
|
133 |
| - ConnectedServiceName: Essential Experiences Codesign ARM |
134 |
| - AppRegistrationClientId: $(EsrpClientId) |
135 |
| - AppRegistrationTenantId: $(EsrpTenantId) |
136 |
| - AuthAKVName: EE-CodeSignKeyVault |
| 135 | + ConnectedServiceName: Essential Experiences Codesign PME |
| 136 | + UseMSIAuthentication: true |
| 137 | + AppRegistrationClientId: $(EsrpAppRegClientId) |
| 138 | + AppRegistrationTenantId: $(EsrpAppRegTenantId) |
| 139 | + EsrpClientId: $(EsrpClientId) |
| 140 | + AuthAKVName: EE-Apps-CodeSign-KV |
137 | 141 | AuthCertName: EE-Auth-Cert
|
138 | 142 | AuthSignCertName: EE-Codesign-Cert
|
139 | 143 | FolderPath: $(Build.ArtifactStagingDirectory)\msixBundle
|
|
0 commit comments