Add nuget source for projects to compile.
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 3m14s
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 3m14s
This commit is contained in:
parent
5936c41742
commit
16de4424d0
@ -38,6 +38,8 @@ jobs:
|
|||||||
libatspi2.0-0
|
libatspi2.0-0
|
||||||
- name: Install .NET Tools
|
- name: Install .NET Tools
|
||||||
run: dotnet tool update -g docfx
|
run: dotnet tool update -g docfx
|
||||||
|
- name: Add NuGet Sources
|
||||||
|
run: dotnet nuget add source -n ReFuel -u ${{vars.NUGET_USER_NAME}} -p ${{secrets.REFUEL_API_KEY}} --store-password-in-clear-text ${{vars.NUGET_INDEX}}
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user