Skip to content

Commit

Permalink
Tried fix for nuget restore issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvanschie committed Apr 4, 2022
1 parent cd6bb4d commit 600f0b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
dotnet-version: 6.0.x
- name: Restore dependencies
run: |
dotnet nuget locals all --clear
dotnet nuget add source https://api.nuget.org/v3/index.json --name nuget.org
dotnet nuget add source --username martijnvanschie --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/martijnvanschie/index.json"
dotnet restore
- name: Build
Expand Down

0 comments on commit 600f0b6

Please # to comment.