Skip to content

Commit e77126b

Browse files
committed
Move nuget repo update to the beginning of restore process
Signed-off-by: Alireza Poodineh <[email protected]>
1 parent d7d9a08 commit e77126b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
8.0.x
5252
- name: Install dependencies
5353
run: |
54+
dotnet nuget update source github -u Aeliux -p ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
5455
./build.sh -t restore-all
5556
./build.sh -t restore-tests
56-
dotnet nuget update source github -u Aeliux -p ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
5757
5858
- name: Build
5959
run: |

0 commit comments

Comments
 (0)