mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-27 17:28:35 +01:00
Compare commits
No commits in common. "d672f7e4b26ec17facb8b0a15ec6a6d382c7d0ec" and "05818f1c74e0503072d0bdcfce65ec28b2f7977d" have entirely different histories.
d672f7e4b2
...
05818f1c74
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,
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"Copy.*": {
|
"Copy.*": {
|
||||||
"copy": true
|
"copy": true
|
||||||
|
@ -26,4 +26,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue