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 ca5442b commit 227bfadCopy full SHA for 227bfad
azure-pipelines-pr.yml
@@ -50,5 +50,10 @@ stages:
50
- checkout: self
51
clean: true
52
53
+ - task: UseDotNet@2
54
+ displayName: 'Install .NET SDK'
55
+ inputs:
56
+ useGlobalJson: true
57
+
58
- script: eng\common\cibuild.cmd -configuration $(_BuildConfig) -prepareMachine $(_BuildArgs)
59
displayName: Build and Test
global.json
@@ -1,12 +1,13 @@
1
{
2
"tools": {
3
- "dotnet": "9.0.100-preview.5.24307.3",
+ "dotnet": "9.0.100",
4
"vs": {
5
"version": "17.8.0"
6
}
7
},
8
"sdk": {
9
- "version": "9.0.100-preview.5.24307.3"
+ "version": "9.0.100",
10
+ "rollForward": "latestFeature"
11
12
"msbuild-sdks": {
13
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24401.1"
0 commit comments