File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -72,20 +72,27 @@ jobs:
7272 SourceFolder : ' $(Build.SourcesDirectory)/vsix'
7373 TargetFolder : ' $(Build.SourcesDirectory)/Packages/VSIX_$(channel)'
7474
75- - task : 1ES.PublishBuildArtifacts@1
76- condition : succeeded()
77- displayName : ' Publish VSIXs'
78- inputs :
79- PathtoPublish : ' $(Build.SourcesDirectory)/Packages'
80- ArtifactName : ' Packages'
81-
8275 - ${{ if eq(parameters.isOfficial, true) }} :
76+ - task : 1ES.PublishBuildArtifacts@1
77+ condition : succeeded()
78+ displayName : ' Publish VSIXs'
79+ inputs :
80+ PathtoPublish : ' $(Build.SourcesDirectory)/Packages'
81+ ArtifactName : ' Packages'
8382 - task : 1ES.PublishBuildArtifacts@1
8483 condition : succeededOrFailed()
8584 displayName : ' Publish Signing Logs'
8685 inputs :
8786 PathtoPublish : ' $(Build.SourcesDirectory)/out/logs'
8887 ArtifactName : ' ${{ parameters.platform }} Signing Logs'
8988
89+ - ${{ else }} :
90+ - task : PublishBuildArtifacts@1
91+ condition : succeeded()
92+ displayName : ' Publish VSIXs'
93+ inputs :
94+ PathtoPublish : ' $(Build.SourcesDirectory)/Packages'
95+ ArtifactName : ' Packages'
96+
9097 - script : npm run test:artifacts
9198 displayName : ' Run artifacts tests'
You can’t perform that action at this time.
0 commit comments