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

update to BuildAndDeploy #981

Merged
merged 2 commits into from
Sep 17, 2017
Merged

update to BuildAndDeploy #981

merged 2 commits into from
Sep 17, 2017

Conversation

StephenHodgson
Copy link
Contributor

@StephenHodgson StephenHodgson commented Sep 16, 2017

Fixes #969
Fixes #982

{
return null;
Copy link
Contributor

@keveleigh keveleigh Sep 17, 2017

Choose a reason for hiding this comment

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

Does anything check for this returning null? Looks like now it'll return string.Empty if nothing is found.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The check is string.IsNullOrEmptyon the receiving end, so it shouldn't make any difference.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It probably should have been returning string.Empty instead of null anyway.

@StephenHodgson StephenHodgson merged commit 7f162f9 into microsoft:master Sep 17, 2017
@StephenHodgson StephenHodgson deleted the MRTK-Master branch September 17, 2017 19:39
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.

3 participants