Skip SB tests requiring MS artifacts in lite builds#2808
Skip SB tests requiring MS artifacts in lite builds#2808mthalman merged 1 commit intodotnet:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds conditional MSBuild properties to skip tests requiring Microsoft artifacts during lite source builds. This change helps resolve build issues in environments where Microsoft-specific artifacts are not available.
- Adds conditional
extraPropertieswithDotNetSkipTestsRequiringMicrosoftArtifacts=truefor lite scope builds - Applied to both stage 1 and stage 2 source-build configurations
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
/backport to release/10.0.1xx |
|
Started backporting to release/10.0.1xx: https://github.com/dotnet/dotnet/actions/runs/18408499370 |
|
/backport to release/10.0.2xx |
|
Started backporting to release/10.0.2xx: https://github.com/dotnet/dotnet/actions/runs/18408505302 |
Fixes dotnet/source-build#5357