Skip to content

Commit

Permalink
This doesn't work work
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCraver committed Jan 28, 2022
1 parent bab02ab commit d6c096e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: StackExchange.Redis.Tests (Ubuntu) - Results
path: 'test-results/*.trx'
reporter: dotnet-trx
list-tests: 'failed'
list-tests: failed
- name: .NET Lib Pack
run: dotnet pack src/StackExchange.Redis/StackExchange.Redis.csproj --no-build -c Release /p:Packing=true /p:PackageOutputPath=%CD%\.nupkgs /p:CI=true

Expand All @@ -51,7 +51,6 @@ jobs:
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
- name: .NET Build
run: dotnet build Build.csproj -c Release /p:CI=true
Expand Down Expand Up @@ -84,4 +83,4 @@ jobs:
name: StackExchange.Redis.Tests (Windows Server 2019) - Results
path: 'test-results/*.trx'
reporter: dotnet-trx
list-tests: 'failed'
list-tests: failed

0 comments on commit d6c096e

Please sign in to comment.