From 379723889e81d8fcdf01ea6e74e7b6639bbc2dc8 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 24 Aug 2021 12:57:03 +0200 Subject: [PATCH] Fix dotnet restore --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 126c022..c82ed7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ build: stage: build before_script: - *nuget-fix - - dotnet restore + - dotnet restore GWMS.sln script: - dotnet build -p:Configuration=Release GWMS.UI/GWMS.UI.csproj