Learn how to configure your publish profile in C# to include files external to the project in the final publish result.
Reduce your dependency to third party task using only plain old PowerShell to accomplish Pipeline Task
Addressing a caching issue in Azure DevOps where separate repository scripts aren't updating, leading to repeated pipeline errors on Linux machines.
sudden failure occurred during the index symbol task of a build in Azure Devops. The error was vague, but some messages provided hints towards the underlying issue.
When you create an agent Pool in Azure DevOps to run your pipeline, you can require each pipeline to be authorized to run on that agent and sometimes this can generate some glitch.
Azure DevOps pipeline have tons of feature, one of the less known is the ability to declare variable conditionally.
If you need to call PowerShell scripts form Azure DevOps pipeline you need to pay attention to boolean parameters.
While Azure DevOps Pipeline or GitHub actions or whatever CI engine you choose can do most of the job with pre-made tasks, sometime going straight PowerShell can be the solution you need
Azure DevOps artifacts are great for hosting your packages, but you can incur in authentication problem in piplines
When you push frequently you can avoid triggering continuous integration with a simple comment