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 dcb67c5 commit e1cc015Copy full SHA for e1cc015
.github/workflows/cd-store-preview.yml
@@ -71,6 +71,10 @@ jobs:
71
run: |
72
for /f %%a in ('dir /b /a:d %localappdata%\Microsoft\VisualStudio\17*') do echo UsePreviews=True>%localappdata%\Microsoft\VisualStudio\%%a\sdk.txt
73
74
+ - name: Restore NuGet
75
+ shell: pwsh
76
+ run: 'nuget restore $env:SOLUTION_NAME'
77
+
78
- name: Restore Files
79
shell: pwsh
80
@@ -81,11 +85,6 @@ jobs:
81
85
-p:PublishReadyToRun=true `
82
86
-v:quiet
83
87
84
- - name: Restore NuGet Packages for Launcher Project
- shell: pwsh
- run: |
- nuget restore "$env:LAUNCHER_PROJECT_PATH" -Verbosity quiet
88
-
89
- name: Build launcher project
90
91
0 commit comments