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

Implement functionality in Cake.NuGet for downloading packages #1743

Closed
bjorkstromm opened this issue Aug 11, 2017 · 0 comments
Closed

Implement functionality in Cake.NuGet for downloading packages #1743

bjorkstromm opened this issue Aug 11, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@bjorkstromm
Copy link
Member

Implement functionality in Cake.NuGet for downloading packages instead of shelling out to nuget.exe

Benefits:

  • Package installation works in Cake.CoreCLR. Today we do not allow since we can't be sure mono is actually installed on Linux.
  • Allows us to work around nasty MAX_PATH issues with nuget.exe when path becomes too long
  • More control over actual name of folder where package is extracted
@patriksvensson patriksvensson self-assigned this Aug 11, 2017
@bjorkstromm bjorkstromm added this to the v0.22.0 milestone Aug 15, 2017
@bjorkstromm bjorkstromm self-assigned this Aug 27, 2017
bjorkstromm added a commit to bjorkstromm/cake that referenced this issue Aug 29, 2017
bjorkstromm added a commit to bjorkstromm/cake that referenced this issue Aug 29, 2017
@patriksvensson patriksvensson removed their assignment Aug 29, 2017
bjorkstromm added a commit to bjorkstromm/cake that referenced this issue Sep 3, 2017
…ckages

- Opt-in via NuGet_UseInProcessClient
- Opt-in load dependencies via NuGet_LoadDependencies
  or add LoadDependencies as parameter in directive
- Fixes cake-build#1743
bjorkstromm added a commit to bjorkstromm/cake that referenced this issue Sep 7, 2017
…ckages

- Opt-in via NuGet_UseInProcessClient
- Opt-in load dependencies via NuGet_LoadDependencies
  or add LoadDependencies as parameter in directive
- Fixes cake-build#1743
bjorkstromm added a commit to bjorkstromm/cake that referenced this issue Sep 8, 2017
…ckages

- Opt-in via NuGet_UseInProcessClient
- Opt-in load dependencies via NuGet_LoadDependencies
  or add LoadDependencies as parameter in directive
- Fixes cake-build#1743
devlead pushed a commit to bjorkstromm/cake that referenced this issue Sep 9, 2017
…ckages

- Opt-in via NuGet_UseInProcessClient
- Opt-in load dependencies via NuGet_LoadDependencies
  or add LoadDependencies as parameter in directive
- Fixes cake-build#1743
devlead pushed a commit to bjorkstromm/cake that referenced this issue Sep 9, 2017
…ckages

- Opt-in via NuGet_UseInProcessClient
- Opt-in load dependencies via NuGet_LoadDependencies
  or add LoadDependencies as parameter in directive
- Fixes cake-build#1743
bjorkstromm added a commit to bjorkstromm/cake that referenced this issue Sep 10, 2017
…ckages

- Opt-in via NuGet_UseInProcessClient
- Opt-in load dependencies via NuGet_LoadDependencies
  or add LoadDependencies as parameter in directive
- Fixes cake-build#1743
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants