-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Update taskparameters.ts #19022
Update taskparameters.ts #19022
Conversation
@v-mohithgc new one with updated version, and merged master. |
Thanks, I will test it and update here. |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Commenter does not have sufficient privileges for PR 19022 in repo microsoft/azure-pipelines-tasks |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
@michelcedric , looks the changes weren't build properly so checks are failing here, I will fix that now. Thanks |
I have rebuild this task, will use this PR #19094 |
Manually integrated in #19128 |
Task name: AzureWebAppContainerV1
Description: support \n caracter for multiline
As some other Task (example : AzureFunctionAppV1) use appsettings parameter : Add multiline support.
I suggest to use \n as space (mandatory). It's better for readibility. A space is not visible and easy to forget it.
It's also more consistent with other tasks.
Documentation changes required: (N) => not required but maybe interesting to add information about this possibility
Added unit tests: (N)
Attached related issue: (N)
Checklist:
Result