Skip to content

Commit 2ac29d2

Browse files
authored
ci: add csproj to slnx adjust ci path to new solution directory
2 parents 3d7df7b + 42075bf commit 2ac29d2

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Restore solution (fetch Uno.Sdk and packages)
3939
run: |
4040
dotnet --info
41-
dotnet restore ./src/DevTKSS.Uno.Samples.sln
41+
dotnet restore ./DevTKSS.Uno.Samples.slnx
4242
4343
- name: Install DocFX as .NET tool
4444
run: |

DevTKSS.Uno.SampleApps.slnx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
<File Path="global.json" />
2424
<File Path="cspell.json" />
2525
</Folder>
26-
<Project Path="src/DevTKSS.Extensions.Uno.Storage/DevTKSS.Extensions.Uno.Storage.csproj" />
27-
<Project Path="src/DevTKSS.Uno.Samples.MvuxGallery/DevTKSS.Uno.Samples.MvuxGallery.csproj" />
28-
<Project Path="src/DevTKSS.Uno.XamlNavigationApp/DevTKSS.Uno.XamlNavigationApp.csproj" />
26+
<Folder Name="/Extensions/">
27+
<Project Path="src/DevTKSS.Extensions.Uno.Storage/DevTKSS.Extensions.Uno.Storage.csproj" />
28+
</Folder>
29+
<Folder Name="/Tutorials/">
30+
<Project Path="src/DevTKSS.Uno.Samples.MvuxGallery/DevTKSS.Uno.Samples.MvuxGallery.csproj" />
31+
<Project Path="src/DevTKSS.Uno.XamlNavigationApp/DevTKSS.Uno.XamlNavigationApp.csproj" />
32+
<Project Path="src/DevTKSS.Uno.SimpleMemberSelectionApp/DevTKSS.Uno.SimpleMemberSelectionApp.csproj" />
33+
</Folder>
2934
</Solution>

src/DevTKSS.Uno.Samples.MvuxGallery/DevTKSS.Uno.Samples.MvuxGallery.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<UnoFeatures>
3737
Material;
3838
Dsp;
39-
Hosting;
4039
Toolkit;
4140
Logging;
4241
MVUX;

src/DevTKSS.Uno.SimpleMemberSelectionApp/DevTKSS.Uno.XamlNavigationApp.csproj renamed to src/DevTKSS.Uno.SimpleMemberSelectionApp/DevTKSS.Uno.SimpleMemberSelectionApp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<UnoFeatures>
2525
Material;
2626
Dsp;
27-
Hosting;
2827
Toolkit;
2928
Logging;
3029
MVUX;

0 commit comments

Comments
 (0)