Skip to content
Codeblack edited this page Mar 12, 2017 · 1 revision

If you want to know more about running PowerShell-scripts as part of TFS build, you may find the following projects, articles and blog-posts interesting.

MSDN

This is an MSDN-page describing the scripts in a build, with references to examples from the Community TFS Build Extensions.

This is an MSDN-page describing the environment-variables that are available in the scripts. The collection-uri (TF_BUILD_COLLECTIONURI) was introduced in TFS 2013 Update 2.

Open Source Projects

This project provides assembly-versioning using workflow-activities. The latest release supports TFS 2012. There has been no updates since July 2013.

This project provides packaging & pushing of NuGet-packages using workflow-activities. The latest release supports TFS 2012. There has been no updates since July 2013.

This project provides workflow-activities, scripts and tools for TFS build. In the Scripts folder in Source Control, you'll find some examples of build scripts, like ApplyVersionToAssemblies.

New home of the project. In the Scripts folder in Source Control, you'll find some examples of build scripts

Blog-posts

Clone this wiki locally