Skip to content

Instantly share code, notes, and snippets.

View jhauge's full-sized avatar

Jesper Hauge jhauge

View GitHub Profile
@jhauge
jhauge / function-app-azure-pipeline.yml
Created August 5, 2020 06:38
Example pipeline definition for Azure Function App
# .NET Core Function App to Windows on Azure
# Build a .NET Core function app and deploy it to Azure as a Windows function App.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/en-us/azure/devops/pipelines/languages/dotnet-core
trigger:
- master
variables:
# Azure Resource Manager connection created during pipeline creation