We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612584a commit 19277f4Copy full SHA for 19277f4
1 file changed
.github/workflows/CI_release.yml
@@ -30,7 +30,7 @@ stages:
30
31
- script: |
32
echo "Artifact dir is $ARTIFACT_DIR"
33
- echo "Artifact dir is $ARTIFACT_DIR"
+ echo "Artifact dir is $esrpConnectionName"
34
# cp vscode-edge-devtools.vsix $(ARTIFACT_DIR)
35
displayName: 'Copy VSIX to Artifact Staging Directory'
36
env:
@@ -68,3 +68,4 @@ stages:
68
69
70
71
+
0 commit comments