mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 19:25:42 +00:00
Remove msbuild usage from the build script
This commit is contained in:
parent
cd24c1a833
commit
73f0fd3049
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue