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

Deploy-application.exe -CUSTOMPARAM not working #649

Open
PowershellBacon opened this issue May 4, 2021 · 4 comments
Open

Deploy-application.exe -CUSTOMPARAM not working #649

PowershellBacon opened this issue May 4, 2021 · 4 comments

Comments

@PowershellBacon
Copy link

With this latest version I can no longer pass customer parameters with the exe file. Previous versions I had no issues using customer parameters with the exe file like -region or -deadline. Is this intended or not?

@That-Annoying-Guy
Copy link
Collaborator

@tmeltdowner
Copy link

Have the same issue.

@scotpower
Copy link

This problem just popped up for me with version 3.8.4. Running a debug on the Deploy-Application.exe source, List commandLineArgs = new List(Environment.GetCommandLineArgs()); strips out double quotes (which I had.) Single quotes are not removed and using them instead worked.

@middletonk
Copy link

Sorry for the necro post, but I stumbled here via Google. I was able to reproduce this exact same problem on version 3.9.3. However, Scot's comment about using single quotes instead of double continues to work as a workaround! Cheers!

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

No branches or pull requests

5 participants