From 093d88a58e087dcb968abe4aad5c41664af8d6e7 Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Fri, 15 Mar 2019 12:27:43 -0500 Subject: [PATCH] Don't set PathMap on standard builds --- build/Build.cs | 3 ++- src/LibHac/LibHac.csproj | 2 +- src/hactoolnet/hactoolnet.csproj | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build/Build.cs b/build/Build.cs index ec8a469c..f9c69243 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -120,7 +120,8 @@ namespace LibHacBuild .SetProjectFile(Solution) .EnableNoRestore() .SetConfiguration(Configuration) - .SetProperties(VersionProps); + .SetProperties(VersionProps) + .SetProperty("BuildType", "Release"); if (DoCoreBuildOnly) buildSettings = buildSettings.SetFramework("netcoreapp2.1"); diff --git a/src/LibHac/LibHac.csproj b/src/LibHac/LibHac.csproj index 5e7e8904..9db0b11e 100644 --- a/src/LibHac/LibHac.csproj +++ b/src/LibHac/LibHac.csproj @@ -17,7 +17,7 @@ https://github.com/Thealexbarney/LibHac 0.3.1 - $(MSBuildProjectDirectory)=C:/LibHac/ + $(MSBuildProjectDirectory)=C:/LibHac/ true snupkg true diff --git a/src/hactoolnet/hactoolnet.csproj b/src/hactoolnet/hactoolnet.csproj index 91d5cf7c..903022f3 100644 --- a/src/hactoolnet/hactoolnet.csproj +++ b/src/hactoolnet/hactoolnet.csproj @@ -8,7 +8,7 @@ 0.3.1 - $(MSBuildProjectDirectory)=C:/hactoolnet/ + $(MSBuildProjectDirectory)=C:/hactoolnet/