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

Fix release build #1933

Merged
merged 2 commits into from
Oct 21, 2022
Merged

Fix release build #1933

merged 2 commits into from
Oct 21, 2022

Conversation

andyleejordan
Copy link
Member

@andyleejordan andyleejordan commented Oct 21, 2022

Add assertion to build that bits are built in release configuration and invoke tests in release configuration. Resolves PowerShell/vscode-powershell#4218 by (correctly and how it was expected in the first place) preventing the developer option to wait for debugger to be in the binary.

@andyleejordan andyleejordan force-pushed the andschwa/fix-release-build branch 5 times, most recently from c8864d3 to 5236e73 Compare October 21, 2022 19:02
I expect this to fail because unfortunately the bug is that our tests
are invoked after the build, and not in release configuration, which
means they build in debug configuration and overwrite the prior built
bits, screwing everything up!
@andyleejordan andyleejordan force-pushed the andschwa/fix-release-build branch from 5236e73 to 1b7dd3f Compare October 21, 2022 19:34
@andyleejordan andyleejordan marked this pull request as ready for review October 21, 2022 20:11
@andyleejordan andyleejordan requested a review from a team as a code owner October 21, 2022 20:11
Copy link
Collaborator

@SeeminglyScience SeeminglyScience left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! ❤️

@andyleejordan andyleejordan merged commit d945e84 into main Oct 21, 2022
@andyleejordan andyleejordan deleted the andschwa/fix-release-build branch October 21, 2022 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PID Repeated in Endless Loop PowerShell Unresponsive
2 participants