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