Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.2 KB

readme.md

File metadata and controls

26 lines (16 loc) · 1.2 KB

Float.TinCan.LocalLRSServer Test NuGet

A local LRS server for xAPI.

Building

First you must restore the nuget libraries

 dotnet restore

This project can be built using Visual Studio for Mac or Cake. It is recommended that you build this project by invoking the bootstrap script:

./build.sh

There are a number of optional arguments that can be provided to the bootstrapper that will be parsed and passed on to Cake itself. See the Cake build file in order to identify all supported parameters.

./build.sh \
    --task=Build \
    --projectName=Float.TinCan.LocalLRSServer \
    --configuration=Debug \
    --nugetUrl=https://nuget.org \
    --nugetToken=####

License

All content in this repository is shared under an MIT license. See license.md for details.