[dotnet] We're not bundling the runtimeconfig.json file.

It's parsed at build time (in the _CreateRuntimeConfiguration target), and stored
in a binary format, so we don't need the original json file.
This commit is contained in:
Rolf Bjarne Kvinge 2021-08-12 12:30:57 +02:00
Родитель 394c8fa4c7
Коммит 59096ba942
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1236,6 +1236,9 @@
'%(ResolvedFileToPublish.NuGetPackageId)' == '$(_MonoNugetPackageId)'
"
/>
<!-- We don't ship the runtimeconfig.json file -->
<ResolvedFileToPublish Remove="$(ProjectRuntimeConfigFilePath)" Condition="'$(GenerateRuntimeConfigurationFiles)' == 'true'" />
</ItemGroup>
<ComputeBundleLocation