We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755f3f3 commit 0c245a8Copy full SHA for 0c245a8
1 file changed
.ado/publish.yml
@@ -174,7 +174,7 @@ jobs:
174
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
175
displayName: CodeSign Binaries
176
inputs:
177
- ConnectedServiceName: ESRP-JsHost
+ ConnectedServiceName: ESRP-JsHost2
178
FolderPath: $(Build.SourcesDirectory)/out/bin/Release
179
# Recursively finds files matching these patterns:
180
Pattern: |
@@ -218,7 +218,7 @@ jobs:
218
219
displayName: CodeSign NuGets
220
221
222
FolderPath: $(Build.SourcesDirectory)/out/pkg
223
224
**/Microsoft.JavaScript.NodeApi.*.nupkg
0 commit comments