Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ steps:
- task: EsrpCodeSigning@5
displayName: 'ESRP CodeSigning - Authenticode MI'
inputs:
ConnectedServiceName: 'ForgeServiceConnection'
ConnectedServiceName: 'ForgeManagedIdentity'
UseMSIAuthentication: true
AppRegistrationClientId: 'ee5bddcd-7e6d-40c7-a645-8f0be9da4e24'
AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d'
Expand Down Expand Up @@ -102,7 +102,7 @@ steps:
- task: EsrpCodeSigning@5
displayName: 'ESRP CodeSigning - NuGet MI'
inputs:
ConnectedServiceName: 'ForgeServiceConnection'
ConnectedServiceName: 'ForgeManagedIdentity'
UseMSIAuthentication: true
AppRegistrationClientId: 'ee5bddcd-7e6d-40c7-a645-8f0be9da4e24'
AppRegistrationTenantId: '33e01921-4d64-4f8c-a055-5bdaffd5e33d'
Expand Down