Fixed a build issue regarding directory path

This commit is contained in:
jhkimnew 2016-11-08 16:01:30 -08:00
parent e119603cdd
commit 1bbc32f26e
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
<tags>Microsoft.AspNetCore.AspNetCoreModule</tags>
</metadata>
<files>
<file src="..\artifacts\build\AspNetCore\bin\Debug\Win32\*.dll" target="runtimes\win7-x86\native\" />
<file src="..\artifacts\build\AspNetCore\bin\Debug\x64\*.dll" target="runtimes\win7-x64\native\" />
<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="..\tools\installancm.ps1"/>
<file src="..\LICENSE.txt"/>
</files>