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 349769f commit f2ff056Copy full SHA for f2ff056
.azure-pipelines/common-templates/install-tools.yml
@@ -5,7 +5,12 @@ steps:
5
- task: UseDotNet@2
6
displayName: Use .NET SDK
7
inputs:
8
- version: 6.x
+ version: 8.x
9
+
10
+ - task: UseDotNet@2
11
+ displayName: Use .NET SDK
12
+ inputs:
13
+ version: 6.x
14
15
- task: NuGetToolInstaller@1
16
displayName: Install Nuget
0 commit comments