mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-27 17:28:35 +01:00
Compare commits
No commits in common. "e7f6e46d8ac51fef9002b54dd7aa0d6ade9cf7db" and "0c42ff440992b88ddcdef0f8354d381ef9b03f46" have entirely different histories.
e7f6e46d8a
...
0c42ff4409
2 changed files with 2 additions and 11 deletions
|
@ -1,9 +0,0 @@
|
||||||
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": true,
|
"logSkipped": false,
|
||||||
"references": ["monogame.extended.content.pipeline"],
|
"references": ["monogame.extended.content.pipeline"],
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"Copy.*": {
|
"Copy.*": {
|
||||||
|
@ -27,4 +27,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue