Skip to content

Commit 8e756ee

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent e899c3f commit 8e756ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ steps:
1717
inputs:
1818
command: 'restore'
1919
feedsToUse: 'select'
20-
displayName: 'Restore'
20+
displayName: 'Restore Packages'
2121
- task: DotNetCoreCLI@2
2222
inputs:
2323
command: 'build'
24-
displayName: 'Build'
24+
displayName: 'Build Project'
2525

2626
- task: DotNetCoreCLI@2
2727
inputs:
2828
command: 'test'
29-
displayName: 'Test'
29+
displayName: 'Run Unit Tests'

0 commit comments

Comments
 (0)