Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 TFS 构建过程工作流编写自定义活动,例如此处的指南。
在我的 C# CodeActivity .Execute() 方法中,我想访问SourceDir文件夹和Drop Folder.
SourceDir
Drop Folder
我怎样才能做到这一点?
将您需要的信息作为参数传递,例如SourcesDiriectory为您SourceDir和BuildDetail.DropLocation您DropFolder的活动。
SourcesDiriectory
BuildDetail.DropLocation
DropFolder