This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 66pool :
77 vmImage : ' windows-latest'
88
9+ strategy :
10+ matrix :
11+ VSMarketplace :
12+ IsProductComponent : false
13+ VSInstaller :
14+ IsProductComponent : true
15+
916variables :
1017 githubvsSolution : ' GitHubVS.sln'
1118 essentialsSolution : ' src\GitHub.VisualStudio.16.sln'
4855 platform : ' $(buildPlatform)'
4956 configuration : ' $(buildConfiguration)'
5057 msbuildVersion : ' 16.0'
51- msbuildArguments : ' /property:DeployExtension=False;GitHubVS_ClientId=$(GitHubVS_ClientId);GitHubVS_ClientSecret=$(GitHubVS_ClientSecret)'
58+ msbuildArguments : ' /property:IsProductComponent=$(IsProductComponent); DeployExtension=False;GitHubVS_ClientId=$(GitHubVS_ClientId);GitHubVS_ClientSecret=$(GitHubVS_ClientSecret)'
5259
5360- task : MSBuild@1
5461 displayName : GitHub Essentials
5764 platform : ' $(buildPlatform)'
5865 configuration : ' $(buildConfiguration)'
5966 msbuildVersion : ' 16.0'
60- msbuildArguments : ' /property:DeployExtension=False'
67+ msbuildArguments : ' /property:IsProductComponent=$(IsProductComponent); DeployExtension=False'
6168
6269- task : VSTest@2
6370 inputs :
You can’t perform that action at this time.
0 commit comments