Skip to content

Align quarantined-tests pipeline flags with ci-public#66563

Merged
wtgodbe merged 1 commit intodotnet:mainfrom
wtgodbe:wtgodbe/fix-quarantined-pipeline
May 1, 2026
Merged

Align quarantined-tests pipeline flags with ci-public#66563
wtgodbe merged 1 commit intodotnet:mainfrom
wtgodbe:wtgodbe/fix-quarantined-pipeline

Conversation

@wtgodbe
Copy link
Copy Markdown
Member

@wtgodbe wtgodbe commented May 1, 2026

Add -nativeToolsOnMachine and /p:VsTestUseMSBuildOutput=false to the quarantined-tests pipeline to match ci-public's Helix job. These missing flags are causing MSB4216 task host failures (GenerateTestDevCert, ILLink, ComputeWasmBuildAssets) that don't occur in ci-public.

Add -nativeToolsOnMachine and /p:VsTestUseMSBuildOutput=false to match
the ci-public Helix job. The quarantined pipeline was missing these
flags, causing MSB4216 task host failures (GenerateTestDevCert, ILLink,
ComputeWasmBuildAssets) that don't occur in ci-public.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 1, 2026 14:15
@wtgodbe wtgodbe requested a review from a team as a code owner May 1, 2026 14:15
@github-actions github-actions Bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label May 1, 2026
@wtgodbe wtgodbe merged commit 3817b3d into dotnet:main May 1, 2026
10 of 29 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the quarantined-tests Azure Pipelines definition to use the same Helix job flags as ci-public, addressing MSBuild task host failures seen only in the quarantined-tests pipeline.

Changes:

  • Add -nativeToolsOnMachine to both build steps in the quarantined-tests Helix job.
  • Add /p:VsTestUseMSBuildOutput=false to both build steps to match ci-public behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants