Antebios
Antebios

Reputation: 1781

How to stop TFS from getting code During a Build?

I am using TFS 2010. I want some task to happen on a Solution that has already been built. I DO NOT want to "get" any code, just leave what is there. Is there anyway in my workflow, or anything else, to prevent TFS from getting any code?

Upvotes: 1

Views: 141

Answers (1)

Antebios
Antebios

Reputation: 1781

I found the solution: don't use the "SyncWorkspace" task in the xaml workflow.

Upvotes: 2

Related Questions