1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-01-14 22:18:43 +00:00

Test build path fixed

This commit is contained in:
glucaci 2016-12-13 13:00:04 +01:00
parent 2880ce2e46
commit cec9c685ff
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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