Dotnet构建失败,但构建工作在Visual Studio / Slowcheetah

时间:2017-05-23 16:13:00

标签: visual-studio asp.net-core visual-studio-code slowcheetah

在ASP.NET Core 1.1(Angular SPA模板)中,我添加了slowcheetah来在appsettings.json上使用json转换。

在Visual Studio中,从调试工作开始,以及构建和发布zu Azure。

对于SPA的工作,我更喜欢使用Vs Code。不幸的是,从那里开始构建,以及来自控制台(dotnet build)的构建失败并出现错误:

  

C:\用户\ JOHNDOE \ .nuget \包\ microsoft.visualstudio.slowcheetah \ 3.0.61 \构建\ Microsoft.VisualStudio.SlowCheetah.targets(83,5):   错误MSB4062:无法从中加载“TransformTask”任务   部件   C:\ Users \用户JOHNDOE \ .nuget \包\ microsoft.visualstudio.slowcheetah \ 3.0.61 \构建.. \工具\ Microsoft.VisualStudio.SlowCheetah.dll。   无法加载文件或程序集'Microsoft.Build.Utilities.v4.0,   Version = 4.0.0.0,Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a'。   该系统找不到指定的文件。确认一下    声明是正确的,即汇编及其所有   依赖项可用,并且该任务包含公共类   实现Microsoft.Build.Framework.ITask。   [d:\路径\到\项目\ MyProject.csproj]

可能是slowcheetah的问题? https://github.com/dotnet/cli/issues/5457(来自piotrpMSFT的评论)。

知道为什么会失败以及如何修复它?

非常感谢,

马丁

0 个答案:

没有答案