philips-software / powershell-cf-api

PowerShell module can deploy and teardown CloudFoundry spaces and services via a json definition file
MIT License
5 stars 6 forks source link

Need CI build with deployment #6

Closed marklindell closed 4 years ago

marklindell commented 5 years ago

Investigate using github actions and deploying to nuget.org

JeroenKnoops commented 4 years ago

We're trying to get the IT department to approve the publication to NuGet.

marklindell commented 4 years ago

I've learned that the appropriate location to publish public powershell modules is https://www.powershellgallery.com/ This allows native Install-Module within powershell. See https://github.com/philips-software/powershell-hsdp-iam as an example. This project will use the same. I'm going to close this issue and create a new one.

What does it mean for the IT depart to approve the publication to NuGet? This is opensource. Can't I publish anywhere on the internet I want?