Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
591c176
Backflow from https://github.com/dotnet/dotnet / a137035 build 294309
dotnet-maestro[bot] Dec 12, 2025
afae72f
Merge main into darc-main-f4a1a513-40ec-4a63-8292-e11b0ae6c082
dotnet-maestro[bot] Dec 12, 2025
9717209
Update dependencies from https://github.com/dotnet/dotnet build 294309
dotnet-maestro[bot] Dec 12, 2025
5a03f50
Update dependencies from https://github.com/dotnet/dotnet build 294593
dotnet-maestro[bot] Dec 14, 2025
a8aad8e
Update dependencies from https://github.com/dotnet/dotnet build 294757
dotnet-maestro[bot] Dec 16, 2025
48d9014
Merge main into darc-main-f4a1a513-40ec-4a63-8292-e11b0ae6c082
dotnet-maestro[bot] Dec 17, 2025
fc05ced
Update dependencies from https://github.com/dotnet/dotnet build 294935
dotnet-maestro[bot] Dec 17, 2025
782134b
Update dependencies from https://github.com/dotnet/dotnet build 294980
dotnet-maestro[bot] Dec 18, 2025
ccbbfae
Update dependencies from https://github.com/dotnet/dotnet build 295176
dotnet-maestro[bot] Dec 19, 2025
5e0c585
Update dependencies from https://github.com/dotnet/dotnet build 295229
dotnet-maestro[bot] Dec 20, 2025
60f0628
Update dependencies from https://github.com/dotnet/dotnet build 295411
dotnet-maestro[bot] Dec 21, 2025
0dd3040
Update dependencies from https://github.com/dotnet/dotnet build 296040
dotnet-maestro[bot] Jan 6, 2026
e7022f7
Update dependencies
dotnet-maestro[bot] Jan 7, 2026
3a1f37f
Updating build pipelines and MSVC toolset
dipeshmsft Jan 19, 2026
fd9f7ef
Updating TestAccessor
dipeshmsft Jan 19, 2026
3c55f70
Merge branch 'main' into darc-main-f4a1a513-40ec-4a63-8292-e11b0ae6c082
dipeshmsft Jan 19, 2026
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 azure-pipelines-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ stages:
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore-Public
demands: ImageOverride -equals windows.vs2022preview.scout.amd64.Open
demands: ImageOverride -equals windows.vs2026preview.scout.amd64.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals windows.vs2022preview.scout.amd64
demands: ImageOverride -equals windows.vs2026preview.scout.amd64
variables:
- name: _Platform
value: x86
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ extends:
binlogPath: artifacts/log/Debug/x86/Build.binlog
pool:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals windows.vs2022preview.scout.amd64
demands: ImageOverride -equals windows.vs2026preview.scout.amd64
44 changes: 22 additions & 22 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ This file should be imported by eng/Versions.props
<!-- dotnet/dotnet dependencies -->
<MicrosoftBuildFrameworkPackageVersion>15.9.20</MicrosoftBuildFrameworkPackageVersion>
<MicrosoftBuildUtilitiesCorePackageVersion>15.9.20</MicrosoftBuildUtilitiesCorePackageVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25574.108</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>11.0.0-beta.25574.108</MicrosoftDotNetCodeAnalysisPackageVersion>
<MicrosoftDotNetGenAPIPackageVersion>11.0.0-beta.25574.108</MicrosoftDotNetGenAPIPackageVersion>
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.25574.108</MicrosoftDotNetHelixSdkPackageVersion>
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-rc.3.25574.108</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>10.0.0-rc.3.25574.108</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCorePlatformsPackageVersion>10.0.0-rc.3.25574.108</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftPrivateWinformsPackageVersion>10.0.0-rc.3.25574.108</MicrosoftPrivateWinformsPackageVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26055.114</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>11.0.0-beta.26055.114</MicrosoftDotNetCodeAnalysisPackageVersion>
<MicrosoftDotNetGenAPIPackageVersion>11.0.0-beta.26055.114</MicrosoftDotNetGenAPIPackageVersion>
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.26055.114</MicrosoftDotNetHelixSdkPackageVersion>
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>11.0.0-alpha.1.26055.114</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>11.0.0-alpha.1.26055.114</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCorePlatformsPackageVersion>11.0.0-alpha.1.26055.114</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftPrivateWinformsPackageVersion>11.0.0-alpha.1.26055.114</MicrosoftPrivateWinformsPackageVersion>
<MicrosoftSourceLinkAzureReposGitPackageVersion>8.0.0-beta.23409.2</MicrosoftSourceLinkAzureReposGitPackageVersion>
<MicrosoftSourceLinkGitHubPackageVersion>8.0.0-beta.23409.2</MicrosoftSourceLinkGitHubPackageVersion>
<SystemCodeDomPackageVersion>10.0.0-rc.3.25574.108</SystemCodeDomPackageVersion>
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.3.25574.108</SystemConfigurationConfigurationManagerPackageVersion>
<SystemDiagnosticsEventLogPackageVersion>10.0.0-rc.3.25574.108</SystemDiagnosticsEventLogPackageVersion>
<SystemDirectoryServicesPackageVersion>10.0.0-rc.3.25574.108</SystemDirectoryServicesPackageVersion>
<SystemDrawingCommonPackageVersion>10.0.0-rc.3.25574.108</SystemDrawingCommonPackageVersion>
<SystemFormatsNrbfPackageVersion>10.0.0-rc.3.25574.108</SystemFormatsNrbfPackageVersion>
<SystemIOPackagingPackageVersion>10.0.0-rc.3.25574.108</SystemIOPackagingPackageVersion>
<SystemPrivateWindowsCoreTestUtilitiesPackageVersion>10.0.0-rc.3.25574.108</SystemPrivateWindowsCoreTestUtilitiesPackageVersion>
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.3.25574.108</SystemReflectionMetadataLoadContextPackageVersion>
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.3.25574.108</SystemResourcesExtensionsPackageVersion>
<SystemRuntimeSerializationFormattersPackageVersion>10.0.0-rc.3.25574.108</SystemRuntimeSerializationFormattersPackageVersion>
<SystemSecurityCryptographyXmlPackageVersion>10.0.0-rc.3.25574.108</SystemSecurityCryptographyXmlPackageVersion>
<SystemSecurityPermissionsPackageVersion>10.0.0-rc.3.25574.108</SystemSecurityPermissionsPackageVersion>
<SystemWindowsExtensionsPackageVersion>10.0.0-rc.3.25574.108</SystemWindowsExtensionsPackageVersion>
<SystemCodeDomPackageVersion>11.0.0-alpha.1.26055.114</SystemCodeDomPackageVersion>
<SystemConfigurationConfigurationManagerPackageVersion>11.0.0-alpha.1.26055.114</SystemConfigurationConfigurationManagerPackageVersion>
<SystemDiagnosticsEventLogPackageVersion>11.0.0-alpha.1.26055.114</SystemDiagnosticsEventLogPackageVersion>
<SystemDirectoryServicesPackageVersion>11.0.0-alpha.1.26055.114</SystemDirectoryServicesPackageVersion>
<SystemDrawingCommonPackageVersion>11.0.0-alpha.1.26055.114</SystemDrawingCommonPackageVersion>
<SystemFormatsNrbfPackageVersion>11.0.0-alpha.1.26055.114</SystemFormatsNrbfPackageVersion>
<SystemIOPackagingPackageVersion>11.0.0-alpha.1.26055.114</SystemIOPackagingPackageVersion>
<SystemPrivateWindowsCoreTestUtilitiesPackageVersion>11.0.0-alpha.1.26055.114</SystemPrivateWindowsCoreTestUtilitiesPackageVersion>
<SystemReflectionMetadataLoadContextPackageVersion>11.0.0-alpha.1.26055.114</SystemReflectionMetadataLoadContextPackageVersion>
<SystemResourcesExtensionsPackageVersion>11.0.0-alpha.1.26055.114</SystemResourcesExtensionsPackageVersion>
<SystemRuntimeSerializationFormattersPackageVersion>11.0.0-alpha.1.26055.114</SystemRuntimeSerializationFormattersPackageVersion>
<SystemSecurityCryptographyXmlPackageVersion>11.0.0-alpha.1.26055.114</SystemSecurityCryptographyXmlPackageVersion>
<SystemSecurityPermissionsPackageVersion>11.0.0-alpha.1.26055.114</SystemSecurityPermissionsPackageVersion>
<SystemWindowsExtensionsPackageVersion>11.0.0-alpha.1.26055.114</SystemWindowsExtensionsPackageVersion>
<!-- _git/dotnet-wpf-int dependencies -->
<MicrosoftDotNetWpfDncEngPackageVersion>10.0.0-rc.1.26062.3</MicrosoftDotNetWpfDncEngPackageVersion>
</PropertyGroup>
Expand Down
90 changes: 45 additions & 45 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,78 +1,78 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="wpf" Sha="d119b40e8ff3b88f87ad60b04c807233a159b197" BarId="292184" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="wpf" Sha="67ecf9e85940271afc2728753b09789c64bfecf2" BarId="296137" />
<ProductDependencies>
<Dependency Name="Microsoft.Private.Winforms" Version="10.0.0-rc.3.25574.108">
<Dependency Name="Microsoft.Private.Winforms" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-rc.3.25574.108">
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.Reflection.MetadataLoadContext" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="System.Windows.Extensions" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.Windows.Extensions" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="10.0.0-rc.3.25574.108">
<Dependency Name="Microsoft.NETCore.Platforms" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.DncEng" Version="10.0.0-rc.1.26062.3">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int</Uri>
<Sha>b6f8cd2316cad3031d295f8c7841e47fbeb73409</Sha>
</Dependency>
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.Resources.Extensions" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="System.Runtime.Serialization.Formatters" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.Runtime.Serialization.Formatters" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.3.25574.108">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="System.CodeDom" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.CodeDom" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.Configuration.ConfigurationManager" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="System.Diagnostics.EventLog" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.Diagnostics.EventLog" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="System.DirectoryServices" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.DirectoryServices" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.Formats.Nrbf" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="System.IO.Packaging" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.IO.Packaging" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="System.Security.Cryptography.Xml" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.Security.Cryptography.Xml" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="System.Security.Permissions" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.Security.Permissions" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="System.Drawing.Common" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.Drawing.Common" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Framework" Version="15.9.20">
<Uri>https://github.com/dotnet/dotnet</Uri>
Expand All @@ -84,21 +84,21 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25574.108">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="11.0.0-beta.25574.108">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="11.0.0-beta.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25574.108">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="11.0.0-beta.25574.108">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="11.0.0-beta.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
<!-- TODO: Unpin sourcelink dependencies: https://github.com/dotnet/wpf/issues/11042 -->
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2" Pinned="true">
Expand All @@ -109,9 +109,9 @@
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9f665e52848a3615736c099e5631af531b66a5c</Sha>
</Dependency>
<Dependency Name="System.Private.Windows.Core.TestUtilities" Version="10.0.0-rc.3.25574.108">
<Dependency Name="System.Private.Windows.Core.TestUtilities" Version="11.0.0-alpha.1.26055.114">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>d119b40e8ff3b88f87ad60b04c807233a159b197</Sha>
<Sha>67ecf9e85940271afc2728753b09789c64bfecf2</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<Import Project="Version.Details.props" />

<PropertyGroup>
<MajorVersion>10</MajorVersion>
<MajorVersion>11</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
<PreReleaseVersionLabel>rc</PreReleaseVersionLabel>
<PreReleaseVersionIteration>3</PreReleaseVersionIteration>
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<!-- Allowed values: '', 'prerelease', 'release'. Set to 'release' when stabilizing. -->
<DotNetFinalVersionKind></DotNetFinalVersionKind>
Expand Down
6 changes: 3 additions & 3 deletions eng/WpfArcadeSdk/tools/Wpf.Cpp.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<VCProjectVersion>15.0</VCProjectVersion>
<CharacterSet>Unicode</CharacterSet>

<!-- v143 = Visual Studio 2022 -->
<PlatformToolset>v143</PlatformToolset>
<!-- v145 = Visual Studio 2026 -->
<PlatformToolset>v145</PlatformToolset>

<!-- Windows 11 SDK -->
<!-- 26100 is Windows 11 SDK -->
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>

<ConfigurationType Condition="'$(ConfigurationType)'==''">DynamicLibrary</ConfigurationType>
Expand Down
2 changes: 2 additions & 0 deletions eng/common/core-templates/job/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
templateContext: ${{ parameters.templateContext }}

variables:
- name: AllowPtrToDetectTestRunRetryFiles
value: true
- ${{ if ne(parameters.enableTelemetry, 'false') }}:
- name: DOTNET_CLI_TELEMETRY_PROFILE
value: '$(Build.Repository.Uri)'
Expand Down
8 changes: 4 additions & 4 deletions eng/common/core-templates/job/source-index-stage1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parameters:
sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
preSteps: []
binlogPath: artifacts/log/Debug/Build.binlog
condition: ''
condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
dependsOn: ''
pool: ''
is1ESPipeline: ''
Expand All @@ -25,10 +25,10 @@ jobs:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: $(DncEngPublicBuildPool)
image: windows.vs2022.amd64.open
image: windows.vs2026preview.scout.amd64.open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: $(DncEngInternalBuildPool)
image: windows.vs2022.amd64
image: windows.vs2026preview.scout.amd64

steps:
- ${{ if eq(parameters.is1ESPipeline, '') }}:
Expand All @@ -41,4 +41,4 @@ jobs:

- template: /eng/common/core-templates/steps/source-index-stage1-publish.yml
parameters:
binLogPath: ${{ parameters.binLogPath }}
binLogPath: ${{ parameters.binLogPath }}
8 changes: 4 additions & 4 deletions eng/common/core-templates/post-build/post-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ stages:
${{ else }}:
${{ if eq(parameters.is1ESPipeline, true) }}:
name: $(DncEngInternalBuildPool)
image: windows.vs2022.amd64
image: windows.vs2026preview.scout.amd64
os: windows
${{ else }}:
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals windows.vs2022.amd64
demands: ImageOverride -equals windows.vs2026preview.scout.amd64

steps:
- template: /eng/common/core-templates/post-build/setup-maestro-vars.yml
Expand Down Expand Up @@ -175,7 +175,7 @@ stages:
os: windows
${{ else }}:
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals windows.vs2022.amd64
demands: ImageOverride -equals windows.vs2026preview.scout.amd64
steps:
- template: /eng/common/core-templates/post-build/setup-maestro-vars.yml
parameters:
Expand Down Expand Up @@ -236,7 +236,7 @@ stages:
os: windows
${{ else }}:
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals windows.vs2022.amd64
demands: ImageOverride -equals windows.vs2026preview.scout.amd64
steps:
- template: /eng/common/core-templates/post-build/setup-maestro-vars.yml
parameters:
Expand Down
4 changes: 2 additions & 2 deletions eng/common/cross/build-rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ __AlpinePackages+=" krb5-dev"
__AlpinePackages+=" openssl-dev"
__AlpinePackages+=" zlib-dev"

__FreeBSDBase="13.4-RELEASE"
__FreeBSDBase="13.5-RELEASE"
__FreeBSDPkg="1.21.3"
__FreeBSDABI="13"
__FreeBSDPackages="libunwind"
Expand Down Expand Up @@ -383,7 +383,7 @@ while :; do
;;
freebsd14)
__CodeName=freebsd
__FreeBSDBase="14.2-RELEASE"
__FreeBSDBase="14.3-RELEASE"
__FreeBSDABI="14"
__SkipUnmount=1
;;
Expand Down
Loading