Skip to content

Commit 2d32e86

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent e266a4f commit 2d32e86

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ steps:
3737
command: 'restore'
3838
feedsToUse: 'select'
3939

40-
- task: DotNetCoreCLI@2
41-
displayName: "Build"
40+
- task: MSBuild@1
4241
inputs:
43-
command: 'build'
44-
arguments: '--no-restore --configuration $(buildConfiguration)'
42+
solution: '**/*.sln'
43+
configuration: '$(buildConfiguration)'
4544

4645
- task: DotNetCoreCLI@2
4746
displayName: "Test"

0 commit comments

Comments
 (0)