mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +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:
parent
dbe4b564d4
commit
2e84f0c03f
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"
|
- name: "Authenticate CI to Github Packages"
|
||||||
if: github.repository_owner == 'tenacityteam'
|
if: github.repository_owner == 'tenacityteam'
|
||||||
run: |
|
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 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
|
nuget setapikey ${{ secrets.GITHUB_TOKEN }} -Source tenacityteam_github_auto -ForceEnglishOutput -NonInteractive
|
||||||
echo "VCPKG_BINARY_SOURCES=clear;nuget,tenacityteam_github_auto,readwrite;" >> ${GITHUB_ENV}
|
echo "VCPKG_BINARY_SOURCES=clear;nuget,tenacityteam_github_auto,readwrite;" >> ${GITHUB_ENV}
|
||||||
|
24
nuget.config
24
nuget.config
@ -1,24 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<configuration>
|
|
||||||
|
|
||||||
<config>
|
|
||||||
<add key="defaultPushSource" value="https://nuget.pkg.github.com/tenacityteam/index.json" />
|
|
||||||
</config>
|
|
||||||
|
|
||||||
<packageSources>
|
|
||||||
<add key="tenacityteam_github_auto" value="https://nuget.pkg.github.com/tenacityteam/index.json" />
|
|
||||||
</packageSources>
|
|
||||||
|
|
||||||
|
|
||||||
<packageSourceCredentials>
|
|
||||||
<tenacityteam_github_auto>
|
|
||||||
<add key="Username" value="tenacityteamci" />
|
|
||||||
<add key="Password" value="Z2hwX1pkWG9YZnR4RFRWMjBVakFtSUwyTXc5NWtja2hibzBobWlZeg==" />
|
|
||||||
</tenacityteam_github_auto>
|
|
||||||
</packageSourceCredentials>
|
|
||||||
|
|
||||||
<apikeys>
|
|
||||||
<add key="https://nuget.pkg.github.com/tenacityteam/index.json" value="AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAUqERagW7+Eu+K0Mct8Lx1QAAAAACAAAAAAAQZgAAAAEAACAAAABgLxr6r/iMxsCDAsoK6EMR0pQlfBfLa2ETAzyCYf8eGgAAAAAOgAAAAAIAACAAAAD+yqdTYe/0Sy9Gmwn5sdaXDh1Bb2I7e9MRDX5HnS1mDDAAAAAU2YvFeiD/IhDcj84qHDE2QUcGsiVCRWecyHvUuedqqMxp5fHj65ZsXj5TPpuYafhAAAAAzx0UqJezLSUsHGwGwctzQvrz0CDNdbUHYXyAI/GGh6lbGv0k3yGJTpF9LFoUvOGQz1mvneSE0NHZAjkMGLuMAw==" />
|
|
||||||
</apikeys>
|
|
||||||
|
|
||||||
</configuration>
|
|
Loading…
x
Reference in New Issue
Block a user