/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
eng/targets/PackageProject.props
17 строк
690 B
Tomáš Matoušek
Disable Windows PDB conversion (#64581)
20 окт 2022, 19:13
Не верифицирован
20 окт 2022, 19:13
36121e1
Код
Авторство
О чём код?
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project> <!-- Include this props file in projects that build meta-packages. --> <PropertyGroup> <ProduceReferenceAssembly>false</ProduceReferenceAssembly> <GenerateDocumentationFile>false</GenerateDocumentationFile> <SkipCopyBuildProduct>true</SkipCopyBuildProduct> <!-- Remove once https://github.com/NuGet/Home/issues/8583 is fixed --> <NoWarn>$(NoWarn);NU5128</NoWarn> <IsShippingAssembly>false</IsShippingAssembly> </PropertyGroup> </Project>