Skip to content
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

[d17-2] [msbuild] Use the full path to the symbols list file. Fixes #15046. #15307

Conversation

vs-mobiletools-engineering-service2
Copy link
Collaborator

Give the full path to the symbols list file in the extension project to the
main project, so that strip can find it.

When building a solution remotely from Windows, we can't compute a relative
path between projects, because they're laid out differently on disk. This
means that we have to use full paths when passing paths between projects (such
as the path to the symbol list file).

Fixes #15046.

Backport of #15105

.

Give the full path to the symbols list file in the extension project to the
main project, so that strip can find it.

When building a solution remotely from Windows, we can't compute a relative
path between projects, because they're laid out differently on disk. This
means that we have to use full paths when passing paths between projects (such
as the path to the symbol list file).

Fixes dotnet#15046.
@vs-mobiletools-engineering-service2
Copy link
Collaborator Author

🔥 Build failed 🔥

Build failed for the job 'Build packages'

Pipeline on Agent
Merge b07df8f into 17d4a66

@vs-mobiletools-engineering-service2
Copy link
Collaborator Author

🔥 Build failed 🔥

Build failed for the job 'Generate API diff'

Pipeline on Agent
Merge b07df8f into 17d4a66

@rolfbjarne
Copy link
Member

This PR needs #15309 to be merged first to get some build fixes.

@vs-mobiletools-engineering-service2
Copy link
Collaborator Author

🔥 Build failed 🔥

Build failed for the job 'Build packages'

Pipeline on Agent
Merge a3e513c into 8912f35

@vs-mobiletools-engineering-service2
Copy link
Collaborator Author

✅ Tests on macOS M1 - Mac Big Sur (11.5) passed ✅

Tests passed

All tests on macOS M1 - Mac Big Sur (11.5) passed.

Pipeline on Agent
Merge 64022c6 into 28c40f2

@vs-mobiletools-engineering-service2
Copy link
Collaborator Author

✅ Tests on macOS Mac Catalina (10.15) passed ✅

Tests passed

All tests on macOS Mac Catalina (10.15) passed.

Pipeline on Agent
Merge 64022c6 into 28c40f2

@vs-mobiletools-engineering-service2
Copy link
Collaborator Author

❌ [CI Build] Tests failed on VSTS: simulator tests iOS ❌

Tests failed on VSTS: simulator tests iOS.

Test results

2 tests failed, 147 tests passed.

Failed tests

  • introspection/Mac Modern/Debug: Failed (Test run failed.
    Tests run: 37 Passed: 35 Inconclusive: 0 Failed: 2 Ignored: 0)
  • monotouch-test/watchOS 32-bits - simulator/Release (all optimizations): TimedOut

Pipeline on Agent XAMBOT-1107.Monterey'
Merge 64022c6 into 28c40f2

@rolfbjarne
Copy link
Member

Test failures are unrelated:

@rolfbjarne rolfbjarne merged commit 50bab4c into dotnet:d17-2 Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported bug If an issue is a bug or a pull request a bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants