escape the enable HotReload
This commit is contained in:
Родитель
67faabfd94
Коммит
2e81ef6410
|
@ -18,9 +18,11 @@ namespace CometApp1
|
|||
public override void Configure(IAppHostBuilder appBuilder)
|
||||
{
|
||||
base.Configure(appBuilder);
|
||||
//-:cnd
|
||||
#if DEBUG
|
||||
appBuilder.EnableHotReload();
|
||||
#endif
|
||||
//+:cnd
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче