Skip to content

Commit af1c1dd

Browse files
Revert "Commenting out package source mapping"
This reverts commit 3ce7e46.
1 parent 3ce7e46 commit af1c1dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuget.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
77
<add key="EssentialCSharp" value="https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json" />
88
</packageSources>
9-
<!--<packageSourceMapping>
9+
<packageSourceMapping>
1010
<packageSource key="nuget">
1111
<package pattern="*" />
1212
</packageSource>
1313
<packageSource key="EssentialCSharp">
1414
<package pattern="ContentFeedNuget" />
1515
</packageSource>
16-
</packageSourceMapping>-->
16+
</packageSourceMapping>
1717
</configuration>

0 commit comments

Comments
 (0)