Skip to content

Commit 7b4492b

Browse files
authored
install net8 and 9 in azure (#933)
1 parent 6ece355 commit 7b4492b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ stages:
5858
inputs:
5959
packageType: "sdk"
6060
version: 7.0.x
61+
- task: UseDotNet@2
62+
displayName: "Install .NET Core 8.0 SDK"
63+
inputs:
64+
packageType: "sdk"
65+
version: 8.0.x
66+
- task: UseDotNet@2
67+
displayName: "Install .NET Core 9.0 SDK"
68+
inputs:
69+
packageType: "sdk"
70+
version: 9.0.x
6171
- task: UseDotNet@2
6272
displayName: "Install .NET Core SDK"
6373
inputs:

0 commit comments

Comments
 (0)