Skip to content

Commit 3c1ee84

Browse files
ASP.NET Core requires the full SDK and not just the runtime
1 parent e76edb1 commit 3c1ee84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/steps-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ steps:
1010
- task: UseDotNet@2
1111
displayName: Install .NET 3.1
1212
inputs:
13-
packageType: runtime
13+
packageType: sdk
1414
version: 3.1.x
1515

1616
- task: UseDotNet@2
1717
displayName: Install .NET 5.0
1818
inputs:
19-
packageType: runtime
19+
packageType: sdk
2020
version: 5.0.x
2121

2222
- task: UseDotNet@2

0 commit comments

Comments
 (0)