From 47d39501a5034703c511bf48086920be65cbb6b8 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Tue, 21 May 2019 08:34:28 -0700 Subject: [PATCH] Upload native symbols for ANCM shim. (#10297) --- build/SharedFx.targets | 1 + eng/ProjectReferences.props | 1 + .../Microsoft.AspNetCore.ANCMSymbols.csproj | 37 +++++++++++++++++++ .../IIS/AspNetCoreModuleV2/Symbols/_._ | 0 src/Servers/IIS/build/assets.props | 1 + 5 files changed, 40 insertions(+) create mode 100644 src/Servers/IIS/AspNetCoreModuleV2/Symbols/Microsoft.AspNetCore.ANCMSymbols.csproj create mode 100644 src/Servers/IIS/AspNetCoreModuleV2/Symbols/_._ diff --git a/build/SharedFx.targets b/build/SharedFx.targets index b1841de154..6aa51bf34e 100644 --- a/build/SharedFx.targets +++ b/build/SharedFx.targets @@ -12,6 +12,7 @@ + diff --git a/eng/ProjectReferences.props b/eng/ProjectReferences.props index 0ac8db756b..6897240033 100644 --- a/eng/ProjectReferences.props +++ b/eng/ProjectReferences.props @@ -49,6 +49,7 @@ + diff --git a/src/Servers/IIS/AspNetCoreModuleV2/Symbols/Microsoft.AspNetCore.ANCMSymbols.csproj b/src/Servers/IIS/AspNetCoreModuleV2/Symbols/Microsoft.AspNetCore.ANCMSymbols.csproj new file mode 100644 index 0000000000..8a17d1970b --- /dev/null +++ b/src/Servers/IIS/AspNetCoreModuleV2/Symbols/Microsoft.AspNetCore.ANCMSymbols.csproj @@ -0,0 +1,37 @@ + + + + + netcoreapp3.0 + true + $(PackNativeAssets) + false + runtimes/$(TargetRuntimeIdentifier)/native/ + + $(TargetsForTfmSpecificBuildOutput); + AddPackNativeComponents + + $(MSBuildProjectName).$(TargetRuntimeIdentifier) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Servers/IIS/AspNetCoreModuleV2/Symbols/_._ b/src/Servers/IIS/AspNetCoreModuleV2/Symbols/_._ new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/Servers/IIS/build/assets.props b/src/Servers/IIS/build/assets.props index f6a7360235..4015e2338c 100644 --- a/src/Servers/IIS/build/assets.props +++ b/src/Servers/IIS/build/assets.props @@ -2,6 +2,7 @@ true + false x64 $(Platform) Win32