-
Notifications
You must be signed in to change notification settings - Fork 842
Use vssdk from nuget #1748
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
Use vssdk from nuget #1748
Conversation
|
@OmarTawfik @brettfo could you take a look pls. Kevin |
There was a problem hiding this 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 |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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.
* Use vssdk from nuget * forget to commit packages.config
Currently we use the VSSDKfrom an installed VS. This PR use the RC VSSDK from nuget.