RamblingCookieMonster / BuildHelpers

Helper functions for PowerShell CI/CD scenarios
MIT License
214 stars 47 forks source link

Publish a module locally feature request #125

Open davidroberts63 opened 4 years ago

davidroberts63 commented 4 years ago

Would there be any interest in submitting a function that would make it a bit easier to publish a module to a local directory? What I'm using now is something that creates a temporary (guid named) repository, publishes to that, then removes the temporary repository.

RamblingCookieMonster commented 4 years ago

Sure, I'm guessing there are a good number of folks out there who end up doing this rather than getting a Nuget repo up and running. If you're still interested - cheers!