File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -51,28 +51,6 @@ stages:
5151 name: "BuildAllPlatformBinaries"
5252 displayName: "Build all platform binaries"
5353
54- - script : |
55- mkdir -p ./output/bins
56- cd ./output
57- find . -name '*.tgz' -print -exec mv -t ./bins/ {} +
58- find . -name '*.zip' -print -exec mv -t ./bins/ {} +
59- shopt -s extglob
60- rm -rf !("bins")
61- name: "PrepareArtifacts"
62- displayName: "Prepare Artifacts"
63-
64- - task : CopyFiles@2
65- inputs :
66- sourceFolder : " output"
67- targetFolder : $(Build.ArtifactStagingDirectory)
68- condition : succeeded()
69-
70- - task : PublishBuildArtifacts@1
71- inputs :
72- artifactName : " output"
73- pathtoPublish : " $(Build.ArtifactStagingDirectory)"
74- condition : succeeded()
75-
7654 - stage : containerize
7755 displayName : Build Images
7856 dependsOn :
You can’t perform that action at this time.
0 commit comments