您好我尝试将hello world计算引擎测试项目部署到我的asp实例。
当我尝试推送它时,我得到错误"无法部署"
msbuild.exe " d:\工具入门 - DOTNET \ ASPNET \ 1问候世界\ 1问候-world.csproj" / p:Configuration = Release / p:Platform = AnyCPU / t:WebPublish / p:WebPublishMethod = FileSystem / p:DeleteExistingFiles = True /p:publishUrl="C:\Users\Paul\AppData\Local\Temp\hgy2katd.oce"失败 发布项目1-hello-world。
有没有人知道我在哪里可以找到更详细的错误消息或可能导致问题的原因?
我遵循了本教程:https://cloud.google.com/dotnet/docs/getting-started/hello-world
提前致谢!
答案 0 :(得分:1)
似乎问题是使用了多个msbuild.exe。我重新安装了我的电脑,事后一切正常