Skip to content

Build just once when tfms run in parallel#15465

Merged
nohwnd merged 2 commits into
microsoft:mainfrom
nohwnd:build-only-once-even-in-dotnet-test-parallel
Mar 10, 2026
Merged

Build just once when tfms run in parallel#15465
nohwnd merged 2 commits into
microsoft:mainfrom
nohwnd:build-only-once-even-in-dotnet-test-parallel

Conversation

@nohwnd
Copy link
Copy Markdown
Member

@nohwnd nohwnd commented Mar 9, 2026

Description

Running dotnet test would trigger build of assets from two places at the same time, which does more work, and also fails occasionally when they run into each other.

Related issue

Fix #15453

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Running dotnet test on integration tests will run Build (the method) on both

4 participants