Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

RoleRoot missing separator character when deployed to Azure #1

Closed
tormodu opened this issue Dec 9, 2014 · 1 comment
Closed

RoleRoot missing separator character when deployed to Azure #1

tormodu opened this issue Dec 9, 2014 · 1 comment

Comments

@tormodu
Copy link
Contributor

tormodu commented Dec 9, 2014

When deployed to Azure the RoleRoot point to a drive not a folder like in the emulator.
This leads to an invalid path when constructing PackagePluginPath. The path will look like this:
E:approot\plugins. The code should append a valid separator character to the drive like:
roleRoot = roleRoot + @"";

@tormodu tormodu changed the title RoleRoot missing separator character when deployed to production RoleRoot missing separator character when deployed to Azure Dec 9, 2014
@garvincasimir
Copy link
Owner

Changes made

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants