We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4a389 commit 36fac2fCopy full SHA for 36fac2f
build/template-install-dependencies.yaml
@@ -3,6 +3,26 @@
3
#install dotnet core
4
5
steps:
6
+- task: UseDotNet@2
7
+ displayName: 'Use .NET SDK 3.1'
8
+ inputs:
9
+ version: 3.1.x
10
+
11
12
+ displayName: 'Use .NET SDK 6.0.x'
13
14
+ version: 6.0.x
15
16
17
+ displayName: 'Use .NET SDK 7.0.x'
18
19
+ version: 7.0.x
20
21
22
+ displayName: 'Use .NET SDK 8.0.x'
23
24
+ version: 8.0.x
25
26
- task: UseDotNet@2
27
displayName: 'Use .NET SDK 9.0.x'
28
inputs:
0 commit comments