diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 92dc32fb5ac716fc56ef73da7a6f429896aa6f3a..bbe87cb0fbb384e929911a4e4b4a81401c5446d0 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'