Skip to content

Commit

Permalink
Host our own NuGet feed for packages that we need that aren't elsewhe…
Browse files Browse the repository at this point in the history
…re yet (microsoft#1951)

* Stop hosting packages inside of here. Put them on a blob storage account instead.
  • Loading branch information
miniksa authored and mcpiroman committed Jul 23, 2019
1 parent 5080f8e commit a2c44aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 4 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<!-- Add repositories here to the list of available repositories -->

<!-- Dependencies that we must carry because they're not on public nuget feeds right now. -->
<add key="Static Package Dependencies" value="dep\packages" />
<!--<add key="Static Package Dependencies" value="dep\packages" />-->

<!-- Use our own NuGet Feed -->
<add key="Windows Terminal NuGet Feed" value="https://terminalnuget.blob.core.windows.net/feed/index.json" />

<!-- Internal NuGet feeds that may not be accessible outside Microsoft corporate network -->
<!--<add key="TAEF - internal" value="https://microsoft.pkgs.visualstudio.com/DefaultCollection/_packaging/Taef/nuget/v3/index.json" />
Expand Down
7 changes: 0 additions & 7 deletions dep/packages/README.md

This file was deleted.

Binary file removed dep/packages/taef.redist.wlk.10.30.180808002.nupkg
Binary file not shown.

0 comments on commit a2c44aa

Please sign in to comment.