Skip to content

Commit e1a174b

Browse files
committed
Remove NUnit console runner from build pipeline
1 parent aa78dcb commit e1a174b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/dotnet-core.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
uses: actions/setup-dotnet@v1
2323
with:
2424
dotnet-version: 8.0.x
25-
- name: Install NUnit.ConsoleRunner
26-
run: nuget install NUnit.ConsoleRunner -Version 3.17.0 -DirectDownload -OutputDirectory .
2725
- name: Install dependencies
2826
run: dotnet restore
2927
- name: Build

0 commit comments

Comments
 (0)