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.
2 parents 159c362 + 17dcdfd commit b8abd2bCopy full SHA for b8abd2b
build.yml
@@ -1,7 +1,8 @@
1
steps:
2
-- task: DotNetCoreInstaller@0
+- task: UseDotNet@2
3
inputs:
4
- version: '2.2.300'
5
- displayName: 'Install .NET Core SDK'
+ version: 2.2.300
+ displayName: Install .NET Core SDK
6
+
7
- script: dotnet msbuild build.proj /p:Configuration=$(buildConfiguration)
8
displayName: 'Run Build'
0 commit comments