Skip to content

Commit

Permalink
CI - fix windows shell escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier authored Dec 31, 2024
1 parent 7e0ac6d commit 52d02ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: dotnet restore

- name: Test
run: dotnet test --framework ${{ matrix.framework }} -c Release /p:CollectCoverage=true /p:Threshold=80 /p:Include=\"[Flurl]*,[Flurl.Http]*,[Flurl.Http.Newtonsoft]*\" /p:Exclude="[*]*.GeneratedExtensions"
run: dotnet test --framework ${{ matrix.framework }} -c Release /p:CollectCoverage=true /p:Threshold=80 /p:Include="[Flurl]*,[Flurl.Http]*,[Flurl.Http.Newtonsoft]*" /p:Exclude="[*]*.GeneratedExtensions"

0 comments on commit 52d02ac

Please sign in to comment.