We are using azure devops pipeline to build our application including a Azure build agent. At the end of this process, I would like to publish the artifacts to an on-premise server shared directory (which will connect to company mandated deployment process (repliweb)). Is that possible? Looking at the documentation it looks like I can use publish artifact or copy file step (or maybe even ftp). Our IT organization needs to know the IP/port so that the firewall rules can be authored. Where can I get that information?
I suppose the other possibility would be have our server pull the artifact from Azure devops.