From: Liza Carvelli Date: Sun, 1 Jun 2025 12:51:42 +0000 (+0200) Subject: Update CI script X-Git-Tag: v5.14 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=f22ff0f083f0bf4bc769e00e725d0f48a7283cb6;p=Questionable.git Update CI script --- diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index fca751ff..c0717b2b 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 -c Release -f net9.0-windows --no-restore + - dotnet test QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj -c Release --no-restore - name: dotnet build image: mcr.microsoft.com/dotnet/sdk:9.0-noble