我从https://github.com/NuGet/NuGetGallery获取代码库,在我自己的azure网站上推送nugetgallery,但失败了。 我收到以下错误并且部署失败。
d:\ Windows \ Microsoft.NET \框架\ v4.0.30319 \ Microsoft.Common.targets(609,5): 错误:未为项目设置OutputPath属性 ' NuGetGallery.csproj&#39 ;.请检查以确保您拥有 为此指定了Configuration和Platform的有效组合 项目。配置='推出'平台='任何CPU'。你可能会看到 这条消息是因为你试图建立一个没有的项目 解决方案文件,并指定了非默认配置或 该项目不存在的平台。 [d:\家\站点\库\ SRC \ NuGetGallery \ NuGetGallery.csproj]
But I have already set output configuration to "Release" then also getting this error why?