Skip to content

Commit 3377f06

Browse files
miniksaDHowett
authored andcommitted
Host our own NuGet feed for packages that we need that aren't elsewhere yet (#1951)
* Stop hosting packages inside of here. Put them on a blob storage account instead.
1 parent 120e615 commit 3377f06

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

NuGet.Config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
<!-- Add repositories here to the list of available repositories -->
66

77
<!-- Dependencies that we must carry because they're not on public nuget feeds right now. -->
8-
<add key="Static Package Dependencies" value="dep\packages" />
8+
<!--<add key="Static Package Dependencies" value="dep\packages" />-->
9+
10+
<!-- Use our own NuGet Feed -->
11+
<add key="Windows Terminal NuGet Feed" value="https://terminalnuget.blob.core.windows.net/feed/index.json" />
912

1013
<!-- Internal NuGet feeds that may not be accessible outside Microsoft corporate network -->
1114
<!--<add key="TAEF - internal" value="https://microsoft.pkgs.visualstudio.com/DefaultCollection/_packaging/Taef/nuget/v3/index.json" />

dep/packages/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)