/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/SignalR/Directory.Build.targets
10 строк
525 B
Doug Bunting
!nits! Build cleanup (#38979)
14 дек 2021, 02:34
Не верифицирован
14 дек 2021, 02:34
f072ff8
Код
Авторство
О чём код?
<Project> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.targets))\Directory.Build.targets" /> <PropertyGroup Condition=" $(IsTestProject) "> <!-- Don't run SignalR tests in parallel with others. This causes OutOfMemoryException on hosted Azure Pipelines agents. --> <TestGroupName>SignalR</TestGroupName> <RuntimeIdentifier Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">win-x86</RuntimeIdentifier> </PropertyGroup> </Project>