Skip to content

Commit e1cc015

Browse files
authored
Code Quality: Fixed nuget restore
Signed-off-by: Yair <39923744+yaira2@users.noreply.github.com>
1 parent dcb67c5 commit e1cc015

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
run: |
7272
for /f %%a in ('dir /b /a:d %localappdata%\Microsoft\VisualStudio\17*') do echo UsePreviews=True>%localappdata%\Microsoft\VisualStudio\%%a\sdk.txt
7373
74+
- name: Restore NuGet
75+
shell: pwsh
76+
run: 'nuget restore $env:SOLUTION_NAME'
77+
7478
- name: Restore Files
7579
shell: pwsh
7680
run: |
@@ -81,11 +85,6 @@ jobs:
8185
-p:PublishReadyToRun=true `
8286
-v:quiet
8387
84-
- name: Restore NuGet Packages for Launcher Project
85-
shell: pwsh
86-
run: |
87-
nuget restore "$env:LAUNCHER_PROJECT_PATH" -Verbosity quiet
88-
8988
- name: Build launcher project
9089
shell: pwsh
9190
run: |

0 commit comments

Comments
 (0)