MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
447 stars 155 forks source link

Local Nuget Feed Workaround #429

Closed brittandeyoung closed 2 years ago

brittandeyoung commented 2 years ago

PR Summary

@SebastianSchuetze Here is as far as I am able to take it without spinning up an Azure DevOps organization. I Also had to resort to using a local Nuget feed as I did not have the credentials for the GitHub Project feed.

Please let me know what you think.

Link to actions run getting past the Module Install: https://github.com/brittandeyoung/vsteam/actions/runs/1485308715

SebastianSchuetze commented 2 years ago

Thanks @brittandeyoung I will merge it now and take over. It is not finished yet, I know but we are merging into another non prod branch anyways and I need to handle the rest. But you gave a good idea already!

brittandeyoung commented 2 years ago

@SebastianSchuetze you are welcome. I work a lot with pipelines. Let me know if there is anything more I can do to help.