From 339c20a9b51312ea1ae4b4b0566c24c984f811c9 Mon Sep 17 00:00:00 2001 From: codehackerjj <56376542+codehackerjj@users.noreply.github.com> Date: Thu, 10 Oct 2019 01:39:51 -0500 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines Deploying --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa91291..816c609 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,10 @@ # Starter pipeline +- task: AzureRmWebAppDeployment@4 + inputs: + ConnectionType: 'AzureRM' + appType: 'webApp' + WebAppName: + packageForLinux: '$(System.DefaultWorkingDirectory)/**/*.zip' # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml