Skip to content

Commit 9ad0e4b

Browse files
committed
Install the .NET 6 SDK in CI script
1 parent 20940ee commit 9ad0e4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
timeoutInMinutes: 60
1717
steps:
1818

19+
# Install the .NET 6 SDK
20+
- task: UseDotNet@2
21+
displayName: Install the .NET 6 SDK
22+
inputs:
23+
version: 6.0.x
24+
1925
# Install the .NET 7 SDK
2026
- task: UseDotNet@2
2127
displayName: Install the .NET 7 SDK

0 commit comments

Comments
 (0)