Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:imazen/resizer into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Sep 29, 2022
2 parents 134a83f + b5ef33b commit e1f3905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Expand Up @@ -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
Expand Down

0 comments on commit e1f3905

Please sign in to comment.