/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
eng/Tools.props
13 строк
663 B
Viktor Hofer
Build installers at the end of the repo build and allow building with desktop msbuild (#58987)
26 ноя 2024, 10:55
Не верифицирован
26 ноя 2024, 10:55
e778af9
Код
Авторство
О чём код?
<Project> <!-- Update the generated files when we restore projects. --> <Target Name="GenerateDirectoryBuildFiles" AfterTargets="Restore"> <!-- Separate invocations and use different properties to ensure second can load the restored package info. --> <MSBuild Projects="$(RepoRoot)eng\tools\GenerateFiles\GenerateFiles.csproj" RemoveProperties="BaseIntermediateOutputPath" Targets="Restore" /> <MSBuild Projects="$(RepoRoot)eng\tools\GenerateFiles\GenerateFiles.csproj" RemoveProperties="BaseIntermediateOutputPath;ExcludeRestorePackageImports" Targets="GenerateDirectoryBuildFiles" /> </Target> </Project>