Skip to content

Commit 2aeb726

Browse files
authored
Merge pull request #101 from garath/mistucke/add-net6-sdk
Add .NET 6 to the build
2 parents 8557c64 + f362a95 commit 2aeb726

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

azure-pipelines.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ jobs:
3232
Contents: '**/*'
3333

3434
- task: UseDotNet@2
35-
displayName: Use .Net Core sdk 3.1.201
35+
displayName: Install .NET Sdk
3636
inputs:
37-
version: 3.1.201
37+
useGlobalJson: true
3838

3939
- task: UseDotNet@2
40-
displayName: Use .Net Core sdk 2.1.805
40+
displayName: Install .NET 3.1 runtime
4141
inputs:
42-
version: 2.1.805
42+
packageType: runtime
43+
version: 3.1.x
4344

4445
- script: |
4546
dotnet tool restore

0 commit comments

Comments
 (0)