mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
CMake now automatically generates `nuget.config` with a read-only PAT Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
7 lines
200 B
XML
7 lines
200 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<config>
|
|
<add key="defaultPushSource" value="https://nuget.pkg.github.com/tenacityteam/index.json"/>
|
|
</config>
|
|
</configuration>
|