From f3aeaae7a198481b8e4f0e77a56a8596214858e7 Mon Sep 17 00:00:00 2001 From: Philip Marzullo Date: Wed, 2 Sep 2020 10:59:07 -0400 Subject: [PATCH] Azure build - replace build task with test and integrationTest --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 09b57943fe..ef2836eb02 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,5 +27,5 @@ steps: jdkArchitectureOption: 'x64' publishJUnitResults: true testResultsFiles: '**/TEST-*.xml' - tasks: 'test' + tasks: 'test integrationTest'