Skip to content

Commit e776126

Browse files
committed
remove extra quote symbol in yaml file
1 parent 15bf6af commit e776126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure_pipelines/broker_submodule_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
script: |
6262
cd azure-activedirectory-tokenbroker-for-objc
6363
git submodule update --init --recursive ADAuthenticationBroker/Frameworks/adal
64-
git submodule update --init ADAuthenticationBroker/Frameworks/microsoft-authentication-library-for-objc/MSAL/IdentityCore'
64+
git submodule update --init ADAuthenticationBroker/Frameworks/microsoft-authentication-library-for-objc/MSAL/IdentityCore
6565
6666
- checkout: WorkplaceJoin-for-iOS
6767
displayName: 'Checkout WPJ'

azure_pipelines/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
script: |
6262
cd azure-activedirectory-tokenbroker-for-objc
6363
git submodule update --init --recursive ADAuthenticationBroker/Frameworks/adal
64-
git submodule update --init ADAuthenticationBroker/Frameworks/microsoft-authentication-library-for-objc/MSAL/IdentityCore'
64+
git submodule update --init ADAuthenticationBroker/Frameworks/microsoft-authentication-library-for-objc/MSAL/IdentityCore
6565
6666
- checkout: WorkplaceJoin-for-iOS
6767
displayName: 'Checkout WPJ'

0 commit comments

Comments
 (0)