You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/msbuild/errors/msb3096.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The following tasks are only supported on Windows:
54
54
55
55
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.
56
56
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.
58
58
59
59
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.
0 commit comments