From 9b7788bdd5654c697820a06de2ba4f8e697b01a8 Mon Sep 17 00:00:00 2001 From: "J. Fronny" <6260391-JFronny@users.noreply.gitlab.com> Date: Wed, 1 Jul 2020 13:24:57 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 860c584..6850489 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,8 @@ tags: - windows +image: mcr.microsoft.com/dotnet/framework/sdk:4.8 + before_script: - dotnet restore