[PR #1951] [MERGED] Host our own NuGet feed for packages that we need that aren't elsewhere yet #24729

Open
opened 2026-01-31 09:05:01 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1951
Author: @miniksa
Created: 7/12/2019
Status: Merged
Merged: 7/12/2019
Merged by: @DHowett-MSFT

Base: masterHead: dev/miniksa/nuget


📝 Commits (2)

  • 51a9f68 use selfhosted nuget feed
  • 8656250 Stop hosting packages inside of here. Putting them on a blob storage account instead.

📊 Changes

3 files changed (+4 additions, -8 deletions)

View changed files

📝 NuGet.Config (+4 -1)
dep/packages/README.md (+0 -7)
dep/packages/taef.redist.wlk.10.30.180808002.nupkg (+0 -0)

📄 Description

We think its gross to keep giant binary blobs in our dependencies folder for nuget packages that aren't hosted properly yet.

So we get an Azure Blob Storage account and put it there using Sleet.

This removes the package in the repo and makes NuGet get it off of our feed instead.


🔄 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/microsoft/terminal/pull/1951 **Author:** [@miniksa](https://github.com/miniksa) **Created:** 7/12/2019 **Status:** ✅ Merged **Merged:** 7/12/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/miniksa/nuget` --- ### 📝 Commits (2) - [`51a9f68`](https://github.com/microsoft/terminal/commit/51a9f687c29072ae5855edfb888f0c2bc9443b89) use selfhosted nuget feed - [`8656250`](https://github.com/microsoft/terminal/commit/86562506eaba5f677b05cfeac4cf5af74c4e6dc8) Stop hosting packages inside of here. Putting them on a blob storage account instead. ### 📊 Changes **3 files changed** (+4 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `NuGet.Config` (+4 -1) ➖ `dep/packages/README.md` (+0 -7) ➖ `dep/packages/taef.redist.wlk.10.30.180808002.nupkg` (+0 -0) </details> ### 📄 Description We think its gross to keep giant binary blobs in our dependencies folder for nuget packages that aren't hosted properly yet. So we get an Azure Blob Storage account and put it there using [Sleet](https://github.com/emgarten/Sleet). This removes the package in the repo and makes NuGet get it off of our feed instead. --- <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-31 09:05:01 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24729