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

fix: windows can not deploy folder with "/" #1466

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

exiahuang
Copy link

What does this PR do?

What issues does this PR fix or reference?

I can not deploy ReportFolder/DashBoard with "/" on windows , but work on linux or macos.
It works on windows/linux/macos without "/".

<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
        <members>foo/</members>
        <members>foo/FooReport1</members>
        <members>foo/FooReport2</members>
        <name>Report</name>
    </types>
    <version>60.0</version>
</Package>

Functionality Before

image

Functionality After

@exiahuang exiahuang requested a review from a team as a code owner December 12, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant