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 ec54491 commit 2621833Copy full SHA for 2621833
.github/workflows/ghpages.yml
@@ -18,6 +18,13 @@ jobs:
18
- name: Setup Visual Studio Command Prompt
19
uses: microsoft/[email protected]
20
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
+
28
- name: Download DocFX
29
run: |
30
mkdir .tools/docfx
0 commit comments