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 +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 5858 platform : ' $(buildPlatform)'
5959 configuration : ' $(buildConfiguration)'
6060 msbuildVersion : ' 16.0'
61- msbuildArguments : ' /property:TargetVsixContainer=$(Build.SourcesDirectory)\build\$(buildConfiguration )\GitHub.VisualStudio-$(MatrixName) .vsix;IsProductComponent=$(IsProductComponent);DeployExtension=False;GitHubVS_ClientId=$(GitHubVS_ClientId);GitHubVS_ClientSecret=$(GitHubVS_ClientSecret)'
61+ msbuildArguments : ' /property:TargetVsixContainer=$(Build.ArtifactStagingDirectory)\$(MatrixName )\GitHub.VisualStudio.vsix;IsProductComponent=$(IsProductComponent);DeployExtension=False;GitHubVS_ClientId=$(GitHubVS_ClientId);GitHubVS_ClientSecret=$(GitHubVS_ClientSecret)'
6262
6363- task : MSBuild@1
6464 displayName : GitHub Essentials
6767 platform : ' $(buildPlatform)'
6868 configuration : ' $(buildConfiguration)'
6969 msbuildVersion : ' 16.0'
70- msbuildArguments : ' /property:TargetVsixContainer=$(Build.SourcesDirectory)\build\$(buildConfiguration )\GitHub.VisualStudio.16-$(MatrixName) .vsix;IsProductComponent=$(IsProductComponent);DeployExtension=False'
70+ msbuildArguments : ' /property:TargetVsixContainer=$(Build.ArtifactStagingDirectory)\$(MatrixName )\GitHub.VisualStudio.16.vsix;IsProductComponent=$(IsProductComponent);DeployExtension=False'
7171
7272- task : VSTest@2
7373 inputs :
@@ -78,13 +78,6 @@ steps:
7878 diagnosticsEnabled : true
7979 runSettingsFile : ' $(Build.SourcesDirectory)\test\test.runsettings'
8080
81- - task : CopyFiles@2
82- inputs :
83- contents : |
84- $(Build.SourcesDirectory)\build\$(buildConfiguration)\*.vsix
85- $(Build.SourcesDirectory)\build\$(buildConfiguration)\*.json
86- targetFolder : $(Build.ArtifactStagingDirectory)
87-
8881- task : PublishBuildArtifacts@1
8982 inputs :
9083 pathToPublish : $(Build.ArtifactStagingDirectory)
You can’t perform that action at this time.
0 commit comments