mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Modify Nuget Cache to Github Packages
Modify `cmake_build.yml` to populate Github Packages Nuget cache via CI builds Modify `CMakeLists.txt` to read from Github Packages Nuget cache during builds Add `nuget.config` to enable nuget cache for contributors without configuration Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
@@ -94,7 +94,7 @@ if( VCPKG )
|
||||
set( ENV{VCPKG_DISABLE_METRICS} true )
|
||||
|
||||
if( NOT DEFINED ENV{VCPKG_BINARY_SOURCES} )
|
||||
set( ENV{VCPKG_BINARY_SOURCES} "clear;default,readwrite;nuget,https://tenacityteam.jfrog.io/artifactory/api/nuget/tenacity-nuget,read" )
|
||||
set( ENV{VCPKG_BINARY_SOURCES} "clear;nuget,tenacityteam_github_auto,read;" )
|
||||
endif()
|
||||
|
||||
set( ENV{VCPKG_FEATURE_FLAGS} "-compilertracking,manifests,registries,versions" )
|
||||
|
Reference in New Issue
Block a user