#178: Configure Cake.Frosting build system
This commit is contained in:
14
build/Configuration.cs
Normal file
14
build/Configuration.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Build
|
||||
{
|
||||
static class Configuration
|
||||
{
|
||||
public const string SolutionName = @"./EVE-O-Preview.sln";
|
||||
|
||||
public const string BinFolder = @"./bin";
|
||||
public const string ToolsFolder = @"./tools";
|
||||
public const string PublishFolder = @"./publish";
|
||||
public const string BuildConfiguration = @"Release";
|
||||
|
||||
public const string BuildToolPath = @"c:\Developer Tools\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe"; // Set to NULL to let Cake to try to use the default MSBuild instance
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user