2019-05-02 15:29:04 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<configuration>
|
2019-05-14 09:06:36 +08:00
|
|
|
<packageSources>
|
2021-01-20 11:00:36 -08:00
|
|
|
<clear />
|
|
|
|
|
<!-- Dependencies that we can turn on to force override for testing purposes before uploading. -->
|
2019-07-12 15:22:03 -07:00
|
|
|
<!--<add key="Static Package Dependencies" value="dep\packages" />-->
|
2025-08-13 11:27:01 -05:00
|
|
|
<add key="TerminalDependencies" value="https://pkgs.dev.azure.com/shine-oss/terminal/_packaging/TerminalDependencies%40Local/nuget/v3/index.json" />
|
2019-05-14 09:06:36 +08:00
|
|
|
</packageSources>
|
2021-01-20 11:00:36 -08:00
|
|
|
<disabledPackageSources>
|
|
|
|
|
<clear />
|
|
|
|
|
</disabledPackageSources>
|
2019-05-14 09:06:36 +08:00
|
|
|
<config>
|
2021-12-15 06:56:36 -08:00
|
|
|
<!-- TODO: TEMPORARY UNTIL PGO-Helpers is updated to search both. We shouldn't need to keep the globals path here. -->
|
|
|
|
|
<add key="globalPackagesFolder" value=".\packages" />
|
2019-05-14 09:06:36 +08:00
|
|
|
<add key="repositorypath" value=".\packages" />
|
|
|
|
|
</config>
|
2019-05-02 15:29:04 -07:00
|
|
|
</configuration>
|