-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Create a tools nuget package #21
Comments
Can you confirm if how I did https://www.nuget.org/packages/VSIXBootstrapper (from https://github.com/Microsoft/vsixbootstrapper) is sufficient, or if there are specific changes you'd like? |
I had a peek into that package, looks sufficient indeed. Just the |
Thinking about this more, I may instead create a Chocolatey package which not only is a NuGet package, but is installable both by |
I think these are separate concerns. Doesn't chocolatey need to run a
script to download the binaries and install it on PATH? A nuget package is
self contained, like xunit.runner.console.
Prob do both.
On 3 Mar 2017 7:23 a.m., "Heath Stewart" <notifications@github.com> wrote:
Thinking about this more, I may instead create a Chocolatey package which
not only is a NuGet package, but is installable both by choco and
install-package
-provider chocolatey.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADgXHcGKIsFSCMhle7J6zRK3o0fKRk0ks5rh7HPgaJpZM4MRb4s>
.
|
Tools can be contained within the NuPkg used by Chocolatey. |
@devlead see any issues with this approach wrt to Cake?
…On 3 Mar 2017 8:21 a.m., "Heath Stewart" ***@***.***> wrote:
Tools can be contained within the NuPkg used by Chocolatey.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgXMg2CXMH5QtJupOZmH26rW0lh1kwks5rh79kgaJpZM4MRb4s>
.
|
@damianh @Heats you can fetch from chocolatey too with the #tool directive. so Cake wouldn't have any issue with it. |
Will publish packages soon along with acquisition documentation. |
See https://www.nuget.org/packages/vswhere. The chocolatey package has to go through moderation before its visible. Same packge either way, except that installing via chocolatey will make sure vswhere.exe is in your |
@haitch excellent 👍 |
It would be very useful if this were shipped to nuget.org as a tools nuget package so build scripts (cake, psake etc) can download and leverage.
The text was updated successfully, but these errors were encountered: