Skip to content

Commit 34c3cf5

Browse files
authored
Update CI_release.yml
1 parent 03a1ea4 commit 34c3cf5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI_release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ stages:
3030

3131
- script: |
3232
echo "Artifact dir is $ARTIFACT_DIR"
33-
echo "esrpConnectionName dir is $esrpConnectionName"
33+
echo "esrpConnectionName dir is $ESRP_CONNECTION_NAME"
3434
# cp vscode-edge-devtools.vsix $(ARTIFACT_DIR)
3535
displayName: 'Copy VSIX to Artifact Staging Directory'
3636
env:
3737
ARTIFACT_DIR: $(ARTIFACT_DIR)
38-
esrpConnectionName: $(esrpConnectionName)
38+
ESRP_CONNECTION_NAME: $(ESRP_CONNECTION_NAME)
3939
4040
- task: EsrpCodeSigning@6
4141
inputs:
@@ -60,3 +60,4 @@ stages:
6060
publishLocation: 'Container'
6161
displayName: 'Publish VSIX Artifact'
6262

63+

0 commit comments

Comments
 (0)