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

Cherry-Pick from #3937 - Fix pipeline build error #4063

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

florelis
Copy link
Member

@florelis florelis commented Jan 11, 2024

This fixes the recent build errors in the pipelines. The compiler was complaining about re-throwing an exception with throw e; instead of throw;, which messes with the stack trace. Presumably it started because of a tool update in the agents.

This also fixes a compilation error I'm seeing locally from a member not being initialized.

Microsoft Reviewers: Open in CodeFlow

This fixes the recent build errors in the pipelines. The compiler was
complaining about re-throwing an exception with `throw e;` instead of
`throw;`, which messes with the stack trace. Presumably it started
because of a tool update in the agents.

This also fixes a compilation error I'm seeing locally from a member not
being initialized.
@florelis florelis requested a review from a team as a code owner January 11, 2024 19:36
@florelis florelis merged commit df2f3f1 into microsoft:release-v1.6 Jan 11, 2024
8 checks passed
@florelis florelis deleted the v1.6-build-issues branch January 11, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants