Skip to content

Commit 4f6ca25

Browse files
author
Mirroring
committed
Merge commit '7748226be86bf632da270261456e7cf5fc1efd27'
2 parents 4130e2c + 7748226 commit 4f6ca25

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)