Yaaf.AdvancedBuilding
0.2.0
See the version list below for details.
dotnet add package Yaaf.AdvancedBuilding --version 0.2.0
NuGet\Install-Package Yaaf.AdvancedBuilding -Version 0.2.0
<PackageReference Include="Yaaf.AdvancedBuilding" Version="0.2.0" />
paket add Yaaf.AdvancedBuilding --version 0.2.0
#r "nuget: Yaaf.AdvancedBuilding, 0.2.0"
// Install Yaaf.AdvancedBuilding as a Cake Addin #addin nuget:?package=Yaaf.AdvancedBuilding&version=0.2.0 // Install Yaaf.AdvancedBuilding as a Cake Tool #tool nuget:?package=Yaaf.AdvancedBuilding&version=0.2.0
Yaaf.AdvancedBuilding is a loose collection of build scripts. The benefit is that you can automatically update your build by updating this package, when you don't need your own crazy build script. But even than it is possible that you could re-use some scripts within this package.
Learn more about Target Frameworks and .NET Standard.
-
- FAKE (>= 3.14.8)
- FSharp.Compiler.Service (>= 0.0.82)
- FSharp.Formatting (>= 2.6.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.14.1 | 7,628 | 6/24/2016 |
0.14.0 | 1,100 | 6/19/2016 |
0.13.3 | 1,034 | 6/18/2016 |
0.13.2 | 1,134 | 3/6/2016 |
0.13.1 | 1,072 | 3/6/2016 |
0.13.0 | 1,077 | 3/6/2016 |
0.12.4-alpha1 | 887 | 2/6/2016 |
0.12.3 | 1,131 | 2/5/2016 |
0.12.2 | 1,086 | 1/23/2016 |
0.12.0 | 1,320 | 1/17/2016 |
0.11.8 | 1,763 | 1/14/2016 |
0.11.7 | 1,135 | 1/13/2016 |
0.11.6 | 1,082 | 12/24/2015 |
0.11.6-alpha1 | 883 | 12/23/2015 |
0.11.5 | 1,927 | 12/2/2015 |
0.11.4 | 1,194 | 11/24/2015 |
0.11.3 | 1,100 | 11/20/2015 |
0.11.2 | 1,158 | 11/19/2015 |
0.11.1 | 1,088 | 11/8/2015 |
0.11.0 | 1,143 | 11/7/2015 |
0.10.1-alpha1 | 876 | 10/20/2015 |
0.10.0 | 1,109 | 10/18/2015 |
0.9.3 | 1,324 | 9/28/2015 |
0.9.3-alpha2 | 1,023 | 9/20/2015 |
0.9.3-alpha1 | 1,006 | 9/20/2015 |
0.9.2 | 1,183 | 9/13/2015 |
0.9.1 | 1,157 | 9/6/2015 |
0.9.0 | 1,179 | 9/5/2015 |
0.8.0 | 1,164 | 8/19/2015 |
0.7.2 | 1,439 | 8/8/2015 |
0.7.1 | 1,381 | 8/8/2015 |
0.7.0 | 1,270 | 8/2/2015 |
0.6.5 | 1,300 | 8/1/2015 |
0.6.4 | 1,482 | 5/3/2015 |
0.6.3 | 1,248 | 5/3/2015 |
0.6.2 | 1,371 | 4/29/2015 |
0.6.1 | 1,405 | 4/26/2015 |
0.6.0 | 1,399 | 4/26/2015 |
0.5.5 | 1,513 | 4/21/2015 |
0.5.4 | 1,361 | 4/1/2015 |
0.5.3 | 1,256 | 3/27/2015 |
0.5.2 | 1,280 | 3/25/2015 |
0.5.1 | 1,482 | 3/23/2015 |
0.5.0 | 1,385 | 3/21/2015 |
0.4.0 | 1,279 | 3/20/2015 |
0.3.6 | 1,264 | 3/20/2015 |
0.3.5 | 1,205 | 3/20/2015 |
0.3.4 | 1,431 | 3/5/2015 |
0.3.3 | 1,156 | 3/5/2015 |
0.3.2 | 1,161 | 3/5/2015 |
0.3.1 | 1,606 | 3/1/2015 |
0.3.0 | 1,377 | 2/28/2015 |
0.2.1 | 1,219 | 1/29/2015 |
0.2.0 | 1,189 | 1/28/2015 |
0.1.4 | 1,133 | 1/24/2015 |
0.1.3 | 1,150 | 1/24/2015 |
0.1.2 | 1,067 | 1/23/2015 |
0.1.1 | 1,051 | 1/23/2015 |
0.1.0 | 1,038 | 1/22/2015 |
BREAKING: Redesigned how `buildConfig.fsx` has to be written!
Now you need to implement a BuildConfiguration record type, this helps (in the future)
that builds don't break when new features are introduced.
This also allows us to set a lot of defaults for you.
- you need to set `buildConfig` to a BuildConfiguration instance (all other variables are now ignored).
- You can see the docs or look into `buildConfigDef.fsx` for a definition.
- You need to update your `build.fsx` and `generateDocs.fsx` and add
`#load "packages/Yaaf.AdvancedBuilding/content/buildConfigDef.fsx"`
on the top (or use the latest from the package (see Quick-start tutorial)).
Implemented initial project and solution generation.
- Can be enabled with `EnableProjectFileCreation`