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 DHowett committed Jul 12, 2019
1 parent 120e615 commit 3377f06
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 3377f06

Please sign in to comment.