From: Liza Carvelli Date: Sun, 18 May 2025 19:36:23 +0000 (+0200) Subject: remove unsuppported dotnet test param X-Git-Tag: v5.12~3^2~1 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=081d3b6ddccd3e206a8617e89c96bd346ba9ec66;p=Questionable.git remove unsuppported dotnet test param --- diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 85910fbc..8dd5536a 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -16,7 +16,7 @@ steps: - name: dotnet test image: mcr.microsoft.com/dotnet/sdk:9.0-noble commands: - - dotnet test QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj --source $CI_WORKSPACE/.nuget --no-restore + - dotnet test QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj --no-restore - name: dotnet build image: mcr.microsoft.com/dotnet/sdk:9.0-noble