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