We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa78dcb commit e1a174bCopy full SHA for e1a174b
1 file changed
.github/workflows/dotnet-core.yml
@@ -22,8 +22,6 @@ jobs:
22
uses: actions/setup-dotnet@v1
23
with:
24
dotnet-version: 8.0.x
25
- - name: Install NUnit.ConsoleRunner
26
- run: nuget install NUnit.ConsoleRunner -Version 3.17.0 -DirectDownload -OutputDirectory .
27
- name: Install dependencies
28
run: dotnet restore
29
- name: Build
0 commit comments