Add GitHub Actions configuration (#201)

* new build system based on NUKE build
* support test running on Linux
This commit is contained in:
Marko Lahma
2021-08-02 17:54:41 +03:00
committed by GitHub
parent 9d7325bd67
commit ca2bf1e889
100 changed files with 1147 additions and 53007 deletions

6
global.json Normal file
View File

@@ -0,0 +1,6 @@
{
"sdk": {
"version": "5.0",
"rollForward": "latestFeature"
}
}