You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678
  1. language: csharp
  2. solution: DocX.sln
  3. install:
  4. - nuget restore DocX.sln
  5. - nuget install NUnit.Console -Version 3.4.1 -OutputDirectory testrunner
  6. script:
  7. - xbuild /p:Configuration=Debug DocX.sln
  8. - mono --debug ./testrunner/NUnit.ConsoleRunner.3.4.1/tools/nunit3-console.exe ./UnitTests/bin/Debug/UnitTests.dll