Spritely.Build
0.2.3
dotnet add package Spritely.Build --version 0.2.3
NuGet\Install-Package Spritely.Build -Version 0.2.3
<PackageReference Include="Spritely.Build" Version="0.2.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Spritely.Build --version 0.2.3
#r "nuget: Spritely.Build, 0.2.3"
// Install Spritely.Build as a Cake Addin #addin nuget:?package=Spritely.Build&version=0.2.3 // Install Spritely.Build as a Cake Tool #tool nuget:?package=Spritely.Build&version=0.2.3
A build system that you can install via NuGet. It sets up hooks into the standard MSBuild files to provide a consisent command line and Visual Studio experience. It doesn't try to solve all your build problems. It just standardizes the code and provides a very simple extensibilty system. Name your file *.ProjectExtension.targets and install as a NuGet package and it will automatically be injected into all project files and run consistently on the command line and in Visual Studio.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Spritely.Build:
Package | Downloads |
---|---|
Naos.Build
The internal supporting build tools for all Naos builds. |
|
Spritely.Build.JavaScriptTests
Extension to Spritely.Build that enables JavaScript unit testing via Mocha. |
|
Spritely.BuildSettings
Build settings for Spritely projects. Only meant to be consumed by other Spritely projects. You can use it as an example to create your own Spritely.Build extensions to customize your own builds though (copy and modify to get the desired behavior) |
GitHub repositories
This package is not used by any popular GitHub repositories.