We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac29d2 commit cb032d3Copy full SHA for cb032d3
1 file changed
.github/workflows/build-deploy-docs.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Restore solution (fetch Uno.Sdk and packages)
39
run: |
40
dotnet --info
41
- dotnet restore ./DevTKSS.Uno.Samples.slnx
+ dotnet restore ./DevTKSS.Uno.SampleApps.slnx
42
43
- name: Install DocFX as .NET tool
44
0 commit comments