Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6989743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:15:13+00:00 2026-05-27T19:15:13+00:00

I am creating a custom activity for my build in TFS 2010, and I

  • 0

I am creating a custom activity for my build in TFS 2010, and I need to pass the activity the source control folder for the current build definition.

I need this as it is defined on the Workspace screen in the build definition screen, such as a string like “$/Project/Folder”.

I can’t find the appropriate property to pass as an argument to my activity. I’ve found BuildDetail.TeamProject just returned “Project”, but haven’t had much success with anything else.

Any help appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T19:15:14+00:00Added an answer on May 27, 2026 at 7:15 pm

    You can create a property like

    public InArgument<Workspace> CurrentWorkspace { get; set;}
    

    In the overriden execute method you can access the workspace like

    var workspace = context.GetValue<Workspace>(this.CurrentWorkspace);
    foreach (var folder in workspace.Folders)
    {
       //
    }
    

    To use the Workspace type you need an using to

    using Microsoft.TeamFoundation.VersionControl.Client;
    

    For detailed information look at Ewald Hofmans blog

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Jython is great for creating custom data structures on need basis, but how to
I need to implement creating custom gesture(like Gesture Builder in Android ) in my
I'm creating a custom Preference to remember which activity a user wants to run
I am creating the custom control in android. That custom control should have the
I have seen many examples of creating a custom titlebar: http://zaman91.wordpress.com/2010/03/16/android-how-to-add-custom-title-bar/ Is there a
I am creating a table with dynamic custom table rows. I need to get
I'm creating a custom workflow activity in VS2010 targeting .NET 3.5. The DLL is
i'm creating custom title for activity by disabling standard one and managing everything myself.
Background: I'm creating a toolkit of custom components that extend current components functionality, layout,
I am creating custom html helper for my datepicker. i want to pass inside

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.