We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4452b commit b6e5727Copy full SHA for b6e5727
src/Subatomix.Build.Versioning.Semantic.msbuildproj
@@ -51,6 +51,14 @@
51
<add key="local" value="$([System.IO.Path]::GetFullPath('$(PackageOutputPath)'))" />
52
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
53
</packageSources>
54
+ <packageSourceMapping>
55
+ <packageSource key="local">
56
+ <package pattern="Subatomix.Build.Versioning.Semantic" />
57
+ </packageSource>
58
+ <packageSource key="nuget.org">
59
+ <package pattern="*" />
60
61
+ </packageSourceMapping>
62
</configuration>
63
]]>
64
</_NuGetConfigContent>
0 commit comments