We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To build the project invoke MsBuild on the nBuildKit.msbuild script with the build target in the repository root directory, i.e.
nBuildKit.msbuild
build
msbuild nbuildkit.msbuild /t:build
This will package the scripts and create the NuGet packages and ZIP archives. Final artifacts will be placed in the build\deploy directory.
build\deploy
In order to do some basic verification you can run the verification tests by executing
msbuild nbuildkit.msbuild /t:test
This will take the recently build nuget packages and try to build a solution with C# projects and one with VB.NET projects.
The build script assumes that: