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
When running task stephane-eyskens.apim.apimcreateorupdateproduct.apimcreateorupdateproduct@4 on 'ubuntu-latest' image it fails to following exception:
##[error]The current operating system is not capable of running this task. That typically means the task was written for Windows only. For example, written for Windows Desktop PowerShell.
When running task
stephane-eyskens.apim.apimcreateorupdateproduct.apimcreateorupdateproduct@4
on 'ubuntu-latest' image it fails to following exception:I'm guessing this is because of used power shell version 3. https://github.com/stephaneey/azure-apim-extension/blob/master/apimcreateorupdateproduct/v4/task.json#L258-L260
Powershell 7 runs on linux and windows, maybe this template could be updated to use newer version?
The text was updated successfully, but these errors were encountered: