Skip to content

Commit 12c86f8

Browse files
committed
tools: move CompareGold tool from 5555 to 5505 (clash with android emulator)
1 parent a8c9963 commit 12c86f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build/tools/Stride.CompareGold/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
using System.Diagnostics;
33
using System.Text.Json;
44

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.
57
const int Port = 5505;
68

79
var builder = WebApplication.CreateBuilder(args);

0 commit comments

Comments
 (0)