1 parent a8c9963 commit 12c86f8Copy full SHA for 12c86f8
1 file changed
build/tools/Stride.CompareGold/Program.cs
@@ -2,6 +2,8 @@
2
using System.Diagnostics;
3
using System.Text.Json;
4
5
+// 5505 instead of 5555: the latter is Android ADB's daemon port, which the Android emulator
6
+// already binds when running test pulls — they collide otherwise.
7
const int Port = 5505;
8
9
var builder = WebApplication.CreateBuilder(args);
0 commit comments