mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-27 17:28:35 +01:00
Merge branch 'main' into references-syncing
This commit is contained in:
commit
e7f6e46d8a
2 changed files with 11 additions and 2 deletions
9
.woodpecker/main.yml
Normal file
9
.woodpecker/main.yml
Normal 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
|
|
@ -4,7 +4,7 @@
|
||||||
"bin/",
|
"bin/",
|
||||||
"Ex*.png"
|
"Ex*.png"
|
||||||
],
|
],
|
||||||
"logSkipped": false,
|
"logSkipped": true,
|
||||||
"references": ["monogame.extended.content.pipeline"],
|
"references": ["monogame.extended.content.pipeline"],
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"Copy.*": {
|
"Copy.*": {
|
||||||
|
|
Loading…
Reference in a new issue