Skip to content

Commit

Permalink
Building inside container in order to locally debug build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmarsh committed Oct 19, 2019
1 parent 7d2f336 commit c879964
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ pr:
pool:
vmImage: 'ubuntu-latest'

container: golang:1.13

variables:
windows64Dist: ./dist/windows/
linux64Dist: ./dist/linux/
Expand Down Expand Up @@ -55,7 +57,7 @@ steps:
displayName: 'Create GitHub Release'
inputs:
action: create
tagSource: 'auto'
tagSource: 'User specified tag'
gitHubConnection: Github
repositoryName: Optum/dce-cli
isDraft: true
Expand Down

0 comments on commit c879964

Please sign in to comment.