Skip to content

Commit

Permalink
wip: Try in-container build
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrewe committed Jul 24, 2020
1 parent 4cb9ada commit a480e79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ stages:
dependsOn: [python_dist]
pool:
vmImage: 'Ubuntu-18.04'
container: ubuntu:18.04
steps:
- download: current
artifact: build.pythondist
Expand All @@ -102,7 +103,7 @@ stages:
mv *.deb $(Build.ArtifactStagingDirectory)
displayName: Build Debian Package
- publish: "$(Build.ArtifactStagingDirectory)"
name: debian_pkg
artifact: deb
displayName: Publish Debian Package

- stage: publish
Expand Down

0 comments on commit a480e79

Please sign in to comment.