Contentless/.woodpecker/main.yml

11 lines
286 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-21 17:50:44 +01:00
- dotnet run --project Contentless Test/Content/Content.mgcb Test/Test.csproj
- dotnet build Test