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>
|
||||
</Target>
|
||||
|
||||
<Target Name="PublishAppHostTemplate">
|
||||
<Target Name="PublishAppHostTemplate" DependsOnTargets="RunResolvePackageDependencies">
|
||||
|
||||
<PropertyGroup>
|
||||
<NETCoreDotNetAppHostPackageName>Microsoft.NETCore.DotNetAppHost</NETCoreDotNetAppHostPackageName>
|
||||
|
|
Loading…
Add table
Reference in a new issue