From f95765f5419ce351ee80fcd6e5c2530b766c6843 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 9 May 2021 15:35:05 +0100 Subject: [PATCH] not user-secret --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) 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: