File tree 1 file changed +14
-7
lines changed
1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -72,20 +72,27 @@ jobs:
72
72
SourceFolder : ' $(Build.SourcesDirectory)/vsix'
73
73
TargetFolder : ' $(Build.SourcesDirectory)/Packages/VSIX_$(channel)'
74
74
75
- - task : 1ES.PublishBuildArtifacts@1
76
- condition : succeeded()
77
- displayName : ' Publish VSIXs'
78
- inputs :
79
- PathtoPublish : ' $(Build.SourcesDirectory)/Packages'
80
- ArtifactName : ' Packages'
81
-
82
75
- ${{ 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'
83
82
- task : 1ES.PublishBuildArtifacts@1
84
83
condition : succeededOrFailed()
85
84
displayName : ' Publish Signing Logs'
86
85
inputs :
87
86
PathtoPublish : ' $(Build.SourcesDirectory)/out/logs'
88
87
ArtifactName : ' ${{ parameters.platform }} Signing Logs'
89
88
89
+ - ${{ else }} :
90
+ - task : PublishBuildArtifacts@1
91
+ condition : succeeded()
92
+ displayName : ' Publish VSIXs'
93
+ inputs :
94
+ PathtoPublish : ' $(Build.SourcesDirectory)/Packages'
95
+ ArtifactName : ' Packages'
96
+
90
97
- script : npm run test:artifacts
91
98
displayName : ' Run artifacts tests'
You can’t perform that action at this time.
0 commit comments