mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 03:16:51 +03:00
[PR #3889] [MERGED] Build Unstable NuGet packages #9749
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3889
Author: @daullmer
Created: 8/13/2020
Status: ✅ Merged
Merged: 8/26/2020
Merged by: @joshuaboniface
Base:
master← Head:nuget-versioning📝 Commits (5)
a61f6e3Fix nuget cif92efc7Add Publish Artifacts taskb92fbe4Use VersionPrefix2b32ebbBuild Unstable Nuget packagesbcdae0cUse array, remove VS code line📊 Changes
7 files changed (+57 additions, -4 deletions)
View changed files
📝
.ci/azure-pipelines-package.yml(+27 -4)📝
Emby.Naming/Emby.Naming.csproj(+1 -0)📝
Jellyfin.Data/Jellyfin.Data.csproj(+8 -0)📝
MediaBrowser.Common/MediaBrowser.Common.csproj(+1 -0)📝
MediaBrowser.Controller/MediaBrowser.Controller.csproj(+1 -0)📝
MediaBrowser.Model/MediaBrowser.Model.csproj(+1 -0)📝
bump_version(+18 -0)📄 Description
Changes
With this PR merged, every commit to master builds unstable nuget packages. They don't get pushed to any Nuget feeds. To achive this, I added the
VersionPrefixproperty to every .csproj file which outputs Nuget packages and integrated the version number into the bump_version script.I changed the Nuget pack CI task to the .Net Core pack Task because of this note in the docs
Issues
This allows for easier plugin development before we publish the stable version because we can make changes to the plugins during the release cycle.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.