Using nexus for dotnet restore

This commit is contained in:
2026-04-04 15:09:05 +02:00
parent c6799a146a
commit 502182a370

View File

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