Skip to content

Commit 4aa8c51

Browse files
committed
ci: use .net 9
1 parent 6dfab3b commit 4aa8c51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.azure-pipelines/cd-build-deploy-dotnet-v1.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ extends:
5050
name: Azure-Pipelines-1ESPT-ExDShared
5151
vmImage: windows-latest
5252
steps:
53+
- task: UseDotNet@2
54+
displayName: 'Use .NET 9'
55+
inputs:
56+
version: 9.x
5357
- task: UseDotNet@2
5458
displayName: 'Use .NET 8'
5559
inputs:

0 commit comments

Comments
 (0)