Add font files as allowed for runtime (#17662)

This commit is contained in:
Matt Thalman 2023-10-30 15:36:16 -05:00 committed by GitHub
parent ccd9b027de
commit 59107fe818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,8 @@ src/razor/**/SampleApp/**/fonts/*
src/roslyn/**/CodeAnalysisTest/*
src/roslyn/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/Resources/WindowsProxy.winmd # https://github.com/dotnet/roslyn/issues/66718
src/runtime/src/*.woff
src/runtime/src/*.woff2
src/runtime/src/libraries/System.Diagnostics.EventLog/src/Messages/EventLogMessages.res # Icon
src/runtime/src/libraries/System.Speech/src/*.upsmap # https://github.com/dotnet/runtime/issues/81692
src/runtime/src/libraries/System.Text.Encoding.CodePages/src/Data/codepages.nlp # https://github.com/dotnet/runtime/issues/81693