Skip to content

Commit 2621833

Browse files
authored
Ensure restore before building docfx
1 parent ec54491 commit 2621833

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ghpages.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
- name: Setup Visual Studio Command Prompt
1919
uses: microsoft/[email protected]
2020

21+
- name: Restore
22+
run: |
23+
msbuild /restore /t:Restore src/Toolkit/Toolkit.WPF/Esri.ArcGISRuntime.Toolkit.WPF.csproj /p:Configuration=Release
24+
msbuild /restore /t:Restore src/Toolkit/Toolkit.WinUI/Esri.ArcGISRuntime.Toolkit.WinUI.csproj /p:Configuration=Release
25+
msbuild /restore /t:Restore src/Toolkit/Toolkit.UWP/Esri.ArcGISRuntime.Toolkit.UWP.csproj /p:Configuration=Release
26+
msbuild /restore /t:Restore src/Toolkit/Toolkit.Maui/Esri.ArcGISRuntime.Toolkit.Maui.csproj /p:Configuration=Release
27+
2128
- name: Download DocFX
2229
run: |
2330
mkdir .tools/docfx

0 commit comments

Comments
 (0)