6 references to AppArguments
Microsoft.DotNet.Helix.Sdk (6)
CreateXHarnessAndroidWorkItems.cs (2)
140var passthroughArgs = !string.IsNullOrEmpty(AppArguments) ? $" -- {AppArguments}" : string.Empty;
CreateXHarnessAppleWorkItems.cs (4)
213(!string.IsNullOrEmpty(AppArguments) ? "-- " + AppArguments : string.Empty); 235(!string.IsNullOrEmpty(AppArguments) ? $" --app-arguments \"{AppArguments}\"" : string.Empty);