testing config
This commit is contained in:
@ -14,10 +14,9 @@ nonreg:
|
|||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
echo "setting : $ISND_TESTING_SETTINGS"
|
echo "setting : $ISND_TESTING_SETTINGS"
|
||||||
cd test/isnd.tests/
|
|
||||||
dotnet build
|
dotnet build
|
||||||
cat $ISND_TESTING_SETTINGS > appsettings.Testing.json
|
cat $ISND_TESTING_SETTINGS > test/isnd.tests/appsettings.json
|
||||||
ASPNETCORE_ENVIRONMENT=Testing dotnet test
|
dotnet test
|
||||||
publish:
|
publish:
|
||||||
tags:
|
tags:
|
||||||
- dotnet
|
- dotnet
|
||||||
|
Reference in New Issue
Block a user