# HG changeset patch # User Alys Brooks # Date 2022-04-27 08:37:33 # Node ID 6b4c61aaf7eed0d53c60333ae739ab2da093cbcd # Parent 978e0d4805971fee5cec47cbc9cdffc91754a9b8 Backed out changeset 978e0d480597 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,14 +15,14 @@ stage: build script: - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 - image: mcr.microsoft.com/dotnet/sdk:5.0-focal + image: mcr.microsoft.com/dotnet/sdk:3.1-focal build-release-windows: stage: build script: - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release - image: mcr.microsoft.com/dotnet/sdk:5.0 + image: mcr.microsoft.com/dotnet/sdk:3.1 build-release: stage: build @@ -32,4 +32,4 @@ paths: - screenshot.xwd expire_in: 1 week - image: mcr.microsoft.com/dotnet/sdk:5.0-focal + image: mcr.microsoft.com/dotnet/sdk:3.1-focal