Skip to content

Fix uploading of .nsbuildinfoon Windows #2543

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

Merged
merged 1 commit into from
Feb 15, 2017

Conversation

rosen-vladimirov
Copy link
Contributor

@rosen-vladimirov rosen-vladimirov commented Feb 15, 2017

When .nsbuildinfo file is uploaded on device, we construct the device file path with path.join function. On Windows this function returns path similar to \\data\\local\\tmp, which is not working for Unix based OSes (Android in this case).
Fix this by converting the path to Unix style.

When `.npbuildnfo` file is uploaded on device, we construct the device file path with `path.join` function. On Windows this function returns path similar to `\\data\\local\\tmp`, which is not working for Unix based OSes (Android in this case).
Fix this by converting the path to Unix style.
@rosen-vladimirov rosen-vladimirov self-assigned this Feb 15, 2017
@rosen-vladimirov rosen-vladimirov added this to the 2.5.1 milestone Feb 15, 2017
@rosen-vladimirov rosen-vladimirov changed the title Fix uploading of .nsbuilinfo on Windows Fix uploading of .nsbuildinfoon Windows Feb 15, 2017
@rosen-vladimirov rosen-vladimirov merged commit ceb0660 into release Feb 15, 2017
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/fix-nsbuildinfo-windows branch February 15, 2017 20:43
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.

3 participants