Added build scripts to build projects and run tests.
build.sh is the default cake shell bootstrapper (identical to the one found in other .Net repos)
build.ps1 is the default cake powershell bootstrapper (identical to the one found in other .Net repos)
build.cake is the relevant cake build script
The scripts herein will create the ./artifacts directory containing compiled binaries. Additional work is necessary to build appropriate nuget packages; this can be handled in subsequent PRs.
Added build scripts to build projects and run tests.
The scripts herein will create the ./artifacts directory containing compiled binaries. Additional work is necessary to build appropriate nuget packages; this can be handled in subsequent PRs.
Related internal issue for reference: OKTA-313770