Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Nov 25, 2021
1 parent acce16b commit d87017c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ pool:
steps:

- task: VSBuild@1
displayName: Build
displayName: build
inputs:
configuration: 'Release'
msbuildArgs: '/restore'

- task: DotNetCoreCLI@2
displayName: Test
displayName: test
inputs:
command: 'test'
nobuild: true

0 comments on commit d87017c

Please sign in to comment.