mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-22 07:23:30 +01:00
11 lines
326 B
YAML
11 lines
326 B
YAML
steps:
|
|
build:
|
|
image: mcr.microsoft.com/dotnet/sdk:8.0-jammy
|
|
commands:
|
|
- dotnet build Contentless
|
|
test:
|
|
image: mcr.microsoft.com/dotnet/sdk:8.0-jammy
|
|
commands:
|
|
- dotnet restore Test
|
|
- dotnet run --project Contentless Test/Content/Content.mgcb Test/Test.csproj
|
|
- dotnet build Test
|