Skip to content

Commit

Permalink
Enable linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
asb2m10 committed Jul 8, 2020
1 parent 197dffb commit 4bff60b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
win:
imageName: 'vs2017-win2016'
isWindows: True
#lin:
# imageName: 'ubuntu-18.04'
# isLinux: True
lin:
imageName: 'ubuntu-18.04'
isLinux: True

pool:
vmImage: $(imageName)
Expand Down Expand Up @@ -182,10 +182,10 @@ jobs:
artifactName: 'WINDOWS_BUILD'
targetPath: $(Build.ArtifactStagingDirectory)

#- task: DownloadPipelineArtifact@0
# inputs:
# artifactName: 'LINUX_BUILD'
# targetPath: $(Build.ArtifactStagingDirectory)
- task: DownloadPipelineArtifact@0
inputs:
artifactName: 'LINUX_BUILD'
targetPath: $(Build.ArtifactStagingDirectory)

- bash: |
scripts/release-notes.sh > $(Build.ArtifactStagingDirectory)/ReleaseNotes.md
Expand Down

0 comments on commit 4bff60b

Please sign in to comment.