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