Remove runtime compile on tests (#1453)

This commit is contained in:
Nicolas Dorier
2020-04-09 23:19:45 +09:00
committed by GitHub
parent bb24c95e71
commit cc80e4636f
2 changed files with 4 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ namespace BTCPayServer.Hosting
};
})
.AddNewtonsoftJson()
#if DEBUG
#if RAZOR_RUNTIME_COMPILE
.AddRazorRuntimeCompilation()
#endif
.AddControllersAsServices();