visual studio 2013 - Send notification to be received on TFS Get Latest Version -
We are using TFS on Visual Studio 2013. When our developers receive the latest version (GLV) and a new DB script file it is stored under a special folder to run using our custom update app.
What I want is that, on a GLV, they get an information (in Visual Studio) that the new script is DB (Generally speaking, that a new file is under a certain path Has been added) to update.
Is there any way to get it with TFS?
You can write a newest studio extension, which can be triggered on Get latest, You will have to roll it in control, all your developers have to either store the lookup path to the center or replace the app again if the look path has changed.
Alternatively you can add bat / power shield scripts to your source control. Within this script you can get the latest and run any script you want to run. Then you will run developers to get the latest with this script and then run it, which will get the rest of the files and run the DB script.
Comments
Post a Comment