tfs - Fail / Pass a check-in -


itemprop = "text">

I have a need: whenever a developer checks some code in TFS, before that, a log file will be created in the past -Scheduled path should be checked. If the file tells from the pass, then only that particular check-in should be done, otherwise it should fail.

How do I apply it? Since I am new to TFS, so any input will be very helpful to me.

Gotid Check In You will then need to add a custom task to read the file. If the value is not found in the file then you may fail the build, which will prevent the code from being committed to source control

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -