-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Clean up build window #6502
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
Clean up build window #6502
Conversation
|
@keveleigh FYI, I saw you have some PRs out on Build window. Once in, I'll handle merging them in with this. My changes are mostly in the inspector |
…ovements # Conflicts: # Assets/MixedRealityToolkit/Inspectors/Setup/BuildDeployWindow.cs
keveleigh
left a comment
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.
Would be great if, when this comes out of Draft, it's split up into a few PRs.
Especially BuildDeployWindow.cs is hard to review with the sheer amount of things moved around and reworked.
Assets/MixedRealityToolkit/Inspectors/Setup/BuildDeployWindow.cs
Outdated
Show resolved
Hide resolved
|
@keveleigh I'm still doing some final tests...and there are still all the issues in #6520 but the PR is close enough for review now! |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
Looks like some merge conflicts here |
…ovements # Conflicts: # Assets/MixedRealityToolkit/Utilities/BuildAndDeploy/BuildDeployWindow.cs # Assets/MixedRealityToolkit/Utilities/WindowsDevicePortal/DevicePortal.cs
|
@keveleigh resolved |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
keveleigh
left a comment
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.
Some comments from first pass. Will pull this down and test locally now.
Also, will need a merge with #6903 and ARM64 support.
Assets/MixedRealityToolkit/Inspectors/Setup/BuildDeployWindow.cs
Outdated
Show resolved
Hide resolved
Assets/MixedRealityToolkit/Utilities/BuildAndDeploy/BuildDeployWindow.cs
Show resolved
Hide resolved
Assets/MixedRealityToolkit/Inspectors/Setup/BuildDeployWindow.cs
Outdated
Show resolved
Hide resolved
Assets/MixedRealityToolkit/Inspectors/Setup/BuildDeployWindow.cs
Outdated
Show resolved
Hide resolved
Assets/MixedRealityToolkit/Inspectors/Setup/BuildDeployWindow.cs
Outdated
Show resolved
Hide resolved
Assets/MixedRealityToolkit/Inspectors/Setup/BuildDeployWindow.cs
Outdated
Show resolved
Hide resolved
Assets/MixedRealityToolkit/Inspectors/Setup/BuildDeployWindow.cs
Outdated
Show resolved
Hide resolved
Assets/MixedRealityToolkit/Inspectors/Setup/BuildDeployWindow.cs
Outdated
Show resolved
Hide resolved
Assets/MixedRealityToolkit/Utilities/BuildAndDeploy/BuildDeployWindow.cs
Show resolved
Hide resolved
|
Also need to investigate testconnection issue: EDIT EDIT 2 EDIT 3 |
…ovements # Conflicts: # Assets/MixedRealityToolkit/Utilities/BuildAndDeploy/BuildDeployWindow.cs
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
UninstallApp and other components need to be updated |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
Weird bug where CI pipelines are not reporting in PR issue. They both passed though, see links below https://dev.azure.com/aipmr/MixedRealityToolkit-Unity-CI/_build/results?buildId=7891&view=results Merging pull request... |

Overview
Build window inspector changes. This is a first phase of review for Build window and bring up of the feature area. This change is primarily eliminating key error areas and simplifying the code to be more manageable, readable, and easier to navigate. Additional issues are tracked in #6520
General refactoring to break up monolithic functions into sub-components
General refactoring to simplify redundant code into re-usable functions
Cleaned up UI
Key areas:
BEFORE

AFTER

New Deploy view

Changes
Verification