Created
May 6, 2018 18:59
-
-
Save ryanvgates/65a7f1b27d15e3a81fc01a1fad1253b0 to your computer and use it in GitHub Desktop.
Nuget Server - Web.config changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<add key="requireApiKey" value="true" /> | |
<add key="apiKey" value="{secret key}" /> | |
<add key="allowOverrideExistingPackageOnPush" value="false" /> | |
<add key="ignoreSymbolsPackages" value="true" /> | |
<add key="enableDelisting" value="false" /> | |
<add key="enableFrameworkFiltering" value="false" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment