|
61 | 61 | script: |
|
62 | 62 | cd azure-activedirectory-tokenbroker-for-objc
|
63 | 63 | git submodule update --init --recursive ADAuthenticationBroker/Frameworks/adal
|
64 |
| - git submodule update --init ADAuthenticationBroker/Frameworks/microsoft-authentication-library-for-objc/MSAL/IdentityCore |
| 64 | + cd ADAuthenticationBroker/Frameworks/microsoft-authentication-library-for-objc |
| 65 | + git submodule update --init --recursive |
65 | 66 |
|
66 | 67 | - checkout: WorkplaceJoin-for-iOS
|
67 | 68 | displayName: 'Checkout WPJ'
|
@@ -106,22 +107,16 @@ jobs:
|
106 | 107 | workingDirectory: $(Pipeline.Workspace)/s
|
107 | 108 | targetType: 'inline'
|
108 | 109 | script: |
|
109 |
| - cd azure-activedirectory-tokenbroker-for-objc |
110 |
| - REV=$(git rev-parse HEAD:ADAuthenticationBroker/Frameworks/WorkplaceJoin-for-iOS) |
111 |
| - cd ADAuthenticationBroker/Frameworks/WorkplaceJoin-for-iOS |
112 |
| - git pull origin $REV |
113 |
| - cd Frameworks |
114 |
| - git -c http.https://msazure.visualstudio.com/DefaultCollection/PlatformCrypto/_git/openssl-msft.extraheader="AUTHORIZATION: bearer $(aadToken)" submodule update --init openssl-msft |
| 110 | + cd azure-activedirectory-tokenbroker-for-objc/ADAuthenticationBroker/Frameworks/WorkplaceJoin-for-iOS |
| 111 | + git -c http.https://msazure.visualstudio.com/DefaultCollection/PlatformCrypto/_git/openssl-msft.extraheader="AUTHORIZATION: bearer $(aadToken)" submodule update --init Frameworks/openssl-msft |
115 | 112 |
|
116 | 113 | - task: Bash@3
|
117 | 114 | displayName: 'Update WPJ submodules'
|
118 | 115 | inputs:
|
119 | 116 | workingDirectory: $(Pipeline.Workspace)/s
|
120 | 117 | targetType: 'inline'
|
121 | 118 | script: |
|
122 |
| - cd azure-activedirectory-tokenbroker-for-objc |
123 |
| - cd ADAuthenticationBroker/Frameworks/WorkplaceJoin-for-iOS |
124 |
| - git submodule update --init --recursive |
| 119 | + git submodule update --init --recursive Frameworks/microsoft-authentication-library-for-objc |
125 | 120 |
|
126 | 121 | - script: 'gem uninstall xcpretty -I --version 0.4.0'
|
127 | 122 | displayName: 'Uninstall xcpretty v0.4.0'
|
|
0 commit comments