plastikfan / TerminalBuddy

Utility module for Windows Terminal
MIT License
0 stars 0 forks source link

Azure Pipelines CI #9

Open plastikfan opened 4 years ago

plastikfan commented 4 years ago

Have a look at PSScriptAnalyzer on GitHub for an example of Azure CI

plastikfan commented 4 years ago

https://www.powershellmagazine.com/2018/09/20/converting-a-powershell-project-to-use-azure-devops-pipelines/

https://docs.microsoft.com/en-us/learn/modules/create-a-build-pipeline/ https://docs.microsoft.com/en-gb/learn/modules/create-release-pipeline/

And here is an example of an Azure Pipeline for a powershell module: https://adamrushuk.github.io/example-azure-devops-build-pipeline-for-powershell-modules/

plastikfan commented 4 years ago

This is being held up by the issue I'm having with sign-in with github on azure.

plastikfan commented 4 years ago

Task launch in VSC: https://github.com/nightroman/Invoke-Build/wiki/Debugging-Tips

plastikfan commented 4 years ago

This is possibly a btter example for building an azure devops pipeline for powershell modules using Invoke-Build:

https://stefanstranger.github.io/2018/12/30/UseAzurePipelinesToPublishPowerShellModule/