forked from yck1509/ConfuserEx
-
-
Notifications
You must be signed in to change notification settings - Fork 433
dnlib is not found when building in a pipelin using Confuser.MSBuild 1.6.0 #477
Copy link
Copy link
Closed
Labels
feedback-requiredThis issue can't be processed further until additional information are provided.This issue can't be processed further until additional information are provided.inactiveThis issue requires some feedback, but did not get any response.This issue requires some feedback, but did not get any response.potential-bugSomething does not seem to be workingSomething does not seem to be working
Metadata
Metadata
Assignees
Labels
feedback-requiredThis issue can't be processed further until additional information are provided.This issue can't be processed further until additional information are provided.inactiveThis issue requires some feedback, but did not get any response.This issue requires some feedback, but did not get any response.potential-bugSomething does not seem to be workingSomething does not seem to be working
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 ?