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

Default testplatform config should be part of vsix #124

Closed
codito opened this issue Oct 12, 2016 · 3 comments
Closed

Default testplatform config should be part of vsix #124

codito opened this issue Oct 12, 2016 · 3 comments
Milestone

Comments

@codito
Copy link
Contributor

codito commented Oct 12, 2016

Test explorer uses below config file to read features to enable for TPv2. The default vsix should include testplatform.config.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <appSettings>
    <add key="feature.net40" value="false" />
  </appSettings>
</configuration>
@navin22
Copy link
Member

navin22 commented Nov 15, 2016

The tag "feature.net40" value should be "true".
If you want to enable the TPV2.

@sharwell
Copy link
Member

Was this fixed in #713?

@codito
Copy link
Contributor Author

codito commented May 11, 2017

Yes, it should be part of upcoming VS releases. We can close this issue.

@codito codito added this to the 15.3 milestone May 11, 2017
@codito codito closed this as completed May 11, 2017
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