-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dotnet] Make sure to not run the linker when we're on a disconnected…
… Windows build. (#15076) This also means that we shouldn't load the linker's output. Note that we need to check _LoadLinkerOutput even if we've already disabled the linker, because there may be linker output from a previous (connected) build, and we don't want to load that. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1542438.
- Loading branch information
1 parent
0c08e72
commit da7dd02
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
da7dd02
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💻 [CI Build] Tests on macOS Mac Catalina (10.15) passed 💻
✅ All tests on macOS Mac Catalina (10.15) passed.
Pipeline on Agent
Hash: da7dd02dfd2166e08eba4946cc44bd7d3d559431
da7dd02
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📋 [CI Build] API Diff 📋
API diff (for current PR)
ℹ️ API Diff (from PR only) (please review changes)
API diff: vsdrops gist
Xamarin
.NET
Xamarin vs .NET
iOS vs Mac Catalyst (.NET)
API diff (vs stable)
✅ API Diff from stable
API diff: vsdrops gist
Xamarin
.NET
Xamarin vs .NET
iOS vs Mac Catalyst (.NET)
Generator diff
✅ Generator Diff (no change)
Pipeline on Agent XAMMINI-055.Monterey'
Hash: da7dd02dfd2166e08eba4946cc44bd7d3d559431
da7dd02
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ [CI Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌
Failed tests are:
Pipeline on Agent
Hash: da7dd02dfd2166e08eba4946cc44bd7d3d559431
da7dd02
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📚 [CI Build] Artifacts 📚
Packages generated
View packages
Pipeline on Agent XAMMINI-058.Monterey
Hash: da7dd02dfd2166e08eba4946cc44bd7d3d559431
da7dd02
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ [CI Build] Tests failed on VSTS: simulator tests iOS ❌
Tests failed on VSTS: simulator tests iOS.
Test results
1028 tests' device not found, 228 tests passed.
Pipeline on Agent XAMBOT-1108.Monterey'
[dotnet] Make sure to not run the linker when we're on a disconnected Windows build. (#15076)