From 575c006aff53356c727884456e54b2cca76686e0 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 3 Jan 2018 17:30:00 -0800 Subject: [PATCH] Produce a zip with ANCM binaries --- build/repo.props | 5 +++++ build/repo.targets | 50 +++++++++++++++++++++++++++++++++++++--------- 2 files changed, 46 insertions(+), 9 deletions(-) diff --git a/build/repo.props b/build/repo.props index 7421f4691d..89ec14c0c7 100644 --- a/build/repo.props +++ b/build/repo.props @@ -1,6 +1,11 @@ + + Microsoft + $(BuildDir)AspNetCoreModule.zip + + diff --git a/build/repo.targets b/build/repo.targets index c65e38503e..38df325017 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -6,22 +6,25 @@ + + -p:Configuration=$(Configuration) -v:m -nologo -clp:NoSummary + + - - + - - - - + NuGetPackage Microsoft.AspNetCore.AspNetCoreModule @@ -29,14 +32,43 @@ $(RepositoryRoot) - + + ZipArchive + $(RepositoryRoot) + shipoob + + + + + + + + + + + + + + + + + + + + + + + - - \ No newline at end of file + +