We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041cd53 commit 07799dcCopy full SHA for 07799dc
.github/workflows/build.yml
@@ -18,8 +18,8 @@ jobs:
18
with:
19
dotnet-version: 10.0.x
20
21
- - name: Restore NuGet packages (use repo NuGet.config)
22
- run: dotnet restore MyApp.slnx --configfile ./NuGet.Config
+ - name: Restore NuGet packages
+ run: dotnet restore MyApp.slnx
23
24
# If your feed requires authentication, enable and configure the step below.
25
# This example uses a Personal Access Token stored in secrets.NUGET_API_KEY.
NuGet.Config
0 commit comments