Skip to content

Commit 4fc5760

Browse files
Update docs/msbuild/errors/msb3096.md
Co-authored-by: Rainer Sigwald <[email protected]>
1 parent c35b688 commit 4fc5760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/errors/msb3096.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following tasks are only supported on Windows:
5454

5555
Build the project on Windows, if that is appropriate in your situation. In CI/CD environments, check pipeline configurations and be sure the pipeline is requesting a Windows build agent for the project.
5656

57-
For projects that are intended to build on Linux or MacOS, you need to find out where in your build logic the request to the task mentioned in the error message is coming from. Turn on verbose diagnostics (use the `-v:diag` command-line switch), or generate a binary log (`-bl` command-line switch) and use the [MSBuild Structured Log Viewer](https://msbuildlog.com) to debug the build logic.
57+
For projects that are intended to build on Linux or macOS, you need to find out where in your build logic the request to the task mentioned in the error message is coming from. Turn on verbose diagnostics (use the `-v:diag` command-line switch), or generate a binary log (`-bl` command-line switch) and use the [MSBuild Structured Log Viewer](https://msbuildlog.com) to debug the build logic.
5858

5959
Check the documentation for the task in the [MSBuild task reference](../msbuild-task-reference.md) to see what its requirements are, and if any equivalent exists that supports your operating system.
6060

0 commit comments

Comments
 (0)