Skip to content

Commit

Permalink
Fixed up some xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Pfister committed Apr 10, 2020
1 parent d22cee8 commit e432bbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/libraries/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,11 @@
<ASPNETCoreAppPackageRuntimePath>$(ArtifactsBinDir)pkg\aspnetcoreapp\lib</ASPNETCoreAppPackageRuntimePath>

<TestHostRootPath>$([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'testhost', '$(BuildSettings)'))</TestHostRootPath>
<NETCoreAppRuntimePackPath>$(ArtifactsBinDir)lib-runtime-packs/</NetCoreAppRuntimePackPath>
<NETCoreAppRuntimePackLibPath>$(NETCoreAppRuntimePackPath)lib/<NETCoreAppRuntimePackLibPath>
<NETCoreAppRuntimePackNativePath>$(NETCoreAppRuntimePackPath)native/<NETCoreAppRuntimePackNativePath>
<NETCoreAppRuntimePackNativeIncludePath>$(NETCoreAppRuntimePackNativePath)include/<NETCoreAppRuntimePackNativeIncludePath>
<NETCoreAppRuntimePackNativeCrossPath>$(NETCoreAppRuntimePackNativePath)cross/<NETCoreAppRuntimePackNativeCrossPath>
<NETCoreAppRuntimePackPath>$(ArtifactsBinDir)\lib-runtime-packs</NETCoreAppRuntimePackPath>
<NETCoreAppRuntimePackLibPath>$(NETCoreAppRuntimePackPath)\lib</NETCoreAppRuntimePackLibPath>
<NETCoreAppRuntimePackNativePath>$(NETCoreAppRuntimePackPath)\native</NETCoreAppRuntimePackNativePath>
<NETCoreAppRuntimePackNativeIncludePath>$(NETCoreAppRuntimePackNativePath)\include</NETCoreAppRuntimePackNativeIncludePath>
<NETCoreAppRuntimePackNativeCrossPath>$(NETCoreAppRuntimePackNativePath)\cross</NETCoreAppRuntimePackNativeCrossPath>

<VersionFileForPackages Condition="'$(VersionFileForPackages)' == ''">$(ArtifactsObjDir)version.txt</VersionFileForPackages>

Expand Down

0 comments on commit e432bbc

Please sign in to comment.