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