Skip to content

Commit 7a5a2bb

Browse files
authored
Update compiled-languages-csharp.md
1 parent d6c9b17 commit 7a5a2bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

troubleshooting/codeql-builds/compiled-languages-csharp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ Consider adding auth for your GitHub Packages hosted NuGet feed using the nuget
7070
#### NuGet Authentication
7171
Utilize the [nuget/setup-nuget](https://github.com/nuget/setup-nuget#basic) action to pass package key/source to nuget exe.
7272
73+
```yml
74+
- uses: nuget/setup-nuget@v1
75+
with:
76+
nuget-api-key: ${{ secrets.NuGetAPIKey }}
77+
```
78+
7379
#### Manual Build Steps on Windows Runners
7480
NOTE: if you require windows OS to build, ensure you are using a windows runner.
7581

0 commit comments

Comments
 (0)