From 6533d9d48a5db665dfef1ecea79a4027cab3c01d Mon Sep 17 00:00:00 2001 From: hornerj94 <31847332+hornerj94@users.noreply.github.com> Date: Thu, 11 Jun 2020 14:45:27 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 92dc32f..bbe87cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,5 +27,5 @@ steps: azureSubscription: 'Azure for Students (d67e4eff-f95b-4837-b21e-2daef7374625)' appType: 'webAppLinux' WebAppName: 'tech-recruiting' - packageForLinux: '$(System.DefaultWorkingDirectory)/**/*.zip' + packageForLinux: '$(System.DefaultWorkingDirectory)/**/*.war' RuntimeStack: 'WILDFLY|14-jre8' -- GitLab