aspnetcore/build/repobuild/BeforeKoreBuild.props

10 lines
597 B
XML

<!-- This file is imported in the context of an individual repo, not the universe build. -->
<Project>
<PropertyGroup>
<!-- Restore locally-built lineups into a temp directory, not the global cache. -->
<PolicyRestorePackagesPath>$([MSBuild]::NormalizeDirectory($(Universe_IntermediateDir)))packages\</PolicyRestorePackagesPath>
<!-- Restore from the locally-built artifacts directory -->
<PolicyRestoreAdditionalSources>$(PolicyRestoreAdditionalSources);$([MSBuild]::NormalizeDirectory($(Universe_LineupBuildDir)))</PolicyRestoreAdditionalSources>
</PropertyGroup>
</Project>