Update nupkg layout to include both architectures together.

This commit is contained in:
Chris R 2016-11-17 10:37:10 -08:00
Родитель 5788765983
Коммит 4e96bbdfe5
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<package>
<metadata>
<id>Microsoft.AspNetCore.AspNetCoreModule</id>
@ -15,8 +15,8 @@
<tags>Microsoft.AspNetCore.AspNetCoreModule</tags>
</metadata>
<files>
<file src="..\artifacts\build\AspNetCore\bin\Release\Win32\*.dll" target="runtimes\win7-x86\native\" />
<file src="..\artifacts\build\AspNetCore\bin\Release\x64\*.dll" target="runtimes\win7-x64\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\aspnetcore.dll" target="runtimes\win7\native\aspnetcore_x64.dll" />
<file src="..\artifacts\build\AspNetCore\bin\Release\x64\*.xml"/>
<file src="..\tools\installancm.ps1"/>
<file src="..\LICENSE.txt"/>