-
Notifications
You must be signed in to change notification settings - Fork 214
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
Write-RsFolderContent not parsing correctly #6
Comments
Thanks for raising the issue, I'll take a look at it |
Could you specify the exact command you use and the folder structure of the folder you were trying to upload? Thanks! |
Repro: create folder structure with nested items Write-RSFolderContent -serveruri 'http://local host/reportshttp://local%20host/reports' -path / -source c:\ssrs -recurse Expected: deploy all folders and objects, properly nested Actual: error creating folder on server, variable for parent folder is wrong Get Outlook for iOShttps://aka.ms/o0ukef From: rgernha notifications@github.com Could you specify the exact command you use and the folder structure of the folder you were trying to upload? Thanks! You are receiving this because you authored the thread. |
This should be fixed with c46899c |
When trying to deploy folders and content (recursively), the script is not building out the $parentFolder variable correctly. Have tested with nested folders locally and tried deploying both to root (e.g. / ) and to a direct folder (e.g. /folder).
The text was updated successfully, but these errors were encountered: