English 中文(简体)
2010团队构建 2010: 使用 WFF 写入文本文件
原标题:Team Build 2010: Write to text file using WF

我有兴趣在团队构建执行期间将一些任意信息附在文本文件中,但我对Windows Working Flow没有太多的经验。

  • Write my own CodyActivity and import into my process template.
  • Perhaps call some .NET IO methods inside an InvokeMethod activity.
  • Use some sort of File-specific activity library I don t know about?

为了维护和可移动性的目的,我想尽可能让它接近“纯净”的WF, 但我不知道从哪里开始。 似乎像IO文件一样基本的东西应该已经存在活动, 但我还没有找到。 这些存在吗? 如果不是的话, 在 Invoke Method 中是有可能发生这种情况的, 还是我必须写自己的活动?

最佳回答

使用 < a href=\ http://tfsbuilding extensions.codeplex.com/documentation" rel=“nofollow” >TFS 构建扩展名 。 < a href="http://tfsbuilding extensions.codeplex.com/wikipage? title=How%20to%20integrate%20the%20Write ToFile%20Create%20active & amp; referringTitle=Documentation" rel=“nofol” >这里是文件

问题回答

暂无回答




相关问题
Xoml only Workflow parameters

Is is possible to pass parameters to an XOML only workflow? I m creating the workflow using XmlReader. Now is it possible to have parameters on an xoml only workflow?

Workflow no-code authoring

I want to use the no-code authoring in the workflow. So no code behind. Let s say I have 2 custom activities with dependency properties. How can I bind a property from activity1 to activity2 ?

Look and feel of workflow (.net WF4, beta2)

can i change the standard look and feel of a sequential workflow back to the wf 3.5 look and feel? I miss the on DragOver automatically expanding arrows between the elements. If this is not possible, ...

在工作流程中增加多个不动产元数据

我正在视窗工作流程中开展一些习俗活动,我需要增加一种依赖性,可以列出用户在使用......时可以选择的若干价值。

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

热门标签