Add JELLYFIN_WEB_DIR env and update publish settings
- Add JELLYFIN_WEB_DIR environment variable to launch profiles and test project for consistent web directory configuration. - Conditionally add AssemblyMetadata for ASPNETCORE_ENVIRONMENT and JELLYFIN_WEB_DIR in DEBUG builds. - Update FolderProfile.pubxml to delete existing files on publish and set additional properties (TargetFramework, ProjectGuid, etc.). - Bump Jellyfin.CodeAnalysis assembly version and update related binaries. - Refresh publish history in FolderProfile.pubxml.user.
This commit is contained in:
@@ -26,3 +26,8 @@ using System.Runtime.InteropServices;
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
[assembly: InternalsVisibleTo("Jellyfin.Server.Tests")]
|
||||
|
||||
#if DEBUG
|
||||
[assembly: AssemblyMetadata("ASPNETCORE_ENVIRONMENT", "Development")]
|
||||
[assembly: AssemblyMetadata("JELLYFIN_WEB_DIR", "path/to/your/web/directory")]
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user