Skip to content

Commit bcbbea8

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If any custom tooling is required, consider pulling into your action via [custom
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

5555
#### 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)
56+
This can indicate your custom package server is not configured which may fail the `dotnet restore` command. For private package servers, the follwing guidance shows how to add package sources: [Setting up authentication for nuget feeds](https://github.com/actions/setup-dotnet#setting-up-authentication-for-nuget-feeds)
5757

5858
### .NET Framework Manual Build Steps on Windows Runners
5959
NOTE: if you require windows OS to build, ensure you are using a windows runner.

0 commit comments

Comments
 (0)