We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a389275 commit 273f452Copy full SHA for 273f452
pipelines/build.yml
@@ -8,11 +8,11 @@ pool:
8
vmImage: 'windows-2022'
9
10
steps:
11
-# Step 1: Install .NET 9.0 SDK
+# Step 1: Install .NET 10.0 SDK
12
- task: UseDotNet@2
13
inputs:
14
packageType: 'sdk'
15
- version: '9.0.x' # Use the latest .NET 9.0 SDK version
+ version: '10.0.x' # Use the latest .NET 9.0 SDK version
16
installationPath: $(Agent.ToolsDirectory)/dotnet
17
18
# Step 2: Verify .NET SDK Installation
0 commit comments