mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #1098] [MERGED] remove old release #1529
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/adamhathcock/sharpcompress/pull/1098
Author: @adamhathcock
Created: 1/3/2026
Status: ✅ Merged
Merged: 1/3/2026
Merged by: @adamhathcock
Base:
master← Head:adam/remove-old-release📝 Commits (5)
46a4064remove old bulid6196e26also remove from slna739fdcInitial plan235096aConfigure nuget-release.yml to run on PRs without publishing574d9f9Merge pull request #1099 from adamhathcock/copilot/sub-pr-1098📊 Changes
3 files changed (+7 additions, -28 deletions)
View changed files
➖
.github/workflows/dotnetcore.yml(+0 -25)📝
.github/workflows/nuget-release.yml(+6 -2)📝
SharpCompress.sln(+1 -1)📄 Description
This pull request removes the existing
.github/workflows/dotnetcore.ymlGitHub Actions workflow and updates the solution file to reference a new workflow file,.github/workflows/nuget-release.yml, instead. This likely reflects a change in the project's CI/CD process, possibly consolidating or renaming workflows for clarity or updated release processes.Continuous Integration / Workflow Updates:
dotnetcore.ymlworkflow, which previously handled builds and artifact uploads for multiple operating systems.SharpCompress.slnsolution file to reference the newnuget-release.ymlworkflow instead of the removeddotnetcore.yml.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.