Skip to content

Commit b66f89b

Browse files
committed
Delete NuGet.Config
1 parent 50da378 commit b66f89b

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
@@ -19,8 +19,8 @@ jobs:
1919
with:
2020
dotnet-version: 10.0.x
2121

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

2525
# If your feed requires authentication, enable and configure the step below.
2626
# 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)