From 06019ab9f247ba3e872e291f57fbc2be29d9f4d4 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Sun, 1 Jun 2025 14:47:32 +0200 Subject: [PATCH] Update CI script --- .woodpecker/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1