File tree 2 files changed +10
-4
lines changed 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,5 @@ language: csharp
2
2
solution : C-Sharp-Algorithms.sln
3
3
install :
4
4
- nuget restore C-Sharp-Algorithms.sln
5
- - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
6
- # script:
7
- # - xbuild /p:Configuration=Release C-Sharp-Algorithms.sln
8
- # - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./AlgorithmsTests/bin/Release/AlgorithmsTests.dll
5
+ - nuget install NUnit -Version 2.6.2
6
+ - nuget install NUnit.Runners -Version 2.6.4
Original file line number Diff line number Diff line change
1
+ language: csharp
2
+ solution: C-Sharp-Algorithms.sln
3
+ install:
4
+ - nuget restore C-Sharp-Algorithms.sln
5
+ - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
6
+ script:
7
+ - xbuild /p:Configuration=Release C-Sharp-Algorithms.sln
8
+ - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./MainProgram/bin/Release/C-Sharp-Algorithms.dll
You can’t perform that action at this time.
0 commit comments