Skip to content

Commit

Permalink
Invert order of sources in mapping
Browse files Browse the repository at this point in the history
Things failed otherwise :/
  • Loading branch information
kzu authored Oct 26, 2022
1 parent c6f74ce commit 8b4ce81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<configuration>
<config>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="kzu" value="https://pkg.kzu.io/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="kzu.io" value="https://pkg.kzu.io/index.json" />
<add key="signatureValidationMode" value="accept" />
</config>
<trustedSigners>
Expand All @@ -19,10 +19,10 @@
</repository>
</trustedSigners>
<packageSourceMapping>
<packageSource key="nuget">
<packageSource key="kzu.io">
<package pattern="*" />
</packageSource>
<packageSource key="kzu">
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
Expand Down

0 comments on commit 8b4ce81

Please sign in to comment.