Skip to content

Commit 8db9cc7

Browse files
committed
CI
1 parent 7d40a3d commit 8db9cc7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ steps:
2222
version: 8.0.x
2323
includePreviewVersions: false
2424
installationPath: $(Agent.ToolsDirectory)/dotnet
25+
26+
- task: UseDotNet@2
27+
displayName: 'use .NET 9.0 SDK'
28+
inputs:
29+
packageType: sdk
30+
version: 9.0.x
31+
includePreviewVersions: false
32+
installationPath: $(Agent.ToolsDirectory)/dotnet
2533

2634
- script: |
2735
echo dotnet --version

0 commit comments

Comments
 (0)