From 237e213cb84ae8bf78938d44f70ec8d2c253d2a3 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Tue, 31 Mar 2026 20:57:14 +0200 Subject: [PATCH] Make fixes for full obfuscation tests If we have specific configuration failing, we can add more tests now. It require create new folder with project setup for building. Closes #36 --- .gitignore | 1 + .../Confuser.MSBuild.Tasks.csproj | 23 +++++++++++++------ .../build/Confuser.MSBuild.Tasks.targets | 2 +- .../TestProjects/HelloWorld/HelloWorld.csproj | 3 ++- 4 files changed, 20 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 1f8a9c523..fc1fa436b 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ gh-pages/ artifacts/ /Confuser.Protections/runtime /Confuser.Protections/runtime +*.binlog diff --git a/Confuser.MSBuild.Tasks/Confuser.MSBuild.Tasks.csproj b/Confuser.MSBuild.Tasks/Confuser.MSBuild.Tasks.csproj index 4a8a7e95a..b06251a9a 100644 --- a/Confuser.MSBuild.Tasks/Confuser.MSBuild.Tasks.csproj +++ b/Confuser.MSBuild.Tasks/Confuser.MSBuild.Tasks.csproj @@ -19,18 +19,18 @@ true true $(TargetsForTfmSpecificContentInPackage);IncludeConfuserDependencyFiles - false + - + @@ -44,12 +44,20 @@ + + + + + + $(BaseOutputPath)$(ArtifactsPivots) + - - + + + @@ -58,10 +66,11 @@ - - + + + - + diff --git a/Confuser.MSBuild.Tasks/build/Confuser.MSBuild.Tasks.targets b/Confuser.MSBuild.Tasks/build/Confuser.MSBuild.Tasks.targets index e0e38f8ef..97d85204c 100644 --- a/Confuser.MSBuild.Tasks/build/Confuser.MSBuild.Tasks.targets +++ b/Confuser.MSBuild.Tasks/build/Confuser.MSBuild.Tasks.targets @@ -6,7 +6,7 @@ $(MSBuildThisFileDirectory)\..\netframework\ - $(MSBuildThisFileDirectory)\..\netstandard\ + $(MSBuildThisFileDirectory)\..\net\ net8.0 enable enable + true - +