File tree Expand file tree Collapse file tree 5 files changed +0
-20
lines changed Expand file tree Collapse file tree 5 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 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
7676
77- - name : Restore NuGet
78- shell : pwsh
79- run : ' nuget restore $env:SOLUTION_NAME'
80-
8177 - name : Restore Files
8278 shell : pwsh
8379 run : |
Original file line number Diff line number Diff line change 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
7676
77- - name : Restore NuGet
78- shell : pwsh
79- run : ' nuget restore $env:SOLUTION_NAME'
80-
8177 - name : Restore Files
8278 shell : pwsh
8379 run : |
Original file line number Diff line number Diff line change 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
7373
74- - name : Restore NuGet
75- shell : pwsh
76- run : ' nuget restore $env:SOLUTION_NAME'
77-
7874 - name : Restore Files
7975 shell : pwsh
8076 run : |
Original file line number Diff line number Diff line change 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
7373
74- - name : Restore NuGet
75- shell : pwsh
76- run : ' nuget restore $env:SOLUTION_NAME'
77-
7874 - name : Restore Files
7975 shell : pwsh
8076 run : |
Original file line number Diff line number Diff line change @@ -108,10 +108,6 @@ jobs:
108108 with :
109109 global-json-file : global.json
110110
111- - name : Restore NuGet
112- shell : pwsh
113- run : ' nuget restore $env:SOLUTION_PATH'
114-
115111 - name : Restore Files
116112 shell : pwsh
117113 run : |
You can’t perform that action at this time.
0 commit comments