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 1b59d12 commit 6d88741Copy full SHA for 6d88741
build/ci/dotnet-install.yml
@@ -1,5 +1,5 @@
1
parameters:
2
- DotNetVersion: '9.0.100-rc.2.24474.11'
+ DotNetVersion: '10.0.100-preview.3.25201.16'
3
4
steps:
5
build/ci/gitversion.yml
@@ -1,4 +1,10 @@
+- task: UseDotNet@2
+ displayName: 'Use .NET SDK'
+ inputs:
+ version: '9.0.203'
6
+ includePreviewVersions: true
7
+
8
- pwsh: |
9
dotnet tool uninstall nbgv -g
10
dotnet tool install nbgv -g --version 3.6.139
0 commit comments