From 7aa792efe65756c88593ddf0f791fb04b3e51852 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 19 Apr 2018 14:48:21 -0700 Subject: [PATCH] Produce a zip containing site-extension files (#189) --- build/PackSiteExtension.targets | 45 +++++++++++++++++++++++++++++++++ build/repo.props | 4 +++ build/repo.targets | 2 +- 3 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 build/PackSiteExtension.targets diff --git a/build/PackSiteExtension.targets b/build/PackSiteExtension.targets new file mode 100644 index 0000000000..14c00536ca --- /dev/null +++ b/build/PackSiteExtension.targets @@ -0,0 +1,45 @@ + + + $(PackageDependsOn);PackSiteExtensionFiles + $(MSBuildProjectFiles);$(MSBuildThisFileFullPath) + + $(BuildDir)runtime-site-extension-internal-$(PackageVersion).zip + + + + + ZipArchive + $(RepositoryRoot) + shipoob + + + + + + + + + + + + + + $(RepositoryRoot)extensions\Microsoft.AspNetCore.Runtime.SiteExtension\ + + + + + + + + diff --git a/build/repo.props b/build/repo.props index cfaaff9b40..3a586a018d 100644 --- a/build/repo.props +++ b/build/repo.props @@ -1,5 +1,9 @@ + + + Microsoft + $(RepositoryRoot)test\Microsoft.AspNetCore.AzureAppServices.FunctionalTests\Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj diff --git a/build/repo.targets b/build/repo.targets index 2e2fb83da6..4095bb0f38 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -1,5 +1,5 @@ - + True