Skip to content

Commit

Permalink
Merge pull request #5 from MiguelPeralvo/dev
Browse files Browse the repository at this point in the history
Show all variables
  • Loading branch information
MiguelPeralvo authored Jun 12, 2020
2 parents a76cdd1 + 67447c3 commit 5edc338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ stages:
vmImage: 'ubuntu-18.04'

steps:
- script: env | sort
displayName: 'Environment / Context'

- task: UsePythonVersion@0
displayName: 'Use Python 3.7'
inputs:
Expand Down

0 comments on commit 5edc338

Please sign in to comment.