Fixes for Microsoft.AspNetCore.Blazor.Build package layout
This commit is contained in:
parent
a5b5b3fa27
commit
2f9515785e
|
|
@ -6,11 +6,10 @@
|
|||
<OutDir>tools</OutDir>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="SetPackageProperties" BeforeTargets="Pack">
|
||||
<Target Name="SetPackageProperties" BeforeTargets="_IntermediatePack">
|
||||
<PropertyGroup>
|
||||
<NoPackageAnalysis>true</NoPackageAnalysis>
|
||||
<NuspecFile>Microsoft.AspNetCore.Blazor.BuildTools.nuspec</NuspecFile>
|
||||
<PackageVersion>0.0.1</PackageVersion>
|
||||
<NuspecFile>Microsoft.AspNetCore.Blazor.Build.nuspec</NuspecFile>
|
||||
<NuspecProperties>version=$(PackageVersion)</NuspecProperties>
|
||||
</PropertyGroup>
|
||||
</Target>
|
||||
|
|
|
|||
|
|
@ -11,5 +11,6 @@
|
|||
<file src="build\**" target="build" />
|
||||
<file src="targets\**" target="targets" />
|
||||
<file src="tools\**" target="tools" />
|
||||
<file src="tools\Microsoft.AspNetCore.Blazor.Build.dll" target="tools\blazor.dll" />
|
||||
</files>
|
||||
</package>
|
||||
|
|
|
|||
Loading…
Reference in New Issue