Skip to content
Open
Changes from all commits
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
6 changes: 3 additions & 3 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 Expand Up @@ -139,5 +139,5 @@ steps:
inputs:
command: push
packagesToPush: '$(Build.SourcesDirectory)\Forge.TreeWalker\bin\Release\Microsoft.Forge.TreeWalker*.symbols.nupkg'
publishVstsFeed: 'ForgeArtifacts'
publishVstsFeed: 'One/ForgeArtifacts'
allowPackageConflicts: true