config++
This commit is contained in:
@ -32,8 +32,6 @@ debug:
|
|||||||
- test/yavscTests/bin
|
- test/yavscTests/bin
|
||||||
script:
|
script:
|
||||||
- cd test/yavscTests
|
- cd test/yavscTests
|
||||||
- cp $TestingConfig appsettings.Testing.json
|
|
||||||
- cp $yavsc_client_secret_json yavsc-client-secret.json
|
|
||||||
- dnu build
|
- dnu build
|
||||||
|
|
||||||
non_reg:
|
non_reg:
|
||||||
@ -44,6 +42,8 @@ non_reg:
|
|||||||
when: always
|
when: always
|
||||||
script:
|
script:
|
||||||
- cd test/yavscTests
|
- 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
|
- ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
Reference in New Issue
Block a user