forked from yck1509/ConfuserEx
-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
Description
- ConfuserEx Version: Confuser.MSBuild v.1.6.0
- Target Framework: .Net Framework 4.7.2 and/or .Net Standard 2.0
- Operating System: Windows Server 2019
Steps to Reproduce:
- Create a pipeline in Azure Devops or any CI Pipeline in general
- Build the project where you integrated the confuser.MsBuild in order to obfusacte the .dll generated by the build process
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 ?
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