From cec9c685ff90152ce2a05628d4649ac1214097f4 Mon Sep 17 00:00:00 2001 From: glucaci Date: Tue, 13 Dec 2016 13:00:04 +0100 Subject: [PATCH] Test build path fixed --- .travis.yml | 2 +- LibMpc.sln | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b20fa5e..ab5a28a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ sudo: required mono: none dotnet: 1.0.0-preview2-003131 script: - - dotnet restore && dotnet build **/project.json && dotnet test LibMpcTest\project.json + - dotnet restore && dotnet build **/project.json && dotnet test LibMpcTest/project.json notifications: email:false diff --git a/LibMpc.sln b/LibMpc.sln index 6379c04..6f7d4f0 100644 --- a/LibMpc.sln +++ b/LibMpc.sln @@ -9,6 +9,11 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LibMpcApp", "LibMpcApp\LibM EndProject Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LibMpcTest", "LibMpcTest\LibMpcTest.xproj", "{69F1D68F-9CD5-4EA6-9B47-2A7A9BF8CED9}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Utilities", "Solution Utilities", "{83D06F7C-1336-4AC3-82BB-FDE7940D3C10}" + ProjectSection(SolutionItems) = preProject + .travis.yml = .travis.yml + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU