Skip to content

Commit 2a6fe64

Browse files
authored
Update compiled-languages-csharp.md
1 parent f23d8af commit 2a6fe64

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,12 @@ Ensure your required build tooling is installed your [runner](https://docs.githu
4949
If any custom tooling is required, consider pulling into your action via [custom script](https://docs.github.com/en/actions/using-github-hosted-runners/customizing-github-hosted-runners)
5050

5151

52-
### DotNet (.NET standard / core / )
52+
### DotNet (.NET standard / core )
5353
Using `dotnet` is best documented at: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net. The [actions/setup-dotnet](https://github.com/actions/setup-dotnet) action can assist in configuring proper build tools.
5454

55+
#### NuGet Error NU1301
56+
This can indicate your custom package server is not configured which may fail the `dotnet restore` command. For private package servers you can follow the follwing guidance to add authentication to package sources: [Setting up authentication for nuget feeds](https://github.com/actions/setup-dotnet#setting-up-authentication-for-nuget-feeds)
57+
5558
### .NET Framework Manual Build Steps on Windows Runners
5659
NOTE: if you require windows OS to build, ensure you are using a windows runner.
5760

0 commit comments

Comments
 (0)