Skip to content
Snippets Groups Projects
Commit 1d8d64dd authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -57,6 +57,7 @@ test_job:
script:
- '& "$env:NUNIT_PATH" ".\$env:TEST_FOLDER\Tests.dll"' # running NUnit tests
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
paths:
- '.\TestResult.xml' # saving NUnit results to copy to deploy folder
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment