Skip to content

Commit d9c585d

Browse files
committed
yml
1 parent 2835692 commit d9c585d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

eng/pipelines/templates/build-pull-request.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ jobs:
2929
inputs:
3030
forceReinstallCredentialProvider: true
3131

32-
# Ensure the .NET runtime needed by our unit tests is installed.
33-
- task: UseDotNet@2
34-
displayName: Install .NET 10.x Runtime
35-
inputs:
36-
includePreviewVersions: true
37-
version: 10.x
38-
3932
# Ensure the .NET runtime needed by our unit tests is installed.
4033
- task: UseDotNet@2
4134
displayName: Install .NET 9.0.x Runtime
@@ -44,6 +37,13 @@ jobs:
4437
# This should match the target of our unit test projects.
4538
version: 9.0.x
4639

40+
# .NET SDK used for build
41+
- task: UseDotNet@2
42+
displayName: Install .NET 10.x Runtime
43+
inputs:
44+
includePreviewVersions: true
45+
version: 10.x
46+
4747
# Allows for accessing the internal AzDO feed (vs-impl-internal) for project restore via Azure Artifacts Credential Provider.
4848
# See: https://github.com/microsoft/artifacts-credprovider#automatic-usage
4949
# YAML reference: https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget-authenticate?view=azure-devops

0 commit comments

Comments
 (0)