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 6dc806c commit 3c67a9eCopy full SHA for 3c67a9e
build/template-Build-run-tests-sign.yml
@@ -7,6 +7,24 @@ steps:
7
- script: echo $(MicrosoftIdentityModelVersion)
8
displayName: 'display MicrosoftIdentityModelVersion'
9
10
+- task: UseDotNet@2
11
+ displayName: 'Use .Net Core SDK 2.x'
12
+ inputs:
13
+ version: 2.x
14
+ installationPath: $(Agent.ToolsDirectory)/dotnet
15
+
16
17
+ displayName: 'Use .Net Core SDK 6.x'
18
19
+ version: 6.x
20
21
22
23
+ displayName: 'Use .Net Core SDK 8.x'
24
25
+ version: 8.x
26
27
28
- task: UseDotNet@2
29
displayName: 'Use .Net Core SDK 9.x'
30
inputs:
0 commit comments