Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.x'
dotnet-version: '10.x'

- name: Log disk space (after .NET setup)
uses: ./.github/workflows/log-disk-space
Expand Down
7 changes: 0 additions & 7 deletions build/ci/setup-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ steps:
version: $(dotnetVersion)
condition: ne('$(dotnetVersion)', '')

- task: UseDotNet@2
displayName: 'Use dotnet $(dotnetNextVersion)'
inputs:
version: $(dotnetNextVersion)
performMultiLevelLookup: true
condition: ne('$(dotnetNextVersion)', '')

- script: dotnet --info
displayName: Display dotnet info

Expand Down
6 changes: 1 addition & 5 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.308' # .NET version to install on agent
dotnetVersion: '10.x' # .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 @@ -33,10 +33,6 @@ variables:
extendedTestProject: tests/extended/ExtendedTests.csproj # Extended tests project file
extendedTestAssembly: tests/extended/bin/$(configuration)/net$(dotnetFrameworkVersion).0/ExtendedTests.dll # Extended tests compiled binary

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

# dnceng-public variables
NetCorePublicPoolName: NetCore-Public-XL
WindowsPoolImageNetCorePublic: windows.vs2022.amd64.open
Expand Down
Loading