-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make host tests use single copy of shared framework (#100588)
- Only create one .NET install layout to be shared by all host tests - Add `pretest.proj` for `host.pretest` subset that builds all test project assets and creates the single .NET install layout - Fix `NativeHostApis` tests that were editing the .NET install layout directly (instead of creating a copy to edit) - Remove some unnecessary copying/creating of SDKs and frameworks by sharing the fixture across tests - Update host testing doc with simpler setup instructions and more details around investigating test failures
- Loading branch information
1 parent
7f2be68
commit 960849b
Showing
7 changed files
with
167 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.