vnext
Paul Schneider 3 years ago
parent 7b4660d2c9
commit e27757b98e
1 changed files with 2 additions and 2 deletions

@ -32,8 +32,6 @@ debug:
- test/yavscTests/bin
script:
- cd test/yavscTests
- cp $TestingConfig appsettings.Testing.json
- cp $yavsc_client_secret_json yavsc-client-secret.json
- dnu build
non_reg:
@ -44,6 +42,8 @@ non_reg:
when: always
script:
- cd test/yavscTests
- cp $TestingConfig appsettings.Testing.json
- cp $yavsc_client_secret_json yavsc-client-secret.json
- ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml
release:

Loading…