File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 run : dotnet build CodeOfChaos.Extensions.slnx --configuration Release --no-restore -p:GeneratePackageOnBuild=false -p:IsPackable=false
2929
3030 - name : Run tests
31- run : dotnet test CodeOfChaos.Extensions.slnx --configuration Release --no-restore --no-build
31+ run : dotnet test --solution CodeOfChaos.Extensions.slnx --configuration Release --no-restore --no-build
Original file line number Diff line number Diff line change 2828 # Ensure that the tests must pass
2929 # The job will fail automatically if any test fails because `dotnet test` exits with a non-zero code
3030 - name : Run tests
31- run : dotnet test CodeOfChaos.Extensions.slnx --configuration Release --no-restore --no-build
31+ run : dotnet test --solution CodeOfChaos.Extensions.slnx --configuration Release --no-restore --no-build
3232
3333 - name : Publish to NuGet
3434 env :
You can’t perform that action at this time.
0 commit comments