Browse Source

Merge pull request #11185 from abpframework/maliming-patch-build-test

pull/11199/head
liangshiwei 5 years ago
committed by GitHub
parent
commit
d0d0d06408
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build-and-test.yml
  2. 2
      framework/src/Volo.Abp.Minify/Volo/Abp/Minify/Styles/ICssMinifier.cs

4
.github/workflows/build-and-test.yml

@ -41,12 +41,12 @@ jobs:
dotnet-version: 6.0.100
- name: Build All
run: .\build-all.ps1
run: .\build-all.ps1 -f
working-directory: .\build
shell: powershell
- name: Test All
run: .\test-all.ps1
run: .\test-all.ps1 -f
working-directory: .\build
shell: powershell

2
framework/src/Volo.Abp.Minify/Volo/Abp/Minify/Styles/ICssMinifier.cs

@ -4,4 +4,4 @@ namespace Volo.Abp.Minify.Styles
{
}
}
}

Loading…
Cancel
Save