Skip to content

Commit d4fa1bf

Browse files
authored
Refactor CI_release.yml for clarity and consistency
1 parent 508ee9c commit d4fa1bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ stages:
3030

3131
- script: |
3232
echo "Artifact dir is $ARTIFACT_DIR"
33-
echo "esrpConnectionName dir is $(esrpConnectionName)"
33+
echo "esrpConnectionName dir is $esrpConnectionName"
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)
3839
3940
- task: EsrpCodeSigning@6
4041
inputs:
@@ -70,3 +71,4 @@ stages:
7071

7172

7273

74+

0 commit comments

Comments
 (0)