Skip to content

Commit b9d3319

Browse files
committed
fixup! .azure-pipelines/release.yml: add .NET Tool release pipeline
1 parent ad870be commit b9d3319

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.azure-pipelines/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,10 +516,10 @@ extends:
516516
displayName: 'Sign payload'
517517
inputs:
518518
connectedServiceName: '$(esrpConnectionName)'
519+
useMSIAuthentication: true
519520
appRegistrationClientId: '$(esrpClientId)'
520521
appRegistrationTenantId: '$(esrpTenantId)'
521522
authAkvName: '$(esrpAuthAkvName)'
522-
authCertName: '$(esrpAuthCertName)'
523523
authSignCertName: '$(esrpAuthSignCertName)'
524524
serviceEndpointUrl: '$(esrpEndpointUrl)'
525525
folderPath: '$(Build.ArtifactStagingDirectory)/payload'
@@ -563,10 +563,10 @@ extends:
563563
displayName: 'Sign payload'
564564
inputs:
565565
connectedServiceName: '$(esrpConnectionName)'
566+
useMSIAuthentication: true
566567
appRegistrationClientId: '$(esrpClientId)'
567568
appRegistrationTenantId: '$(esrpTenantId)'
568569
authAkvName: '$(esrpAuthAkvName)'
569-
authCertName: '$(esrpAuthCertName)'
570570
authSignCertName: '$(esrpAuthSignCertName)'
571571
serviceEndpointUrl: '$(esrpEndpointUrl)'
572572
folderPath: '$(Build.ArtifactStagingDirectory)/packages'

0 commit comments

Comments
 (0)