TheJumpCloud / jcapi-powershell

MIT License
10 stars 3 forks source link

Update Nuget Sources on Push Step #54

Closed jworkmanjc closed 1 year ago

jworkmanjc commented 1 year ago

Issues

What does this solve?

I had hoped #53 would address this issue entirely, what I'm finding is that the pack and deploy steps in this repo are having trouble identifying the PSGalley source and I'm not entirely sure why.

In #53 we updated the PSGallery source url to be https://www.powershellgallery.com/api/v2 from https://www.powershellgallery.com/api/v2/package — This addressed the issue with nuget pack not able to find the package to pack from PSGallery however it broke the publish and deploy step. It looks like we still want to point our deployment packages to https://www.powershellgallery.com/api/v2/package so this release simply updates the PSGallery source url before attempting to release.

Is there anything particularly tricky?

How should this be tested?

Screenshots