.NET6
https://dotnet.microsoft.com/download
$ dotnet --version
6.0.101
$ git submodule update --init
$ dotnet tool restore
- Write content of
ResourcesPassword.fs
.
You can generate template:dotnet fake build -t cisetting
. - Pack
Resources
:dotnet fake build -t resources
. - Build
$ dotnet fake build # Build all projects as Release $ # or $ dotnet build --project src/RouteTiles [-c {Debug|Release}]
$ dotnet run --project src/RouteTiles [-c {Debug|Release}]
$ dotnet fake build -t serve
$ dotnet fake build -t publish
Scripting at build.fsx.
$ dotnet fake build -t Clean # Run "Clean" Target
$ dotnet fake build # Run Default Taret