From ab0c242e6d4f4249a4b17fd33f2016491cc09880 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 24 Aug 2021 12:55:06 +0200 Subject: [PATCH] udpate Yaml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbdc7c3..126c022 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,7 @@ build: - *nuget-fix - dotnet restore script: - - dotnet build + - dotnet build -p:Configuration=Release GWMS.UI/GWMS.UI.csproj test: stage: test @@ -82,7 +82,7 @@ test: - develop needs: ["build"] script: - - dotnet test + - dotnet test -p:Configuration=Release GWMS.UI/GWMS.UI.csproj # IIS01:deploy: # stage: deploy