Skip to content

Commit 18ec165

Browse files
committed
Update cd-sideload-preview.yml
1 parent fb3aef1 commit 18ec165

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
shell: cmd
7474
run: |
7575
for /f %%a in ('dir /b /a:d %localappdata%\Microsoft\VisualStudio\17*') do echo UsePreviews=True>%localappdata%\Microsoft\VisualStudio\%%a\sdk.txt
76+
77+
- name: Restore NuGet
78+
shell: pwsh
79+
run: 'nuget restore $env:SOLUTION_NAME'
7680

7781
- name: Restore Files
7882
shell: pwsh

0 commit comments

Comments
 (0)