Compare commits

..

No commits in common. "e7f6e46d8ac51fef9002b54dd7aa0d6ade9cf7db" and "0c42ff440992b88ddcdef0f8354d381ef9b03f46" have entirely different histories.

2 changed files with 2 additions and 11 deletions

View file

@ -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

View file

@ -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 @@
} }
} }
} }
} }