Skip to content

Commit 612584a

Browse files
authored
Refactor CI_release.yml for improved readability
1 parent 691ae1a commit 612584a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/CI_release.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ stages:
3838
3939
- task: EsrpCodeSigning@6
4040
inputs:
41-
ConnectedServiceName: '$(esrpConnectionName)'
42-
AppRegistrationClientId: '$(appRegistrationClientId)'
43-
AppRegistrationTenantId: '$(esrpTenantId)'
44-
EsrpClientId: '$(esrpClientId)'
41+
ConnectedServiceName: $(esrpConnectionName)
42+
AppRegistrationClientId: $(appRegistrationClientId)
43+
AppRegistrationTenantId: $(esrpTenantId)
44+
EsrpClientId: $(esrpClientId)
4545
UseMSIAuthentication: true
46-
AuthAKVName: '$(esrpAuthAkvName)'
47-
AuthSignCertName: '$(esrpAuthCertName)'
48-
FolderPath: '$(ARTIFACT_DIR)'
46+
AuthAKVName: $(esrpAuthAkvName)
47+
AuthSignCertName: $(esrpAuthCertName)
48+
FolderPath: $(ARTIFACT_DIR)
4949
Pattern: '*.vsix'
5050
SessionTimeout: '60'
5151
MaxConcurrency: '50'
@@ -67,3 +67,4 @@ stages:
6767

6868

6969

70+

0 commit comments

Comments
 (0)