diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index dea36e74..948f7389 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -55,7 +55,7 @@ jobs: run: dotnet restore - name: Build Solution - run: dotnet build -c Release ImageResizer.sln + run: dotnet build --maxcpucount:1 -c Release ImageResizer.sln - name: Test Solution AnyCPU (except azure) run: dotnet test -c Release --filter "FullyQualifiedName!~Azure" ImageResizer.sln --blame --no-build