We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7daed94 commit 757d4dfCopy full SHA for 757d4df
1 file changed
.github/workflows/CI_release.yml
@@ -39,7 +39,7 @@ stages:
39
40
- task: EsrpCodeSigning@6
41
inputs:
42
- ConnectedServiceName: $(ESRP_CONNECTION_NAME)
+ ConnectedServiceName: $(esrpConnectionName)
43
AppRegistrationClientId: $(appRegistrationClientId)
44
AppRegistrationTenantId: $(esrpTenantId)
45
EsrpClientId: $(esrpClientId)
@@ -62,3 +62,4 @@ stages:
62
63
64
65
+
0 commit comments