From f8ee044efa885136580b0b80f3db54132620dad3 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Mon, 18 Sep 2017 11:01:10 -0700 Subject: [PATCH] Revert Antares test bundle changes (#220) --- MetaPackages.sln | 12 +---- build/SiteExtension.targets | 27 ---------- build/repo.props | 1 - build/repo.targets | 21 +------- ...NetCore.AzureAppServices.TestBundle.csproj | 51 ------------------- .../applicationHost.xdt | 15 ------ 6 files changed, 3 insertions(+), 124 deletions(-) delete mode 100644 build/SiteExtension.targets delete mode 100644 src/Microsoft.AspNetCore.AzureAppServices.TestBundle/Microsoft.AspNetCore.AzureAppServices.TestBundle.csproj delete mode 100644 src/Microsoft.AspNetCore.AzureAppServices.TestBundle/applicationHost.xdt diff --git a/MetaPackages.sln b/MetaPackages.sln index 838833a98c..c095b7b5d9 100644 --- a/MetaPackages.sln +++ b/MetaPackages.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26730.10 +VisualStudioVersion = 15.0.26510.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{ED834E68-51C3-4ADE-ACC8-6BA6D4207C09}" ProjectSection(SolutionItems) = preProject @@ -50,8 +50,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrimDeps", "tools\TrimDeps\ EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DependencyInjectionApp", "test\TestSites\DependencyInjectionApp\DependencyInjectionApp.csproj", "{65FE2E38-4529-4C93-A7B0-CF12DD7A70C3}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.AzureAppServices.TestBundle", "src\Microsoft.AspNetCore.AzureAppServices.TestBundle\Microsoft.AspNetCore.AzureAppServices.TestBundle.csproj", "{AE5CCCE0-9AD7-4AB3-B732-FC049766331C}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -98,10 +96,6 @@ Global {65FE2E38-4529-4C93-A7B0-CF12DD7A70C3}.Debug|Any CPU.Build.0 = Debug|Any CPU {65FE2E38-4529-4C93-A7B0-CF12DD7A70C3}.Release|Any CPU.ActiveCfg = Release|Any CPU {65FE2E38-4529-4C93-A7B0-CF12DD7A70C3}.Release|Any CPU.Build.0 = Release|Any CPU - {AE5CCCE0-9AD7-4AB3-B732-FC049766331C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AE5CCCE0-9AD7-4AB3-B732-FC049766331C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AE5CCCE0-9AD7-4AB3-B732-FC049766331C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AE5CCCE0-9AD7-4AB3-B732-FC049766331C}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -119,9 +113,5 @@ Global {79CF58CE-B020-45D8-BDB5-2D8036BEAD14} = {EC22261D-0DE1-47DE-8F7C-072675D6F5B4} {67E4C92F-6D12-4C52-BB79-B8D11BFC6B82} = {ED834E68-51C3-4ADE-ACC8-6BA6D4207C09} {65FE2E38-4529-4C93-A7B0-CF12DD7A70C3} = {EC22261D-0DE1-47DE-8F7C-072675D6F5B4} - {AE5CCCE0-9AD7-4AB3-B732-FC049766331C} = {ED834E68-51C3-4ADE-ACC8-6BA6D4207C09} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {500600F2-E434-4372-B04D-39CAAADFF973} EndGlobalSection EndGlobal diff --git a/build/SiteExtension.targets b/build/SiteExtension.targets deleted file mode 100644 index 0a40c9ca56..0000000000 --- a/build/SiteExtension.targets +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - $(COHERENCE_SIGNED_DROP_LOCATION)\fallbackArchives\nuGetPackagesArchive-$(TimestampVersion).zip - $(COHERENCE_SIGNED_DROP_LOCATION)\Signed\PackageCache\aspnetcore-store-$(TimestampVersion)-win7-x86.zip - - - - $(TempDir)FallbackArchive - $(TempDir)RuntimeStore - - - - - - - - - \ No newline at end of file diff --git a/build/repo.props b/build/repo.props index 0f3c67c012..c5d1122efe 100644 --- a/build/repo.props +++ b/build/repo.props @@ -4,6 +4,5 @@ - diff --git a/build/repo.targets b/build/repo.targets index 4eb7caedd4..3837b8f554 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -63,8 +63,6 @@ /opt/code/ - - $(FallbackArchiveDir)obj/$(OutputPackageName) $(RepositoryRoot)artifacts\$(OutputPackageName).lzma - $(RepositoryRoot)artifacts\$(OutputPackageName).zip $(FallbackArchiveDir)\obj\$(OutputPackageName).NuGet.config @@ -253,13 +250,7 @@ - - - - - - - + @@ -287,15 +278,7 @@ $(PublishShare)\fallbackArchives - - + diff --git a/src/Microsoft.AspNetCore.AzureAppServices.TestBundle/Microsoft.AspNetCore.AzureAppServices.TestBundle.csproj b/src/Microsoft.AspNetCore.AzureAppServices.TestBundle/Microsoft.AspNetCore.AzureAppServices.TestBundle.csproj deleted file mode 100644 index 25dee0572c..0000000000 --- a/src/Microsoft.AspNetCore.AzureAppServices.TestBundle/Microsoft.AspNetCore.AzureAppServices.TestBundle.csproj +++ /dev/null @@ -1,51 +0,0 @@ - - - - ASP.NET Core Extensions - This extension enables additional functionality for ASP.NET Core on Azure WebSites, such as enabling Azure logging. - net461 - false - aspnet;logging;aspnetcore;AzureSiteExtension - AzureSiteExtension - false - false - content - - https://github.com/aspnet/AzureIntegration/blob/rel/2.0.0-preview1/LICENSE.txt - https://go.microsoft.com/fwlink/?LinkID=288859 - https://www.asp.net/ - - - - - - - - - - - - - <_PackageFiles Include="$(DotnetHomeDirectory)\**\*.*" Exclude="$(DotnetHomeDirectory)\sdk\NuGetFallbackFolder\**\*.*;$(DotnetHomeDirectory)\store\**\*.*;$(DotnetHomeDirectory)\additionalDeps\**\*.*" Condition="$(DotnetHomeDirectory) != ''"> - tools\ - false - Content - - - <_PackageFiles Include="$(FallbackArchiveDestination)\**\*.*" Condition="$(FallbackArchiveDestination) != ''"> - tools\sdk\NuGetFallbackFolder\ - false - Content - - - <_PackageFiles Include="$(RuntimeStoreDestination)\**\*.*" Condition="$(RuntimeStoreDestination) != ''"> - tools\ - false - Content - - - - - - - diff --git a/src/Microsoft.AspNetCore.AzureAppServices.TestBundle/applicationHost.xdt b/src/Microsoft.AspNetCore.AzureAppServices.TestBundle/applicationHost.xdt deleted file mode 100644 index 3cb633cdf6..0000000000 --- a/src/Microsoft.AspNetCore.AzureAppServices.TestBundle/applicationHost.xdt +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file