Skip to content

Commit 83c43ee

Browse files
authored
Update CI_release.yml
1 parent 2133253 commit 83c43ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI_release.yml

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

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

89
stages:
910
- stage: BuildAndPackage
@@ -64,3 +65,4 @@ stages:
6465

6566

6667

68+

0 commit comments

Comments
 (0)