Try add restore sources when building metapackage
This commit is contained in:
parent
e3efdd5feb
commit
e24913ae46
|
|
@ -40,7 +40,7 @@
|
|||
<!-- Restore and pack-->
|
||||
<MSBuild Projects="$(MetapackageWorkDirectory)Microsoft.AspNetCore.All.csproj"
|
||||
Targets="Restore;Pack"
|
||||
Properties="Configuration=$(Configuration);RestoreFallbackFolders=$(BuildDir)" />
|
||||
Properties="Configuration=$(Configuration)" />
|
||||
|
||||
<!-- Copy to output directory -->
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<Project>
|
||||
<Import Project="..\version.props" />
|
||||
<Import Project="dependencies.props" />
|
||||
<Import Project="$(IntermediateDir)sources.props" Condition="Exists('$(IntermediateDir)sources.props')" />
|
||||
|
||||
<PropertyGroup>
|
||||
<Product>Microsoft ASP.NET Core</Product>
|
||||
|
|
|
|||
Loading…
Reference in New Issue