Skip to content

Commit

Permalink
- set expected IOS_PLATFORM_VERSION on ios.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen authored Nov 8, 2023
1 parent d86f6ef commit 37f9680
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/devices/ios.cake
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ void InstallIpa(string testApp, string testAppPackageName, string testDevice, st
SetEnvironmentVariable("DEVICE_UDID", deviceToRun);
SetEnvironmentVariable("DEVICE_NAME", DEVICE_NAME);
SetEnvironmentVariable("PLATFORM_VERSION", iosVersionToRun);
SetEnvironmentVariable("IOS_SIMULATOR_UDID", deviceToRun);
SetEnvironmentVariable("IOS_PLATFORM_VERSION", iosVersionToRun);
}
}

Expand Down

0 comments on commit 37f9680

Please sign in to comment.