nBuildKit.MsBuild.Tasks
0.10.3
See the version list below for details.
dotnet add package nBuildKit.MsBuild.Tasks --version 0.10.3
NuGet\Install-Package nBuildKit.MsBuild.Tasks -Version 0.10.3
<PackageReference Include="nBuildKit.MsBuild.Tasks" Version="0.10.3" />
paket add nBuildKit.MsBuild.Tasks --version 0.10.3
#r "nuget: nBuildKit.MsBuild.Tasks, 0.10.3"
// Install nBuildKit.MsBuild.Tasks as a Cake Addin #addin nuget:?package=nBuildKit.MsBuild.Tasks&version=0.10.3 // Install nBuildKit.MsBuild.Tasks as a Cake Tool #tool nuget:?package=nBuildKit.MsBuild.Tasks&version=0.10.3
Provides custom MsBuild tasks.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on nBuildKit.MsBuild.Tasks:
Package | Downloads |
---|---|
nBuildKit.MsBuild.Actions
Provides build scripts and build tasks that can be used to execute the build of a .NET project. |
|
nBuildKit.MsBuild.Executors
Provides the executor scripts which execute the build, test and deploy steps. |
|
Ops.Tools.Build.Actions
Provides the MsBuild script and standard configuration files that are used to execute the automated build, test and release stages for the Ops-Resource packages. |
|
Ops.Tools.Build.EntryPoint
Provides entry point script and shared import scripts that determine what tasks are available during a build, test or deployment process. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 1,579 | 6/15/2020 |
1.0.1 | 1,146 | 8/16/2019 |
1.0.0 | 1,819 | 1/6/2019 |
0.10.12 | 1,347 | 10/11/2018 |
0.10.11 | 1,349 | 9/13/2018 |
0.10.10 | 1,420 | 8/26/2018 |
0.10.9 | 1,544 | 7/17/2018 |
0.10.8 | 1,640 | 5/2/2018 |
0.10.7 | 1,973 | 4/5/2018 |
0.10.6 | 1,561 | 4/4/2018 |
0.10.5 | 1,547 | 3/6/2018 |
0.10.4 | 1,479 | 10/31/2017 |
0.10.3 | 1,987 | 10/12/2017 |
0.10.2 | 1,445 | 8/28/2017 |
0.10.1 | 1,546 | 7/17/2017 |
0.10.0 | 1,861 | 7/13/2017 |
0.9.4 | 1,501 | 6/14/2017 |
0.9.3 | 1,980 | 6/6/2017 |
0.9.2 | 1,930 | 5/14/2017 |
0.9.1 | 1,929 | 4/8/2017 |
0.9.0 | 1,932 | 4/3/2017 |
[319] Pull out ErrorCode handling from BaseTask (pvandervelde)