@@MickeyGousset yes thought of the same approach by using the curl command to download the zip file and using a poweshell command to unzzip the same but the time taken in hosted agent is crazily high. As i understood that hosted agents has only 6GB RAM with 10GB Hard disk with only 2 core CPU's ....not a feasible option for my requirements, but however your video helped in getting my basics in place, thanks for that :)
Amazing azure pipeline series, please do more, also how to connect to a different project repo. Thank you
Thank you, you make it very simple to understand
How do we install a third party software in hosted agents ??
You have to do it as part of the pipeline. Write a script to download and install what you need.
@@MickeyGousset yes thought of the same approach by using the curl command to download the zip file and using a poweshell command to unzzip the same but the time taken in hosted agent is crazily high. As i understood that hosted agents has only 6GB RAM with 10GB Hard disk with only 2 core CPU's ....not a feasible option for my requirements, but however your video helped in getting my basics in place, thanks for that :)
Yes the drawback is that it does take time to do the installs. The default machines are usually 2 core, 8gb memory, and 128gb hard drive.
Great job ! Really helpful.