Skip to content

Commit

Permalink
Give displayName to tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
hardywood-k committed Nov 25, 2018
1 parent 60f66e7 commit 5b7fd16
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 @@ -9,12 +9,15 @@ variables:
steps:
- task: NuGetToolInstaller@0
- task: DotNetCoreCLI@2
displayName: 'Restore'
inputs:
command: 'restore'
- task: DotNetCoreCLI@2
displayName: 'Build'
inputs:
command: 'build'
- task: DotNetCoreCLI@2
displayName: 'Test'
inputs:
command: 'test'
projects: 'Libplanet.Tests'

0 comments on commit 5b7fd16

Please sign in to comment.