Commit dbbe36ef authored by Patrick Galbraith's avatar Patrick Galbraith

Update dotNet test task to upload test results on failure

parent 3b10de4b
...@@ -57,6 +57,7 @@ test_job: ...@@ -57,6 +57,7 @@ test_job:
script: script:
- '& "$env:NUNIT_PATH" ".\$env:TEST_FOLDER\Tests.dll"' # running NUnit tests - '& "$env:NUNIT_PATH" ".\$env:TEST_FOLDER\Tests.dll"' # running NUnit tests
artifacts: artifacts:
when: always # save test results even when the task fails
expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on
paths: paths:
- '.\TestResult.xml' # saving NUnit results to copy to deploy folder - '.\TestResult.xml' # saving NUnit results to copy to deploy folder
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment