Skip to content

Commit c63ded9

Browse files
committed
Update azure-devops.yml for Azure Pipelines
1 parent e237ce9 commit c63ded9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

azure-devops.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ steps:
1212
inputs:
1313
command: restore
1414

15-
- task: VSBuild@1
15+
- task: DotNetCoreCLI@2
1616
displayName: Build
17+
inputs:
18+
command: build
19+
arguments: --configuration release --verbosity minimal
20+
1721

1822
- task: VSTest@2
1923
displayName: Test

0 commit comments

Comments
 (0)