Set up CI with Azure Pipelines

[skip ci]
This commit is contained in:
Arjun Attam 2019-04-25 13:42:46 -07:00
parent d2831f9bad
commit 19da0301c8

16
azure-pipelines.yml Normal file
View file

@ -0,0 +1,16 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'vs2017-win2016'
steps:
- script: |
echo Starting the build
mvn package
displayName: 'Build with Maven'