Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup windows specific code for net46 #820

Closed
singhsarab opened this issue May 17, 2017 · 2 comments
Closed

Cleanup windows specific code for net46 #820

singhsarab opened this issue May 17, 2017 · 2 comments

Comments

@yaakov-h
Copy link

For #3, shouldn't we use System.IO.Path.PathSeparator?

@codito
Copy link
Contributor

codito commented Jun 12, 2017

@yaakov-h 👍 fixed in #851

codito added a commit that referenced this issue Jun 20, 2017
* Add platform abstraction for OS name and architecture.

Related #820 #679

* Fix build failures due to incorrect references.

* Publish projects for net46 if mono is available.

* Fix typo in build script.

* Support for mono in multitargeted tests.

Choose mono as launcher for net46 tests if the launcher for vstest.console
is not mono (e.g. dotnet test).
@codito codito closed this as completed Jun 20, 2017
codito added a commit to codito/vstest that referenced this issue Jun 30, 2017
* Add platform abstraction for OS name and architecture.

Related microsoft#820 microsoft#679

* Fix build failures due to incorrect references.

* Publish projects for net46 if mono is available.

* Fix typo in build script.

* Support for mono in multitargeted tests.

Choose mono as launcher for net46 tests if the launcher for vstest.console
is not mono (e.g. dotnet test).
codito added a commit that referenced this issue Jul 3, 2017
* Add platform abstraction for OS name and architecture. (#851)

* Add platform abstraction for OS name and architecture.

Related #820 #679

* Fix build failures due to incorrect references.

* Publish projects for net46 if mono is available.

* Fix typo in build script.

* Support for mono in multitargeted tests.

Choose mono as launcher for net46 tests if the launcher for vstest.console
is not mono (e.g. dotnet test).

* Fix build script merge error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants