# HG changeset patch # User Alys Brooks # Date 2021-11-07 07:11:26 # Node ID 2a43479ab0e9af12973db89637a84d8f72de1d56 # Parent 9eb0d034e01ca932c85d0b3c5f6a089bf6e0c363 Try dotnet 5 for validation. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ - +# These images don't have Make, so commands are executed directly stages: - validate - build @@ -8,7 +8,7 @@ script: - csi scripts/LoadYaml.csx - csi scripts/LoadInk.csx - image: mcr.microsoft.com/dotnet/sdk:3.1-focal + image: mcr.microsoft.com/dotnet/sdk:5.0-focal build-debug: stage: build