Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
内置的 MSBuildExec任务将给定命令写入批处理文件,然后使用cmd /c /q. 不幸的是,它使用OEM 代码页编写批处理文件。
Exec
cmd /c /q
这意味着 Unicode 文件名被破坏了。
You'll have to write your own Exec (or Pipe, or even ConvertMusic) task instead.
Pipe
ConvertMusic