diff --git a/.gitea/workflows/buildContainers.yml b/.gitea/workflows/buildContainers.yml index 5bd5153..c0a408f 100644 --- a/.gitea/workflows/buildContainers.yml +++ b/.gitea/workflows/buildContainers.yml @@ -24,7 +24,11 @@ jobs: - name: Restore dependencies working-directory: src/Backend - run: dotnet restore DiunaBI.sln + run: | + dotnet restore DiunaBI.API/DiunaBI.API.csproj + dotnet restore DiunaBI.UI.Web/DiunaBI.UI.Web.csproj + dotnet restore DiunaBI.Plugins.Morska/DiunaBI.Plugins.Morska.csproj + dotnet restore DiunaBI.Tests/DiunaBI.Tests.csproj - name: Build solution and prepare plugins working-directory: src/Backend