Contentless/.woodpecker/main.yml
2023-12-20 22:43:58 +01:00

10 lines
247 B
YAML

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/Contentless.mgcb