All Questions
Tagged with nugetgallery powershell
2 questions
8
votes
1
answer
4k
views
Powershell Find-Package command doesn't work with nuget v3 package source
As the title says I cannot use the Find-Package command with the nuget v3 url:
https://api.nuget.org/v3/index.json
If I run the command:
Find-Package nuget.versioning -Source https://api.nuget.org/...
0
votes
0
answers
51
views
Visual Studio, how to finish up solution and deploy?
I'm an CS intern working at a company that primarily develops using .NET and Microsoft. I've been using Visual Studio sparsely, and now I'm kind of stuck.
I tried building a NugetGallery using IIS ...