TFS.EditBuildDefinition 1.0.1

dotnet add package TFS.EditBuildDefinition --version 1.0.1
NuGet\Install-Package TFS.EditBuildDefinition -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TFS.EditBuildDefinition" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TFS.EditBuildDefinition --version 1.0.1
#r "nuget: TFS.EditBuildDefinition, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TFS.EditBuildDefinition as a Cake Addin
#addin nuget:?package=TFS.EditBuildDefinition&version=1.0.1

// Install TFS.EditBuildDefinition as a Cake Tool
#tool nuget:?package=TFS.EditBuildDefinition&version=1.0.1

Modifying the TFS build workflow can be tricky.  This is due to the fact that you need to reference a bunch of VS private DLLs to get the project to build.  This package installs into a .net project and adds all of the references needed to update and compile a TFS 2010 build workflow.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 190 5/8/2012
1.0.0 46 5/8/2012

If you create a class library and include your build workflow, make sure to change the build action to XamlAppDef or else you'll still get compile errors.