我已经为ASP.NET项目配置了一个版本。在管道中,我使用以下行进行构建:
"c:\Program Files (x86)\MSBuild\14.0\Bin\\MSBuild.exe" "C:\Program Files (x86)\Jenkins\workspace\build-develop\Solution.sln" /p:Configuration=Release /p:Platform="Any CPU" /clp:disableconsolecolor
编译顺利,警告/错误消息被问号替换
warning CS0219: ?????????? "blnStringEncrypted" ????????? ????????, ?? ??? ?? ???? ?? ????????????.
如何解决此问题以获取有用的消息?