Update CI script
authorLiza Carvelli <liza@carvel.li>
Sun, 1 Jun 2025 12:47:32 +0000 (14:47 +0200)
committerLiza Carvelli <liza@carvel.li>
Sun, 1 Jun 2025 12:47:32 +0000 (14:47 +0200)
.woodpecker/build.yaml

index 8dd5536..fca751f 100644 (file)
@@ -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