diff --git a/.drone.yml b/.drone.yml index c45199a..2e1e28a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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