Core ASP.NET Core WebApi Middleware and Dtos
Build Status
Branch | Status |
---|---|
feature/* | |
dev/master |
In order to build the project on your local machine, apply the following commands:
bootstrap.cmd
to download the required build framework scaffolding (CAKE)tools/Cake/Cake.exe ./build.cake --experimental --target=Build
Supported Build Targets
- Restore
- Build Performs Restore
- UnitTests Requires Build
- IntegrationTests Requires Build
Additional arguments
- buildNumber The CI build number, used for emitting NuGet package artifacts
- branch The GIT branch name, used for emitting NuGet package artifacts