Update nupkg layout to include both architectures together.
This commit is contained in:
parent
5788765983
commit
4e96bbdfe5
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package>
|
<package>
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>Microsoft.AspNetCore.AspNetCoreModule</id>
|
<id>Microsoft.AspNetCore.AspNetCoreModule</id>
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
<tags>Microsoft.AspNetCore.AspNetCoreModule</tags>
|
<tags>Microsoft.AspNetCore.AspNetCoreModule</tags>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="..\artifacts\build\AspNetCore\bin\Release\Win32\*.dll" target="runtimes\win7-x86\native\" />
|
<file src="..\artifacts\build\AspNetCore\bin\Release\Win32\aspnetcore.dll" target="runtimes\win7\native\aspnetcore_x86.dll" />
|
||||||
<file src="..\artifacts\build\AspNetCore\bin\Release\x64\*.dll" target="runtimes\win7-x64\native\" />
|
<file src="..\artifacts\build\AspNetCore\bin\Release\x64\aspnetcore.dll" target="runtimes\win7\native\aspnetcore_x64.dll" />
|
||||||
<file src="..\artifacts\build\AspNetCore\bin\Release\x64\*.xml"/>
|
<file src="..\artifacts\build\AspNetCore\bin\Release\x64\*.xml"/>
|
||||||
<file src="..\tools\installancm.ps1"/>
|
<file src="..\tools\installancm.ps1"/>
|
||||||
<file src="..\LICENSE.txt"/>
|
<file src="..\LICENSE.txt"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue