testing config
This commit is contained in:
parent
4bb43877c7
commit
edc9628b67
1 changed files with 2 additions and 3 deletions
|
|
@ -14,10 +14,9 @@ nonreg:
|
|||
script:
|
||||
- |
|
||||
echo "setting : $ISND_TESTING_SETTINGS"
|
||||
cd test/isnd.tests/
|
||||
dotnet build
|
||||
cat $ISND_TESTING_SETTINGS > appsettings.Testing.json
|
||||
ASPNETCORE_ENVIRONMENT=Testing dotnet test
|
||||
cat $ISND_TESTING_SETTINGS > test/isnd.tests/appsettings.json
|
||||
dotnet test
|
||||
publish:
|
||||
tags:
|
||||
- dotnet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue