Skip to content

Commit dcb67c5

Browse files
authored
Code Quality: Attempt to fix restore error
Signed-off-by: Yair <39923744+yaira2@users.noreply.github.com>
1 parent 9a8b893 commit dcb67c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cd-store-preview.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
-p:PublishReadyToRun=true `
8282
-v:quiet
8383
84+
- name: Restore NuGet Packages for Launcher Project
85+
shell: pwsh
86+
run: |
87+
nuget restore "$env:LAUNCHER_PROJECT_PATH" -Verbosity quiet
88+
8489
- name: Build launcher project
8590
shell: pwsh
8691
run: |

0 commit comments

Comments
 (0)