TFS.EditBuildDefinition
1.0.1
dotnet add package TFS.EditBuildDefinition --version 1.0.1
NuGet\Install-Package TFS.EditBuildDefinition -Version 1.0.1
<PackageReference Include="TFS.EditBuildDefinition" Version="1.0.1" />
paket add TFS.EditBuildDefinition --version 1.0.1
#r "nuget: TFS.EditBuildDefinition, 1.0.1"
// 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.
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.
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.