Skip to content

Commit 910ccd5

Browse files
authored
removed build step as they are redundant (#8201)
* removed build step as they are redundant * added pod installation step
1 parent 799436e commit 910ccd5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.pipelines/templates/ios-ci-template.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
steps:
2-
- template: ios-build-template.yml
2+
- task: CocoaPods@0
3+
displayName: 'Installing dependency via pod'
4+
inputs:
5+
workingDirectory: 'source/ios/AdaptiveCards'
6+
forceRepoUpdate: false
37

48
- task: Xcode@5
59
displayName: 'Sample App Unit Test'
@@ -15,7 +19,6 @@ steps:
1519
destinationSimulators: 'iPhone 12'
1620

1721
- task: Xcode@5
18-
1922
displayName: 'Framework Unit Test'
2023
inputs:
2124
actions: 'test'

0 commit comments

Comments
 (0)