We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a438d6d commit 03a1ea4Copy full SHA for 03a1ea4
.github/workflows/CI_release.yml
@@ -3,7 +3,7 @@ pool:
3
4
variables:
5
ARTIFACT_DIR: $(Build.ArtifactStagingDirectory)
6
- ESRP_CONNECTION_NAME: ${esrpConnectionName}
+ ESRP_CONNECTION_NAME: $(esrpConnectionName)
7
8
stages:
9
- stage: BuildAndPackage
@@ -59,3 +59,4 @@ stages:
59
artifactName: 'vsix-artifact'
60
publishLocation: 'Container'
61
displayName: 'Publish VSIX Artifact'
62
+
0 commit comments