Skip to content

Commit 40bd18f

Browse files
authored
Use latest SDK for linux images (#10786)
1 parent 2e6d05a commit 40bd18f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

eng/ci/templates/official/jobs/build-artifacts-linux.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ jobs:
2626
os: linux
2727

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

3136
- task: DotNetCoreCLI@2
3237
displayName: Restore

0 commit comments

Comments
 (0)