/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Mvc/test/WebSites/Directory.Build.props
12 строк
508 B
Doug Bunting
Use `-noBuild` in second build steps of test jobs (#39998)
08 фев 2022, 05:06
Не верифицирован
08 фев 2022, 05:06
633b3d7
Код
Авторство
О чём код?
<Project> <PropertyGroup> <IsTestAssetProject>true</IsTestAssetProject> <!-- Test websites are referenced by FunctionalTests but aren't consumed as StaticWebAssets. We do not want the path mangling (e.g. _content/MyClassLib) that comes with SWA. --> <StaticWebAssetsEnabled>false</StaticWebAssetsEnabled> </PropertyGroup> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> </Project>