Skip to content

Commit 017cd73

Browse files
authored
Update CI_release.yml with debug variable
1 parent 434f7d3 commit 017cd73

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
@@ -4,6 +4,7 @@ pool:
44
variables:
55
STAGING_DIR: $(Build.ArtifactStagingDirectory)
66
ARTIFACT_DIR: '$(STAGING_DIR)/vsix'
7+
system.debug: 'true'
78

89

910
stages:
@@ -59,7 +60,7 @@ stages:
5960
AppRegistrationClientId: $(appRegistrationClientId)
6061
AppRegistrationTenantId: $(esrpTenantId)
6162
EsrpClientId: $(esrpClientId)
62-
ProvisionStorage: false
63+
ProvisionStorage: 'false'
6364
UseMSIAuthentication: true
6465
AuthAKVName: $(esrpAuthAkvName)
6566
AuthSignCertName: $(esrpAuthCertName)
@@ -102,3 +103,4 @@ stages:
102103

103104

104105

106+

0 commit comments

Comments
 (0)