Currently the only version available provides MsBuild scripts that run the build. In order to use this version take the following steps.
Download the sample ZIP archive from the Github releases page or grab the NuGet package
Extract the following files:
entrypoint.msbuildartefacts.settings.propsbuild.settings.propsdeploy.settings.propssettings.propstest.settings.props
Also extract the
nuget.configfile if you don't already have one in the root of your repository.Update the
*.propsfiles so that they matches your repository and environment.Execute a build by calling the following command line:
msbuild entrypoint.msbuild /t:build
During the build process the correct version of the nBuildKit.MsBuild packages will be downloaded from nuget.org.