We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e266a4f commit 2d32e86Copy full SHA for 2d32e86
azure-pipelines.yml
@@ -37,11 +37,10 @@ steps:
37
command: 'restore'
38
feedsToUse: 'select'
39
40
-- task: DotNetCoreCLI@2
41
- displayName: "Build"
+- task: MSBuild@1
42
inputs:
43
- command: 'build'
44
- arguments: '--no-restore --configuration $(buildConfiguration)'
+ solution: '**/*.sln'
+ configuration: '$(buildConfiguration)'
45
46
- task: DotNetCoreCLI@2
47
displayName: "Test"
0 commit comments