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

Allow VSTestConsole path to be specified #325

Merged
merged 2 commits into from
Jan 10, 2017
Merged

Allow VSTestConsole path to be specified #325

merged 2 commits into from
Jan 10, 2017

Conversation

TheRealPiotrP
Copy link
Contributor

In CLI we're separating MSBuildToolsPath from MSBuildExtensionsPath. VS Test Console task currently assumes the TestConsole.dll gets installed next to msbuild.exe [due to use of AppContext.BaseDirectory]. This change enables callers to pass the Console path to the task.

Also moves the tasks dll to netstandard.library to improve our ability to merge dependencies

Also moves the tasks dll to netstandard.library to improve our ability to merge dependencies
@codito codito merged commit 46c8ef2 into microsoft:master Jan 10, 2017
@TheRealPiotrP
Copy link
Contributor Author

Do we have a build with this change? We'd love to use it as part of a PR we're working on. What is the package version?

@TheRealPiotrP
Copy link
Contributor Author

👀

@codito
Copy link
Contributor

codito commented Jan 12, 2017

@piotrpMSFT sorry for delay. You can get the latest package for Microsoft.TestPlatform.Build from https://dotnet.myget.org/F/vstest/auth/967ad631-d24c-4c0e-bece-922de3064956/api/v3/index.json feed.

The package name should have preview-datetime format.

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

Successfully merging this pull request may close these issues.

2 participants