Skip to content

Commit 227bfad

Browse files
Move to GA SDK. (#257)
1 parent ca5442b commit 227bfad

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

azure-pipelines-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,10 @@ stages:
5050
- checkout: self
5151
clean: true
5252

53+
- task: UseDotNet@2
54+
displayName: 'Install .NET SDK'
55+
inputs:
56+
useGlobalJson: true
57+
5358
- script: eng\common\cibuild.cmd -configuration $(_BuildConfig) -prepareMachine $(_BuildArgs)
5459
displayName: Build and Test

global.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.100-preview.5.24307.3",
3+
"dotnet": "9.0.100",
44
"vs": {
55
"version": "17.8.0"
66
}
77
},
88
"sdk": {
9-
"version": "9.0.100-preview.5.24307.3"
9+
"version": "9.0.100",
10+
"rollForward": "latestFeature"
1011
},
1112
"msbuild-sdks": {
1213
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24401.1"

0 commit comments

Comments
 (0)