We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3599a5 commit 1093984Copy full SHA for 1093984
1 file changed
azure-pipelines-official.yml
@@ -76,9 +76,8 @@ extends:
76
inputs:
77
version: '$(DotNetVersion)'
78
includePreviewVersions: true
79
- - task: VSBuild@1
+ - task: DotNetCoreCLI@2
80
displayName: 'Build Solution'
81
82
- projects: 'MSBuildSdks.sln'
83
- msbuildArgs: '$(MSBuildArgs)'
84
- msbuildArchitecture: 'x64'
+ command: 'build'
+ arguments: '$(MSBuildArgs)'
0 commit comments