Add build scripts

- Embed PDBs in assemblies
- Suppress warnings for complex tasks
This commit is contained in:
2022-06-23 14:56:18 -04:00
parent 0f66ca969d
commit a776d967ac
11 changed files with 393 additions and 6 deletions

12
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.22.0",
"commands": [
"fake"
]
}
}
}