Skip to content

Commit b1e0369

Browse files
authored
Mono
1 parent 33f3765 commit b1e0369

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,13 @@ Utilize the [nuget/setup-nuget](https://github.com/nuget/setup-nuget#basic) acti
8585
```
8686
8787
#### Manual Build Steps on Windows Runners
88-
NOTE: if you require windows OS to build, ensure you are using a windows runner.
88+
NOTE: if you require windows OS to build, ensure you are using a windows runner. Otherwise it will attempt to use Mono [from the ubuntu image](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#language-and-runtime).
89+
```
90+
Not using .NET Core because of incompatible project /home/runner/work/<...path...>.csproj
91+
Attempting to build using MSbuild
92+
93+
Running mono ...
94+
```
8995

9096
Example using `windows-latest`:
9197
- Note: The `-latest` runner images are the latest stable images that GitHub provides, and might not be the most recent version of the operating system available from the operating system vendor.

0 commit comments

Comments
 (0)