Skip to content

Commit

Permalink
publish also ubuntu build
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed May 8, 2020
1 parent 9a44ed8 commit 42e6cbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ stages:
pool:
vmImage: "windows-latest"
steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download macOS Build'
inputs:
artifact: 'UbuntuBuild'
path: $(Agent.TempDirectory)
- task: DownloadPipelineArtifact@2
displayName: 'Download macOS Build'
inputs:
Expand Down

0 comments on commit 42e6cbc

Please sign in to comment.