简体   繁体   中英

TFS Properties of an Activity Workflow, how can I put a path to the VB Expression

I'm following this tuto: http://blog.justtfs.co.uk/2014/09/movedeployfiles-copy-file-activity-for.html

But how can I put the path in the VB expression:

在此处输入图片说明

For example if I put in the argument RepositoryPath: C:\\agent, it doesn't work So, how is the syntax?

Thank you for helping me.

The syntax is a VB expression . Some Examples.

  • A constant string: "C:\\agent"
  • Value of SourcesDirectory variable: SourcesDirectory
  • Compose variable with string SourcesDirectory + "\\subdir"

As per the accepted values, they depend on the specific activity's property.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM