diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml new file mode 100644 index 0000000..d89c557 --- /dev/null +++ b/azure-pipelines-1.yml @@ -0,0 +1,15 @@ +# 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: + name: Default + +steps: +- task: ticsqualitygate@0 + inputs: + TICSQualityGateService: 'my_tics_viewer_conn' \ No newline at end of file