I recently read about disableSourceControlIntegration setting in Nuget.config.
Is there any documentation (reference) of applicable settings in NuGet.config (e.g. disableSourceControlIntegration) ?
A NuGet. Config file is a simple XML text file containing key/value pairs as described in the NuGet Configuration Settings topic. Settings are managed using the NuGet CLI config command: By default, changes are made to the user-level config file. To change settings in a different file, use the -configFile switch.
You can also place the file at %appdata%\NuGet\NuGet. Config and it will be used everywhere. In Visual Studio 2017 open the solution, then go to tools > options > NuGet Package Manager > Package Source. You should see your sources listed.
If you're trying to create a NuGet package from your own code, you do not need a NuGet. config file.
while i didn't find any documentation i did dive into the source and find
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With