mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-24 01:14:20 +01:00
Remove runtime compile on tests (#1453)
This commit is contained in:
@@ -82,7 +82,7 @@ namespace BTCPayServer.Hosting
|
||||
};
|
||||
})
|
||||
.AddNewtonsoftJson()
|
||||
#if DEBUG
|
||||
#if RAZOR_RUNTIME_COMPILE
|
||||
.AddRazorRuntimeCompilation()
|
||||
#endif
|
||||
.AddControllersAsServices();
|
||||
|
||||
Reference in New Issue
Block a user