-
Ship secure high quality software faster.
-
Latest Posts
-
Tag! Your it!
.NET .NET Core ASP.NET MVC BackAndForth Behemoth Garden BEMCheckBox Birm C# DataGrip Docker Edmonton .NET User Group Entity Framework fun GitHub hack the box human resource machine Introduction to ORMs for DBAs ios kids thinking outside the box Mini-Compressor native-binding NUnit ORM react Reduce image size Reduce photo size ruby RubyMine ruby on rails saturdaymp show saturdaympshow security Smaller images software development sql-server standard ruby Takeaways TeamCity Temporal Database Today I Learned Ubuntu xamarin xamarin ios .net native-binding xplugins xplugins.iOS.BEMCheckBox
-
Archives
Tag Archives: TeamCity
Today I Learned How to Fix Illegal Characters in Path Error with TeamCity and RealmDB
When building a Xamarin application one step is to build the Android APK file. This is a MsBuild step in TeamCity that looks like: This step generates the following error: Notice the “*Undefined*Tools” in the directory path. To fix this … Continue reading
Posted in Software Development, Today I Learned
Tagged realmdb, TeamCity, xamarin
Comments Off on Today I Learned How to Fix Illegal Characters in Path Error with TeamCity and RealmDB
Notes on Fixing Incomplete Bitcode Error in TeamCity Automated Objective-c Builds
Notes I took while trying to fix the Incomplete Bitcode error in submission bug. Not sure if it’s fixed yet as I haven’t tried submitting an app to the App Store yet. Hopefully someone else will try it and confirm it’s fixed. … Continue reading
Posted in Notes, Software Development
Tagged BEMCheckBox, TeamCity, xamarin, xamarin ios .net native-binding, xplugins
Comments Off on Notes on Fixing Incomplete Bitcode Error in TeamCity Automated Objective-c Builds
Today I Learned How to Run NUnit Tests for a .NET Core Project in TeamCity
In TeamCity you can’t use the usual NUnit Runner to run .NET Core unit tests. At least I couldn’t get it to work. I’m sure this will be fixed in the future but for now the below works for me. … Continue reading
Posted in Code Examples, Software Development, Today I Learned
Tagged .NET, .NET Core, NUnit, TeamCity
Comments Off on Today I Learned How to Run NUnit Tests for a .NET Core Project in TeamCity
Today I Learned How to Automate Objective-c Builds in TeamCity
Several months ago I discussed how to manually build an objective-c project so it can be consumed by a Xamarin Binding Project. In this post I show how to automate the building of the objective-c project. In my case I need … Continue reading
Posted in Today I Learned
Tagged BEMCheckBox, TeamCity, xamarin, xamarin ios .net native-binding, xplugins
Comments Off on Today I Learned How to Automate Objective-c Builds in TeamCity
Today I Learned How to Install a TeamCity Build Agent on a Mac
When I was first figuring out how to port the BEMCheckBox to Xamarin I built the framework manually. This is obviously not a good long term solution so I set about figuring out how to automate the build. The first … Continue reading
Posted in Today I Learned
Tagged automated builds, mac, TeamCity
Comments Off on Today I Learned How to Install a TeamCity Build Agent on a Mac
Fixing MSBuild not Exiting
After upgrading to Visual Studio Xamarin 4.1 from 4.0 our TeamCity build suddenly stopped working. Actually it was working but won’t stop working. The build would get hang after rebuilding out solution to create the IPA file. The step in question … Continue reading
Posted in Code Examples, Software Development
Tagged build, msbuild, TeamCity, xamarin
Comments Off on Fixing MSBuild not Exiting