vnext
Paul Schneider 3 years ago
parent 80e90a5d5c
commit ce670869b3
1 changed files with 1 additions and 0 deletions

@ -40,6 +40,7 @@ non_reg:
- test/yavscTests/test-results.html - test/yavscTests/test-results.html
when: always when: always
script: script:
- cd test/yavscTests
- ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml || xsltproc ../../assets/dnx_xunit_to_html.xsl test-results.xml > test-results.html - ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml || xsltproc ../../assets/dnx_xunit_to_html.xsl test-results.xml > test-results.html
release: release:

Loading…