Use base azure image for primary wpilib build (#1744)

This will ensure everything works with no flags, even without a rio or raspbian compiler
This commit is contained in:
Thad House
2019-06-29 21:37:34 -07:00
committed by Peter Johnson
parent 2994250714
commit 9e19b29c31

View File

@@ -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