You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Runtime stack value is not being picked up by App Service config settings whenever deploying from Azure DevOps to the App Service deployment slot when utilizing AzureRmWebAppDeployment@5 and the RuntimeStack input utilizes a colon rather than a pipe.
See the linked issue above (or contact me on email, I don't want to post the private details here)
Environment type (Please select at least one enviroment where you face this issue)
Self-Hosted
Microsoft Hosted
VMSS Pool
Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Ubuntu
Relevant log output
See linked work item
Full task logs with system.debug enabled
[REPLACE THIS WITH YOUR INFORMATION]
Repro steps
The text was updated successfully, but these errors were encountered:
New issue checklist
Task name
AzureRmWebAppDeployment
Task version
5
Issue Description
See https://dev.azure.com/msft-skilling/Content/_workitems/edit/401737
Basically, the list of values for the RuntimeStack parameter has changed from using
|
to using:
v5:
azure-pipelines-tasks/Tasks/AzureRmWebAppDeploymentV5/task.json
Line 231 in 649e9ca
v4
azure-pipelines-tasks/Tasks/AzureRmWebAppDeploymentV4/task.json
Line 237 in 649e9ca
The Runtime stack value is not being picked up by App Service config settings whenever deploying from Azure DevOps to the App Service deployment slot when utilizing AzureRmWebAppDeployment@5 and the RuntimeStack input utilizes a colon rather than a pipe.
See the linked issue above (or contact me on email, I don't want to post the private details here)
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Ubuntu
Relevant log output
Full task logs with system.debug enabled
Repro steps
The text was updated successfully, but these errors were encountered: