diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d86e6e8..9e6d9c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: