mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Add automatic local nuget config
CMake now automatically generates `nuget.config` with a read-only PAT Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
6
nuget.config.in
Normal file
6
nuget.config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<config>
|
||||
<add key="defaultPushSource" value="https://nuget.pkg.github.com/tenacityteam/index.json"/>
|
||||
</config>
|
||||
</configuration>
|
Reference in New Issue
Block a user