Fix path to our templates

This commit is contained in:
Ryan Nowak 2018-09-05 12:37:24 -07:00
parent facc1e466e
commit 953479ce21
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
</PropertyGroup>
<Target Name="PreCreateVsixContainer" BeforeTargets="CreateVsixContainer">
<ItemGroup>
<VSIXSourceItem Include="..\..\Artifacts\Build\Microsoft.AspNetCore.Blazor.Templates.*.nupkg">
<VSIXSourceItem Include="$(PackageOutputPath)Microsoft.AspNetCore.Blazor.Templates.*.nupkg">
<VSIXSubPath>ProjectTemplates\</VSIXSubPath>
</VSIXSourceItem>
<VSIXSourceItem Include="Templates.pkgdef" />