File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments