Skip to content

Conversation

@KevinRansom
Copy link
Contributor

@KevinRansom KevinRansom commented Nov 16, 2016

Currently we use the VSSDKfrom an installed VS. This PR use the RC VSSDK from nuget.

@KevinRansom
Copy link
Contributor Author

@OmarTawfik @brettfo could you take a look pls.

Kevin

Copy link
Contributor

@OmarTawfik OmarTawfik left a comment

Choose a reason for hiding this comment

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

@KevinRansom I don't get why using AddVsSdkAttributesToSomeCoreComponents. Why not just including the targets files?


echo ---------------- Done with arguments, starting preparation -----------------
if '%VSSDKInstall%'=='' (
set VSSDKInstall=%~dp0packages\Microsoft.VSSDK.BuildTools.15.0.25907-RC2\tools\vssdk
Copy link
Member

Choose a reason for hiding this comment

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

Nit: put this version number in another variable.

<UseSourceLink>true</UseSourceLink>
<UseGatherBinaries>true</UseGatherBinaries>
<AddVsSdkAttributesToSomeCoreComponents>true</AddVsSdkAttributesToSomeCoreComponents>
<VsSDKInstall>$(MSBuildThisFileDirectory)..\packages\Microsoft.VSSDK.BuildTools.15.0.25907-RC2\tools\vssdk</VsSDKInstall>
Copy link
Member

Choose a reason for hiding this comment

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

Same nit about capturing version numbers in a variable.

@KevinRansom KevinRansom merged commit 032f9c4 into dotnet:master Nov 16, 2016
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Jan 26, 2022
* Use vssdk from nuget

* forget to commit packages.config
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.

4 participants