File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 45
45
runVersion : ' latestFromBranch'
46
46
runBranch : ' refs/heads/$(BUILD_BRANCH)'
47
47
path : $(Build.ArtifactStagingDirectory)/download
48
+ allowPartiallySucceededBuilds : true
48
49
displayName : " Download sonic swss common deb packages"
49
50
- task : DownloadPipelineArtifact@2
50
51
inputs :
55
56
runVersion : ' latestFromBranch'
56
57
runBranch : ' refs/heads/$(BUILD_BRANCH)'
57
58
path : $(Build.ArtifactStagingDirectory)/download
59
+ allowPartiallySucceededBuilds : true
58
60
displayName : " Download sonic sairedis deb packages"
59
61
- task : DownloadPipelineArtifact@2
60
62
inputs :
Original file line number Diff line number Diff line change 86
86
runVersion : ' latestFromBranch'
87
87
runBranch : ' refs/heads/$(BUILD_BRANCH)'
88
88
path : $(Build.ArtifactStagingDirectory)/download
89
+ allowPartiallySucceededBuilds : true
89
90
patterns : |
90
91
libswsscommon_1.0.0_${{ parameters.arch }}.deb
91
92
libswsscommon-dev_1.0.0_${{ parameters.arch }}.deb
99
100
runVersion : ' latestFromBranch'
100
101
runBranch : ' refs/heads/$(BUILD_BRANCH)'
101
102
path : $(Build.ArtifactStagingDirectory)/download
103
+ allowPartiallySucceededBuilds : true
102
104
patterns : |
103
105
libsaivs_*.deb
104
106
libsaivs-dev_*.deb
You can’t perform that action at this time.
0 commit comments