We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a1ea4 commit 34c3cf5Copy full SHA for 34c3cf5
.github/workflows/CI_release.yml
@@ -30,12 +30,12 @@ stages:
30
31
- script: |
32
echo "Artifact dir is $ARTIFACT_DIR"
33
- echo "esrpConnectionName dir is $esrpConnectionName"
+ echo "esrpConnectionName dir is $ESRP_CONNECTION_NAME"
34
# cp vscode-edge-devtools.vsix $(ARTIFACT_DIR)
35
displayName: 'Copy VSIX to Artifact Staging Directory'
36
env:
37
ARTIFACT_DIR: $(ARTIFACT_DIR)
38
- esrpConnectionName: $(esrpConnectionName)
+ ESRP_CONNECTION_NAME: $(ESRP_CONNECTION_NAME)
39
40
- task: EsrpCodeSigning@6
41
inputs:
@@ -60,3 +60,4 @@ stages:
60
publishLocation: 'Container'
61
displayName: 'Publish VSIX Artifact'
62
63
+
0 commit comments