Contentless/.woodpecker/main.yml

10 lines
243 B
YAML
Raw Normal View History

2023-12-20 22:43:58 +01:00
steps:
build:
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet build Contentless
test:
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
2023-12-20 22:50:49 +01:00
- dotnet run --project Contentless Test/Content/Content.mgcb