Skip to content

Commit 19277f4

Browse files
authored
Add esrpConnectionName to CI release workflow
Updated the CI release workflow to include the esrpConnectionName variable in the echo statement.
1 parent 612584a commit 19277f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ stages:
3030

3131
- script: |
3232
echo "Artifact dir is $ARTIFACT_DIR"
33-
echo "Artifact dir is $ARTIFACT_DIR"
33+
echo "Artifact dir is $esrpConnectionName"
3434
# cp vscode-edge-devtools.vsix $(ARTIFACT_DIR)
3535
displayName: 'Copy VSIX to Artifact Staging Directory'
3636
env:
@@ -68,3 +68,4 @@ stages:
6868

6969

7070

71+

0 commit comments

Comments
 (0)