Skip to content

Commit

Permalink
Merge pull request #1382 from AzureAD/jarias/update-msalcpp-subtree-c…
Browse files Browse the repository at this point in the history
…heck-mac

Update verify_msalcpp_per_pr_mac.yml for Azure Pipelines
  • Loading branch information
juan-arias authored Jun 12, 2024
2 parents 413d7d9 + 2851e18 commit 4b51087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure_pipelines/verify_msalcpp_per_pr_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
displayName: 'Build x64 Debug iOS'
inputs:
scriptPath: build.py
arguments: '--clean --arch x64 --configuration Debug --platform iOS --djinni hashfail --test --test-type unit integration'
arguments: '--clean --arch x64 --configuration Debug --platform iOS --djinni hashfail --test --test-type unit integration --build-projects tests'
env:
MSAL_LAB_VAULT_ACCESS_CERT_LOCATION: $(Agent.TempDirectory)
MSAL_CERTIFICATE_PASSWORD: $(MSAL_CERTIFICATE_PASSWORD)
2 changes: 1 addition & 1 deletion azure_pipelines/verify_msalcpp_per_pr_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
displayName: 'Build x64 Debug macOS'
inputs:
scriptPath: build.py
arguments: '--clean --arch x64 --configuration Debug --platform macOS --djinni hashfail --test --test-type unit integration'
arguments: '--clean --arch x64 --configuration Debug --platform macOS --djinni hashfail --test --test-type unit integration --build-projects tests'
env:
MSAL_LAB_VAULT_ACCESS_CERT_LOCATION: $(Agent.TempDirectory)
MSAL_CERTIFICATE_PASSWORD: $(MSAL_CERTIFICATE_PASSWORD)

0 comments on commit 4b51087

Please sign in to comment.