From 8df137bf603b7843a546219bc4273632f9165333 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 5 Mar 2026 13:16:37 -0800 Subject: [PATCH] Revert "Disable macOS AMD64 TemplateEngine test leg" --- eng/pipelines/templates/jobs/sdk-job-matrix.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/eng/pipelines/templates/jobs/sdk-job-matrix.yml b/eng/pipelines/templates/jobs/sdk-job-matrix.yml index e2510dad84b9..e20d74af60d6 100644 --- a/eng/pipelines/templates/jobs/sdk-job-matrix.yml +++ b/eng/pipelines/templates/jobs/sdk-job-matrix.yml @@ -37,12 +37,10 @@ parameters: macOSJobParameterSets: - categoryName: TestBuild runtimeIdentifier: osx-x64 - # Disabled due to high failure rate. See: https://github.com/dotnet/sdk/issues/51574 - categoryName: TemplateEngine testProjects: $(Build.SourcesDirectory)/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj;$(Build.SourcesDirectory)/test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj publishXunitResults: true runtimeIdentifier: osx-x64 - disableJob: true - categoryName: AoT runAoTTests: true runtimeIdentifier: osx-x64