Publish without descriptor

With the old upload task mechanism it was possible to disable the upload of the Ivy descriptor file:

uploadArchives {
    uploadDescriptor = false
    ...
}

Is something similar possible with the new publishing mechanism based on IvyPublication?

Now that the old way is scheduled for removal: how to upload a single file without using Upload task?