mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 11:37:04 +09:00
![]() * Allow using VS to run host tests when libraries use different config When building the host tests from VS, there are dependencies on projects from the libraries subset. If the libraries are prebuilt with different configuration (typically `Release`) the build in VS breaks because it can't find the project's output. This change modifies the import of generators (which are the problematic projects) to let them override the configuration of the referenced projects. It then adds the ability to set environment based on the `-lc` parameter to the build script when starting VS. Also updates the doc to describe how to use this. * Update eng/build.ps1 Co-authored-by: Elinor Fung <elfung@microsoft.com> * Update eng/generators.targets * Move ShouldUnsetParentConfigurationAndPlatform to repo's Directory.Build.props --------- Co-authored-by: Elinor Fung <elfung@microsoft.com> |
||
---|---|---|
.. | ||
coreclr | ||
host | ||
libraries | ||
mono | ||
testing-workloads.md | ||
using-corerun-and-coreroot.md | ||
using-dev-shipping-packages.md | ||
using-your-build-with-installed-sdk.md | ||
visualstudio.md |