Skip to content

Commit

Permalink
Fixed case for Travis build. Update sln for nuget package restore on …
Browse files Browse the repository at this point in the history
…Travis.
  • Loading branch information
ashleydavis committed Dec 23, 2014
1 parent cb55492 commit eb60be4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,4 +10,4 @@ install:

script:
- xbuild ./Factory.sln
- mono ./xunit/xunit.console.clr4.x86.exe ./bin/debug/RSG.Factory.Tests.dll
- mono ./xunit/xunit.console.clr4.x86.exe ./bin/Debug/RSG.Factory.Tests.dll
7 changes: 7 additions & 0 deletions Factory.sln
Expand Up @@ -33,6 +33,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example11", "examples\Examp
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example12", "examples\Example12\Example12.csproj", "{7D58959E-F457-4008-9D49-60E6BEC26CAE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B2D4FBF0-E2F7-45F2-AAB7-3A2E25BE56D3}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit eb60be4

Please sign in to comment.