Skip to content

Commit 0844f49

Browse files
authored
Refactor CI_release.yml for clarity and structure
1 parent 83c43ee commit 0844f49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ pool:
33

44
variables:
55
ARTIFACT_DIR: $(Build.ArtifactStagingDirectory)
6-
- name: ESRP_CONNECTION_NAME
7-
value: initialValue
6+
ESRP_CONNECTION_NAME: 'initialValue'
87

98
stages:
109
- stage: BuildAndPackage
@@ -66,3 +65,4 @@ stages:
6665

6766

6867

68+

0 commit comments

Comments
 (0)