Supplied full package source for nuget

This commit is contained in:
2026-04-04 15:12:55 +02:00
parent ef6262282d
commit 007f606bb6

View File

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