bad config file path
This commit is contained in:
parent
225c8ef588
commit
45d6c22d1e
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ nonreg:
|
||||||
- |
|
- |
|
||||||
echo "setting : $ISND_TESTING_SETTINGS"
|
echo "setting : $ISND_TESTING_SETTINGS"
|
||||||
cd test/isnd.tests/
|
cd test/isnd.tests/
|
||||||
cat $ISND_TESTING_SETTINGS > appsettings.Testing.json
|
dotnet build
|
||||||
|
cat $ISND_TESTING_SETTINGS > bin/Debug/netcoreapp2.1/appsettings.Testing.json
|
||||||
ASPNETCORE_ENVIRONMENT=Testing dotnet test
|
ASPNETCORE_ENVIRONMENT=Testing dotnet test
|
||||||
publish:
|
publish:
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue