We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01163ba commit d388a63Copy full SHA for d388a63
1 file changed
.azure-pipelines/ci-build.yml
@@ -55,13 +55,19 @@ extends:
55
- pwsh: git config --system core.longpaths true
56
displayName: 'Enable long paths in git'
57
- checkout: self
58
+
59
+ - task: UseDotNet@2
60
+ displayName: 'Use .NET 8 sdk'
61
+ inputs:
62
+ packageType: sdk
63
+ version: 8.x
64
65
- task: UseDotNet@2
- displayName: 'Use .NET 8 and 10 sdk'
66
+ displayName: 'Use .NET 10 sdk'
67
inputs:
68
packageType: sdk
- version: |
- 8.x
- 10.x
69
+ version: 10.x
70
71
- task: DotNetCoreCLI@2
72
displayName: 'dotnet restore'
73
0 commit comments