File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -67,26 +67,25 @@ jobs:
67
67
env :
68
68
SignType : $(signType)
69
69
70
+ - task : CopyFiles@2
71
+ inputs :
72
+ SourceFolder : ' $(Build.SourcesDirectory)/vsix'
73
+ TargetFolder : ' $(Build.SourcesDirectory)/Packages/VSIX_$(channel)'
74
+
75
+ - task : 1ES.PublishBuildArtifacts@1
76
+ condition : succeeded()
77
+ displayName : ' Publish VSIXs'
78
+ inputs :
79
+ PathtoPublish : ' $(Build.SourcesDirectory)/Packages'
80
+ ArtifactName : ' Packages'
81
+
70
82
- ${{ if eq(parameters.isOfficial, true) }} :
71
- - task : 1ES.PublishBuildArtifacts@1
72
- condition : succeeded()
73
- displayName : ' Publish VSIXs'
74
- inputs :
75
- PathtoPublish : ' $(Build.SourcesDirectory)/vsix'
76
- ArtifactName : ' VSIX_$(channel)'
77
83
- task : 1ES.PublishBuildArtifacts@1
78
84
condition : succeededOrFailed()
79
85
displayName : ' Publish Signing Logs'
80
86
inputs :
81
87
PathtoPublish : ' $(Build.SourcesDirectory)/out/logs'
82
88
ArtifactName : ' ${{ parameters.platform }} Signing Logs'
83
- - ${{ else }} :
84
- - task : PublishBuildArtifacts@1
85
- condition : succeeded()
86
- displayName : ' Publish VSIXs'
87
- inputs :
88
- PathtoPublish : ' $(Build.SourcesDirectory)/vsix'
89
- ArtifactName : ' VSIX_$(channel)'
90
89
91
90
- script : npm run test:artifacts
92
- displayName : ' Run artifacts tests'
91
+ displayName : ' Run artifacts tests'
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ extends:
45
45
inputs :
46
46
- input : pipelineArtifact
47
47
pipeline : officialBuildCI
48
+ artifactName : Packages
48
49
destinationPath : $(Pipeline.Workspace)
49
50
strategy :
50
51
runOnce :
You can’t perform that action at this time.
0 commit comments