Skip to content

Commit

Permalink
Merge pull request #3 from royalapplications/switch-to-slnx
Browse files Browse the repository at this point in the history
Switch to `.slnx` format
  • Loading branch information
StefanKoell authored Feb 18, 2025
2 parents c6d1526 + e3458f6 commit 9b609f6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 59 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on

env:
Solution_Name: RoyalApps.Community.Avalonia.Windows.sln # Replace with your solution name, i.e. MyWpfApp.sln.
Solution_Name: RoyalApps.Community.Avalonia.Windows.slnx # Replace with your solution name, i.e. MyWpfApp.sln.
# Test_Project_Path: your-test-project-path # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
# Wap_Project_Directory: your-wap-project-directory-name # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
# Wap_Project_Path: your-wap-project-path # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.
Expand All @@ -72,9 +72,9 @@ jobs:

# Install the .NET Core workload
- name: Install .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.101
dotnet-version: '9.0.x'

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
Expand All @@ -94,7 +94,7 @@ jobs:

# Upload packages
- name: Upload managed components
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Avalonia-nupkg
path: ./*.nupkg
Expand Down
55 changes: 0 additions & 55 deletions src/RoyalApps.Community.Avalonia.sln

This file was deleted.

15 changes: 15 additions & 0 deletions src/RoyalApps.Community.Avalonia.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<Solution>
<Configurations>
<Platform Name="ARM64" />
<Platform Name="x64" />
</Configurations>
<Folder Name="/Documentation/">
<File Path="..\README.md" />
</Folder>
<Folder Name="/InteropDemo/">
<Project Path="RoyalApps.Community.Avalonia.InteropDemo\InteropDemo.WinForms\InteropDemo.WinForms.csproj" />
<Project Path="RoyalApps.Community.Avalonia.InteropDemo\InteropDemo\InteropDemo.csproj" />
</Folder>
<Project Path="RoyalApps.Community.Avalonia.Common\RoyalApps.Community.Avalonia.Common.csproj" />
<Project Path="RoyalApps.Community.Avalonia.Windows\RoyalApps.Community.Avalonia.Windows.csproj" />
</Solution>

0 comments on commit 9b609f6

Please sign in to comment.