We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151dd28 commit cdf2da6Copy full SHA for cdf2da6
NuGet.config
@@ -3,8 +3,12 @@
3
<packageSources>
4
<clear />
5
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
6
+ <add key="LocalPackages" value="/home/roku674/Anointed Automation LLC/LocalNuGetPackages" />
7
</packageSources>
8
<packageSourceMapping>
9
+ <packageSource key="LocalPackages">
10
+ <package pattern="AnointedAutomation.*" />
11
+ </packageSource>
12
<packageSource key="nuget.org">
13
<package pattern="*" />
14
</packageSource>
0 commit comments