Tag: DevOps
Devops is the combination of the disciplines development and operations. All articles that are tagged with DevOps on QuickCoder can be found here.
-
How To Replace App Config Settings In Azure DevOps
I’ll explain how to use the Replace Tokens extension for Azure DevOps to dynamically change config variables in your app during a pipeline run.
-
How To Deploy Your Flutter Web App To Microsoft Azure
Microsoft and Flutter aren’t the best friends. But anyway, here is how to deploy your Flutter web app to Microsoft Azure. If you are familiar with Firebase Hosting, then you’ll notice a few similarities!
-
Build Flutter Apps For iOS, Android, And Windows With Azure DevOps
A ready-to-use and working build pipeline for Azure DevOps to build Flutter apps for iOS, Android, and Windows. All packages are store-ready!
-
What You Can Do With The Azure DevOps REST API
You can build customized dashboards in your own apps with the Azure DevOps REST API. Here is a detailed guide on how to do it.
-
How to create a pipeline from an existing YAML file in Azure DevOps
Instead of creating a pipeline with the editor of Azure DevOps, you can create a pipeline from an existing YAML file. Here is how you do it!
-
How to enable a pull request workflow in Azure DevOps
Working with pull requests is a common pattern for teams in the software development area. Here is how to enforce the workflow in Azure DevOps.
-
Can’t use your pipeline in Azure DevOps with .NET7? Here is a solution!
After upgrading your app to a newer .NET version the cloud build agent of Azure DevOps fails. Here is what you can do against it!