Skip to content

Commit e643d44

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
Microsoft Graph DevX Tooling
authored and
Microsoft Graph DevX Tooling
committed
Drop unsupported net 6 and net 7
1 parent 46151e6 commit e643d44

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.azure-pipelines/common-templates/install-tools.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22
# Licensed under the MIT License.
33

44
steps:
5-
- task: UseDotNet@2
6-
displayName: "Use .NET 6" # needed for ESRP signing
7-
inputs:
8-
version: 6.x
9-
10-
- task: UseDotNet@2
11-
displayName: Use .NET SDK
12-
inputs:
13-
debugMode: false
14-
version: 7.x
15-
165
- task: UseDotNet@2
176
displayName: Use .NET SDK
187
inputs:

0 commit comments

Comments
 (0)