Info
Version: | 1.2.8 |
Author(s): | Daniel Ashton |
Last Update: | Tuesday, March 20, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dashton82/FakeScript |
NuGet Url: | https://www.nuget.org/packages/FAKEBuildScript |
Install
Install-Package FAKEBuildScript
dotnet add package FAKEBuildScript
paket add FAKEBuildScript
FAKEBuildScript Download (Unzip the "nupkg" after downloading)
Dependencies
- Nuget.CommandLine(>= 3.3.0)
Tags
Simply install the nuget package and then execute the RunBuild.bat file.
This will then build the solution file, and run any tests that are available. The Tests are picked up by convention, anything ending in .UnitTests, .XUnitTests and .JasmineTests.
If you have a project and there is a Publishing Profile, named [SolutionName]PublishProfile this will also compile your views for you.
Cloud projects are only built with the Release flag set.