-
Recent Posts
Follow me on Twitter
My Tweets
Tag Archives: #build
MS SQL databases restore with TFS Team Build and PowerShell
Currently I’m working on a web project with a few environments like Dev, POC, QA, UAT, Staging, etc. Once per sprint we have to synchronize our DBs from Staging to other servers to make sure all environments are on the … Continue reading
Run batch file from TFS build?
From time to time, I have to run batch files to perform some cleanup or restore jobs on CI servers. Usually this is as simple as logging into the remote server and manually launching a batch file. But what about … Continue reading