From 9e19b29c31f2087b943d6277e627cc1b2de8b26e Mon Sep 17 00:00:00 2001 From: Thad House Date: Sat, 29 Jun 2019 21:37:34 -0700 Subject: [PATCH] Use base azure image for primary wpilib build (#1744) This will ensure everything works with no flags, even without a rio or raspbian compiler --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 18683a819d..0081376738 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -67,7 +67,7 @@ stages: pool: vmImage: 'Ubuntu 16.04' - container: wpilib2020 + container: ubuntu steps: - task: Gradle@2 @@ -78,7 +78,6 @@ stages: publishJUnitResults: true testResultsFiles: '**/TEST-*.xml' tasks: 'build' - options: '-Pskiplinuxathena -Pskiplinuxraspbian' # checkStyleRunAnalysis: true # pmdRunAnalysis: true