Skip to content

Commit

Permalink
try fixing the capitalization so jobs don't show up twice in github (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspimentel committed Aug 16, 2019
1 parent 34bcc0c commit 75539e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:

jobs:

- job: linux
- job: Linux

pool:
vmImage: ubuntu-16.04
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
testResultsFiles: test/**/*.trx
condition: succeededOrFailed()

- job: windows
- job: Windows

pool:
vmImage: windows-2019
Expand Down

0 comments on commit 75539e5

Please sign in to comment.