diff --git a/README.md b/README.md index 7ed511d0..0ca07d16 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,4 @@ How to Use/Setup ? Get the VulnerableSpring Project from here: https://github.com/CSPF-Founder/VulnerableSpring +## diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..b2957fb6 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,19 @@ +# 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: + branches: + include: + - master + + +pool: + vmImage: 'vs2017-win2016' + + +jobs: +- job: Test + timeoutInMinutes: 2 # how long to run the job before automatically cancelling + cancelTimeoutInMinutes: 1 # how much time to give 'run always even if cancelled tasks' before stopping them \ No newline at end of file