Fix wording on VMR's root NuGet.config
(#16400)
This commit is contained in:
parent
8488614afe
commit
9f3e9ca0df
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This empty NuGet.config at the root of the repo ensures that a global/default one
|
||||
(referencing nuget.org) is not used by accident.
|
||||
The individual repo NuGet.config files are utilized during the build.
|
||||
This root NuGet.config ensures that a global/default one is not used by accident.
|
||||
The individual repo NuGet.config files are utilized during the actual build.
|
||||
This one is used by the smoke tests to restore packages such as xunit.
|
||||
-->
|
||||
<configuration>
|
||||
<packageSources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue