Update publish profiles and .gitignore for Windows build

Expanded .gitignore to cover more build artifacts. Updated publish profiles to use "Windows Deployment (Bridge)" and changed publish URLs to "Jellyfin-win". Cleaned up old profile user files and added new Windows deployment profiles. Adjusted test project references to exclude runtime assets and prevent copying.
This commit is contained in:
2026-02-26 09:45:16 -05:00
parent e345c5c5a7
commit 5b098c3818
7 changed files with 40 additions and 8 deletions
@@ -32,7 +32,10 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../Jellyfin.Server/Jellyfin.Server.csproj" />
<ProjectReference Include="../../Jellyfin.Server/Jellyfin.Server.csproj">
<Private>false</Private>
<ExcludeAssets>runtime</ExcludeAssets>
</ProjectReference>
</ItemGroup>
<ItemGroup>