Skip to content

Commit 3e2796c

Browse files
committed
Update build.yml
1 parent 4f6547b commit 3e2796c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
dotnet-version: 10.0.x
2020

21-
- name: Restore NuGet packages (use repo NuGet.config)
22-
run: dotnet restore MyApp.slnx --configfile ./NuGet.Config
21+
- name: Restore NuGet packages
22+
run: dotnet restore MyApp.slnx
2323

2424
# If your feed requires authentication, enable and configure the step below.
2525
# This example uses a Personal Access Token stored in secrets.NUGET_API_KEY.

0 commit comments

Comments
 (0)