Created
June 26, 2020 11:37
-
-
Save peters/59986662bf8218434ca76d66de865598 to your computer and use it in GitHub Desktop.
Snapx publish/update using a local directory
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<packageSources> | |
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | |
<add key="demoapp-publish" value="c:\demoapp_nupkgs" /> | |
<add key="demoapp-update" value="c:\demoapp_nupkgs" /> | |
</packageSources> | |
<activePackageSource> | |
<add key="All" value="(Aggregate source)" /> | |
</activePackageSource> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment