Pointing to the right .net10 image on nexus

This commit is contained in:
2026-04-04 15:40:55 +02:00
parent b46848dd56
commit 89f619eefa

View File

@@ -8,7 +8,7 @@ clone:
steps:
- name: build-test-publish
image: nexus.khongisa.co.za/mcr.microsoft.com/dotnet/sdk:10.0
image: nexus.khongisa.co.za/sdk:10.0
commands:
- dotnet restore --source https://nexus.khongisa.co.za/repository/nuget-group/index.json --no-cache
- dotnet build --configuration Release --no-restore