Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 17, 2019
1 parent 3058d41 commit 19944c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ stages:
steps:
- template: azure/install-rust.yml@templates
- script: git log --graph --oneline
- script: git log --graph --oneline
# The extra verbosity is to help verify the example we're giving works and doesn't need to be copied
- script: cargo run -- HEAD~..HEAD^^2 --no-merge-commit -vvvv
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
Expand Down

0 comments on commit 19944c9

Please sign in to comment.