From: Liza Carvelli Date: Sun, 1 Jun 2025 12:51:42 +0000 (+0200) Subject: Update CI script X-Git-Tag: v5.14^0 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=e4152133bb4711d1750da6d44a289e9abac8e736;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