config++
This commit is contained in:
parent
10f8674bc5
commit
2374e4fd54
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…
Add table
Add a link
Reference in a new issue