Skip to content

Commit d1368df

Browse files
authored
Merge pull request #3078 from microsoftgraph/3073-drop-net-6-and-7-from-ci
Drop unsupported net 6 and net 7
2 parents 46151e6 + e643d44 commit d1368df

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)