Skip to content

Commit 043895c

Browse files
committed
Revert tests/Directory.Build.props: restore MSAL_SKIP_FEDERATED_TESTS condition to control ADFS test skipping
1 parent 45c2204 commit 043895c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Directory.Build.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
<PropertyGroup Condition="'$(PipelineType)' == 'OneBranch'">
77
<DefineConstants>$(DefineConstants);ONEBRANCH_BUILD</DefineConstants>
88
</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'">
9+
<PropertyGroup Condition="'$(MSAL_SKIP_FEDERATED_TESTS)' == 'False'">
1110
<DefineConstants>$(DefineConstants);IGNORE_FEDERATED</DefineConstants>
1211
</PropertyGroup>
13-
-->
1412
</Project>

0 commit comments

Comments
 (0)