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

It would be great if PsMake used PowerShell Nuget commands instead of Nuget.exe #10

Open
geoffclark-zz opened this issue Nov 7, 2016 · 1 comment

Comments

@geoffclark-zz
Copy link

It would be great to be able to use PsMake with PowerShell .NetCore version.

eugeneniemand pushed a commit to eugeneniemand/PsMake that referenced this issue Nov 8, 2016
@Suremaker
Copy link
Owner

I started looking how to implement the ps5 functions instead of nuget.exe: https://github.com/Suremaker/PsMake/tree/oneget

... but there are issues with it:

  • powershell version does not support nuget v3 api (only v2),
  • I did not found a way to configure the Find-Package / Install-Package to use nuget.config file to configure the repositories. It is bad, because if the repository sources would not be controlled locally, there would be some conflicts happening in future..

I have to play a bit more with it to sort it out - but feel free to take a look at that branch and maybe play with it.

Basically, the psmake got a new parameter -pp accepting the package providing method: nugetexe or powershell

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

No branches or pull requests

2 participants