Skip to content

Instantly share code, notes, and snippets.

@SibeeshVenu
Created December 15, 2021 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SibeeshVenu/1c9f4a5d53e696cbb5241efa0bef1ef3 to your computer and use it in GitHub Desktop.
Save SibeeshVenu/1c9f4a5d53e696cbb5241efa0bef1ef3 to your computer and use it in GitHub Desktop.
trigger:
branches:
include:
- master
variables:
solution: "**/*.sln"
buildPlatform: "x86"
buildConfiguration: "Release"
pool:
name: Default
stages:
- template: templates/deploy_azure_webapp.yml
parameters:
azureSubscription: "admin-p-service-connection"
webAppName: "admin-p-weu-aps01"
sourceBranchTrigger: "refs/heads/master"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment