Skip to content

Commit 8dc1d27

Browse files
authored
Update build.yml
1 parent b1c5dc2 commit 8dc1d27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
steps:
2+
- task: DotNetCoreInstaller@0
3+
inputs:
4+
version: '2.2.300'
5+
displayName: 'Install .NET Core SDK'
26
- script: dotnet msbuild build.proj /p:Configuration=$(buildConfiguration)
37
displayName: 'Run Build'

0 commit comments

Comments
 (0)