Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/ci/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variables:
macosAgentPoolName: VSEng-VSMac-Xamarin-Shared # macOS VM pool name

# Tool variables
dotnetVersion: '9.0.305' # .NET version to install on agent
dotnetVersion: '9.0.306' # .NET version to install on agent
dotnetFrameworkVersion: 9 # The number to use for TF (eg: netX.0-android)
dotnetNuGetOrgSource: 'https://api.nuget.org/v3/index.json' # NuGet.org URL to find workloads

Expand All @@ -34,7 +34,7 @@ variables:
extendedTestAssembly: tests/extended/bin/$(configuration)/net$(dotnetFrameworkVersion).0/ExtendedTests.dll # Extended tests compiled binary

# dotnet-next test variables
dotnetNextVersion: 10.0.100-rc.1.25451.107 # .NET preview version to install
dotnetNextVersion: 10.0.100-rc.2.25502.107 # .NET preview version to install
dotnetNextFrameworkVersion: 10 # The number to use for TF (eg: netX.0-android)

# dnceng-public variables
Expand Down