Skip to content

Commit

Permalink
Use new code signing connection (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoroz authored Oct 26, 2023
1 parent 755f3f3 commit 0c245a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
displayName: CodeSign Binaries
inputs:
ConnectedServiceName: ESRP-JsHost
ConnectedServiceName: ESRP-JsHost2
FolderPath: $(Build.SourcesDirectory)/out/bin/Release
# Recursively finds files matching these patterns:
Pattern: |
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
displayName: CodeSign NuGets
inputs:
ConnectedServiceName: ESRP-JsHost
ConnectedServiceName: ESRP-JsHost2
FolderPath: $(Build.SourcesDirectory)/out/pkg
Pattern: |
**/Microsoft.JavaScript.NodeApi.*.nupkg
Expand Down

0 comments on commit 0c245a8

Please sign in to comment.