Remove msbuild usage from the build script

This commit is contained in:
cra0zy 2017-11-09 21:26:22 +01:00
parent cd24c1a833
commit 73f0fd3049

View File

@ -36,9 +36,9 @@ Task("Prepare")
{
// Build tools
DotNetCoreRestore("Source/Tools/Tools.sln");
MSBuild("Source/Tools/Tools.sln", new MSBuildSettings {
Verbosity = Verbosity.Minimal,
Configuration = "Release",
DotNetCoreBuild("Source/Tools/Tools.sln", new DotNetCoreBuildSettings {
Verbosity = DotNetCoreVerbosity.Minimal,
Configuration = "Release"
});
// Generate code and prepare libs projects