We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3aef1 commit 18ec165Copy full SHA for 18ec165
.github/workflows/cd-sideload-preview.yml
@@ -73,6 +73,10 @@ jobs:
73
shell: cmd
74
run: |
75
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'
80
81
- name: Restore Files
82
shell: pwsh
0 commit comments