azure连续部署因部署命令

时间:2018-02-20 21:17:47

标签: azure visual-studio-2017 nuget continuous-deployment kudu

Screeshot from activity logs

活动记录

  

命令:“D:\ home \ site \ deployments \ tools \ deploy.cmd”   处理.NET Web应用程序部署。   D:\ home \ site \ repository.nuget \ NuGet.targets(89,9):错误:'Microsoft.Bcl 1.1.10'包需要NuGet客户端版本'2.8.1'或更高版本,但当前的NuGet版本是'2.6.40619.9041'。 [d:\家\网站\库\ Plantao.Web \ Plantao.Web.csproj]   D:\ home \ site \ repository.nuget \ NuGet.targets(89,9):错误:'Microsoft.Bcl.Async 1.0.168'包需要NuGet客户端版本'2.8.1'或更高版本,但当前的NuGet版本是'2.6.40619.9041'。 [d:\家\网站\库\ Plantao.Web \ Plantao.Web.csproj]   D:\ home \ site \ repository.nuget \ NuGet.targets(89,9):错误:'Microsoft.Bcl.Build 1.0.21'包需要NuGet客户端版本'2.8.1'或更高版本,但是当前的NuGet版本是'2.6.40619.9041'。 [d:\家\网站\库\ Plantao.Web \ Plantao.Web.csproj]   D:\ home \ site \ repository.nuget \ NuGet.targets(89,9):错误:'Microsoft.Net.Http 2.2.29'包需要NuGet客户端版本'2.8.1'或更高版本,但是当前的NuGet版本是'2.6.40619.9041'。 [d:\家\网站\库\ Plantao.Web \ Plantao.Web.csproj]   D:\ home \ site \ repository.nuget \ NuGet.targets(89,9):错误:'Newtonsoft.Json 10.0.3'软件包需要NuGet客户端版本'2.12'或更高版本,但当前的NuGet版本是'2.6 .40619.9041' 。 [d:\家\网站\库\ Plantao.Web \ Plantao.Web.csproj]   D:\ home \ site \ repository.nuget \ NuGet.targets(89,9):错误:'System.Net.Http 4.3.3'包需要NuGet客户端版本'2.12'或更高版本,但当前的NuGet版本是'2.6.40619.9041'。 [d:\家\网站\库\ Plantao.Web \ Plantao.Web.csproj]   D:\ home \ site \ repository.nuget \ NuGet.targets(89,9):错误:'System.Security.Cryptography.Algorithms 4.3.1'包需要NuGet客户端版本'2.12'或更高版本,但当前的NuGet版本是'2.6.40619.9041'。 [d:\家\网站\库\ Plantao.Web \ Plantao.Web.csproj]   D:\ home \ site \ repository.nuget \ NuGet.targets(89,9):错误:'System.Security.Cryptography.Encoding 4.3.0'包需要NuGet客户端版本'2.12'或更高版本,但是当前的NuGet版本是'2.6.40619.9041'。 [d:\家\网站\库\ Plantao.Web \ Plantao.Web.csproj]   D:\ home \ site \ repository.nuget \ NuGet.targets(89,9):错误:'System.Security.Cryptography.Primitives 4.3.0'包需要NuGet客户端版本'2.12'或更高版本,但是当前的NuGet版本是'2.6.40619.9041'。 [d:\家\网站\库\ Plantao.Web \ Plantao.Web.csproj]   D:\ home \ site \ repository.nuget \ NuGet.targets(89,9):错误:'System.Security.Cryptography.X509Certificates 4.3.2'包需要NuGet客户端版本'2.12'或更高版本,但当前的NuGet版本是'2.6.40619.9041'。 [d:\家\网站\库\ Plantao.Web \ Plantao.Web.csproj]   D:\ home \ site \ repository.nuget \ NuGet.targets(89,9):错误:'System.ValueTuple 4.4.0'包需要NuGet客户端版本'2.12'或更高版本,但当前的NuGet版本是'2.6 .40619.9041' 。 [d:\家\网站\库\ Plantao.Web \ Plantao.Web.csproj]   D:\ home \ site \ repository.nuget \ NuGet.targets(89,9):错误MSB3073:命令“”... nuget \ NuGet.exe“安装”D:\ home \ site \ repository \ Plantao.Web \ packages.config“-source”“-NonInteractive -RequireConsent -solutionDir”.. \“”退出代码1. [D:\ home \ site \ repository \ Plantao.Web \ Plantao.Web.csproj]   exitCode = 1失败,command =“D:\ Program Files(x86)\ MSBuild \ 14.0 \ Bin \ MSBuild.exe”“D:\ home \ site \ repository \ Plantao.Web \ Plantao.Web.csproj”/ nologo /详细程度:m / t:build / t:pipelinePreDeployCopyAllFilesToOneFolder / p:_PackageTempDir =“D:\ local \ Temp \ 8d578a48eacd291”; AutoParameterizationWebConfigConnectionStrings = false; Configuration = Release; UseSharedCompilation = false   网站部署期间发生错误。   \ r \ nD:\ Program Files(x86)\ SiteExtensions \ Kudu \ 71.10217.3259 \ bin \ Scripts \ starter.cmd“D:\ home \ site \ deployments \ tools \ deploy.cmd”

据我所知,我们需要更新kudu NuGet客户端,但我无法在互联网上做任何事情

1 个答案:

答案 0 :(得分:1)

Azure已安装nuget 4.3.0.4406,默认情况下,这是用于在构建项目时还原包的

我快速浏览了你的kudu网站: enter image description here

您在.nuget/文件夹下签入了自己的nuget版本,是故意的吗?