-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Improve build, restore and test (#2845)
* chore: log stryker version * feat: align project analysis between project and solution modes + imp. logging of analysis results * chore: drop use of obsolete VsTest async APIs * chore: update FullFrameworkApp dependencies * fix: force restore packages if msbuild fails * fix: add support for packages.config * fix: tests * fix: force running tests in isolation * revert useless dependency updates * fix: add some log and adjust vstest settings * chore: add tests * fix: fix first projet in solution always tested against all test projects --------- Co-authored-by: Rouke Broersma <[email protected]>
- Loading branch information
1 parent
493235f
commit a14b64b
Showing
21 changed files
with
462 additions
and
212 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
203 changes: 177 additions & 26 deletions
203
src/Stryker.Core/Stryker.Core.UnitTest/Initialisation/NugetRestoreProcessTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
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.