From 10a7cd947c7db898f8d73d69ff90a0092318439d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 21 Dec 2023 18:05:04 +0100 Subject: [PATCH] restore test before building --- .woodpecker/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index ac873af..ec028b4 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -6,5 +6,6 @@ test: image: mcr.microsoft.com/dotnet/sdk:6.0 commands: + - dotnet restore Test - dotnet run --project Contentless Test/Content/Content.mgcb Test/Test.csproj - dotnet build Test