We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78893e commit 53c781aCopy full SHA for 53c781a
eng/pipelines/common/templates/steps/pre-build-step.yml
@@ -4,6 +4,18 @@
4
# See the LICENSE file in the project root for more information. #
5
#################################################################################
6
steps:
7
+- task: UseDotNet@2
8
+ displayName: 'Use .NET 9.x sdk'
9
+ inputs:
10
+ packageType: sdk
11
+ version: '9.x'
12
+
13
14
+ displayName: 'Install .NET 8.x runtime'
15
16
+ packageType: runtime
17
+ version: '8.x'
18
19
- script: SET
20
displayName: 'Print Environment Variables'
21
0 commit comments