Compare commits

...

3 commits

Author SHA1 Message Date
Ell e7f6e46d8a
Merge branch 'main' into references-syncing 2023-12-21 17:45:23 +01:00
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,
"references": ["monogame.extended.content.pipeline"],
"overrides": {
"Copy.*": {
@ -27,4 +27,4 @@
}
}
}
}
}