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 +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 6565 platform : ' $(buildPlatform)'
6666 configuration : ' $(buildConfiguration)'
6767 msbuildVersion : ' 16.0'
68- msbuildArguments : ' /property:TargetVsixContainer=$(ArtifactDirectory)\GitHub.VisualStudio.vsix;IsProductComponent=$(IsProductComponent);DeployExtension=False;GitHubVS_ClientId=$(GitHubVS_ClientId);GitHubVS_ClientSecret=$(GitHubVS_ClientSecret)'
68+ msbuildArguments : |
69+ /p:TargetVsixContainer=$(ArtifactDirectory)\GitHub.VisualStudio.vsix
70+ /p:IsProductComponent=$(IsProductComponent)
71+ /p:DeployExtension=False
72+ /p:GitHubVS_ClientId=$(GitHubVS_ClientId)
73+ /p:GitHubVS_ClientSecret=$(GitHubVS_ClientSecret)
6974
7075 - task : PublishBuildArtifacts@1
7176 inputs :
7984 platform : ' $(buildPlatform)'
8085 configuration : ' $(buildConfiguration)'
8186 msbuildVersion : ' 16.0'
82- msbuildArguments : ' /property:TargetVsixContainer=$(ArtifactDirectory)\GitHub.VisualStudio.16.vsix;IsProductComponent=$(IsProductComponent);DeployExtension=False'
87+ msbuildArguments : |
88+ /p:TargetVsixContainer=$(ArtifactDirectory)\GitHub.VisualStudio.16.vsix
89+ /p:IsProductComponent=$(IsProductComponent)
90+ /p:DeployExtension=False
8391
8492 - task : PublishBuildArtifacts@1
8593 inputs :
You can’t perform that action at this time.
0 commit comments