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 d6c9b17 commit 7a5a2bbCopy full SHA for 7a5a2bb
troubleshooting/codeql-builds/compiled-languages-csharp.md
@@ -70,6 +70,12 @@ Consider adding auth for your GitHub Packages hosted NuGet feed using the nuget
70
#### NuGet Authentication
71
Utilize the [nuget/setup-nuget](https://github.com/nuget/setup-nuget#basic) action to pass package key/source to nuget exe.
72
73
+```yml
74
+- uses: nuget/setup-nuget@v1
75
+ with:
76
+ nuget-api-key: ${{ secrets.NuGetAPIKey }}
77
+```
78
+
79
#### Manual Build Steps on Windows Runners
80
NOTE: if you require windows OS to build, ensure you are using a windows runner.
81
0 commit comments