Pulling .net docker image from nexus

This commit is contained in:
2026-04-04 15:32:20 +02:00
parent 903c17e7f8
commit 30e0bc2b87

View File

@@ -8,7 +8,7 @@ clone:
steps:
- name: build-test-publish
image: mcr.microsoft.com/dotnet/sdk:10.0
image: nexus.khongisa.co.za/mcr.microsoft.com/dotnet/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