Add nuget source for projects to compile.
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 3m14s

This commit is contained in:
H. Utku Maden 2025-01-25 20:13:39 +03:00
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: