Commit 1d8d64dd authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'patch-40' into 'master'

Update dotNet test task to upload test results on failure

See merge request gitlab-org/gitlab-ce!24591
parents a5561e74 dbbe36ef
...@@ -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