This error is showing up in the Publish packages task:
##[error]Error: Unable to locate executable file: 'mono'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
Build link (internal)
Presumably, this is because of the change in the agent type which doesn't include the required mono executable.
Additionally, I don't think this task should be configured to continue on error. If it fails, we want the pipeline to have an error.
This error is showing up in the
Publish packagestask:Build link (internal)
Presumably, this is because of the change in the agent type which doesn't include the required
monoexecutable.Additionally, I don't think this task should be configured to continue on error. If it fails, we want the pipeline to have an error.