Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[in-proc backport] Use latest SDK for linux images #10787

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion eng/ci/templates/official/jobs/build-artifacts-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:
os: linux

steps:
- template: /eng/ci/templates/install-dotnet.yml@self
# TODO: revert to global.json when Windows is unblocked from moving forward.
- task: UseDotNet@2
displayName: Install .NET 8
inputs:
packageType: sdk
version: 8.x

- task: DotNetCoreCLI@2
displayName: Restore
Expand Down
Loading