Explicitly call Restore on AspNetCore.csproj before calling pack on it.

This commit is contained in:
Pranav K 2017-07-18 14:53:34 -07:00
parent 4d35489e85
commit 4b9a10363c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<MSBuild
Projects="$(MSBuildThisFileDirectory)../nuget/AspNetCore.csproj"
Targets="Pack"
Targets="Restore;Pack"
Properties="PackageVersion=$(PackageVersion);PackageOutputPath=$(PackageOutputPath)" />
</Target>