-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dnlib is not found when building in a pipelin using Confuser.MSBuild 1.6.0 #477
Comments
My best guess is that your build pipeline is running using the .NET Core version of MSBuild instead of the full version. The .NET Core version does not work with ConfuserEx yet. Only the full msbuild that is part of Visual Studio and the Visual Studio Build Tools works correctly. |
Jetbrain Rider, .NET4.8 with new project format, using Microsoft Build Engine version 17.1.0+ae57d105c for .NET Confuser.MSBuild.targets(74, 5): [MSB4018] The "Confuser.MSBuild.Tasks.ConfuseTask" task failed unexpectedly. |
Yeah, it seems it was that. |
This issue needs more information and has not had recent activity. Please provide the missing information or it will be closed in 7 days. Thanks! |
I've fixed this for me - #488 |
This issue needs more information and has not had recent activity. Please provide the missing information or it will be closed in 7 days. Thanks! |
Closing this issue because it needs more information and has not had recent activity. Please re-open this issue if more details can be provided. Thanks! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to Reproduce:
As you can see in the last image, it seems that during the ConfuseTask in the building process of a pipeline, ConfuserEx is not able to find the dnlib.dll
I don't have this problem when I build the project in Visual Studio 2022.
I aldready tried to give the dnlib.dll (v.3.4.0) by adding it in the project root (and copy it in the output directory in the csproj)or adding a probePath in the crproj giving the path of dnlib.dll
Any ideas what I am missing or it is even possible to use Confuser.MsBuild in a pipeline building process ?
The text was updated successfully, but these errors were encountered: