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