Skip to main content

Azure-Pipelines

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.