Tag Archives: Azure DevOps

Using the Power Platform Build Tools w/Azure DevOps CLI – Create a pull request


My last post demonstrated using the Power Platform Build Tools in an Azure Pipeline which downloaded a solution, extracted the files and committed them to a Git repository. While this is a great demonstration of what is possible, wouldn’t it be nice if the Azure Pipeline did what a developer might typically do? Instead of […]

Continue reading
Selenium test result with attachments

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
Azure PowerShell (Preview) version 4.* (preview)

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