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