Skip to content

Commit 07916be

Browse files
committed
Avoid running the test package until fixed.
1 parent 503bb01 commit 07916be

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitgnore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
testrunner

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ dotnet: 2.1.502
44
solution: C-Sharp-Algorithms.sln
55
install:
66
- dotnet restore
7+
# - nuget install xunit.runners -Version 2.0.0 -OutputDirectory testrunner
8+
# - nuget install xunit.runner.console -Version 2.4.1 -OutputDirectory testrunner
79
script:
8-
- dotnet restore
9-
- dotnet test UnitTest/UnitTest.csproj
10+
- dotnet msbuild /p:Configuration=Release C-Sharp-Algorithms.sln
11+
# - dotnet restore
12+
# - dotnet test UnitTest/UnitTest.csproj

0 commit comments

Comments
 (0)