diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index be7f5702dc07..4b8305ac3dc6 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -24,6 +24,9 @@ jobs: - uses: actions/setup-dotnet@v4 with: dotnet-version: '8.0.x' + - name: Build Tasks + run: | + dotnet build -c Release ./src/OrchardCore.Build.Tasks/OrchardCore.Build.Tasks.csproj - name: Build run: | dotnet build -c Release