Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
Add location information to ANCM package (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored Nov 2, 2017
1 parent 192a403 commit 49cf523
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions nuget/AspNetCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
<file src="..\artifacts\build\AspNetCore\bin\Release\x64\*.xml"/>
<file src="..\tools\installancm.ps1"/>
<file src="..\LICENSE.txt"/>
<file src="Microsoft.AspNetCore.AspNetCoreModule.props" target="build\" />
</files>
</package>
8 changes: 8 additions & 0 deletions nuget/Microsoft.AspNetCore.AspNetCoreModule.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project>

<PropertyGroup>
<AspNetCoreModuleX64Location>$(MSBuildThisFileDirectory)..\runtimes\win7\native\aspnetcore_x64.dll</AspNetCoreModuleX64Location>
<AspNetCoreModuleX86Location>$(MSBuildThisFileDirectory)..\runtimes\win7\native\aspnetcore_x86.dll</AspNetCoreModuleX86Location>
</PropertyGroup>

</Project>

0 comments on commit 49cf523

Please sign in to comment.