TFS.2012.EditBuildDefinition
1.0.0
dotnet add package TFS.2012.EditBuildDefinition --version 1.0.0
NuGet\Install-Package TFS.2012.EditBuildDefinition -Version 1.0.0
<PackageReference Include="TFS.2012.EditBuildDefinition" Version="1.0.0" />
paket add TFS.2012.EditBuildDefinition --version 1.0.0
#r "nuget: TFS.2012.EditBuildDefinition, 1.0.0"
// Install TFS.2012.EditBuildDefinition as a Cake Addin #addin nuget:?package=TFS.2012.EditBuildDefinition&version=1.0.0 // Install TFS.2012.EditBuildDefinition as a Cake Tool #tool nuget:?package=TFS.2012.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.
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 | 3,288 | 8/17/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.