From e82d3e039b7510e3e8dde754471300b99c881252 Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Mon, 16 Nov 2020 01:16:52 -0700 Subject: [PATCH] Update build and test packages --- build/Build.cs | 2 +- build/CodeGen/_buildCodeGen.csproj | 2 +- build/_build.csproj | 8 ++++---- tests/LibHac.Tests/LibHac.Tests.csproj | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/Build.cs b/build/Build.cs index 5ab5d035..ce740c4e 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -100,7 +100,7 @@ namespace LibHacBuild gitVersion = GitVersionTasks.GitVersion(s => s .SetFramework("netcoreapp3.1") - .DisableLogOutput()) + .DisableProcessLogOutput()) .Result; } catch (Exception e) diff --git a/build/CodeGen/_buildCodeGen.csproj b/build/CodeGen/_buildCodeGen.csproj index aeacb725..71fc1ee2 100644 --- a/build/CodeGen/_buildCodeGen.csproj +++ b/build/CodeGen/_buildCodeGen.csproj @@ -17,7 +17,7 @@ - + diff --git a/build/_build.csproj b/build/_build.csproj index 5baaa179..b9371a5e 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -11,10 +11,10 @@ - - - - + + + + diff --git a/tests/LibHac.Tests/LibHac.Tests.csproj b/tests/LibHac.Tests/LibHac.Tests.csproj index ce4e8715..34a882f0 100644 --- a/tests/LibHac.Tests/LibHac.Tests.csproj +++ b/tests/LibHac.Tests/LibHac.Tests.csproj @@ -7,7 +7,7 @@ - +