Skip to content

Commit 03a1ea4

Browse files
authored
Reformat CI_release.yml for consistency
1 parent a438d6d commit 03a1ea4

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
@@ -3,7 +3,7 @@ pool:
33

44
variables:
55
ARTIFACT_DIR: $(Build.ArtifactStagingDirectory)
6-
ESRP_CONNECTION_NAME: ${esrpConnectionName}
6+
ESRP_CONNECTION_NAME: $(esrpConnectionName)
77

88
stages:
99
- stage: BuildAndPackage
@@ -59,3 +59,4 @@ stages:
5959
artifactName: 'vsix-artifact'
6060
publishLocation: 'Container'
6161
displayName: 'Publish VSIX Artifact'
62+

0 commit comments

Comments
 (0)