I am working on a release pipeline that should deploy our project artifacts and run tests over them. The agent is on a Ubuntu machine. So far I couldn’t find a way to run tests over Ubuntu because as microsoft docs say we should install either the Visual Studio or Visual Studio Test Platform using an installer task on the
Tag: azure-pipelines-release-pipeline
Using VSTS Release to Unzip FIles on Linux VM
I am trying to use VSTS to deploy a zip file to a Linux VM in Azure. I am using an SSH task to run the command: That command works. I don’t want to change the filename each time it changes, though. I tried using a variable name: And I tried using a wildcard: (the above is supposed to be