Reference Microsoft.VisualStudio.QualityTools.UnitTestFramework for CI build

前端 未结 5 1549
故里飘歌
故里飘歌 2021-01-01 09:39

I have created a C# test project in VS2015 RC. it builds locally but when i attempt to build on our CI build server (TeamCity) it fails with errors:

U

5条回答
  •  感情败类
    2021-01-01 09:57

    For projects created in VS 2017. Adding Nuget package Microsoft.VisualStudio.QualityTools.UnitTestFramework.Updated allows to build unit test projects on CI without VS installed on build server:

提交回复
热议问题