首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用MSBuild 2019年编译Visual Studio2019项目dll时出错,与TeamCity 2020.2.2中的Eazfuscator NET 2018.2混淆

使用MSBuild 2019年编译Visual Studio2019项目dll时出错,与TeamCity 2020.2.2中的Eazfuscator NET 2018.2混淆
EN

Stack Overflow用户
提问于 2021-02-18 06:23:09
回答 1查看 99关注 0票数 0

在使用MSBuild混淆Visual Studio dll项目的情况下,当TeamCity Build步骤编译时,我遇到了这个错误:

代码语言:javascript
复制
EXEC: error: Error occurred during processing of input file '.dll' -> Cannot load file or assembly 'zx_2cba06c4237a413ea1e8116e71ad61dc, PublicKeyToken = 6205972ab2f0fc68' or one of its dependencies. The system cannot find the specified file. C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets (5473,5): error MSB3073: The command "if /I "Release" == "Release" "C:\Program Files (x86)\Eazfuscator.NET\Eazfuscator.NET.exe" "E:\Builds\MyDll\bin\Release\MyDll.dll" --msbuild-project-path "E:\Builds\MyDll\MyDll.csproj" --msbuild-project-configuration "Release" --msbuild-project-platform "AnyCPU" --msbuild-solution-path "*Undefined*" -n --newline-flush -v 2018.2" exit with code 1.
EN

回答 1

Stack Overflow用户

发布于 2021-02-18 10:20:52

Eazfuscator-.NET-2018.2.2与MSBuild 2019年不兼容,解决方案是使用Eazfuscator-.NET-2019.1作为最低版本。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66250790

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档