diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 14949f4..0328098 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,6 +64,9 @@ jobs: with: dotnet-version: 10.x + - name: Restore dependencies + run: dotnet restore + # Build the project first so that staticwebassets.build.json manifest is generated - name: Build run: dotnet build --configuration Release --no-restore