Skip to content

Commit 874dfa7

Browse files
authored
Update cd-store-preview.yml
Signed-off-by: Yair <[email protected]>
1 parent e1cc015 commit 874dfa7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ jobs:
7070
shell: cmd
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
73-
74-
- name: Restore NuGet
75-
shell: pwsh
76-
run: 'nuget restore $env:SOLUTION_NAME'
7773
7874
- name: Restore Files
7975
shell: pwsh
@@ -85,6 +81,13 @@ jobs:
8581
-p:PublishReadyToRun=true `
8682
-v:quiet
8783
84+
- name: Restore NuGet Packages for Launcher Project
85+
shell: pwsh
86+
run: |
87+
nuget restore "$env:LAUNCHER_PROJECT_PATH" `
88+
-SolutionDirectory "$env:WORKING_DIR" `
89+
-Verbosity detailed
90+
8891
- name: Build launcher project
8992
shell: pwsh
9093
run: |

0 commit comments

Comments
 (0)