html test output

This commit is contained in:
Paul Schneider
2021-06-06 23:48:07 +01:00
parent e598321b52
commit 272366fbb1
3 changed files with 140 additions and 662 deletions

View File

@ -35,7 +35,7 @@ debug:
- cp $yavsc_client_secret_json yavsc-client-secret.json
- dnu build
- ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml
- xsltproc ../../assets/xunit_to_html.xsl test-results.xml > test-results.html
- xsltproc ../../assets/dnx_xunit_to_html.xsl test-results.xml > test-results.html
release:
stage: deploy