This repository was archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Build xunit wrappers the same way on windows and unix #18695
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
1e169a2
Initial change to allow build wrappers and runtest.py
8becc50
Build xunit wrappers on unix
sbomer c941da3
Correctly generate TestEnv xplat
2c5684e
Build xunit wrappers using SDK
sbomer 70bc3ed
Target netcoreapp2.0 in xunit wrappers
sbomer f47b5cb
Restore to packages directory for xunit wrappers
sbomer cdf84a2
Move common properties out to dir.common.props
sbomer 7d0cf5e
Remove desktop-specific test wrapper csproj
sbomer 8e7a792
Pass build os/arch/type and logsdir to msbuild from runtest.py
sbomer bbf695a
Remove xunit wrapper helper library from traversal build
sbomer b356e6c
Fix parameter passing in build-test.sh
sbomer 5988418
Clean up factored .props files
sbomer 3ebc16f
Undo runtest.sh changes
sbomer 9e158c3
Use latest xunit console runner everywhere
sbomer 3810b67
Remove extra StaticDependency on xunit.runner.console
sbomer 13dd30d
Eliminate tests/src/dir.common.props, and rename dir.sdkbuild.props
sbomer 9f84fa0
Reintroduce dir.sdkbuild.props as a place for SDK-only props
sbomer f4d77a3
Add xml namespace to dir.common.props
sbomer 2cd3a29
Satisfy xunit analyzer
sbomer a008821
Satisfy xunit analyzer again
sbomer 4aa2ebe
Use SDK msbuild to build wrappers
sbomer aebec3c
Remove Microsoft.CSharp.Core.targets workaround
sbomer eb34929
Remove UseRoslynCompilers prop and unify roslyn import
sbomer baf4a2c
Don't copy xunit dlls to corefx test host
sbomer 5a0d529
Don't pass run.exe arguments through build-test.cmd in test pipeline
sbomer ecc9e0c
Fix parameter passing of priority arg in build-test.cmd
sbomer 5b26fc6
Fix parameter passing of unprocessed args in build-test.cmd
sbomer e511c12
Pass TargetsWindowsArg to wrapper build in build-test.cmd
sbomer f167a4a
Pass BuildTestsAgainstPackages arg to exclude unix tests
sbomer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good change