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

Don't bundle binaries in VisualStudioSetup.Next #11337

Merged
merged 1 commit into from
May 16, 2016

Conversation

Pilchie
Copy link
Member

@Pilchie Pilchie commented May 16, 2016

Also, don't install it as part of build on Dev14.

@Pilchie
Copy link
Member Author

Pilchie commented May 16, 2016

Tag @dotnet/roslyn-infrastructure @tannergooding @jasonmalinowski

Hopefully this will fix signed builds.

@@ -21,6 +21,7 @@
<ImportVSSDKTargets>true</ImportVSSDKTargets>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<CopyNuGetImplementations>true</CopyNuGetImplementations>
<DeployExtension Condition="'$(VisualStudioVersion)' == '14.0'">false</DeployExtension>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: more resilient to use this version:

<DeployExtension Condition="'$(VisualStudioVersion)' == '15.0'">true</DeployExtension>

Accounts for the case where VisualStudioVersion is undefined.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We rely on VisualStudioVersion everywhere.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay. I've gotten bitten by that in the past. Maybe it's an issue that's since been fixed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We define it in our core targets if it's unset, because we do rely on it everywhere.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So it is a real problem, we just work around it? Great, not crazy (abotu that)

@jasonmalinowski
Copy link
Member

👍

1 similar comment
@jaredpar
Copy link
Member

👍

@Pilchie
Copy link
Member Author

Pilchie commented May 16, 2016

Test vsi please

Also, don't install it as part of build on Dev14.
@Pilchie
Copy link
Member Author

Pilchie commented May 16, 2016

Pushed new version of the branch so that this commit can go into both master and future

@Pilchie Pilchie merged commit 1b1296b into dotnet:master May 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants