Merge pull request 'Supplied full package source for nuget' (#88) from test into main
Some checks failed
continuous-integration/drone Build is failing

Reviewed-on: #88
This commit was merged in pull request #88.
This commit is contained in:
2026-04-04 15:13:21 +02:00

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