Skip to main content

Azure-Devops

Azure Pipelines Xcode build task treats swift warnings as errors

Azure Pipelines Xcode build task treats swift warnings as errors

·154 words·1 min
Migrating the build pipeline for one of our apps to Azure DevOps turned out to be a rather lengthy process. Building on my local machine with the same version Xcode and CocoaPods ran through seamlessly, but the CI build was failing continuously.
Run Visual Studio Test task in 64bit

Run Visual Studio Test task in 64bit

·132 words·1 min
All of our managed assemblies are build with the any cpu target and we can use both the 32-bit and 64-bit task runner of Azure Pipelines.
Use Azure Artifacts outside of Visual Studio

Use Azure Artifacts outside of Visual Studio

·438 words·3 mins
One of the major tasks since starting at HorseAnalytics has been to streamline our development efforts. Centralize the codebase on Azure Repos, refactor the code so that it can not only be built on Windows but also on other platforms like Mac OS.