TFS.2013.EditBuildDefinition 1.0.0

dotnet add package TFS.2013.EditBuildDefinition --version 1.0.0
NuGet\Install-Package TFS.2013.EditBuildDefinition -Version 1.0.0
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.2013.EditBuildDefinition" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TFS.2013.EditBuildDefinition --version 1.0.0
#r "nuget: TFS.2013.EditBuildDefinition, 1.0.0"
#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.2013.EditBuildDefinition as a Cake Addin
#addin nuget:?package=TFS.2013.EditBuildDefinition&version=1.0.0

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

Modifying the TFS build workflow can be slightly painful at first.  This is due to the fact that you need to reference a bunch of VS extension 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 2012 build workflow.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 1,483 9/21/2015

Created an additional package targetting 2013 based off EdwinF's packages for 2010, 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.