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

AdditionalArguments - improvement for multiline value #15

Open
jirikanda opened this issue Sep 12, 2018 · 0 comments
Open

AdditionalArguments - improvement for multiline value #15

jirikanda opened this issue Sep 12, 2018 · 0 comments

Comments

@jirikanda
Copy link

The UI for setting Additional Arguments allows us to enter multiline values. It is good, it allows to write parameters in well-arranged form. Unfortunatelly, only first line is used as additinal arguments when running webdeploy.exe

Value:
-setParam:name="IIS Web Application Name",value="xyx.havit.cz"
-setParamFile:"$(System.DefaultWorkingDirectory)/xyz/drop/Web/xyz.Preview.SetParameters.xml"

Log:
2018-09-12T07:57:23.1911001Z AdditionalArguments= -setParam:name="IIS Web Application Name",value="xyx.havit.cz"
2018-09-12T07:57:23.1911358Z -setParamFile:"D:\DeploymentAgent1\r3\a/xyz/drop/Web/xyz.Preview.SetParameters.xml"
...
2018-09-12T07:57:23.2215281Z "C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:package='D:\DeploymentAgent1\r3\a\xyz\drop\Web\Web.zip' -dest:auto,computerName='https://preview.havit.local:8172/MsDeploy.axd?site=xyz.havit.cz',userName='',password='',authType='ntlm',includeAcls='False' -allowUntrusted -setParam:name="IIS Web Application Name",value="xyz.havit.cz"
2018-09-12T07:57:23.2215833Z -setParamFile:"D:\DeploymentAgent1\r3\a/xyz/drop/Web/xyz.Preview.SetParameters.xml"

In this case, xyz.SetParameters.xml was not used.

Thank you for excelent plugin!

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

1 participant