mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
Remove nuget.config
Modify cmake_build workflow to no longer remove automatically Remove nuget.config file from repository Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
1
.github/workflows/cmake_build.yml
vendored
1
.github/workflows/cmake_build.yml
vendored
@@ -200,7 +200,6 @@ jobs:
|
||||
- name: "Authenticate CI to Github Packages"
|
||||
if: github.repository_owner == 'tenacityteam'
|
||||
run: |
|
||||
rm ./nuget.config
|
||||
nuget sources add -Name tenacityteam_github_auto -Source https://nuget.pkg.github.com/tenacityteam/index.json -Username tenacityteam -Password ${{ secrets.GITHUB_TOKEN }} -StorePasswordInClearText -ForceEnglishOutput -NonInteractive
|
||||
nuget setapikey ${{ secrets.GITHUB_TOKEN }} -Source tenacityteam_github_auto -ForceEnglishOutput -NonInteractive
|
||||
echo "VCPKG_BINARY_SOURCES=clear;nuget,tenacityteam_github_auto,readwrite;" >> ${GITHUB_ENV}
|
||||
|
Reference in New Issue
Block a user