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

Removing the horizontal bar from AdditionalArguments have broken releases #1145

Open
JordanMaclachlan-RLG opened this issue Apr 5, 2023 · 1 comment

Comments

@JordanMaclachlan-RLG
Copy link

Hi,

We have come across an issue where the latest commit has broken loads of our pipelines. In order to manage the IIS deployment we use an appcmd to create bindings in the website for us. The appcmd uses | exit 0 to fail quietly if the binding is already there. This is now now working and all the manage IIS tasks we have are now failing instead of passing.

I am hoping that we can either get this change reverted or at-least change this to be a major change as the pipe character is a valid appcmd character that can be used for many different reasons. This is what is now failing for us:

set site /site.name:"Blah" /+bindings.[protocol='http',bindingInformation=':12345:'] | exit 0

What was the reason for not allowing the pipe character?

Thanks

Jordan

@JordanMaclachlan-RLG
Copy link
Author

If this is not reverted, how are we able to use conditional commands in the appcmd?

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