Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drshajul authored Nov 24, 2023
1 parent b8b827b commit 955f05b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: cd ShortcutsListener\\ShortcutsListener && dotnet restore
run: cd ShortcutsListener/ShortcutsListener && dotnet restore
- name: Build
run: cd ShortcutsListener\\ShortcutsListener && dotnet build --no-restore
run: cd ShortcutsListener/ShortcutsListener && dotnet build --no-restore
- name: Test
run: cd ShortcutsListener\\ShortcutsListener && dotnet test --no-build --verbosity normal
run: cd ShortcutsListener/ShortcutsListener && dotnet test --no-build --verbosity normal

0 comments on commit 955f05b

Please sign in to comment.