config++
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user