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

Check LastBuildInfo to determine if any projects failed to build. #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adrianwright109
Copy link

@adrianwright109 adrianwright109 commented May 4, 2022

Fixes: #27

Once the build has completed it now checks the LastBuildInfo which is an int and represents how many projects failed to build.

If the value of LastBuildInfo > 0 then it shows an error message and directs the user to check the Build output window for more details.

If the build fails then the ReAttach won't attempt to start.

…w error if the count of LastBuildInfo > 0.
@adrianwright109 adrianwright109 changed the title Check LastBuildInfo to determine if any projects failed to build. Sh… Check LastBuildInfo to determine if any projects failed to build. May 4, 2022
@adrianwright109
Copy link
Author

adrianwright109 commented Jun 16, 2022

@erlandranvinge can you tell me if you're willing to accept this PR, it would be great to get it merged in. Many thanks.

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.

With Build before ReAttaching enabled if the build fails don't attach to process.
1 participant