Add BuildDir as restore source
This commit is contained in:
parent
8cba694aa4
commit
e3efdd5feb
|
|
@ -40,7 +40,7 @@
|
||||||
<!-- Restore and pack-->
|
<!-- Restore and pack-->
|
||||||
<MSBuild Projects="$(MetapackageWorkDirectory)Microsoft.AspNetCore.All.csproj"
|
<MSBuild Projects="$(MetapackageWorkDirectory)Microsoft.AspNetCore.All.csproj"
|
||||||
Targets="Restore;Pack"
|
Targets="Restore;Pack"
|
||||||
Properties="Configuration=$(Configuration)" />
|
Properties="Configuration=$(Configuration);RestoreFallbackFolders=$(BuildDir)" />
|
||||||
|
|
||||||
<!-- Copy to output directory -->
|
<!-- Copy to output directory -->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue