projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6db5381
)
remove unsuppported dotnet test param
author
Liza Carvelli
<liza@carvel.li>
Sun, 18 May 2025 19:36:23 +0000
(21:36 +0200)
committer
Liza Carvelli
<liza@carvel.li>
Sun, 18 May 2025 19:36:23 +0000
(21:36 +0200)
.woodpecker/build.yaml
patch
|
blob
|
blame
|
history
diff --git
a/.woodpecker/build.yaml
b/.woodpecker/build.yaml
index
85910fb
..
8dd5536
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 --
source $CI_WORKSPACE/.nuget --
no-restore
+ - dotnet test QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj --no-restore
- name: dotnet build
image: mcr.microsoft.com/dotnet/sdk:9.0-noble