Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3bc4150

Browse files
committedMar 2, 2025
Update cd-sideload-preview.yml
1 parent 18ec165 commit 3bc4150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
for /f %%a in ('dir /b /a:d %localappdata%\Microsoft\VisualStudio\17*') do echo UsePreviews=True>%localappdata%\Microsoft\VisualStudio\%%a\sdk.txt
7676
7777
- name: Restore NuGet
78-
shell: pwsh
78+
shell: pwsh
7979
run: 'nuget restore $env:SOLUTION_NAME'
8080

8181
- name: Restore Files

0 commit comments

Comments
 (0)
Please sign in to comment.