Skip to content

Commit 63d534a

Browse files
PureWeengithub-actions[bot]Copilot
authored
Skip simulator install in official pack pipeline (dotnet#34802)
Backport of dotnet#34801 to main. The official pack pipeline doesn't need iOS simulators — it only builds and packs NuGet packages. The simulator install step is timing out on macOS agents, blocking BAR build production. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b43bdad commit 63d534a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/ci-official.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ extends:
104104
onlyAndroidPlatformDefaultApis: true
105105
skipAndroidEmulatorImages: true
106106
skipAndroidCreateAvds: true
107+
skipSimulatorSetup: true
107108
skipProvisioning: true
108109
skipXcode: false
109110
base64Encode: true

0 commit comments

Comments
 (0)