From 502182a37008916195f24ee1e297fdf1ee23fc63 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 4 Apr 2026 15:09:05 +0200 Subject: [PATCH] Using nexus for dotnet restore --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0f53bdf..6b6e982 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 + - 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