Fix path to our templates
This commit is contained in:
parent
facc1e466e
commit
953479ce21
|
|
@ -73,7 +73,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Target Name="PreCreateVsixContainer" BeforeTargets="CreateVsixContainer">
|
<Target Name="PreCreateVsixContainer" BeforeTargets="CreateVsixContainer">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<VSIXSourceItem Include="..\..\Artifacts\Build\Microsoft.AspNetCore.Blazor.Templates.*.nupkg">
|
<VSIXSourceItem Include="$(PackageOutputPath)Microsoft.AspNetCore.Blazor.Templates.*.nupkg">
|
||||||
<VSIXSubPath>ProjectTemplates\</VSIXSubPath>
|
<VSIXSubPath>ProjectTemplates\</VSIXSubPath>
|
||||||
</VSIXSourceItem>
|
</VSIXSourceItem>
|
||||||
<VSIXSourceItem Include="Templates.pkgdef" />
|
<VSIXSourceItem Include="Templates.pkgdef" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue