I was asked yesterday about copying files from a remote computer back to the computer running the Azure DevOps Agent. I’ve never had a requirement for something like this but hey, I love a challenge and it turned out to be simpler than I originally thought due to the fact that Copy-Item supports it out […]
Continue reading
Containerized Azure Pipelines Agent using Docker with WSL2
I recently installed Windows Services for Linux V2 (WSL2) and saw a Tech Preview of Docker Desktop WSL 2 posted and was extremely excited to give it a try. If you are interested, read on. Updated 08/05/2019 – update date/time in WSL2 due to Windows 10 sleep/hibernate Windows 10 Pro Insider Preview Get the latest […]
Continue reading
Did your application deploy successfully? Use a selenium test in your release pipeline with a Microsoft-hosted agent
UI Testing with Microsoft-hosted Agents Microsoft-hosted agents are pre-configured for UI testing and UI tests for both web apps and desktop apps. The agents are also pre-configured with popular browsers and matching web-driver versions that can be used for running Selenium tests. The browsers and corresponding web-drivers are updated on a periodic basis. (ref.) It’s great to […]
Continue reading
Using the Azure PowerShell (Preview) task in an Azure Pipeline
I wanted an excuse to use the 4.* (preview) version of the task so I could take the Az module out for a spin. My goal was to perform the following steps I would normally perform with a browser and mouse in the Azure Portal: Delete Resource Group if it already exists Create Resource Group […]
Continue reading