Skip to content

Commit 3ba690d

Browse files
committed
Fix CocoaPods working directory
1 parent fd9cd43 commit 3ba690d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ steps:
2222

2323
- task: CocoaPods@0
2424
inputs:
25+
workingDirectory: 'ios'
2526
forceRepoUpdate: false
26-
2727
- task: Xcode@5
2828
inputs:
2929
actions: 'build'

0 commit comments

Comments
 (0)