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 3936c29 commit 0a1919cCopy full SHA for 0a1919c
build/template-install-dependencies.yaml
@@ -26,7 +26,7 @@ steps:
26
- task: UseDotNet@2
27
displayName: 'Use .NET SDK 9.0.x'
28
inputs:
29
- version: 9.0.x
+ useGlobalJson: true
30
31
# Run Nuget Tool Installer
32
global.json
@@ -0,0 +1,9 @@
1
+{
2
+ "msbuild-sdks": {
3
+ "Microsoft.Build.NoTargets": "3.7.56"
4
+ },
5
+ "sdk": {
6
+ "version": "9.0.0",
7
+ "rollForward": "latestFeature"
8
+ }
9
+}
0 commit comments