Ubuntu – How to create a azure build pipeline for a powershell azure function app
I am moving from a python function app to a powershell function app. I have a build and release pipeline for this. The following code below is the build for a python function app. how would i do this for…