From 760df198c8494001f8fa860d0b57f6c6a49c06eb Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Wed, 29 May 2019 09:58:20 -0700 Subject: [PATCH] Add inproc handler to shared framework (#10586) --- .azure/pipelines/ci.yml | 4 ++-- build/repo.props | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 99b2bd9d6c..00d95c3a1d 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -50,14 +50,14 @@ jobs: # if they have already been signed. This results in slower builds due to re-submitting the same .nupkg many times for signing. # The sign settings have been configured to - - script: ./eng/scripts/cibuild.cmd -arch x64 /p:DisableCodeSigning=true /bl:artifacts/log/build.x64.binlog + - script: ./eng/scripts/cibuild.cmd -BuildNative -arch x64 /p:DisableCodeSigning=true /bl:artifacts/log/build.x64.binlog displayName: Build x64 # TODO: make it possible to build for one Windows architecture at a time # This is going to actually build x86 native assets. See https://github.com/aspnet/AspNetCore/issues/7196 # Build the x86 shared framework # Set DisableSignCheck because we'll run sign check in an explicit step after installers build - - script: ./eng/scripts/cibuild.cmd -arch x86 -NoRestore /t:BuildSharedFx /p:DisableCodeSigning=true /bl:artifacts/log/build.x86.binlog + - script: ./eng/scripts/cibuild.cmd -arch x86 -NoRestore -BuildNative /t:BuildSharedFx /p:DisableCodeSigning=true /bl:artifacts/log/build.x86.binlog displayName: Build x86 # This is in a separate build step with -forceCoreMsbuild to workaround MAX_PATH limitations - https://github.com/Microsoft/msbuild/issues/53 diff --git a/build/repo.props b/build/repo.props index 16748ee70a..681ba52b0a 100644 --- a/build/repo.props +++ b/build/repo.props @@ -3,6 +3,13 @@ $(TargetOsName)-$(TargetArchitecture) + + true + true + true + true + + true @@ -27,13 +34,6 @@ true $(RepoRoot)src\Shared\ - - - - true - true - true - true true