From bb1a9d957406cf6822d230ee85f0d61429e66dd5 Mon Sep 17 00:00:00 2001 From: marvinwener <45437696+marvinwener@users.noreply.github.com> Date: Mon, 23 Mar 2020 08:22:23 +0100 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines-test.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 azure-pipelines-test.yml diff --git a/azure-pipelines-test.yml b/azure-pipelines-test.yml new file mode 100644 index 0000000..a959f1c --- /dev/null +++ b/azure-pipelines-test.yml @@ -0,0 +1,15 @@ +# Maven +# Build your Java project and run tests with Apache Maven. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/java + +trigger: +- master + +pool: + Default + +steps: +- task: ticsqualitygate@0 + inputs: + TICSQualityGateService: 'my_tics_viewer_conn' \ No newline at end of file