Explicitly call Restore on AspNetCore.csproj before calling pack on it.
This commit is contained in:
parent
4d35489e85
commit
4b9a10363c
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
<MSBuild
|
||||
Projects="$(MSBuildThisFileDirectory)../nuget/AspNetCore.csproj"
|
||||
Targets="Pack"
|
||||
Targets="Restore;Pack"
|
||||
Properties="PackageVersion=$(PackageVersion);PackageOutputPath=$(PackageOutputPath)" />
|
||||
</Target>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue