/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
eng/targets/FunctionalTestWithAssets.props
19 строк
798 B
Doug Bunting
Use `-noBuild` in second build steps of test jobs (#39998)
08 фев 2022, 05:06
Не верифицирован
08 фев 2022, 05:06
633b3d7
Код
Авторство
О чём код?
<Project> <!-- Defaults used in FunctionalTestWithAssets.targets. --> <PropertyGroup> <!-- Whether FunctionalTestWithAssets.targets should be loaded. --> <ContainsFunctionalTestAssets>false</ContainsFunctionalTestAssets> </PropertyGroup> <ItemDefinitionGroup> <TestAssetProjectReference> <!-- Optional properties to add when restoring, building, and publishing the test asset project. --> <AdditionalProperties/> <!-- Placement of test asset output within the consuming test project's bin/ or publish/ folder. --> <RelativeFolder>%(Filename)</RelativeFolder> <!-- Whether to _only_ publish the test asset into the test project's folders. --> <SkipBuild>false</SkipBuild> </TestAssetProjectReference> </ItemDefinitionGroup> </Project>