我有一个VSTS构建,从一个空白开始,最初只有Node.js位,但现在添加了一些C#位。
添加了NuGet还原,构建sln和vstest任务,作为构建更新的一部分。
NuGet还原任务的构建失败,错误是MSTest TestAdapter ...
Restoring NuGet package MSTest.TestAdapter.1.1.11.
Restoring NuGet package MSTest.TestFramework.1.1.11.
WARNING: Unable to find version '1.1.11' of package 'MSTest.TestFramework'.
WARNING: Unable to find version '1.1.11' of package 'MSTest.TestAdapter'.
Errors in packages.config projects
Unable to find version '1.1.11' of package 'MSTest.TestFramework'.
Unable to find version '1.1.11' of package 'MSTest.TestAdapter'.
为什么不拿起MSTest包?
对我来说更令人费解? ......
为什么版本0. *工作,但最新版本2. *失败?