File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments