Skip to content

Commit eda517f

Browse files
authored
Use 7.* IdentityModel package in val pipeline (#57349)
1 parent e2272f2 commit eda517f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PreReleaseVersionIteration>
1414
<ValidateBaseline>false</ValidateBaseline>
1515
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">7.1.2</IdentityModelVersion>
16-
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">*-*</IdentityModelVersion>
16+
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">7.*</IdentityModelVersion>
1717
<!--
1818
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1919
-->

0 commit comments

Comments
 (0)