projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06019ab
)
Update CI script
v5.14
author
Liza Carvelli
<liza@carvel.li>
Sun, 1 Jun 2025 12:51:42 +0000
(14:51 +0200)
committer
Liza Carvelli
<liza@carvel.li>
Sun, 1 Jun 2025 12:51:42 +0000
(14:51 +0200)
.woodpecker/build.yaml
patch
|
blob
|
blame
|
history
diff --git
a/.woodpecker/build.yaml
b/.woodpecker/build.yaml
index
fca751f
..
c0717b2
100644
(file)
--- 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