Skip to content

Commit

Permalink
Merge commit '7748226be86bf632da270261456e7cf5fc1efd27'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirroring committed Oct 21, 2024
2 parents 4130e2c + 7748226 commit 4f6ca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<NoWarn>$(NoWarn.Replace('1591', ''))</NoWarn>
<NoWarn Condition=" '$(BuildingInsideVisualStudio)' == 'true' ">$(NoWarn);0105</NoWarn>
<!-- Allow prerelease dependencies in stable packages when we're running the IdentityModel nightly tests -->
<NoWarn>$(NoWarn);NU5104</NoWarn>
<NoWarn Condition=" '$(IsIdentityModelTestJob)' == 'true' ">$(NoWarn);NU5104</NoWarn>

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

0 comments on commit 4f6ca25

Please sign in to comment.