Skip to content

Commit e313575

Browse files
authored
Merge branch 'main' into dkershaw10-userType
2 parents f639820 + 4c128f3 commit e313575

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pipelines/common-templates/install-tools.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ steps:
1212
inputs:
1313
version: 6.x
1414

15+
- task: UseDotNet@2
16+
displayName: "Use .NET 8"
17+
inputs:
18+
version: 8.x
19+
1520
# Install the nuget tool.
1621
- task: NuGetToolInstaller@1
1722
displayName: "Use NuGet >=5.2.0"

0 commit comments

Comments
 (0)