-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dotnet] Add a missing IsMacEnabled check before executing a task in the _ComputeLinkerArguments target. #18145
Conversation
…the _ComputeLinkerArguments target. This fixes an issue where the build would fail on Windows if the Windows machine wasn't connected to a remote Mac. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1808448.
💻 [CI Build] Windows Integration Tests passed 💻✅ All Windows Integration Tests passed. Pipeline on Agent |
❌ [PR Build] Tests on macOS M1 - Mac Ventura (13.0) failed ❌Failed tests are:
Pipeline on Agent |
✅ API diff for current PR / commitLegacy Xamarin (No breaking changes)
NET (empty diffs)
✅ API diff vs stableLegacy Xamarin (No breaking changes).NET (No breaking changes)✅ Generator diffGenerator diff is empty Pipeline on Agent |
❌ [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌Failed tests are:
Pipeline on Agent |
🚀 [CI Build] Test results 🚀Test results✅ All tests passed on VSTS: simulator tests. 🎉 All 225 tests passed 🎉 Tests counts✅ bcl: All 69 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
/sudo backport release/7.0.2xx |
/sudo backport release/7.0.2xx-xcode14.2 |
/sudo backport release/7.0.3xx |
/sudo backport release/6.0.4xx-xcode14.2 |
Backport Job to branch release/7.0.2xx Created! The magic is happening here |
/sudo backport release/6.0.4xx-xcode14.3 |
Backport Job to branch release/7.0.2xx-xcode14.2 Created! The magic is happening here |
Backport Job to branch release/7.0.3xx Created! The magic is happening here |
Backport Job to branch release/6.0.4xx-xcode14.2 Created! The magic is happening here |
Backport Job to branch release/6.0.4xx-xcode14.3 Created! The magic is happening here |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7687003 for more details. |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7687007 for more details. |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7687009 for more details. |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7687005 for more details. |
… before executing a task in the _ComputeLinkerArguments target. (#18151) This fixes an issue where the build would fail on Windows if the Windows machine wasn't connected to a remote Mac. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1808448. Backport of #18145 Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
…ecuting a task in the _ComputeLinkerArguments target. (#18149) This fixes an issue where the build would fail on Windows if the Windows machine wasn't connected to a remote Mac. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1808448. Backport of #18145 Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
…ecuting a task in the _ComputeLinkerArguments target. (#18152) This fixes an issue where the build would fail on Windows if the Windows machine wasn't connected to a remote Mac. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1808448. Backport of #18145 Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
… before executing a task in the _ComputeLinkerArguments target. (#18150) This fixes an issue where the build would fail on Windows if the Windows machine wasn't connected to a remote Mac. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1808448. Backport of #18145 Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
/sudo backport release/7.0.2xx-xcode14.3 |
Backport Job to branch release/7.0.2xx-xcode14.3 Created! The magic is happening here |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7727372 for more details. |
… before executing a task in the _ComputeLinkerArguments target. (#18221) This fixes an issue where the build would fail on Windows if the Windows machine wasn't connected to a remote Mac. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1808448. Backport of #18145 Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
This fixes an issue where the build would fail on Windows if the Windows
machine wasn't connected to a remote Mac.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1808448.