Remove ipoverusb connection from build window, add link to usbncm docs#10536
Closed
david-c-kline wants to merge 4 commits into
Closed
Remove ipoverusb connection from build window, add link to usbncm docs#10536david-c-kline wants to merge 4 commits into
david-c-kline wants to merge 4 commits into
Conversation
Author
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Author
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
MaxWang-MS
reviewed
Apr 23, 2022
MaxWang-MS
reviewed
Apr 23, 2022
Contributor
|
@davidkline-ms you'll likely want to merge with #10571 to test successful deployment. Maybe your PR will fix the deployment issue I'm seeing! My PR fixes the Rest calls not completing, though. |
keveleigh
reviewed
Apr 29, 2022
Author
|
closing in favor of #10575 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change removes the use of ip-over-usb connections in the build and deploy window for UWP projects. The recommended mechanism for connecting to the HoloLens via USB is to use usb-ncm.
To help developer identify the correct IP address to use for the usb-ncm connection ("169.254.x.x") a button labeled "Connect over USB" was added to link to the documentation on how to identify the appropriate address.