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 18ec165 commit 3bc4150Copy full SHA for 3bc4150
.github/workflows/cd-sideload-preview.yml
@@ -75,7 +75,7 @@ jobs:
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
+ shell: pwsh
79
run: 'nuget restore $env:SOLUTION_NAME'
80
81
- name: Restore Files
0 commit comments