Tooling-Windows-Submodule icon indicating copy to clipboard operation
Tooling-Windows-Submodule copied to clipboard

Configure CI to use pre-compiled mstest executables

Open Arlodotexe opened this issue 11 months ago • 0 comments

Background

The current CI pipeline rebuilds tests every time they are run, leading to longer build times and reduced efficiency.

Problem

  • Tests are rebuilt from source during every run
  • This slows down the overall build process, especially during re-runs after test failure
  • Lack of isolated testing environment for CI

Solution

By using a pre-compiled test executable, we aim to reduce the time it takes for re-runs.

Prerequisites:

  • https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/203

Arlodotexe avatar Feb 05 '25 00:02 Arlodotexe