I’m using Realm in an Android project and they require the msbuild/xbuild property /p:SolutionDir=$BITRISE_SOURCE_DIR
to be set. How can I do this in Xamarin? I tried setting it in the (Experimental) Options to append to the Android build command section but it doesn’t seem to help.
ahh nevermind, that does indeed appear to work, was building the wrong workflow.
1 Like
No problem, thanks for reporting @Redth!