4 references to IsError
aspire (4)
Commands\PublishCommandBase.cs (4)
224return !publishingActivity.Data.IsError; 281stepInfo.IsError = activity.Data.IsError; 345task.IsError = activity.Data.IsError; 372var hasErrors = publishingActivity?.Data.IsError ?? false;