We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687c745 commit 584c5c6Copy full SHA for 584c5c6
1 file changed
azure-pipelines/pull-request-validation/pr-msal.yml
@@ -15,6 +15,7 @@ variables:
15
- name: robolectricSdkVersion
16
value: 33
17
- group: MSIDLABVARS
18
+- group: devex-ciam-test
19
20
trigger:
21
branches:
@@ -67,7 +68,7 @@ jobs:
67
68
- task: Gradle@2
69
displayName: Run Unit tests
70
inputs:
- tasks: msal:testLocalDebugUnitTest -Plabtest -PlabSecret=$(LabVaultAppCert) -ProbolectricSdkVersion=${{variables.robolectricSdkVersion}}
71
+ tasks: msal:testLocalDebugUnitTest -Plabtest -PlabSecret=$(LabVaultAppCert) -ProbolectricSdkVersion=${{variables.robolectricSdkVersion}} -PmockApiUrl=$(MOCK_API_URL)
72
javaHomeSelection: $(BuildParameters.javaHomeSelection)
73
jdkVersion: 1.11
74
- job: spotbugs
0 commit comments