Skip to content

Commit 7748226

Browse files
authored
Turn non-stable dependency warning back on (#58548)
1 parent ff8e369 commit 7748226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<NoWarn>$(NoWarn.Replace('1591', ''))</NoWarn>
123123
<NoWarn Condition=" '$(BuildingInsideVisualStudio)' == 'true' ">$(NoWarn);0105</NoWarn>
124124
<!-- Allow prerelease dependencies in stable packages when we're running the IdentityModel nightly tests -->
125-
<NoWarn>$(NoWarn);NU5104</NoWarn>
125+
<NoWarn Condition=" '$(IsIdentityModelTestJob)' == 'true' ">$(NoWarn);NU5104</NoWarn>
126126

127127
<!-- For local builds, don't make missing XML docs a fatal build error, but still surface so we have visibility into undocumented APIs. -->
128128
<WarningsNotAsErrors Condition=" '$(ContinuousIntegrationBuild)' != 'true' ">$(WarningsNotAsErrors);CS1591</WarningsNotAsErrors>

0 commit comments

Comments
 (0)