Compare commits

..

No commits in common. "d672f7e4b26ec17facb8b0a15ec6a6d382c7d0ec" and "05818f1c74e0503072d0bdcfce65ec28b2f7977d" 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/",
"Ex*.png"
],
"logSkipped": true,
"logSkipped": false,
"overrides": {
"Copy.*": {
"copy": true
@ -26,4 +26,4 @@
}
}
}
}
}