Is your feature request related to a problem? Please describe.
Publishing PS SDK Module updates to PSGallery is important for consumers. We need to automate the process as part of the release.
Describe the solution you'd like
Create publish.ps1 script
Parameters
NugetAPIKey to authorize the Publish-Module
Run
- build.ps1 running all the tests
- When build is sucessful run the
Publish-Module
Describe alternatives you've considered
N/A
Additional context
The publish.ps1 script will be used in a github action as part of the release workflow #26