New: Use dotnet tooling, produce 64bit build on windows

This commit is contained in:
ta264
2019-10-14 21:20:59 +01:00
committed by Qstick
parent 304382f406
commit 0b0d0a7353
42 changed files with 657 additions and 268 deletions

View File

@@ -201,9 +201,7 @@ namespace NzbDrone.Core.Configuration
}
}
// public string UiFolder => GetValue("UiFolder", "UI", false);GetValue("UiFolder", "UI", false);
public string UiFolder => "UI";
public string UiFolder => BuildInfo.IsDebug ? Path.Combine("..", "UI") : "UI";
public bool UpdateAutomatically => GetValueBoolean("UpdateAutomatically", false, false);