Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ee41c38

Browse files
committed
Pass GitHubVS_Client* to MSBuild as property
1 parent 7ea31d3 commit ee41c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ steps:
4848
platform: '$(buildPlatform)'
4949
configuration: '$(buildConfiguration)'
5050
msbuildVersion: '16.0'
51-
msbuildArguments: '/property:DeployExtension=False'
51+
msbuildArguments: '/property:DeployExtension=False;GitHubVS_ClientId=$(GitHubVS_ClientId);GitHubVS_ClientSecret=$(GitHubVS_ClientSecret)'
5252

5353
- task: MSBuild@1
5454
displayName: GitHub Essentials

0 commit comments

Comments
 (0)