Skip to content

Commit e899c3f

Browse files
Update azure-pipelines.yml for Azure Pipelines
1 parent 00bcc65 commit e899c3f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

azure-pipelines.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,21 @@ trigger:
99
pool:
1010
vmImage: 'ubuntu-latest'
1111

12+
steps:
13+
14+
15+
1216
- task: DotNetCoreCLI@2
1317
inputs:
1418
command: 'restore'
1519
feedsToUse: 'select'
16-
displayName: 'Restore'
20+
displayName: 'Restore'
1721
- task: DotNetCoreCLI@2
1822
inputs:
1923
command: 'build'
20-
displayName: 'Build'
24+
displayName: 'Build'
2125

2226
- task: DotNetCoreCLI@2
2327
inputs:
2428
command: 'test'
25-
displayName: 'Test'
29+
displayName: 'Test'

0 commit comments

Comments
 (0)