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

index fca751f..c0717b2 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 -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