使用MSBuild 2019编译Visual Studio 2019项目dll时出错,与TeamCity 2020.2.2中的EAZfousator NET 2018.2混淆

使用MSBuild 2019编译Visual Studio 2019项目dll时出错,与TeamCity 2020.2.2中的EAZfousator NET 2018.2混淆,msbuild,teamcity,eazfuscator,Msbuild,Teamcity,Eazfuscator,TeamCity Build步骤编译时,将Visual Studio dll项目与MSBuild混淆,出现以下错误: EXEC: error: Error occurred during processing of input file '.dll' -> Cannot load file or assembly 'zx_2cba06c4237a413ea1e8116e71ad61dc, PublicKeyToken = 6205972ab2f0fc68' or one of its de

TeamCity Build步骤编译时,将Visual Studio dll项目与MSBuild混淆,出现以下错误:

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.

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