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