Skip to content

Commit 07799dc

Browse files
committed
Delete NuGet.Config
1 parent 041cd53 commit 07799dc

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
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.

NuGet.Config

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)