Merge pull request #34 from crummel/resolvePackageDependenciesBeforePublish
Add dependency for restoring packages before trying to find Microsoft.NETCore.DotNetAppHost package.
This commit is contained in:
commit
5379573360
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
</MSBuild>
|
</MSBuild>
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="PublishAppHostTemplate">
|
<Target Name="PublishAppHostTemplate" DependsOnTargets="RunResolvePackageDependencies">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<NETCoreDotNetAppHostPackageName>Microsoft.NETCore.DotNetAppHost</NETCoreDotNetAppHostPackageName>
|
<NETCoreDotNetAppHostPackageName>Microsoft.NETCore.DotNetAppHost</NETCoreDotNetAppHostPackageName>
|
||||||
|
|
Loading…
Add table
Reference in a new issue