How to get `SourceDir` folder and `Drop Folder` while in C# customized activity code of TFS 2012 build process template?

StackOverflow https://stackoverflow.com/questions/21085091

문제

I'm writing a customized activity for TFS build process workflow, e.g. guideline here.

In my C# CodeActivity .Execute() method, I want to access to SourceDir folder and Drop Folder.

How can I do that?

도움이 되었습니까?

해결책

Pass the information which you need as arguments, e.g. SourcesDiriectory for your SourceDir and BuildDetail.DropLocation for your DropFolder to your activity.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top