File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
eng/pipelines/common/templates Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 6060 - name : Setup .NET Core SDK
61616262 with :
63- # TODO: Update this to .NET 10 once PR #3686 is complete.
64- # TODO: Replace this with global-json-file once PR #3797 is complete.
65- dotnet-version : 9.x
66- dotnet-quality : ga
67- # global-json-file: global.json
63+ global-json-file : global.json
6864
6965 # Initializes the CodeQL tools for scanning.
7066 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This document provides all the necessary details to build the driver and run tes
44
55## .NET SDK
66
7- The projects in this repo require the .NET 9 .0 SDK to build. Please ensure you
7+ The projects in this repo require the .NET 10 .0 SDK to build. Please ensure you
88have the latest version of that SDK installed.
99
1010Tests and tools may require different .NET Runtimes that may be installed
Original file line number Diff line number Diff line change @@ -139,6 +139,12 @@ jobs:
139139 # GOTCHA: We always use global.json for SDK version except on ARM64,
140140 # where we have to specify it here. This must be kept synchronized with
141141 # the SDK version in global.json.
142+ version : 10.0
143+
144+ - template : ../../../steps/install-dotnet-arm64.yml@self
145+ parameters :
146+ debug : ${{ parameters.debug }}
147+ installType : Runtime
142148 version : 9.0
143149
144150 - template : ../../../steps/install-dotnet-arm64.yml@self
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ parameters:
1010
1111 - name : targetFramework
1212 type : string
13- default : net9 .0
13+ default : net10 .0
1414
1515steps :
1616- task : DotNetCoreCLI@2
You can’t perform that action at this time.
0 commit comments