mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-22 01:58:04 +00:00
_This madness has gone on too long, I say_ This replaces our default nuget.org feed with a public azure artifacts feed in the shine-oss org. This is what literally everyone else does, I don't know why we don't. This should unblock _wait where'd that issue go_ since we can just add the community toolkit labs feed as an upstream This has the negative side effect that it did prompt me to log in to azure artifacts with my MSA. I've cancelled like 5 prompts now, but it seems to still be working on it?
13 lines
429 B
XML
13 lines
429 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="PowerToysPublicDependencies" value="https://pkgs.dev.azure.com/shine-oss/PowerToys/_packaging/PowerToysPublicDependencies/nuget/v3/index.json" />
|
|
</packageSources>
|
|
<packageSourceMapping>
|
|
<packageSource key="PowerToysPublicDependencies">
|
|
<package pattern="*" />
|
|
</packageSource>
|
|
</packageSourceMapping>
|
|
</configuration>
|