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 50da378 commit b66f89bCopy full SHA for b66f89b
.github/workflows/build.yml
@@ -19,8 +19,8 @@ jobs:
19
with:
20
dotnet-version: 10.0.x
21
22
- - name: Restore NuGet packages (use repo NuGet.config)
23
- run: dotnet restore MyApp.slnx --configfile ./NuGet.Config
+ - name: Restore NuGet packages
+ run: dotnet restore MyApp.slnx
24
25
# If your feed requires authentication, enable and configure the step below.
26
# This example uses a Personal Access Token stored in secrets.NUGET_API_KEY.
NuGet.Config
0 commit comments