Skip to content

Instantly share code, notes, and snippets.

@ianjensenisme
Last active October 28, 2022 21:51
Show Gist options
  • Save ianjensenisme/1e06ed5a6ab827ed3afb252d3504d9d9 to your computer and use it in GitHub Desktop.
Save ianjensenisme/1e06ed5a6ab827ed3afb252d3504d9d9 to your computer and use it in GitHub Desktop.
nuget.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="XppBuildDependencies" value="https://pkgs.dev.azure.com/PROJECTCOLLECTIONNAME/PROJECTGUID/_packaging/ARTIFACTFEEDNAME/nuget/v3/index.json" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment