Questions tagged [visual-studio-app-center-build]

5 questions
1
vote
2 answers

AppCenter: Find and replace string in a file during build

Is it possible to edit a .mm file before it gets compiled in AppCenter? In an attempt to fix a build error, I want to find and replace a string in ../node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm. I tried using sed -i…
1
vote
1 answer

How to use .NET Core 3.0 Preview8 with App Center Build

I've implemented .NET Core 3.0 Preview 8 into my app, but now when I try to use App Center, I get this error message: The current .NET SDK does not support targeting .NET Core…
1
vote
1 answer

How to Schedule Recurring Builds in App Center

I have an Android app in App Center and I'd like to schedule nightly builds. Is there any way to do this?
0
votes
0 answers

Xamarin.Forms and AppCenter: event not tracked in Release mode for Android devices

I've developed a small Xamarin.Forms.Shell app: this app contains 4 tabs, where the default HomePage contains some basic informations. I'm using AppCenter to track some events, like pages displays, users clicks, APIs calls,... In the App.xaml.cs…
0
votes
1 answer

In Visual Studio App Center, how can I filter by Build number on the Issues page?

I have an Android app developed in Xamarin.Forms. It's using Visual Studio App Center to build the APK, track issues and distribute to the app stores. I want to track which issues are associated with a particular build. On the Diagnostics > Issues…