[PR #175] [MERGED] Appveyor #875

Open
opened 2026-01-29 22:17:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/175
Author: @adamhathcock
Created: 9/27/2016
Status: Merged
Merged: 9/27/2016
Merged by: @adamhathcock

Base: masterHead: appveyor


📝 Commits (5)

  • 80e1870 First pass of Cake build
  • 32acb87 Update Cake but still need cake itself to run on full CLR
  • 51f3fd0 Test out appveyor
  • 2748969 3.5 build fix
  • 0b1ac78 Build master and PRs differently. Still scared to auto publish to nuget.

📊 Changes

4 files changed (+397 additions, -1 deletions)

View changed files

appveyor.yml (+33 -0)
build.cake (+233 -0)
build.ps1 (+130 -0)
📝 src/SharpCompress/Compressors/LZMA/Log.cs (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/175 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 9/27/2016 **Status:** ✅ Merged **Merged:** 9/27/2016 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `appveyor` --- ### 📝 Commits (5) - [`80e1870`](https://github.com/adamhathcock/sharpcompress/commit/80e18704bb972d7da22a21c1f4110fb2e4f24db0) First pass of Cake build - [`32acb87`](https://github.com/adamhathcock/sharpcompress/commit/32acb8723d42ec5c8c2fe04fa08307122cb2bfc4) Update Cake but still need cake itself to run on full CLR - [`51f3fd0`](https://github.com/adamhathcock/sharpcompress/commit/51f3fd045fca919be35f436eb2d35910bf55e7b1) Test out appveyor - [`2748969`](https://github.com/adamhathcock/sharpcompress/commit/27489697133fbf01b76f45f69baf239def1036fa) 3.5 build fix - [`0b1ac78`](https://github.com/adamhathcock/sharpcompress/commit/0b1ac7808efa980f1f412e29705863f96d3dbcd5) Build master and PRs differently. Still scared to auto publish to nuget. ### 📊 Changes **4 files changed** (+397 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `appveyor.yml` (+33 -0) ➕ `build.cake` (+233 -0) ➕ `build.ps1` (+130 -0) 📝 `src/SharpCompress/Compressors/LZMA/Log.cs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:17:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#875