Skip to content
Open

test #33

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ How to Use/Setup ?
Get the VulnerableSpring Project from here:
https://github.com/CSPF-Founder/VulnerableSpring

##
19 changes: 19 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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