not user-secret

This commit is contained in:
Paul Schneider 2021-05-09 15:35:05 +01:00
commit f95765f541

View file

@ -22,7 +22,6 @@ build1:
nonreg:
stage: test
script:
- dotnet user-secrets set ConnectionStrings:DefaultConnection "$TESTDBCXSTRING" --project test/nuget.host.tests/
- ASPNETCORE_ENVIRONMENT=Development dotnet test
test2: