Compare commits

...

2 commits

Author SHA1 Message Date
Ell d672f7e4b2 fixed build 2023-12-20 22:50:49 +01:00
Ell c540807ecd added build script 2023-12-20 22:43:58 +01:00
2 changed files with 11 additions and 2 deletions

9
.woodpecker/main.yml Normal file
View file

@ -0,0 +1,9 @@
steps:
build:
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet build Contentless
test:
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet run --project Contentless Test/Content/Content.mgcb

View file

@ -4,7 +4,7 @@
"bin/",
"Ex*.png"
],
"logSkipped": false,
"logSkipped": true,
"overrides": {
"Copy.*": {
"copy": true
@ -26,4 +26,4 @@
}
}
}
}
}