Remove all unnecessary explicit restores

This commit is contained in:
Jordan Dominion
2024-08-16 22:58:15 -04:00
parent 7920871c36
commit 47cf7123cf
5 changed files with 0 additions and 46 deletions
-5
View File
@@ -26,11 +26,6 @@ jobs:
with:
path: temp_workspace
- name: Restore
run: |
cd temp_workspace
dotnet restore
- name: Build ReleaseNotes
run: |
cd temp_workspace