我試圖建立特拉維斯CI測試爲我的倉庫在這裏:https://github.com/douglasg14b/CSVSerializer特拉維斯單元測試失敗:參考「Microsoft.VisualStudio.QualityTools.UnitTestFramework」沒有解決
測試本地通,但與特拉維斯CI我得到以下警告和錯誤:
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: warning : Reference 'Microsoft.VisualStudio.QualityTools.UnitTestFramework' not resolved
CSVSerializerTests.cs(1,17): error CS0234: The type or namespace name
VisualStudio' does not exist in the namespace
Microsoft'. Are you missing an assembly reference?
我該如何解決這個問題?