Azure功能CI构建错误 - 当该文件已存在时无法创建文件

时间:2017-08-17 19:50:21

标签: azure msbuild azure-functions kudu

这个问题非常简单,functionapp无法使用这一个错误构建。我发现有趣的是它停在.pdb文件的副本上。我已停止并重新启动功能应用程序并运行“同步”,没有任何改进。

"D:\home\site\repository\API.Routing\API.Routing.csproj" (default target) (1) ->
(_GenerateFunctionsPostBuild target) -> 
  D:\home\.nuget\microsoft.net.sdk.functions\1.0.0\build\netstandard1.0\Microsoft.NET.Sdk.Functions.Build.targets(26,5): error MSB3677: Unable to move file "D:\home\site\repository\API.Routing\bin\Release\net461\\API.Routing.pdb" to "D:\home\site\repository\API.Routing\bin\Release\net461\\bin\API.Routing.pdb". Cannot create a file when that file already exists. [D:\home\site\repository\API.Routing\API.Routing.csproj]

1 个答案:

答案 0 :(得分:3)

我将项目中的Microsoft.NET.Sdk.Functions nuget包更新到v1.0.1,将更改推送到GIT,现在Azure Functions构建我的项目。