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
|
||||
- name: Install .NET Tools
|
||||
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
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user