From 379b3b016d21f95ae4018966dda6090ed9849bf1 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 21 Dec 2023 17:50:44 +0100 Subject: [PATCH] build content as well when testing --- .woodpecker/main.yml | 3 ++- Test/Test.csproj | 9 +++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index e723eab..ac873af 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -6,4 +6,5 @@ test: image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - dotnet run --project Contentless Test/Content/Content.mgcb + - dotnet run --project Contentless Test/Content/Content.mgcb Test/Test.csproj + - dotnet build Test diff --git a/Test/Test.csproj b/Test/Test.csproj index 4a62049..a6472f4 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -1,15 +1,16 @@  - + net6.0 + DesktopGL - + + - + -