Skip to content

Commit f2ff056

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Returned installation of 8.x because of xunit tests
1 parent 349769f commit f2ff056

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ steps:
55
- task: UseDotNet@2
66
displayName: Use .NET SDK
77
inputs:
8-
version: 6.x
8+
version: 8.x
9+
10+
- task: UseDotNet@2
11+
displayName: Use .NET SDK
12+
inputs:
13+
version: 6.x
914

1015
- task: NuGetToolInstaller@1
1116
displayName: Install Nuget

0 commit comments

Comments
 (0)