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