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