not user-secret

This commit is contained in:
Paul Schneider
2021-05-09 15:35:05 +01:00
parent e5d3ba36cc
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: