I am setting up my build pipeline in VSTS and need to download some .zip files from an on-premise server. Currently, I am looking into using the "Powershell Script" step, but I do not know how to configure this step, such that it can reach files hosted on-premise.
a) Is it possible to download files from an on-premise server using the "PowerShell Script step in VSTS?"
b) If no, what are my alternatives? I am thinking of hosting the .zip files in an Azure Blob storage as an alternative, but that requires setting up some SAS tokens etc.