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

View File

@@ -110,6 +110,9 @@ let importLinks args sp = task {
| _ -> printfn "Usage: MyWebLog import-links [url] [file-name]"
}
// Loading a theme and restoring a backup are not statically compilable; this is OK
#nowarn "3511"
/// Load a theme from the given ZIP file
let loadTheme (args : string[]) (sp : IServiceProvider) = task {
if args.Length > 1 then