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
Hi,
when I try to use the "Set Admin Mode" task, I get the following error message:
"Cannot process argument transformation on parameter 'AllowBackgroundOperations'. Cannot convert value "" to type "System.Boolean". Boolean parameters accept only Boolean values and numbers, such as $True, $False, 1 or 0."
I think it is because the parameter "AllowBackgroundOperations" is no longer included in the PS script ("BuildTools/Xrm.CI.Framework.BuildTools/Tasks/MSCRMSetOnlineInstanceAdminMode/MSCRMSetOnlineInstanceAdminMode.ps1"). But it is used in the call in line 68.
Can you please check this?
Thanks and greetings
Alex
The text was updated successfully, but these errors were encountered:
Hi,
when I try to use the "Set Admin Mode" task, I get the following error message:
I think it is because the parameter "AllowBackgroundOperations" is no longer included in the PS script ("BuildTools/Xrm.CI.Framework.BuildTools/Tasks/MSCRMSetOnlineInstanceAdminMode/MSCRMSetOnlineInstanceAdminMode.ps1"). But it is used in the call in line 68.
Can you please check this?
Thanks and greetings
Alex
The text was updated successfully, but these errors were encountered: