Skip to content

Commit

Permalink
disable release build of WPF sample for now
Browse files Browse the repository at this point in the history
  • Loading branch information
soygul committed Nov 5, 2015
1 parent beadca2 commit 7f21976
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
language: csharp
solution: NBug.sln
install:
- nuget restore NBug.sln
- nuget install xunit.runners -Version 1.9.0 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release NBug.sln
- mono ./testrunner/xunit.runners.1.9.0/tools/xunit.console.clr4.exe ./NBug.Tests/bin/Release/NBug.Tests.dll
2 changes: 0 additions & 2 deletions NBug.sln
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ Global
{84D5B54B-7546-44C5-95F7-CDDBFB3F31B3}.Release|Any CPU.Build.0 = Release|Any CPU
{33B22A3A-8188-42BE-BAD6-40046019EA73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33B22A3A-8188-42BE-BAD6-40046019EA73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33B22A3A-8188-42BE-BAD6-40046019EA73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33B22A3A-8188-42BE-BAD6-40046019EA73}.Release|Any CPU.Build.0 = Release|Any CPU
{37281C42-C5CC-456D-B817-D81E6D866121}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37281C42-C5CC-456D-B817-D81E6D866121}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37281C42-C5CC-456D-B817-D81E6D866121}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down

0 comments on commit 7f21976

Please sign in to comment.