Files
custom_wda/azure-templates/bootstrap_steps.yml

8 lines
249 B
YAML
Raw Normal View History

2026-02-03 16:52:44 +08:00
steps:
- script: sudo xcode-select --switch "/Applications/Xcode_$(XCODE_VERSION).app/Contents/Developer"
- script: mkdir -p ./Resources/WebDriverAgent.bundle
- task: UseRubyVersion@0
inputs:
versionSpec: '3.3'
addToPath: true