build 0.4.6

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

// Install build as a Cake Tool
#tool nuget:?package=build&version=0.4.6

Automates build and NuGet package restore for Visual Studio/MSBuild and Xamarin Studio/XBuild.
       
This package provides a simple and straightforward way to build solutions and nuget packages via command line or IDE builds,
with automatic NuGet package restore without impacting build performance or requiring custom build scripts in your project or solution files.

To use this package for an entire repository or solution, please install this package in your repository root from the command line
using the command: `nuget install build -excludeversion`.

This will add the `build` folder at the repository root, and you can just copy the sample solution and build script from the build\sample folder.
Updating the package is achieved by just executing the install command again.

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
0.4.6 3,647 5/29/2015
0.4.5 1,093 5/29/2015
0.4.4 1,088 5/29/2015
0.4.2 1,333 4/27/2015
0.3.12 1,313 2/10/2015
0.3.11 1,114 2/3/2015
0.3.10 1,125 1/29/2015
0.3.8 1,105 1/28/2015
0.3.7 1,101 1/9/2015