We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c2204 commit 043895cCopy full SHA for 043895c
tests/Directory.Build.props
@@ -6,9 +6,7 @@
6
<PropertyGroup Condition="'$(PipelineType)' == 'OneBranch'">
7
<DefineConstants>$(DefineConstants);ONEBRANCH_BUILD</DefineConstants>
8
</PropertyGroup>
9
- <!-- ADFS tests are enabled by default. Uncomment to allow pipeline to skip them via MSAL_SKIP_FEDERATED_TESTS=True.
10
- <PropertyGroup Condition="'$(MSAL_SKIP_FEDERATED_TESTS)' == 'True'">
+ <PropertyGroup Condition="'$(MSAL_SKIP_FEDERATED_TESTS)' == 'False'">
11
<DefineConstants>$(DefineConstants);IGNORE_FEDERATED</DefineConstants>
12
13
- -->
14
</Project>
0 commit comments