We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503bb01 commit 07916beCopy full SHA for 07916be
.gitgnore
@@ -0,0 +1 @@
1
+testrunner
.travis.yml
@@ -4,6 +4,9 @@ dotnet: 2.1.502
4
solution: C-Sharp-Algorithms.sln
5
install:
6
- 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
9
script:
- - dotnet restore
- - 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