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 46151e6 commit e643d44Copy full SHA for e643d44
.azure-pipelines/common-templates/install-tools.yml
@@ -2,17 +2,6 @@
2
# Licensed under the MIT License.
3
4
steps:
5
- - task: UseDotNet@2
6
- displayName: "Use .NET 6" # needed for ESRP signing
7
- inputs:
8
- version: 6.x
9
-
10
11
- displayName: Use .NET SDK
12
13
- debugMode: false
14
- version: 7.x
15
16
- task: UseDotNet@2
17
displayName: Use .NET SDK
18
inputs:
0 commit comments