From 76d71a55b0646d8c896ba39bd7f8cbc33074d204 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 6 Jun 2021 21:25:34 +0100 Subject: [PATCH] yavsc-client-secret.json --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d35594ed..d098794f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,7 @@ debug: script: - cd test/yavscTests - cp $TestingConfig appsettings.Testing.json + - cp $yavsc_client_secret_json yavsc-client-secret.json - dnu build - ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml