Skip to content

Commit a5aecb8

Browse files
authored
This will add the non-default nuget key to avoid compilation error. (#390)
* This will add the non-default nuget key to avoid compilation error. * addressing comment
1 parent e543c8f commit a5aecb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<configuration>
22
<config>
33
<add key="repositoryPath" value="packages" />
4+
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
45
</config>
56
</configuration>

0 commit comments

Comments
 (0)