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
I think this is similar to issue #3111 but the fix there isn't working for me. I have an Azure function app (built on PowerShell) that fails to deploy via DevOps Pipeline when deploying to a branch other than master.
ChangeSetId(Test) does not match 3305e1c221984b2692fb5e6fff91f60e, 'master' or 'HEAD'
I've found that if I use the 'Disconnect' option in the Azure portal -> Function app -> Deployment Center, then run the pipeline again it will succeed. The Deployment Center will then update to show it's connected but references the branch of master even though the deployment is from my 'Test' branch. See the picture below.
I checked c:\home\site\deployments\settings.xml and it does correctly reference the 'Test' branch.
I think this is similar to issue #3111 but the fix there isn't working for me. I have an Azure function app (built on PowerShell) that fails to deploy via DevOps Pipeline when deploying to a branch other than master.
ChangeSetId(Test) does not match 3305e1c221984b2692fb5e6fff91f60e, 'master' or 'HEAD'I've found that if I use the 'Disconnect' option in the Azure portal -> Function app -> Deployment Center, then run the pipeline again it will succeed. The Deployment Center will then update to show it's connected but references the branch of master even though the deployment is from my 'Test' branch. See the picture below.
I checked c:\home\site\deployments\settings.xml and it does correctly reference the 'Test' branch.
Any help is appreciated!