From e4152133bb4711d1750da6d44a289e9abac8e736 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Sun, 1 Jun 2025 14:51:42 +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 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 -- 2.30.2