Skip to content

Commit 71c3ba2

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 498a150 commit 71c3ba2

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

azure-pipelines.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ pool:
33

44
steps:
55

6-
- task: VSBuild@1
7-
displayName: build
6+
- task: DotNetCoreCLI@2
7+
displayName: 'build'
88
inputs:
9-
configuration: 'Release'
10-
msbuildArgs: '/restore'
9+
command: 'build'
1110

1211
- task: DotNetCoreCLI@2
13-
displayName: test
12+
displayName: 'test'
1413
inputs:
15-
command: 'test'
16-
nobuild: true
14+
command: 'test'

0 commit comments

Comments
 (0)