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