Skip to content

Commit

Permalink
explicit nuget restore source
Browse files Browse the repository at this point in the history
  • Loading branch information
dlumpp authored Oct 27, 2020
1 parent 1344824 commit 01b2eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
dotnet-version: 3.1.301
- name: Install dependencies
run: dotnet restore --source "nuget.org"
run: dotnet restore --source https://api.nuget.org/v3/index.json
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
Expand Down

0 comments on commit 01b2eae

Please sign in to comment.