我正在关注this blog on using the Desktop Bridge with XAF Win10项目在我的计算机上运行。
但是devops中的版本有错误
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(4544,5):
Error MSB3030: Could not copy the file "D:\a\1\s\MyApp.Win10\ModelAssembly.dll" because it was not found.
Process 'msbuild.exe' exited with code '1'.
这是因为ModelAssembly是预先构建的,.dll已作为现有文件添加到项目中。
我应该如何为devops提供一个预构建的dll?
ModelAssembly.dll是XAF在运行Cli项目时创建的。