From 47e2ba3755450c584990480c23331d286ffa78cf Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 16 Oct 2018 10:48:12 -0700 Subject: [PATCH 1/3] Fix package name --- .../Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj b/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj index 0db7d43804..9bfa429b7d 100644 --- a/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj +++ b/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj @@ -9,7 +9,7 @@ aspnet;logging;aspnetcore;AzureSiteExtension;keyvault;configuration;dataprotection content $(MicrosoftNETCoreApp21PackageVersion) - AspNetCoreRuntime.$(TrimmedVersion) + Microsoft.AspNetCore.AzureAppServices.SiteExtension.$(TrimmedVersion) From bb361b02f3d4dc181582ad1c01a04a63fa31f81b Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Mon, 19 Nov 2018 11:15:08 -0800 Subject: [PATCH 2/3] Reorganize source code in preparation to move into aspnet/AspNetCore Prior to reorganization, this source code was found in https://github.com/aspnet/AzureIntegration/tree/47e2ba3755450c584990480c23331d286ffa78cf --- .appveyor.yml | 18 -- .gitattributes | 52 ---- .travis.yml | 26 -- CONTRIBUTING.md | 4 - LICENSE.txt | 14 -- NuGet.config | 7 - build.cmd | 2 - build.sh | 8 - korebuild-lock.txt | 2 - korebuild.json | 4 - run.cmd | 2 - run.ps1 | 196 --------------- run.sh | 231 ------------------ .gitignore => src/AzureIntegration/.gitignore | 0 .../AzureIntegration/AzureIntegration.sln | 0 .../AzureIntegration/Directory.Build.props | 0 .../AzureIntegration/Directory.Build.targets | 0 .../NuGetPackageVerifier.json | 0 README.md => src/AzureIntegration/README.md | 0 {build => src/AzureIntegration/build}/Key.snk | Bin .../build}/PackSiteExtension.targets | 0 .../build}/dependencies.props | 0 .../build}/hostingstartup.targets | 0 .../AzureIntegration/build}/repo.props | 0 .../AzureIntegration/build}/repo.targets | 0 .../AzureIntegration/build}/sources.props | 0 .../extensions}/Directory.Build.props | 0 ...Core.AzureAppServices.SiteExtension.csproj | 0 .../applicationHost.xdt | 0 .../scmApplicationHost.xdt | 0 ...ft.AspNetCore.Runtime.SiteExtension.csproj | 0 .../applicationHost.xdt | 0 .../install.cmd | 0 ...icationInsightsHostingStartupSample.csproj | 0 .../Controllers/HomeController.cs | 0 .../CurrentResponseTelemetryChannel.cs | 0 .../Properties/launchSettings.json | 0 .../Startup.cs | 0 .../Views/Home/ScriptCheck.cshtml | 0 .../Views/Shared/_Layout.cshtml | 0 .../Views/_ViewImports.cshtml | 0 .../Views/_ViewStart.cshtml | 0 .../appsettings.Development.json | 0 .../appsettings.json | 0 .../ApplicationInsights.settings.json | 0 ...zureAppServicesHostingStartupSample.csproj | 0 .../Properties/launchSettings.json | 0 .../Startup.cs | 0 .../AzureAppServicesSample.csproj | 0 .../Properties/launchSettings.json | 0 .../sample}/AzureAppServicesSample/Startup.cs | 0 .../src}/Directory.Build.props | 0 .../ApplicationInsightsLoggerStartupFilter.cs | 0 .../ApplicationInsightsStartupLoader.cs | 0 .../JavaScriptSnippetTagHelperComponent.cs | 0 ....ApplicationInsights.HostingStartup.csproj | 0 .../baseline.netcore.json | 0 .../baseline.netframework.json | 0 .../AssemblyInfo.cs | 0 .../AzureAppServicesHostingStartup.cs | 0 .../HostingStartupConfigurationExtensions.cs | 0 ...ore.AzureAppServices.HostingStartup.csproj | 0 .../baseline.netcore.json | 0 .../baseline.netframework.json | 0 .../AppServicesWebHostBuilderExtensions.cs | 0 ...NetCore.AzureAppServicesIntegration.csproj | 0 .../Properties/AssemblyInfo.cs | 0 .../baseline.netcore.json | 0 .../AppModelDetectionResult.cs | 0 .../AppModelDetector.cs | 0 ...xtensions.ApplicationModelDetection.csproj | 0 .../RuntimeFramework.cs | 0 .../baseline.netcore.json | 0 .../InsertOrAppendAttribute.cs | 0 .../Microsoft.Web.Xdt.Extensions.csproj | 0 .../baseline.netframework.json | 0 .../AfterScript.html | 0 ...cationInsights.HostingStartup.Tests.csproj | 0 .../BeforeScript.html | 0 .../FunctionalTest.cs | 0 .../JavaScriptSnippetTest.cs | 0 .../LoggingTest.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Rendered.html | 0 .../Validator.cs | 0 .../test}/Directory.Build.props | 0 .../Assets/AppServicesWithSiteExtensions.json | 0 .../Assets/AspNetCore1xMvc/.bowerrc | 0 .../Controllers/HomeController.cs | 0 .../Assets/AspNetCore1xMvc/Program.cs | 0 .../Assets/AspNetCore1xMvc/Startup.cs | 0 .../AspNetCore1xMvc/Views/Home/About.cshtml | 0 .../AspNetCore1xMvc/Views/Home/Contact.cshtml | 0 .../AspNetCore1xMvc/Views/Home/Index.cshtml | 0 .../AspNetCore1xMvc/Views/Shared/Error.cshtml | 0 .../Views/Shared/_Layout.cshtml | 0 .../Shared/_ValidationScriptsPartial.cshtml | 0 .../AspNetCore1xMvc/Views/_ViewImports.cshtml | 0 .../AspNetCore1xMvc/Views/_ViewStart.cshtml | 0 .../appsettings.Development.json | 0 .../Assets/AspNetCore1xMvc/appsettings.json | 0 .../Assets/AspNetCore1xMvc/bower.json | 0 .../Assets/AspNetCore1xMvc/bundleconfig.json | 0 .../AspNetCore1xMvc/wwwroot/css/site.css | 0 .../AspNetCore1xMvc/wwwroot/css/site.min.css | 0 .../AspNetCore1xMvc/wwwroot/favicon.ico | Bin .../wwwroot/images/banner1.svg | 0 .../wwwroot/images/banner2.svg | 0 .../wwwroot/images/banner3.svg | 0 .../wwwroot/images/banner4.svg | 0 .../Assets/AspNetCore1xMvc/wwwroot/js/site.js | 0 .../AspNetCore1xMvc/wwwroot/js/site.min.js | 0 .../wwwroot/lib/bootstrap/.bower.json | 0 .../wwwroot/lib/bootstrap/LICENSE | 0 .../bootstrap/dist/css/bootstrap-theme.css | 0 .../dist/css/bootstrap-theme.css.map | 0 .../dist/css/bootstrap-theme.min.css | 0 .../dist/css/bootstrap-theme.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../bootstrap/dist/css/bootstrap.min.css.map | 0 .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../fonts/glyphicons-halflings-regular.woff2 | Bin .../lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../wwwroot/lib/bootstrap/dist/js/npm.js | 0 .../jquery-validation-unobtrusive/.bower.json | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot/lib/jquery-validation/.bower.json | 0 .../wwwroot/lib/jquery-validation/LICENSE.md | 0 .../dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../jquery-validation/dist/jquery.validate.js | 0 .../dist/jquery.validate.min.js | 0 .../wwwroot/lib/jquery/.bower.json | 0 .../wwwroot/lib/jquery/LICENSE.txt | 0 .../wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../Assets/AspNetCore1xWeb/Program.cs | 0 .../Assets/AspNetCore1xWeb/Startup.cs | 0 .../Assets/DotNetCache.Git.1.0.5.txt | 0 .../Assets/DotNetCache.Git.1.0.6.txt | 0 .../Assets/DotNetCache.Git.1.1.2.txt | 0 .../Assets/DotNetCache.Git.1.1.3.txt | 0 .../Assets/DotNetCache.WebDeploy.1.0.5.txt | 0 .../Assets/DotNetCache.WebDeploy.1.0.6.txt | 0 .../Assets/DotNetCache.WebDeploy.1.1.2.txt | 0 .../Assets/DotNetCache.WebDeploy.1.1.3.txt | 0 .../Assets/Legacy.1.0.5.mvc.csproj | 0 .../Assets/Legacy.1.0.5.web.csproj | 0 .../Assets/Legacy.1.0.6.mvc.csproj | 0 .../Assets/Legacy.1.0.6.web.csproj | 0 .../Assets/Legacy.1.1.2.mvc.csproj | 0 .../Assets/Legacy.1.1.2.web.csproj | 0 .../Assets/Legacy.1.1.3.mvc.csproj | 0 .../Assets/Legacy.1.1.3.web.csproj | 0 .../Assets/NuGet.1.0.5.config | 0 .../Assets/NuGet.1.0.6.config | 0 .../Assets/NuGet.1.1.2.config | 0 .../Assets/NuGet.1.1.3.config | 0 .../Assets/NuGet.latest.config | 0 .../Assets/RuntimeInformationMiddleware.cs | 0 .../AzureCollection.cs | 0 .../AzureFixture.cs | 0 .../CommandResult.cs | 0 .../Directory.Build.props.template | 0 .../Directory.Build.targets.template | 0 .../LoggingInterceptor.cs | 0 ...re.AzureAppServices.FunctionalTests.csproj | 0 .../NuGet.config.template | 0 .../PathUtilities.cs | 0 .../PerLoggerSink.cs | 0 .../Program.cs | 0 .../README.md | 0 .../TemplateFunctionalTests.cs | 0 .../TestCommand.cs | 0 .../WebAppDeploymentKind.cs | 0 .../WebAppExtensions.cs | 0 .../global.json.template | 0 ...zureAppServices.SiteExtension.Tests.csproj | 0 .../TransformTest.cs | 0 .../config_empty.xml | 0 .../config_existingemptyvalue.xml | 0 .../config_existingline.xml | 0 .../config_existingvalue.xml | 0 ...AppServicesWebHostBuilderExtensionsTest.cs | 0 ...e.AzureAppServicesIntegration.Tests.csproj | 0 .../AppModelTests.cs | 0 ...ons.ApplicationModelDetection.Tests.csproj | 0 .../InsertOrAppendAttributeTests.cs | 0 .../Microsoft.Web.Xdt.Extensions.Tests.csproj | 0 .../config_empty.xml | 0 .../config_existingemptyvalue.xml | 0 .../config_existingline.xml | 0 .../config_existingvalue.xml | 0 .../transform.xdt | 0 .../AzureIntegration/version.props | 0 203 files changed, 566 deletions(-) delete mode 100644 .appveyor.yml delete mode 100644 .gitattributes delete mode 100644 .travis.yml delete mode 100644 CONTRIBUTING.md delete mode 100644 LICENSE.txt delete mode 100644 NuGet.config delete mode 100644 build.cmd delete mode 100755 build.sh delete mode 100644 korebuild-lock.txt delete mode 100644 korebuild.json delete mode 100644 run.cmd delete mode 100644 run.ps1 delete mode 100755 run.sh rename .gitignore => src/AzureIntegration/.gitignore (100%) rename AzureIntegration.sln => src/AzureIntegration/AzureIntegration.sln (100%) rename Directory.Build.props => src/AzureIntegration/Directory.Build.props (100%) rename Directory.Build.targets => src/AzureIntegration/Directory.Build.targets (100%) rename NuGetPackageVerifier.json => src/AzureIntegration/NuGetPackageVerifier.json (100%) rename README.md => src/AzureIntegration/README.md (100%) rename {build => src/AzureIntegration/build}/Key.snk (100%) rename {build => src/AzureIntegration/build}/PackSiteExtension.targets (100%) rename {build => src/AzureIntegration/build}/dependencies.props (100%) rename {build => src/AzureIntegration/build}/hostingstartup.targets (100%) rename {build => src/AzureIntegration/build}/repo.props (100%) rename {build => src/AzureIntegration/build}/repo.targets (100%) rename {build => src/AzureIntegration/build}/sources.props (100%) rename {extensions => src/AzureIntegration/extensions}/Directory.Build.props (100%) rename {extensions => src/AzureIntegration/extensions}/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj (100%) rename {extensions => src/AzureIntegration/extensions}/Microsoft.AspNetCore.AzureAppServices.SiteExtension/applicationHost.xdt (100%) rename {extensions => src/AzureIntegration/extensions}/Microsoft.AspNetCore.AzureAppServices.SiteExtension/scmApplicationHost.xdt (100%) rename {extensions => src/AzureIntegration/extensions}/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj (100%) rename {extensions => src/AzureIntegration/extensions}/Microsoft.AspNetCore.Runtime.SiteExtension/applicationHost.xdt (100%) rename {extensions => src/AzureIntegration/extensions}/Microsoft.AspNetCore.Runtime.SiteExtension/install.cmd (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Controllers/HomeController.cs (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/CurrentResponseTelemetryChannel.cs (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Properties/launchSettings.json (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Startup.cs (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Views/Home/ScriptCheck.cshtml (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Views/Shared/_Layout.cshtml (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/appsettings.Development.json (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/appsettings.json (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json (100%) rename {sample => src/AzureIntegration/sample}/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj (100%) rename {sample => src/AzureIntegration/sample}/AzureAppServicesHostingStartupSample/Properties/launchSettings.json (100%) rename {sample => src/AzureIntegration/sample}/AzureAppServicesHostingStartupSample/Startup.cs (100%) rename {sample => src/AzureIntegration/sample}/AzureAppServicesSample/AzureAppServicesSample.csproj (100%) rename {sample => src/AzureIntegration/sample}/AzureAppServicesSample/Properties/launchSettings.json (100%) rename {sample => src/AzureIntegration/sample}/AzureAppServicesSample/Startup.cs (100%) rename src/{ => AzureIntegration/src}/Directory.Build.props (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsLoggerStartupFilter.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsStartupLoader.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/JavaScriptSnippetTagHelperComponent.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netcore.json (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netframework.json (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AssemblyInfo.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServices.HostingStartup/HostingStartupConfigurationExtensions.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netcore.json (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netframework.json (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServicesIntegration/AppServicesWebHostBuilderExtensions.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServicesIntegration/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServicesIntegration/Properties/AssemblyInfo.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServicesIntegration/baseline.netcore.json (100%) rename src/{ => AzureIntegration/src}/Microsoft.Extensions.ApplicationModelDetection/AppModelDetectionResult.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.Extensions.ApplicationModelDetection/AppModelDetector.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.Extensions.ApplicationModelDetection/Microsoft.Extensions.ApplicationModelDetection.csproj (100%) rename src/{ => AzureIntegration/src}/Microsoft.Extensions.ApplicationModelDetection/RuntimeFramework.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.Extensions.ApplicationModelDetection/baseline.netcore.json (100%) rename src/{ => AzureIntegration/src}/Microsoft.Web.Xdt.Extensions/InsertOrAppendAttribute.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.Web.Xdt.Extensions/Microsoft.Web.Xdt.Extensions.csproj (100%) rename src/{ => AzureIntegration/src}/Microsoft.Web.Xdt.Extensions/baseline.netframework.json (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/AfterScript.html (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/ApplicationInsights.HostingStartup.Tests.csproj (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/BeforeScript.html (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/FunctionalTest.cs (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/JavaScriptSnippetTest.cs (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/Properties/AssemblyInfo.cs (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/Rendered.html (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/Validator.cs (100%) rename {test => src/AzureIntegration/test}/Directory.Build.props (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AppServicesWithSiteExtensions.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/.bowerrc (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Controllers/HomeController.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Program.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Startup.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/About.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Contact.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Index.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/Error.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_Layout.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewImports.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewStart.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.Development.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bower.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bundleconfig.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.css (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.min.css (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/favicon.ico (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner1.svg (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner2.svg (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner3.svg (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner4.svg (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.min.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/.bower.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/LICENSE (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/npm.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/.bower.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/.bower.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/LICENSE.md (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.min.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/.bower.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/LICENSE.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Program.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Startup.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.5.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.6.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.2.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.3.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.5.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.6.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.2.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.3.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.mvc.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.web.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.mvc.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.web.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.mvc.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.web.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.mvc.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.web.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.5.config (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.6.config (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.2.config (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.3.config (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/RuntimeInformationMiddleware.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureCollection.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureFixture.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/CommandResult.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.props.template (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.targets.template (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/LoggingInterceptor.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/NuGet.config.template (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PathUtilities.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PerLoggerSink.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Program.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/README.md (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TestCommand.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppDeploymentKind.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppExtensions.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/global.json.template (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/TransformTest.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_empty.xml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingemptyvalue.xml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingline.xml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingvalue.xml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/AppServicesWebHostBuilderExtensionsTest.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.Extensions.ApplicationModelDetection.Tests/AppModelTests.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.Extensions.ApplicationModelDetection.Tests/Microsoft.Extensions.ApplicationModelDetection.Tests.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/InsertOrAppendAttributeTests.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/Microsoft.Web.Xdt.Extensions.Tests.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/config_empty.xml (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/config_existingemptyvalue.xml (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/config_existingline.xml (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/config_existingvalue.xml (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/transform.xdt (100%) rename version.props => src/AzureIntegration/version.props (100%) diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 46038786c9..0000000000 --- a/.appveyor.yml +++ /dev/null @@ -1,18 +0,0 @@ -init: - - git config --global core.autocrlf true -branches: - only: - - master - - release - - dev - - /^(.*\/)?ci-.*$/ -build_script: - - ps: .\run.ps1 default-build -clone_depth: 1 -environment: - global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 -test: off -deploy: off -os: Visual Studio 2017 diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index c2f0f84273..0000000000 --- a/.gitattributes +++ /dev/null @@ -1,52 +0,0 @@ -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain - -*.jpg binary -*.png binary -*.gif binary - -*.cs text=auto diff=csharp -*.vb text=auto -*.resx text=auto -*.c text=auto -*.cpp text=auto -*.cxx text=auto -*.h text=auto -*.hxx text=auto -*.py text=auto -*.rb text=auto -*.java text=auto -*.html text=auto -*.htm text=auto -*.css text=auto -*.scss text=auto -*.sass text=auto -*.less text=auto -*.js text=auto -*.lisp text=auto -*.clj text=auto -*.sql text=auto -*.php text=auto -*.lua text=auto -*.m text=auto -*.asm text=auto -*.erl text=auto -*.fs text=auto -*.fsx text=auto -*.hs text=auto - -*.csproj text=auto -*.vbproj text=auto -*.fsproj text=auto -*.dbproj text=auto -*.sln text=auto eol=crlf - -*.sh eol=lf \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b10be14215..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ -language: csharp -sudo: false -dist: trusty -env: - global: - - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - - DOTNET_CLI_TELEMETRY_OPTOUT: 1 -mono: none -os: - - linux - - osx -osx_image: xcode8.2 -addons: - apt: - packages: - - libunwind8 -branches: - only: - - master - - release - - dev - - /^(.*\/)?ci-.*$/ -before_install: - - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi -script: - - ./build.sh diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 64ff041d5c..0000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,4 +0,0 @@ -Contributing -====== - -Information on contributing to this repo is in the [Contributing Guide](https://github.com/aspnet/Home/blob/dev/CONTRIBUTING.md) in the Home repo. diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 7b2956ecee..0000000000 --- a/LICENSE.txt +++ /dev/null @@ -1,14 +0,0 @@ -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); you may not use -this file except in compliance with the License. You may obtain a copy of the -License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software distributed -under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the -specific language governing permissions and limitations under the License. diff --git a/NuGet.config b/NuGet.config deleted file mode 100644 index e32bddfd51..0000000000 --- a/NuGet.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/build.cmd b/build.cmd deleted file mode 100644 index c0050bda12..0000000000 --- a/build.cmd +++ /dev/null @@ -1,2 +0,0 @@ -@ECHO OFF -PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' default-build %*; exit $LASTEXITCODE" diff --git a/build.sh b/build.sh deleted file mode 100755 index 98a4b22765..0000000000 --- a/build.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -set -euo pipefail -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" - -# Call "sync" between "chmod" and execution to prevent "text file busy" error in Docker (aufs) -chmod +x "$DIR/run.sh"; sync -"$DIR/run.sh" default-build "$@" diff --git a/korebuild-lock.txt b/korebuild-lock.txt deleted file mode 100644 index 251c227c83..0000000000 --- a/korebuild-lock.txt +++ /dev/null @@ -1,2 +0,0 @@ -version:2.1.3-rtm-15802 -commithash:a7c08b45b440a7d2058a0aa1eaa3eb6ba811976a diff --git a/korebuild.json b/korebuild.json deleted file mode 100644 index 678d8bb948..0000000000 --- a/korebuild.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.1/tools/korebuild.schema.json", - "channel": "release/2.1" -} diff --git a/run.cmd b/run.cmd deleted file mode 100644 index d52d5c7e68..0000000000 --- a/run.cmd +++ /dev/null @@ -1,2 +0,0 @@ -@ECHO OFF -PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' %*; exit $LASTEXITCODE" diff --git a/run.ps1 b/run.ps1 deleted file mode 100644 index 27dcf848f8..0000000000 --- a/run.ps1 +++ /dev/null @@ -1,196 +0,0 @@ -#!/usr/bin/env powershell -#requires -version 4 - -<# -.SYNOPSIS -Executes KoreBuild commands. - -.DESCRIPTION -Downloads korebuild if required. Then executes the KoreBuild command. To see available commands, execute with `-Command help`. - -.PARAMETER Command -The KoreBuild command to run. - -.PARAMETER Path -The folder to build. Defaults to the folder containing this script. - -.PARAMETER Channel -The channel of KoreBuild to download. Overrides the value from the config file. - -.PARAMETER DotNetHome -The directory where .NET Core tools will be stored. - -.PARAMETER ToolsSource -The base url where build tools can be downloaded. Overrides the value from the config file. - -.PARAMETER Update -Updates KoreBuild to the latest version even if a lock file is present. - -.PARAMETER ConfigFile -The path to the configuration file that stores values. Defaults to korebuild.json. - -.PARAMETER ToolsSourceSuffix -The Suffix to append to the end of the ToolsSource. Useful for query strings in blob stores. - -.PARAMETER Arguments -Arguments to be passed to the command - -.NOTES -This function will create a file $PSScriptRoot/korebuild-lock.txt. This lock file can be committed to source, but does not have to be. -When the lockfile is not present, KoreBuild will create one using latest available version from $Channel. - -The $ConfigFile is expected to be an JSON file. It is optional, and the configuration values in it are optional as well. Any options set -in the file are overridden by command line parameters. - -.EXAMPLE -Example config file: -```json -{ - "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json", - "channel": "dev", - "toolsSource": "https://aspnetcore.blob.core.windows.net/buildtools" -} -``` -#> -[CmdletBinding(PositionalBinding = $false)] -param( - [Parameter(Mandatory = $true, Position = 0)] - [string]$Command, - [string]$Path = $PSScriptRoot, - [Alias('c')] - [string]$Channel, - [Alias('d')] - [string]$DotNetHome, - [Alias('s')] - [string]$ToolsSource, - [Alias('u')] - [switch]$Update, - [string]$ConfigFile, - [string]$ToolsSourceSuffix, - [Parameter(ValueFromRemainingArguments = $true)] - [string[]]$Arguments -) - -Set-StrictMode -Version 2 -$ErrorActionPreference = 'Stop' - -# -# Functions -# - -function Get-KoreBuild { - - $lockFile = Join-Path $Path 'korebuild-lock.txt' - - if (!(Test-Path $lockFile) -or $Update) { - Get-RemoteFile "$ToolsSource/korebuild/channels/$Channel/latest.txt" $lockFile $ToolsSourceSuffix - } - - $version = Get-Content $lockFile | Where-Object { $_ -like 'version:*' } | Select-Object -first 1 - if (!$version) { - Write-Error "Failed to parse version from $lockFile. Expected a line that begins with 'version:'" - } - $version = $version.TrimStart('version:').Trim() - $korebuildPath = Join-Paths $DotNetHome ('buildtools', 'korebuild', $version) - - if (!(Test-Path $korebuildPath)) { - Write-Host -ForegroundColor Magenta "Downloading KoreBuild $version" - New-Item -ItemType Directory -Path $korebuildPath | Out-Null - $remotePath = "$ToolsSource/korebuild/artifacts/$version/korebuild.$version.zip" - - try { - $tmpfile = Join-Path ([IO.Path]::GetTempPath()) "KoreBuild-$([guid]::NewGuid()).zip" - Get-RemoteFile $remotePath $tmpfile $ToolsSourceSuffix - if (Get-Command -Name 'Expand-Archive' -ErrorAction Ignore) { - # Use built-in commands where possible as they are cross-plat compatible - Expand-Archive -Path $tmpfile -DestinationPath $korebuildPath - } - else { - # Fallback to old approach for old installations of PowerShell - Add-Type -AssemblyName System.IO.Compression.FileSystem - [System.IO.Compression.ZipFile]::ExtractToDirectory($tmpfile, $korebuildPath) - } - } - catch { - Remove-Item -Recurse -Force $korebuildPath -ErrorAction Ignore - throw - } - finally { - Remove-Item $tmpfile -ErrorAction Ignore - } - } - - return $korebuildPath -} - -function Join-Paths([string]$path, [string[]]$childPaths) { - $childPaths | ForEach-Object { $path = Join-Path $path $_ } - return $path -} - -function Get-RemoteFile([string]$RemotePath, [string]$LocalPath, [string]$RemoteSuffix) { - if ($RemotePath -notlike 'http*') { - Copy-Item $RemotePath $LocalPath - return - } - - $retries = 10 - while ($retries -gt 0) { - $retries -= 1 - try { - Invoke-WebRequest -UseBasicParsing -Uri $($RemotePath + $RemoteSuffix) -OutFile $LocalPath - return - } - catch { - Write-Verbose "Request failed. $retries retries remaining" - } - } - - Write-Error "Download failed: '$RemotePath'." -} - -# -# Main -# - -# Load configuration or set defaults - -$Path = Resolve-Path $Path -if (!$ConfigFile) { $ConfigFile = Join-Path $Path 'korebuild.json' } - -if (Test-Path $ConfigFile) { - try { - $config = Get-Content -Raw -Encoding UTF8 -Path $ConfigFile | ConvertFrom-Json - if ($config) { - if (!($Channel) -and (Get-Member -Name 'channel' -InputObject $config)) { [string] $Channel = $config.channel } - if (!($ToolsSource) -and (Get-Member -Name 'toolsSource' -InputObject $config)) { [string] $ToolsSource = $config.toolsSource} - } - } - catch { - Write-Warning "$ConfigFile could not be read. Its settings will be ignored." - Write-Warning $Error[0] - } -} - -if (!$DotNetHome) { - $DotNetHome = if ($env:DOTNET_HOME) { $env:DOTNET_HOME } ` - elseif ($env:USERPROFILE) { Join-Path $env:USERPROFILE '.dotnet'} ` - elseif ($env:HOME) {Join-Path $env:HOME '.dotnet'}` - else { Join-Path $PSScriptRoot '.dotnet'} -} - -if (!$Channel) { $Channel = 'dev' } -if (!$ToolsSource) { $ToolsSource = 'https://aspnetcore.blob.core.windows.net/buildtools' } - -# Execute - -$korebuildPath = Get-KoreBuild -Import-Module -Force -Scope Local (Join-Path $korebuildPath 'KoreBuild.psd1') - -try { - Set-KoreBuildSettings -ToolsSource $ToolsSource -DotNetHome $DotNetHome -RepoPath $Path -ConfigFile $ConfigFile - Invoke-KoreBuildCommand $Command @Arguments -} -finally { - Remove-Module 'KoreBuild' -ErrorAction Ignore -} diff --git a/run.sh b/run.sh deleted file mode 100755 index 834961fc3a..0000000000 --- a/run.sh +++ /dev/null @@ -1,231 +0,0 @@ -#!/usr/bin/env bash - -set -euo pipefail - -# -# variables -# - -RESET="\033[0m" -RED="\033[0;31m" -YELLOW="\033[0;33m" -MAGENTA="\033[0;95m" -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -[ -z "${DOTNET_HOME:-}" ] && DOTNET_HOME="$HOME/.dotnet" -verbose=false -update=false -repo_path="$DIR" -channel='' -tools_source='' -tools_source_suffix='' - -# -# Functions -# -__usage() { - echo "Usage: $(basename "${BASH_SOURCE[0]}") command [options] [[--] ...]" - echo "" - echo "Arguments:" - echo " command The command to be run." - echo " ... Arguments passed to the command. Variable number of arguments allowed." - echo "" - echo "Options:" - echo " --verbose Show verbose output." - echo " -c|--channel The channel of KoreBuild to download. Overrides the value from the config file.." - echo " --config-file The path to the configuration file that stores values. Defaults to korebuild.json." - echo " -d|--dotnet-home The directory where .NET Core tools will be stored. Defaults to '\$DOTNET_HOME' or '\$HOME/.dotnet." - echo " --path The directory to build. Defaults to the directory containing the script." - echo " -s|--tools-source|-ToolsSource The base url where build tools can be downloaded. Overrides the value from the config file." - echo " --tools-source-suffix|-ToolsSourceSuffix The suffix to append to tools-source. Useful for query strings." - echo " -u|--update Update to the latest KoreBuild even if the lock file is present." - echo "" - echo "Description:" - echo " This function will create a file \$DIR/korebuild-lock.txt. This lock file can be committed to source, but does not have to be." - echo " When the lockfile is not present, KoreBuild will create one using latest available version from \$channel." - - if [[ "${1:-}" != '--no-exit' ]]; then - exit 2 - fi -} - -get_korebuild() { - local version - local lock_file="$repo_path/korebuild-lock.txt" - if [ ! -f "$lock_file" ] || [ "$update" = true ]; then - __get_remote_file "$tools_source/korebuild/channels/$channel/latest.txt" "$lock_file" "$tools_source_suffix" - fi - version="$(grep 'version:*' -m 1 "$lock_file")" - if [[ "$version" == '' ]]; then - __error "Failed to parse version from $lock_file. Expected a line that begins with 'version:'" - return 1 - fi - version="$(echo "${version#version:}" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')" - local korebuild_path="$DOTNET_HOME/buildtools/korebuild/$version" - - { - if [ ! -d "$korebuild_path" ]; then - mkdir -p "$korebuild_path" - local remote_path="$tools_source/korebuild/artifacts/$version/korebuild.$version.zip" - tmpfile="$(mktemp)" - echo -e "${MAGENTA}Downloading KoreBuild ${version}${RESET}" - if __get_remote_file "$remote_path" "$tmpfile" "$tools_source_suffix"; then - unzip -q -d "$korebuild_path" "$tmpfile" - fi - rm "$tmpfile" || true - fi - - source "$korebuild_path/KoreBuild.sh" - } || { - if [ -d "$korebuild_path" ]; then - echo "Cleaning up after failed installation" - rm -rf "$korebuild_path" || true - fi - return 1 - } -} - -__error() { - echo -e "${RED}error: $*${RESET}" 1>&2 -} - -__warn() { - echo -e "${YELLOW}warning: $*${RESET}" -} - -__machine_has() { - hash "$1" > /dev/null 2>&1 - return $? -} - -__get_remote_file() { - local remote_path=$1 - local local_path=$2 - local remote_path_suffix=$3 - - if [[ "$remote_path" != 'http'* ]]; then - cp "$remote_path" "$local_path" - return 0 - fi - - local failed=false - if __machine_has wget; then - wget --tries 10 --quiet -O "$local_path" "${remote_path}${remote_path_suffix}" || failed=true - else - failed=true - fi - - if [ "$failed" = true ] && __machine_has curl; then - failed=false - curl --retry 10 -sSL -f --create-dirs -o "$local_path" "${remote_path}${remote_path_suffix}" || failed=true - fi - - if [ "$failed" = true ]; then - __error "Download failed: $remote_path" 1>&2 - return 1 - fi -} - -# -# main -# - -command="${1:-}" -shift - -while [[ $# -gt 0 ]]; do - case $1 in - -\?|-h|--help) - __usage --no-exit - exit 0 - ;; - -c|--channel|-Channel) - shift - channel="${1:-}" - [ -z "$channel" ] && __usage - ;; - --config-file|-ConfigFile) - shift - config_file="${1:-}" - [ -z "$config_file" ] && __usage - if [ ! -f "$config_file" ]; then - __error "Invalid value for --config-file. $config_file does not exist." - exit 1 - fi - ;; - -d|--dotnet-home|-DotNetHome) - shift - DOTNET_HOME="${1:-}" - [ -z "$DOTNET_HOME" ] && __usage - ;; - --path|-Path) - shift - repo_path="${1:-}" - [ -z "$repo_path" ] && __usage - ;; - -s|--tools-source|-ToolsSource) - shift - tools_source="${1:-}" - [ -z "$tools_source" ] && __usage - ;; - --tools-source-suffix|-ToolsSourceSuffix) - shift - tools_source_suffix="${1:-}" - [ -z "$tools_source_suffix" ] && __usage - ;; - -u|--update|-Update) - update=true - ;; - --verbose|-Verbose) - verbose=true - ;; - --) - shift - break - ;; - *) - break - ;; - esac - shift -done - -if ! __machine_has unzip; then - __error 'Missing required command: unzip' - exit 1 -fi - -if ! __machine_has curl && ! __machine_has wget; then - __error 'Missing required command. Either wget or curl is required.' - exit 1 -fi - -[ -z "${config_file:-}" ] && config_file="$repo_path/korebuild.json" -if [ -f "$config_file" ]; then - if __machine_has jq ; then - if jq '.' "$config_file" >/dev/null ; then - config_channel="$(jq -r 'select(.channel!=null) | .channel' "$config_file")" - config_tools_source="$(jq -r 'select(.toolsSource!=null) | .toolsSource' "$config_file")" - else - __warn "$config_file is invalid JSON. Its settings will be ignored." - fi - elif __machine_has python ; then - if python -c "import json,codecs;obj=json.load(codecs.open('$config_file', 'r', 'utf-8-sig'))" >/dev/null ; then - config_channel="$(python -c "import json,codecs;obj=json.load(codecs.open('$config_file', 'r', 'utf-8-sig'));print(obj['channel'] if 'channel' in obj else '')")" - config_tools_source="$(python -c "import json,codecs;obj=json.load(codecs.open('$config_file', 'r', 'utf-8-sig'));print(obj['toolsSource'] if 'toolsSource' in obj else '')")" - else - __warn "$config_file is invalid JSON. Its settings will be ignored." - fi - else - __warn 'Missing required command: jq or pyton. Could not parse the JSON file. Its settings will be ignored.' - fi - - [ ! -z "${config_channel:-}" ] && channel="$config_channel" - [ ! -z "${config_tools_source:-}" ] && tools_source="$config_tools_source" -fi - -[ -z "$channel" ] && channel='dev' -[ -z "$tools_source" ] && tools_source='https://aspnetcore.blob.core.windows.net/buildtools' - -get_korebuild -set_korebuildsettings "$tools_source" "$DOTNET_HOME" "$repo_path" "$config_file" -invoke_korebuild_command "$command" "$@" diff --git a/.gitignore b/src/AzureIntegration/.gitignore similarity index 100% rename from .gitignore rename to src/AzureIntegration/.gitignore diff --git a/AzureIntegration.sln b/src/AzureIntegration/AzureIntegration.sln similarity index 100% rename from AzureIntegration.sln rename to src/AzureIntegration/AzureIntegration.sln diff --git a/Directory.Build.props b/src/AzureIntegration/Directory.Build.props similarity index 100% rename from Directory.Build.props rename to src/AzureIntegration/Directory.Build.props diff --git a/Directory.Build.targets b/src/AzureIntegration/Directory.Build.targets similarity index 100% rename from Directory.Build.targets rename to src/AzureIntegration/Directory.Build.targets diff --git a/NuGetPackageVerifier.json b/src/AzureIntegration/NuGetPackageVerifier.json similarity index 100% rename from NuGetPackageVerifier.json rename to src/AzureIntegration/NuGetPackageVerifier.json diff --git a/README.md b/src/AzureIntegration/README.md similarity index 100% rename from README.md rename to src/AzureIntegration/README.md diff --git a/build/Key.snk b/src/AzureIntegration/build/Key.snk similarity index 100% rename from build/Key.snk rename to src/AzureIntegration/build/Key.snk diff --git a/build/PackSiteExtension.targets b/src/AzureIntegration/build/PackSiteExtension.targets similarity index 100% rename from build/PackSiteExtension.targets rename to src/AzureIntegration/build/PackSiteExtension.targets diff --git a/build/dependencies.props b/src/AzureIntegration/build/dependencies.props similarity index 100% rename from build/dependencies.props rename to src/AzureIntegration/build/dependencies.props diff --git a/build/hostingstartup.targets b/src/AzureIntegration/build/hostingstartup.targets similarity index 100% rename from build/hostingstartup.targets rename to src/AzureIntegration/build/hostingstartup.targets diff --git a/build/repo.props b/src/AzureIntegration/build/repo.props similarity index 100% rename from build/repo.props rename to src/AzureIntegration/build/repo.props diff --git a/build/repo.targets b/src/AzureIntegration/build/repo.targets similarity index 100% rename from build/repo.targets rename to src/AzureIntegration/build/repo.targets diff --git a/build/sources.props b/src/AzureIntegration/build/sources.props similarity index 100% rename from build/sources.props rename to src/AzureIntegration/build/sources.props diff --git a/extensions/Directory.Build.props b/src/AzureIntegration/extensions/Directory.Build.props similarity index 100% rename from extensions/Directory.Build.props rename to src/AzureIntegration/extensions/Directory.Build.props diff --git a/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj b/src/AzureIntegration/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj similarity index 100% rename from extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj rename to src/AzureIntegration/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj diff --git a/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/applicationHost.xdt b/src/AzureIntegration/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/applicationHost.xdt similarity index 100% rename from extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/applicationHost.xdt rename to src/AzureIntegration/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/applicationHost.xdt diff --git a/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/scmApplicationHost.xdt b/src/AzureIntegration/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/scmApplicationHost.xdt similarity index 100% rename from extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/scmApplicationHost.xdt rename to src/AzureIntegration/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/scmApplicationHost.xdt diff --git a/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj b/src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj similarity index 100% rename from extensions/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj rename to src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj diff --git a/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/applicationHost.xdt b/src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/applicationHost.xdt similarity index 100% rename from extensions/Microsoft.AspNetCore.Runtime.SiteExtension/applicationHost.xdt rename to src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/applicationHost.xdt diff --git a/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/install.cmd b/src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/install.cmd similarity index 100% rename from extensions/Microsoft.AspNetCore.Runtime.SiteExtension/install.cmd rename to src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/install.cmd diff --git a/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj diff --git a/sample/ApplicationInsightsHostingStartupSample/Controllers/HomeController.cs b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Controllers/HomeController.cs similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Controllers/HomeController.cs rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Controllers/HomeController.cs diff --git a/sample/ApplicationInsightsHostingStartupSample/CurrentResponseTelemetryChannel.cs b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/CurrentResponseTelemetryChannel.cs similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/CurrentResponseTelemetryChannel.cs rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/CurrentResponseTelemetryChannel.cs diff --git a/sample/ApplicationInsightsHostingStartupSample/Properties/launchSettings.json b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Properties/launchSettings.json similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Properties/launchSettings.json rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Properties/launchSettings.json diff --git a/sample/ApplicationInsightsHostingStartupSample/Startup.cs b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Startup.cs similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Startup.cs rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Startup.cs diff --git a/sample/ApplicationInsightsHostingStartupSample/Views/Home/ScriptCheck.cshtml b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/Home/ScriptCheck.cshtml similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Views/Home/ScriptCheck.cshtml rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/Home/ScriptCheck.cshtml diff --git a/sample/ApplicationInsightsHostingStartupSample/Views/Shared/_Layout.cshtml b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/Shared/_Layout.cshtml similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Views/Shared/_Layout.cshtml rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/Shared/_Layout.cshtml diff --git a/sample/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml diff --git a/sample/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml diff --git a/sample/ApplicationInsightsHostingStartupSample/appsettings.Development.json b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/appsettings.Development.json similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/appsettings.Development.json rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/appsettings.Development.json diff --git a/sample/ApplicationInsightsHostingStartupSample/appsettings.json b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/appsettings.json similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/appsettings.json rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/appsettings.json diff --git a/sample/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json diff --git a/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj b/src/AzureIntegration/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj similarity index 100% rename from sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj rename to src/AzureIntegration/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj diff --git a/sample/AzureAppServicesHostingStartupSample/Properties/launchSettings.json b/src/AzureIntegration/sample/AzureAppServicesHostingStartupSample/Properties/launchSettings.json similarity index 100% rename from sample/AzureAppServicesHostingStartupSample/Properties/launchSettings.json rename to src/AzureIntegration/sample/AzureAppServicesHostingStartupSample/Properties/launchSettings.json diff --git a/sample/AzureAppServicesHostingStartupSample/Startup.cs b/src/AzureIntegration/sample/AzureAppServicesHostingStartupSample/Startup.cs similarity index 100% rename from sample/AzureAppServicesHostingStartupSample/Startup.cs rename to src/AzureIntegration/sample/AzureAppServicesHostingStartupSample/Startup.cs diff --git a/sample/AzureAppServicesSample/AzureAppServicesSample.csproj b/src/AzureIntegration/sample/AzureAppServicesSample/AzureAppServicesSample.csproj similarity index 100% rename from sample/AzureAppServicesSample/AzureAppServicesSample.csproj rename to src/AzureIntegration/sample/AzureAppServicesSample/AzureAppServicesSample.csproj diff --git a/sample/AzureAppServicesSample/Properties/launchSettings.json b/src/AzureIntegration/sample/AzureAppServicesSample/Properties/launchSettings.json similarity index 100% rename from sample/AzureAppServicesSample/Properties/launchSettings.json rename to src/AzureIntegration/sample/AzureAppServicesSample/Properties/launchSettings.json diff --git a/sample/AzureAppServicesSample/Startup.cs b/src/AzureIntegration/sample/AzureAppServicesSample/Startup.cs similarity index 100% rename from sample/AzureAppServicesSample/Startup.cs rename to src/AzureIntegration/sample/AzureAppServicesSample/Startup.cs diff --git a/src/Directory.Build.props b/src/AzureIntegration/src/Directory.Build.props similarity index 100% rename from src/Directory.Build.props rename to src/AzureIntegration/src/Directory.Build.props diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsLoggerStartupFilter.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsLoggerStartupFilter.cs similarity index 100% rename from src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsLoggerStartupFilter.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsLoggerStartupFilter.cs diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsStartupLoader.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsStartupLoader.cs similarity index 100% rename from src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsStartupLoader.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsStartupLoader.cs diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/JavaScriptSnippetTagHelperComponent.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/JavaScriptSnippetTagHelperComponent.cs similarity index 100% rename from src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/JavaScriptSnippetTagHelperComponent.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/JavaScriptSnippetTagHelperComponent.cs diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj b/src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj similarity index 100% rename from src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj rename to src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netcore.json b/src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netcore.json rename to src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netcore.json diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netframework.json b/src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netframework.json similarity index 100% rename from src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netframework.json rename to src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netframework.json diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AssemblyInfo.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AssemblyInfo.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/HostingStartupConfigurationExtensions.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/HostingStartupConfigurationExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/HostingStartupConfigurationExtensions.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/HostingStartupConfigurationExtensions.cs diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netcore.json b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netcore.json rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netcore.json diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netframework.json b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netframework.json similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netframework.json rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netframework.json diff --git a/src/Microsoft.AspNetCore.AzureAppServicesIntegration/AppServicesWebHostBuilderExtensions.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/AppServicesWebHostBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServicesIntegration/AppServicesWebHostBuilderExtensions.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/AppServicesWebHostBuilderExtensions.cs diff --git a/src/Microsoft.AspNetCore.AzureAppServicesIntegration/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServicesIntegration/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj diff --git a/src/Microsoft.AspNetCore.AzureAppServicesIntegration/Properties/AssemblyInfo.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServicesIntegration/Properties/AssemblyInfo.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.AzureAppServicesIntegration/baseline.netcore.json b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServicesIntegration/baseline.netcore.json rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/baseline.netcore.json diff --git a/src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetectionResult.cs b/src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetectionResult.cs similarity index 100% rename from src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetectionResult.cs rename to src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetectionResult.cs diff --git a/src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetector.cs b/src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetector.cs similarity index 100% rename from src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetector.cs rename to src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetector.cs diff --git a/src/Microsoft.Extensions.ApplicationModelDetection/Microsoft.Extensions.ApplicationModelDetection.csproj b/src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/Microsoft.Extensions.ApplicationModelDetection.csproj similarity index 100% rename from src/Microsoft.Extensions.ApplicationModelDetection/Microsoft.Extensions.ApplicationModelDetection.csproj rename to src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/Microsoft.Extensions.ApplicationModelDetection.csproj diff --git a/src/Microsoft.Extensions.ApplicationModelDetection/RuntimeFramework.cs b/src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/RuntimeFramework.cs similarity index 100% rename from src/Microsoft.Extensions.ApplicationModelDetection/RuntimeFramework.cs rename to src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/RuntimeFramework.cs diff --git a/src/Microsoft.Extensions.ApplicationModelDetection/baseline.netcore.json b/src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/baseline.netcore.json similarity index 100% rename from src/Microsoft.Extensions.ApplicationModelDetection/baseline.netcore.json rename to src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/baseline.netcore.json diff --git a/src/Microsoft.Web.Xdt.Extensions/InsertOrAppendAttribute.cs b/src/AzureIntegration/src/Microsoft.Web.Xdt.Extensions/InsertOrAppendAttribute.cs similarity index 100% rename from src/Microsoft.Web.Xdt.Extensions/InsertOrAppendAttribute.cs rename to src/AzureIntegration/src/Microsoft.Web.Xdt.Extensions/InsertOrAppendAttribute.cs diff --git a/src/Microsoft.Web.Xdt.Extensions/Microsoft.Web.Xdt.Extensions.csproj b/src/AzureIntegration/src/Microsoft.Web.Xdt.Extensions/Microsoft.Web.Xdt.Extensions.csproj similarity index 100% rename from src/Microsoft.Web.Xdt.Extensions/Microsoft.Web.Xdt.Extensions.csproj rename to src/AzureIntegration/src/Microsoft.Web.Xdt.Extensions/Microsoft.Web.Xdt.Extensions.csproj diff --git a/src/Microsoft.Web.Xdt.Extensions/baseline.netframework.json b/src/AzureIntegration/src/Microsoft.Web.Xdt.Extensions/baseline.netframework.json similarity index 100% rename from src/Microsoft.Web.Xdt.Extensions/baseline.netframework.json rename to src/AzureIntegration/src/Microsoft.Web.Xdt.Extensions/baseline.netframework.json diff --git a/test/ApplicationInsights.HostingStartup.Tests/AfterScript.html b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/AfterScript.html similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/AfterScript.html rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/AfterScript.html diff --git a/test/ApplicationInsights.HostingStartup.Tests/ApplicationInsights.HostingStartup.Tests.csproj b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/ApplicationInsights.HostingStartup.Tests.csproj similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/ApplicationInsights.HostingStartup.Tests.csproj rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/ApplicationInsights.HostingStartup.Tests.csproj diff --git a/test/ApplicationInsights.HostingStartup.Tests/BeforeScript.html b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/BeforeScript.html similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/BeforeScript.html rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/BeforeScript.html diff --git a/test/ApplicationInsights.HostingStartup.Tests/FunctionalTest.cs b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/FunctionalTest.cs similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/FunctionalTest.cs rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/FunctionalTest.cs diff --git a/test/ApplicationInsights.HostingStartup.Tests/JavaScriptSnippetTest.cs b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/JavaScriptSnippetTest.cs similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/JavaScriptSnippetTest.cs rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/JavaScriptSnippetTest.cs diff --git a/test/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs diff --git a/test/ApplicationInsights.HostingStartup.Tests/Properties/AssemblyInfo.cs b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/Properties/AssemblyInfo.cs similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/Properties/AssemblyInfo.cs rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/Properties/AssemblyInfo.cs diff --git a/test/ApplicationInsights.HostingStartup.Tests/Rendered.html b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/Rendered.html similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/Rendered.html rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/Rendered.html diff --git a/test/ApplicationInsights.HostingStartup.Tests/Validator.cs b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/Validator.cs similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/Validator.cs rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/Validator.cs diff --git a/test/Directory.Build.props b/src/AzureIntegration/test/Directory.Build.props similarity index 100% rename from test/Directory.Build.props rename to src/AzureIntegration/test/Directory.Build.props diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AppServicesWithSiteExtensions.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AppServicesWithSiteExtensions.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AppServicesWithSiteExtensions.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AppServicesWithSiteExtensions.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/.bowerrc b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/.bowerrc similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/.bowerrc rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/.bowerrc diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Controllers/HomeController.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Controllers/HomeController.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Controllers/HomeController.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Controllers/HomeController.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Program.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Program.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Program.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Program.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Startup.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Startup.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Startup.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Startup.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/About.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/About.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/About.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/About.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Contact.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Contact.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Contact.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Contact.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Index.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Index.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Index.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Index.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/Error.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/Error.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/Error.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/Error.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_Layout.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_Layout.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_Layout.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_Layout.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_ValidationScriptsPartial.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_ValidationScriptsPartial.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewImports.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewImports.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewImports.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewImports.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewStart.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewStart.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewStart.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewStart.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.Development.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.Development.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.Development.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.Development.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bower.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bower.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bower.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bower.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bundleconfig.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bundleconfig.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bundleconfig.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bundleconfig.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.css b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.css similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.css rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.css diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.min.css b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.min.css similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.min.css rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.min.css diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/favicon.ico b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/favicon.ico similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/favicon.ico rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/favicon.ico diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner1.svg b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner1.svg similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner1.svg rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner1.svg diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner2.svg b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner2.svg similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner2.svg rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner2.svg diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner3.svg b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner3.svg similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner3.svg rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner3.svg diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner4.svg b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner4.svg similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner4.svg rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner4.svg diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.min.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.min.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.min.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.min.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/.bower.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/.bower.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/.bower.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/.bower.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/LICENSE b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/LICENSE rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/LICENSE diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/npm.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/npm.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/npm.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/npm.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/.bower.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/.bower.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/.bower.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/.bower.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/.bower.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/.bower.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/.bower.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/.bower.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/LICENSE.md b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/LICENSE.md similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/LICENSE.md rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/LICENSE.md diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.min.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.min.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.min.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.min.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/.bower.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/.bower.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/.bower.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/.bower.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/LICENSE.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/LICENSE.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/LICENSE.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.map b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.map rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Program.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Program.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Program.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Program.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Startup.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Startup.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Startup.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Startup.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.5.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.5.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.5.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.5.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.6.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.6.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.6.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.6.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.2.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.2.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.2.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.2.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.3.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.3.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.3.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.3.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.5.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.5.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.5.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.5.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.6.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.6.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.6.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.6.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.2.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.2.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.2.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.2.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.3.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.3.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.3.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.3.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.mvc.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.mvc.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.mvc.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.mvc.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.web.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.web.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.web.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.web.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.mvc.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.mvc.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.mvc.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.mvc.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.web.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.web.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.web.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.web.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.mvc.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.mvc.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.mvc.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.mvc.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.web.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.web.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.web.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.web.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.mvc.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.mvc.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.mvc.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.mvc.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.web.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.web.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.web.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.web.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.5.config b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.5.config similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.5.config rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.5.config diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.6.config b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.6.config similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.6.config rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.6.config diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.2.config b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.2.config similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.2.config rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.2.config diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.3.config b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.3.config similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.3.config rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.3.config diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/RuntimeInformationMiddleware.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/RuntimeInformationMiddleware.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/RuntimeInformationMiddleware.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/RuntimeInformationMiddleware.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureCollection.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureCollection.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureCollection.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureCollection.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureFixture.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureFixture.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureFixture.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureFixture.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/CommandResult.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/CommandResult.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/CommandResult.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/CommandResult.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.props.template b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.props.template similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.props.template rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.props.template diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.targets.template b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.targets.template similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.targets.template rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.targets.template diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/LoggingInterceptor.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/LoggingInterceptor.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/LoggingInterceptor.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/LoggingInterceptor.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/NuGet.config.template b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/NuGet.config.template similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/NuGet.config.template rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/NuGet.config.template diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PathUtilities.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PathUtilities.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PathUtilities.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PathUtilities.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PerLoggerSink.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PerLoggerSink.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PerLoggerSink.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PerLoggerSink.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Program.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Program.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Program.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Program.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/README.md b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/README.md similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/README.md rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/README.md diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TestCommand.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TestCommand.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TestCommand.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TestCommand.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppDeploymentKind.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppDeploymentKind.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppDeploymentKind.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppDeploymentKind.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppExtensions.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppExtensions.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppExtensions.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppExtensions.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/global.json.template b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/global.json.template similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/global.json.template rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/global.json.template diff --git a/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/TransformTest.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/TransformTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/TransformTest.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/TransformTest.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_empty.xml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_empty.xml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_empty.xml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_empty.xml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingemptyvalue.xml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingemptyvalue.xml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingemptyvalue.xml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingemptyvalue.xml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingline.xml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingline.xml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingline.xml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingline.xml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingvalue.xml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingvalue.xml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingvalue.xml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.SiteExtension.Tests/config_existingvalue.xml diff --git a/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/AppServicesWebHostBuilderExtensionsTest.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/AppServicesWebHostBuilderExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/AppServicesWebHostBuilderExtensionsTest.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/AppServicesWebHostBuilderExtensionsTest.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests.csproj diff --git a/test/Microsoft.Extensions.ApplicationModelDetection.Tests/AppModelTests.cs b/src/AzureIntegration/test/Microsoft.Extensions.ApplicationModelDetection.Tests/AppModelTests.cs similarity index 100% rename from test/Microsoft.Extensions.ApplicationModelDetection.Tests/AppModelTests.cs rename to src/AzureIntegration/test/Microsoft.Extensions.ApplicationModelDetection.Tests/AppModelTests.cs diff --git a/test/Microsoft.Extensions.ApplicationModelDetection.Tests/Microsoft.Extensions.ApplicationModelDetection.Tests.csproj b/src/AzureIntegration/test/Microsoft.Extensions.ApplicationModelDetection.Tests/Microsoft.Extensions.ApplicationModelDetection.Tests.csproj similarity index 100% rename from test/Microsoft.Extensions.ApplicationModelDetection.Tests/Microsoft.Extensions.ApplicationModelDetection.Tests.csproj rename to src/AzureIntegration/test/Microsoft.Extensions.ApplicationModelDetection.Tests/Microsoft.Extensions.ApplicationModelDetection.Tests.csproj diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/InsertOrAppendAttributeTests.cs b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/InsertOrAppendAttributeTests.cs similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/InsertOrAppendAttributeTests.cs rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/InsertOrAppendAttributeTests.cs diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/Microsoft.Web.Xdt.Extensions.Tests.csproj b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/Microsoft.Web.Xdt.Extensions.Tests.csproj similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/Microsoft.Web.Xdt.Extensions.Tests.csproj rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/Microsoft.Web.Xdt.Extensions.Tests.csproj diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/config_empty.xml b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_empty.xml similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/config_empty.xml rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_empty.xml diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingemptyvalue.xml b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingemptyvalue.xml similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/config_existingemptyvalue.xml rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingemptyvalue.xml diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingline.xml b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingline.xml similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/config_existingline.xml rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingline.xml diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingvalue.xml b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingvalue.xml similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/config_existingvalue.xml rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingvalue.xml diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/transform.xdt b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/transform.xdt similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/transform.xdt rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/transform.xdt diff --git a/version.props b/src/AzureIntegration/version.props similarity index 100% rename from version.props rename to src/AzureIntegration/version.props From f3ccfa326a93279338ab1828cc80eadf8cede4b0 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Mon, 19 Nov 2018 11:42:11 -0800 Subject: [PATCH 3/3] Reorganize source code in preparation to move into aspnet/AspNetCore Prior to reorganization, this source code was found in https://github.com/aspnet/AzureIntegration/tree/031a2ed214529194d95d8deed50287760163ffae --- .appveyor.yml | 18 -- .gitattributes | 52 ---- .travis.yml | 26 -- .vsts-pipelines/builds/ci-internal.yml | 13 - .vsts-pipelines/builds/ci-public.yml | 15 - CONTRIBUTING.md | 4 - LICENSE.txt | 14 - NuGet.config | 7 - build.cmd | 2 - build.sh | 8 - korebuild-lock.txt | 2 - korebuild.json | 4 - run.cmd | 2 - run.ps1 | 209 -------------- run.sh | 256 ------------------ .gitignore => src/AzureIntegration/.gitignore | 0 .../AzureIntegration/AzureIntegration.sln | 0 .../AzureIntegration/Directory.Build.props | 0 .../AzureIntegration/Directory.Build.targets | 0 .../NuGetPackageVerifier.json | 0 README.md => src/AzureIntegration/README.md | 0 {build => src/AzureIntegration/build}/Key.snk | Bin .../build}/dependencies.props | 0 .../build}/hostingstartup.targets | 0 .../AzureIntegration/build}/repo.props | 0 .../AzureIntegration/build}/repo.targets | 0 .../AzureIntegration/build}/sources.props | 0 .../extensions}/Directory.Build.props | 0 ...Core.AzureAppServices.SiteExtension.csproj | 0 ...ft.AspNetCore.Runtime.SiteExtension.csproj | 0 .../applicationHost.xdt | 0 .../install.cmd | 0 .../scmApplicationHost.xdt | 0 ...icationInsightsHostingStartupSample.csproj | 0 .../Controllers/HomeController.cs | 0 .../CurrentResponseTelemetryChannel.cs | 0 .../Properties/launchSettings.json | 0 .../Startup.cs | 0 .../Views/Home/ScriptCheck.cshtml | 0 .../Views/Shared/_Layout.cshtml | 0 .../Views/_ViewImports.cshtml | 0 .../Views/_ViewStart.cshtml | 0 .../appsettings.Development.json | 0 .../appsettings.json | 0 .../ApplicationInsights.settings.json | 0 ...zureAppServicesHostingStartupSample.csproj | 0 .../Properties/launchSettings.json | 0 .../Startup.cs | 0 .../AzureAppServicesSample.csproj | 0 .../Properties/launchSettings.json | 0 .../sample}/AzureAppServicesSample/Startup.cs | 0 .../src}/Directory.Build.props | 0 .../ApplicationInsightsLoggerStartupFilter.cs | 0 .../ApplicationInsightsStartupLoader.cs | 0 .../JavaScriptSnippetTagHelperComponent.cs | 0 ....ApplicationInsights.HostingStartup.csproj | 0 .../baseline.netcore.json | 0 .../baseline.netframework.json | 0 .../AssemblyInfo.cs | 0 .../AzureAppServicesHostingStartup.cs | 0 .../HostingStartupConfigurationExtensions.cs | 0 ...ore.AzureAppServices.HostingStartup.csproj | 0 .../baseline.netcore.json | 0 .../baseline.netframework.json | 0 .../AppServicesWebHostBuilderExtensions.cs | 0 ...NetCore.AzureAppServicesIntegration.csproj | 0 .../Properties/AssemblyInfo.cs | 0 .../baseline.netcore.json | 0 .../AppModelDetectionResult.cs | 0 .../AppModelDetector.cs | 0 ...xtensions.ApplicationModelDetection.csproj | 0 .../RuntimeFramework.cs | 0 .../baseline.netcore.json | 0 .../InsertOrAppendAttribute.cs | 0 .../Microsoft.Web.Xdt.Extensions.csproj | 0 .../baseline.netframework.json | 0 .../AfterScript.html | 0 ...cationInsights.HostingStartup.Tests.csproj | 0 .../BeforeScript.html | 0 .../FunctionalTest.cs | 0 .../JavaScriptSnippetTest.cs | 0 .../LoggingTest.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Rendered.html | 0 .../Validator.cs | 0 .../test}/Directory.Build.props | 0 .../Assets/AppServicesWithSiteExtensions.json | 0 .../Assets/AspNetCore1xMvc/.bowerrc | 0 .../Controllers/HomeController.cs | 0 .../Assets/AspNetCore1xMvc/Program.cs | 0 .../Assets/AspNetCore1xMvc/Startup.cs | 0 .../AspNetCore1xMvc/Views/Home/About.cshtml | 0 .../AspNetCore1xMvc/Views/Home/Contact.cshtml | 0 .../AspNetCore1xMvc/Views/Home/Index.cshtml | 0 .../AspNetCore1xMvc/Views/Shared/Error.cshtml | 0 .../Views/Shared/_Layout.cshtml | 0 .../Shared/_ValidationScriptsPartial.cshtml | 0 .../AspNetCore1xMvc/Views/_ViewImports.cshtml | 0 .../AspNetCore1xMvc/Views/_ViewStart.cshtml | 0 .../appsettings.Development.json | 0 .../Assets/AspNetCore1xMvc/appsettings.json | 0 .../Assets/AspNetCore1xMvc/bower.json | 0 .../Assets/AspNetCore1xMvc/bundleconfig.json | 0 .../AspNetCore1xMvc/wwwroot/css/site.css | 0 .../AspNetCore1xMvc/wwwroot/css/site.min.css | 0 .../AspNetCore1xMvc/wwwroot/favicon.ico | Bin .../wwwroot/images/banner1.svg | 0 .../wwwroot/images/banner2.svg | 0 .../wwwroot/images/banner3.svg | 0 .../wwwroot/images/banner4.svg | 0 .../Assets/AspNetCore1xMvc/wwwroot/js/site.js | 0 .../AspNetCore1xMvc/wwwroot/js/site.min.js | 0 .../wwwroot/lib/bootstrap/.bower.json | 0 .../wwwroot/lib/bootstrap/LICENSE | 0 .../bootstrap/dist/css/bootstrap-theme.css | 0 .../dist/css/bootstrap-theme.css.map | 0 .../dist/css/bootstrap-theme.min.css | 0 .../dist/css/bootstrap-theme.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../bootstrap/dist/css/bootstrap.min.css.map | 0 .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../fonts/glyphicons-halflings-regular.woff2 | Bin .../lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../wwwroot/lib/bootstrap/dist/js/npm.js | 0 .../jquery-validation-unobtrusive/.bower.json | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot/lib/jquery-validation/.bower.json | 0 .../wwwroot/lib/jquery-validation/LICENSE.md | 0 .../dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../jquery-validation/dist/jquery.validate.js | 0 .../dist/jquery.validate.min.js | 0 .../wwwroot/lib/jquery/.bower.json | 0 .../wwwroot/lib/jquery/LICENSE.txt | 0 .../wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 .../Assets/AspNetCore1xWeb/Program.cs | 0 .../Assets/AspNetCore1xWeb/Startup.cs | 0 .../Assets/DotNetCache.Git.1.0.5.txt | 0 .../Assets/DotNetCache.Git.1.0.6.txt | 0 .../Assets/DotNetCache.Git.1.1.2.txt | 0 .../Assets/DotNetCache.Git.1.1.3.txt | 0 .../Assets/DotNetCache.WebDeploy.1.0.5.txt | 0 .../Assets/DotNetCache.WebDeploy.1.0.6.txt | 0 .../Assets/DotNetCache.WebDeploy.1.1.2.txt | 0 .../Assets/DotNetCache.WebDeploy.1.1.3.txt | 0 .../Assets/Legacy.1.0.5.mvc.csproj | 0 .../Assets/Legacy.1.0.5.web.csproj | 0 .../Assets/Legacy.1.0.6.mvc.csproj | 0 .../Assets/Legacy.1.0.6.web.csproj | 0 .../Assets/Legacy.1.1.2.mvc.csproj | 0 .../Assets/Legacy.1.1.2.web.csproj | 0 .../Assets/Legacy.1.1.3.mvc.csproj | 0 .../Assets/Legacy.1.1.3.web.csproj | 0 .../Assets/NuGet.1.0.5.config | 0 .../Assets/NuGet.1.0.6.config | 0 .../Assets/NuGet.1.1.2.config | 0 .../Assets/NuGet.1.1.3.config | 0 .../Assets/NuGet.latest.config | 0 .../Assets/RuntimeInformationMiddleware.cs | 0 .../AzureCollection.cs | 0 .../AzureFixture.cs | 0 .../CommandResult.cs | 0 .../Directory.Build.props.template | 0 .../Directory.Build.targets.template | 0 .../LoggingInterceptor.cs | 0 ...re.AzureAppServices.FunctionalTests.csproj | 0 .../NuGet.config.template | 0 .../PathUtilities.cs | 0 .../PerLoggerSink.cs | 0 .../Program.cs | 0 .../README.md | 0 .../TemplateFunctionalTests.cs | 0 .../TestCommand.cs | 0 .../WebAppDeploymentKind.cs | 0 .../WebAppExtensions.cs | 0 .../global.json.template | 0 ...AppServicesWebHostBuilderExtensionsTest.cs | 0 ...e.AzureAppServicesIntegration.Tests.csproj | 0 .../AppModelTests.cs | 0 ...ons.ApplicationModelDetection.Tests.csproj | 0 .../InsertOrAppendAttributeTests.cs | 0 .../Microsoft.Web.Xdt.Extensions.Tests.csproj | 0 .../config_empty.xml | 0 .../config_existingemptyvalue.xml | 0 .../config_existingline.xml | 0 .../config_existingvalue.xml | 0 .../transform.xdt | 0 .../AzureIntegration/version.props | 0 197 files changed, 632 deletions(-) delete mode 100644 .appveyor.yml delete mode 100644 .gitattributes delete mode 100644 .travis.yml delete mode 100644 .vsts-pipelines/builds/ci-internal.yml delete mode 100644 .vsts-pipelines/builds/ci-public.yml delete mode 100644 CONTRIBUTING.md delete mode 100644 LICENSE.txt delete mode 100644 NuGet.config delete mode 100644 build.cmd delete mode 100755 build.sh delete mode 100644 korebuild-lock.txt delete mode 100644 korebuild.json delete mode 100644 run.cmd delete mode 100644 run.ps1 delete mode 100755 run.sh rename .gitignore => src/AzureIntegration/.gitignore (100%) rename AzureIntegration.sln => src/AzureIntegration/AzureIntegration.sln (100%) rename Directory.Build.props => src/AzureIntegration/Directory.Build.props (100%) rename Directory.Build.targets => src/AzureIntegration/Directory.Build.targets (100%) rename NuGetPackageVerifier.json => src/AzureIntegration/NuGetPackageVerifier.json (100%) rename README.md => src/AzureIntegration/README.md (100%) rename {build => src/AzureIntegration/build}/Key.snk (100%) rename {build => src/AzureIntegration/build}/dependencies.props (100%) rename {build => src/AzureIntegration/build}/hostingstartup.targets (100%) rename {build => src/AzureIntegration/build}/repo.props (100%) rename {build => src/AzureIntegration/build}/repo.targets (100%) rename {build => src/AzureIntegration/build}/sources.props (100%) rename {extensions => src/AzureIntegration/extensions}/Directory.Build.props (100%) rename {extensions => src/AzureIntegration/extensions}/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj (100%) rename {extensions => src/AzureIntegration/extensions}/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj (100%) rename {extensions => src/AzureIntegration/extensions}/Microsoft.AspNetCore.Runtime.SiteExtension/applicationHost.xdt (100%) rename {extensions => src/AzureIntegration/extensions}/Microsoft.AspNetCore.Runtime.SiteExtension/install.cmd (100%) rename {extensions => src/AzureIntegration/extensions}/Microsoft.AspNetCore.Runtime.SiteExtension/scmApplicationHost.xdt (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Controllers/HomeController.cs (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/CurrentResponseTelemetryChannel.cs (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Properties/launchSettings.json (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Startup.cs (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Views/Home/ScriptCheck.cshtml (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Views/Shared/_Layout.cshtml (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/appsettings.Development.json (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/appsettings.json (100%) rename {sample => src/AzureIntegration/sample}/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json (100%) rename {sample => src/AzureIntegration/sample}/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj (100%) rename {sample => src/AzureIntegration/sample}/AzureAppServicesHostingStartupSample/Properties/launchSettings.json (100%) rename {sample => src/AzureIntegration/sample}/AzureAppServicesHostingStartupSample/Startup.cs (100%) rename {sample => src/AzureIntegration/sample}/AzureAppServicesSample/AzureAppServicesSample.csproj (100%) rename {sample => src/AzureIntegration/sample}/AzureAppServicesSample/Properties/launchSettings.json (100%) rename {sample => src/AzureIntegration/sample}/AzureAppServicesSample/Startup.cs (100%) rename src/{ => AzureIntegration/src}/Directory.Build.props (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsLoggerStartupFilter.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsStartupLoader.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/JavaScriptSnippetTagHelperComponent.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netcore.json (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netframework.json (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AssemblyInfo.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServices.HostingStartup/HostingStartupConfigurationExtensions.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netcore.json (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netframework.json (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServicesIntegration/AppServicesWebHostBuilderExtensions.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServicesIntegration/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServicesIntegration/Properties/AssemblyInfo.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.AspNetCore.AzureAppServicesIntegration/baseline.netcore.json (100%) rename src/{ => AzureIntegration/src}/Microsoft.Extensions.ApplicationModelDetection/AppModelDetectionResult.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.Extensions.ApplicationModelDetection/AppModelDetector.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.Extensions.ApplicationModelDetection/Microsoft.Extensions.ApplicationModelDetection.csproj (100%) rename src/{ => AzureIntegration/src}/Microsoft.Extensions.ApplicationModelDetection/RuntimeFramework.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.Extensions.ApplicationModelDetection/baseline.netcore.json (100%) rename src/{ => AzureIntegration/src}/Microsoft.Web.Xdt.Extensions/InsertOrAppendAttribute.cs (100%) rename src/{ => AzureIntegration/src}/Microsoft.Web.Xdt.Extensions/Microsoft.Web.Xdt.Extensions.csproj (100%) rename src/{ => AzureIntegration/src}/Microsoft.Web.Xdt.Extensions/baseline.netframework.json (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/AfterScript.html (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/ApplicationInsights.HostingStartup.Tests.csproj (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/BeforeScript.html (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/FunctionalTest.cs (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/JavaScriptSnippetTest.cs (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/Properties/AssemblyInfo.cs (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/Rendered.html (100%) rename {test => src/AzureIntegration/test}/ApplicationInsights.HostingStartup.Tests/Validator.cs (100%) rename {test => src/AzureIntegration/test}/Directory.Build.props (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AppServicesWithSiteExtensions.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/.bowerrc (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Controllers/HomeController.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Program.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Startup.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/About.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Contact.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Index.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/Error.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_Layout.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewImports.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewStart.cshtml (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.Development.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bower.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bundleconfig.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.css (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.min.css (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/favicon.ico (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner1.svg (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner2.svg (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner3.svg (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner4.svg (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.min.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/.bower.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/LICENSE (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/npm.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/.bower.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/.bower.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/LICENSE.md (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.min.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/.bower.json (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/LICENSE.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.map (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Program.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Startup.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.5.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.6.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.2.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.3.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.5.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.6.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.2.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.3.txt (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.mvc.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.web.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.mvc.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.web.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.mvc.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.web.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.mvc.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.web.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.5.config (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.6.config (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.2.config (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.3.config (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/RuntimeInformationMiddleware.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureCollection.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureFixture.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/CommandResult.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.props.template (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.targets.template (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/LoggingInterceptor.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/NuGet.config.template (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PathUtilities.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PerLoggerSink.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Program.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/README.md (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TestCommand.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppDeploymentKind.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppExtensions.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/global.json.template (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/AppServicesWebHostBuilderExtensionsTest.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.Extensions.ApplicationModelDetection.Tests/AppModelTests.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.Extensions.ApplicationModelDetection.Tests/Microsoft.Extensions.ApplicationModelDetection.Tests.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/InsertOrAppendAttributeTests.cs (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/Microsoft.Web.Xdt.Extensions.Tests.csproj (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/config_empty.xml (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/config_existingemptyvalue.xml (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/config_existingline.xml (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/config_existingvalue.xml (100%) rename {test => src/AzureIntegration/test}/Microsoft.Web.Xdt.Extensions.Tests/transform.xdt (100%) rename version.props => src/AzureIntegration/version.props (100%) diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 46038786c9..0000000000 --- a/.appveyor.yml +++ /dev/null @@ -1,18 +0,0 @@ -init: - - git config --global core.autocrlf true -branches: - only: - - master - - release - - dev - - /^(.*\/)?ci-.*$/ -build_script: - - ps: .\run.ps1 default-build -clone_depth: 1 -environment: - global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 -test: off -deploy: off -os: Visual Studio 2017 diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index c2f0f84273..0000000000 --- a/.gitattributes +++ /dev/null @@ -1,52 +0,0 @@ -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain - -*.jpg binary -*.png binary -*.gif binary - -*.cs text=auto diff=csharp -*.vb text=auto -*.resx text=auto -*.c text=auto -*.cpp text=auto -*.cxx text=auto -*.h text=auto -*.hxx text=auto -*.py text=auto -*.rb text=auto -*.java text=auto -*.html text=auto -*.htm text=auto -*.css text=auto -*.scss text=auto -*.sass text=auto -*.less text=auto -*.js text=auto -*.lisp text=auto -*.clj text=auto -*.sql text=auto -*.php text=auto -*.lua text=auto -*.m text=auto -*.asm text=auto -*.erl text=auto -*.fs text=auto -*.fsx text=auto -*.hs text=auto - -*.csproj text=auto -*.vbproj text=auto -*.fsproj text=auto -*.dbproj text=auto -*.sln text=auto eol=crlf - -*.sh eol=lf \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b10be14215..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ -language: csharp -sudo: false -dist: trusty -env: - global: - - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - - DOTNET_CLI_TELEMETRY_OPTOUT: 1 -mono: none -os: - - linux - - osx -osx_image: xcode8.2 -addons: - apt: - packages: - - libunwind8 -branches: - only: - - master - - release - - dev - - /^(.*\/)?ci-.*$/ -before_install: - - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi -script: - - ./build.sh diff --git a/.vsts-pipelines/builds/ci-internal.yml b/.vsts-pipelines/builds/ci-internal.yml deleted file mode 100644 index dc7b8a3cb9..0000000000 --- a/.vsts-pipelines/builds/ci-internal.yml +++ /dev/null @@ -1,13 +0,0 @@ -trigger: -- master -- release/* - -resources: - repositories: - - repository: buildtools - type: git - name: aspnet-BuildTools - ref: refs/heads/release/2.2 - -phases: -- template: .vsts-pipelines/templates/project-ci.yml@buildtools diff --git a/.vsts-pipelines/builds/ci-public.yml b/.vsts-pipelines/builds/ci-public.yml deleted file mode 100644 index f5087d9c30..0000000000 --- a/.vsts-pipelines/builds/ci-public.yml +++ /dev/null @@ -1,15 +0,0 @@ -trigger: -- master -- release/* - -# See https://github.com/aspnet/BuildTools -resources: - repositories: - - repository: buildtools - type: github - endpoint: DotNet-Bot GitHub Connection - name: aspnet/BuildTools - ref: refs/heads/release/2.2 - -phases: -- template: .vsts-pipelines/templates/project-ci.yml@buildtools diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 64ff041d5c..0000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,4 +0,0 @@ -Contributing -====== - -Information on contributing to this repo is in the [Contributing Guide](https://github.com/aspnet/Home/blob/dev/CONTRIBUTING.md) in the Home repo. diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 7b2956ecee..0000000000 --- a/LICENSE.txt +++ /dev/null @@ -1,14 +0,0 @@ -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); you may not use -this file except in compliance with the License. You may obtain a copy of the -License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software distributed -under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the -specific language governing permissions and limitations under the License. diff --git a/NuGet.config b/NuGet.config deleted file mode 100644 index e32bddfd51..0000000000 --- a/NuGet.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/build.cmd b/build.cmd deleted file mode 100644 index c0050bda12..0000000000 --- a/build.cmd +++ /dev/null @@ -1,2 +0,0 @@ -@ECHO OFF -PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' default-build %*; exit $LASTEXITCODE" diff --git a/build.sh b/build.sh deleted file mode 100755 index 98a4b22765..0000000000 --- a/build.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -set -euo pipefail -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" - -# Call "sync" between "chmod" and execution to prevent "text file busy" error in Docker (aufs) -chmod +x "$DIR/run.sh"; sync -"$DIR/run.sh" default-build "$@" diff --git a/korebuild-lock.txt b/korebuild-lock.txt deleted file mode 100644 index 96fe3217ef..0000000000 --- a/korebuild-lock.txt +++ /dev/null @@ -1,2 +0,0 @@ -version:2.2.0-preview2-20181004.6 -commithash:c04c4b2f5018632647f96210ab01876661302dac diff --git a/korebuild.json b/korebuild.json deleted file mode 100644 index d217d06e3e..0000000000 --- a/korebuild.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.2/tools/korebuild.schema.json", - "channel": "release/2.2" -} diff --git a/run.cmd b/run.cmd deleted file mode 100644 index d52d5c7e68..0000000000 --- a/run.cmd +++ /dev/null @@ -1,2 +0,0 @@ -@ECHO OFF -PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' %*; exit $LASTEXITCODE" diff --git a/run.ps1 b/run.ps1 deleted file mode 100644 index 34604c7175..0000000000 --- a/run.ps1 +++ /dev/null @@ -1,209 +0,0 @@ -#!/usr/bin/env powershell -#requires -version 4 - -<# -.SYNOPSIS -Executes KoreBuild commands. - -.DESCRIPTION -Downloads korebuild if required. Then executes the KoreBuild command. To see available commands, execute with `-Command help`. - -.PARAMETER Command -The KoreBuild command to run. - -.PARAMETER Path -The folder to build. Defaults to the folder containing this script. - -.PARAMETER Channel -The channel of KoreBuild to download. Overrides the value from the config file. - -.PARAMETER DotNetHome -The directory where .NET Core tools will be stored. - -.PARAMETER ToolsSource -The base url where build tools can be downloaded. Overrides the value from the config file. - -.PARAMETER Update -Updates KoreBuild to the latest version even if a lock file is present. - -.PARAMETER Reinstall -Re-installs KoreBuild - -.PARAMETER ConfigFile -The path to the configuration file that stores values. Defaults to korebuild.json. - -.PARAMETER ToolsSourceSuffix -The Suffix to append to the end of the ToolsSource. Useful for query strings in blob stores. - -.PARAMETER CI -Sets up CI specific settings and variables. - -.PARAMETER Arguments -Arguments to be passed to the command - -.NOTES -This function will create a file $PSScriptRoot/korebuild-lock.txt. This lock file can be committed to source, but does not have to be. -When the lockfile is not present, KoreBuild will create one using latest available version from $Channel. - -The $ConfigFile is expected to be an JSON file. It is optional, and the configuration values in it are optional as well. Any options set -in the file are overridden by command line parameters. - -.EXAMPLE -Example config file: -```json -{ - "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/master/tools/korebuild.schema.json", - "channel": "master", - "toolsSource": "https://aspnetcore.blob.core.windows.net/buildtools" -} -``` -#> -[CmdletBinding(PositionalBinding = $false)] -param( - [Parameter(Mandatory = $true, Position = 0)] - [string]$Command, - [string]$Path = $PSScriptRoot, - [Alias('c')] - [string]$Channel, - [Alias('d')] - [string]$DotNetHome, - [Alias('s')] - [string]$ToolsSource, - [Alias('u')] - [switch]$Update, - [switch]$Reinstall, - [string]$ToolsSourceSuffix, - [string]$ConfigFile = $null, - [switch]$CI, - [Parameter(ValueFromRemainingArguments = $true)] - [string[]]$Arguments -) - -Set-StrictMode -Version 2 -$ErrorActionPreference = 'Stop' - -# -# Functions -# - -function Get-KoreBuild { - - $lockFile = Join-Path $Path 'korebuild-lock.txt' - - if (!(Test-Path $lockFile) -or $Update) { - Get-RemoteFile "$ToolsSource/korebuild/channels/$Channel/latest.txt" $lockFile $ToolsSourceSuffix - } - - $version = Get-Content $lockFile | Where-Object { $_ -like 'version:*' } | Select-Object -first 1 - if (!$version) { - Write-Error "Failed to parse version from $lockFile. Expected a line that begins with 'version:'" - } - $version = $version.TrimStart('version:').Trim() - $korebuildPath = Join-Paths $DotNetHome ('buildtools', 'korebuild', $version) - - if ($Reinstall -and (Test-Path $korebuildPath)) { - Remove-Item -Force -Recurse $korebuildPath - } - - if (!(Test-Path $korebuildPath)) { - Write-Host -ForegroundColor Magenta "Downloading KoreBuild $version" - New-Item -ItemType Directory -Path $korebuildPath | Out-Null - $remotePath = "$ToolsSource/korebuild/artifacts/$version/korebuild.$version.zip" - - try { - $tmpfile = Join-Path ([IO.Path]::GetTempPath()) "KoreBuild-$([guid]::NewGuid()).zip" - Get-RemoteFile $remotePath $tmpfile $ToolsSourceSuffix - if (Get-Command -Name 'Microsoft.PowerShell.Archive\Expand-Archive' -ErrorAction Ignore) { - # Use built-in commands where possible as they are cross-plat compatible - Microsoft.PowerShell.Archive\Expand-Archive -Path $tmpfile -DestinationPath $korebuildPath - } - else { - # Fallback to old approach for old installations of PowerShell - Add-Type -AssemblyName System.IO.Compression.FileSystem - [System.IO.Compression.ZipFile]::ExtractToDirectory($tmpfile, $korebuildPath) - } - } - catch { - Remove-Item -Recurse -Force $korebuildPath -ErrorAction Ignore - throw - } - finally { - Remove-Item $tmpfile -ErrorAction Ignore - } - } - - return $korebuildPath -} - -function Join-Paths([string]$path, [string[]]$childPaths) { - $childPaths | ForEach-Object { $path = Join-Path $path $_ } - return $path -} - -function Get-RemoteFile([string]$RemotePath, [string]$LocalPath, [string]$RemoteSuffix) { - if ($RemotePath -notlike 'http*') { - Copy-Item $RemotePath $LocalPath - return - } - - $retries = 10 - while ($retries -gt 0) { - $retries -= 1 - try { - Invoke-WebRequest -UseBasicParsing -Uri $($RemotePath + $RemoteSuffix) -OutFile $LocalPath - return - } - catch { - Write-Verbose "Request failed. $retries retries remaining" - } - } - - Write-Error "Download failed: '$RemotePath'." -} - -# -# Main -# - -# Load configuration or set defaults - -$Path = Resolve-Path $Path -if (!$ConfigFile) { $ConfigFile = Join-Path $Path 'korebuild.json' } - -if (Test-Path $ConfigFile) { - try { - $config = Get-Content -Raw -Encoding UTF8 -Path $ConfigFile | ConvertFrom-Json - if ($config) { - if (!($Channel) -and (Get-Member -Name 'channel' -InputObject $config)) { [string] $Channel = $config.channel } - if (!($ToolsSource) -and (Get-Member -Name 'toolsSource' -InputObject $config)) { [string] $ToolsSource = $config.toolsSource} - } - } - catch { - Write-Host -ForegroundColor Red $Error[0] - Write-Error "$ConfigFile contains invalid JSON." - exit 1 - } -} - -if (!$DotNetHome) { - $DotNetHome = if ($env:DOTNET_HOME) { $env:DOTNET_HOME } ` - elseif ($env:USERPROFILE) { Join-Path $env:USERPROFILE '.dotnet'} ` - elseif ($env:HOME) {Join-Path $env:HOME '.dotnet'}` - else { Join-Path $PSScriptRoot '.dotnet'} -} - -if (!$Channel) { $Channel = 'master' } -if (!$ToolsSource) { $ToolsSource = 'https://aspnetcore.blob.core.windows.net/buildtools' } - -# Execute - -$korebuildPath = Get-KoreBuild -Import-Module -Force -Scope Local (Join-Path $korebuildPath 'KoreBuild.psd1') - -try { - Set-KoreBuildSettings -ToolsSource $ToolsSource -DotNetHome $DotNetHome -RepoPath $Path -ConfigFile $ConfigFile -CI:$CI - Invoke-KoreBuildCommand $Command @Arguments -} -finally { - Remove-Module 'KoreBuild' -ErrorAction Ignore -} diff --git a/run.sh b/run.sh deleted file mode 100755 index 4c1fed5646..0000000000 --- a/run.sh +++ /dev/null @@ -1,256 +0,0 @@ -#!/usr/bin/env bash - -set -euo pipefail - -# -# variables -# - -RESET="\033[0m" -RED="\033[0;31m" -YELLOW="\033[0;33m" -MAGENTA="\033[0;95m" -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -[ -z "${DOTNET_HOME:-}" ] && DOTNET_HOME="$HOME/.dotnet" -verbose=false -update=false -reinstall=false -repo_path="$DIR" -channel='' -tools_source='' -tools_source_suffix='' -ci=false - -# -# Functions -# -__usage() { - echo "Usage: $(basename "${BASH_SOURCE[0]}") command [options] [[--] ...]" - echo "" - echo "Arguments:" - echo " command The command to be run." - echo " ... Arguments passed to the command. Variable number of arguments allowed." - echo "" - echo "Options:" - echo " --verbose Show verbose output." - echo " -c|--channel The channel of KoreBuild to download. Overrides the value from the config file.." - echo " --config-file The path to the configuration file that stores values. Defaults to korebuild.json." - echo " -d|--dotnet-home The directory where .NET Core tools will be stored. Defaults to '\$DOTNET_HOME' or '\$HOME/.dotnet." - echo " --path The directory to build. Defaults to the directory containing the script." - echo " -s|--tools-source|-ToolsSource The base url where build tools can be downloaded. Overrides the value from the config file." - echo " --tools-source-suffix|-ToolsSourceSuffix The suffix to append to tools-source. Useful for query strings." - echo " -u|--update Update to the latest KoreBuild even if the lock file is present." - echo " --reinstall Reinstall KoreBuild." - echo " --ci Apply CI specific settings and environment variables." - echo "" - echo "Description:" - echo " This function will create a file \$DIR/korebuild-lock.txt. This lock file can be committed to source, but does not have to be." - echo " When the lockfile is not present, KoreBuild will create one using latest available version from \$channel." - - if [[ "${1:-}" != '--no-exit' ]]; then - exit 2 - fi -} - -get_korebuild() { - local version - local lock_file="$repo_path/korebuild-lock.txt" - if [ ! -f "$lock_file" ] || [ "$update" = true ]; then - __get_remote_file "$tools_source/korebuild/channels/$channel/latest.txt" "$lock_file" "$tools_source_suffix" - fi - version="$(grep 'version:*' -m 1 "$lock_file")" - if [[ "$version" == '' ]]; then - __error "Failed to parse version from $lock_file. Expected a line that begins with 'version:'" - return 1 - fi - version="$(echo "${version#version:}" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')" - local korebuild_path="$DOTNET_HOME/buildtools/korebuild/$version" - - if [ "$reinstall" = true ] && [ -d "$korebuild_path" ]; then - rm -rf "$korebuild_path" - fi - - { - if [ ! -d "$korebuild_path" ]; then - mkdir -p "$korebuild_path" - local remote_path="$tools_source/korebuild/artifacts/$version/korebuild.$version.zip" - tmpfile="$(mktemp)" - echo -e "${MAGENTA}Downloading KoreBuild ${version}${RESET}" - if __get_remote_file "$remote_path" "$tmpfile" "$tools_source_suffix"; then - unzip -q -d "$korebuild_path" "$tmpfile" - fi - rm "$tmpfile" || true - fi - - source "$korebuild_path/KoreBuild.sh" - } || { - if [ -d "$korebuild_path" ]; then - echo "Cleaning up after failed installation" - rm -rf "$korebuild_path" || true - fi - return 1 - } -} - -__error() { - echo -e "${RED}error: $*${RESET}" 1>&2 -} - -__warn() { - echo -e "${YELLOW}warning: $*${RESET}" -} - -__machine_has() { - hash "$1" > /dev/null 2>&1 - return $? -} - -__get_remote_file() { - local remote_path=$1 - local local_path=$2 - local remote_path_suffix=$3 - - if [[ "$remote_path" != 'http'* ]]; then - cp "$remote_path" "$local_path" - return 0 - fi - - local failed=false - if __machine_has wget; then - wget --tries 10 --quiet -O "$local_path" "${remote_path}${remote_path_suffix}" || failed=true - else - failed=true - fi - - if [ "$failed" = true ] && __machine_has curl; then - failed=false - curl --retry 10 -sSL -f --create-dirs -o "$local_path" "${remote_path}${remote_path_suffix}" || failed=true - fi - - if [ "$failed" = true ]; then - __error "Download failed: $remote_path" 1>&2 - return 1 - fi -} - -# -# main -# - -command="${1:-}" -shift - -while [[ $# -gt 0 ]]; do - case $1 in - -\?|-h|--help) - __usage --no-exit - exit 0 - ;; - -c|--channel|-Channel) - shift - channel="${1:-}" - [ -z "$channel" ] && __usage - ;; - --config-file|-ConfigFile) - shift - config_file="${1:-}" - [ -z "$config_file" ] && __usage - if [ ! -f "$config_file" ]; then - __error "Invalid value for --config-file. $config_file does not exist." - exit 1 - fi - ;; - -d|--dotnet-home|-DotNetHome) - shift - DOTNET_HOME="${1:-}" - [ -z "$DOTNET_HOME" ] && __usage - ;; - --path|-Path) - shift - repo_path="${1:-}" - [ -z "$repo_path" ] && __usage - ;; - -s|--tools-source|-ToolsSource) - shift - tools_source="${1:-}" - [ -z "$tools_source" ] && __usage - ;; - --tools-source-suffix|-ToolsSourceSuffix) - shift - tools_source_suffix="${1:-}" - [ -z "$tools_source_suffix" ] && __usage - ;; - -u|--update|-Update) - update=true - ;; - --reinstall|-[Rr]einstall) - reinstall=true - ;; - --ci|-[Cc][Ii]) - ci=true - ;; - --verbose|-Verbose) - verbose=true - ;; - --) - shift - break - ;; - *) - break - ;; - esac - shift -done - -if ! __machine_has unzip; then - __error 'Missing required command: unzip' - exit 1 -fi - -if ! __machine_has curl && ! __machine_has wget; then - __error 'Missing required command. Either wget or curl is required.' - exit 1 -fi - -[ -z "${config_file:-}" ] && config_file="$repo_path/korebuild.json" -if [ -f "$config_file" ]; then - if __machine_has jq ; then - if jq '.' "$config_file" >/dev/null ; then - config_channel="$(jq -r 'select(.channel!=null) | .channel' "$config_file")" - config_tools_source="$(jq -r 'select(.toolsSource!=null) | .toolsSource' "$config_file")" - else - __error "$config_file contains invalid JSON." - exit 1 - fi - elif __machine_has python ; then - if python -c "import json,codecs;obj=json.load(codecs.open('$config_file', 'r', 'utf-8-sig'))" >/dev/null ; then - config_channel="$(python -c "import json,codecs;obj=json.load(codecs.open('$config_file', 'r', 'utf-8-sig'));print(obj['channel'] if 'channel' in obj else '')")" - config_tools_source="$(python -c "import json,codecs;obj=json.load(codecs.open('$config_file', 'r', 'utf-8-sig'));print(obj['toolsSource'] if 'toolsSource' in obj else '')")" - else - __error "$config_file contains invalid JSON." - exit 1 - fi - elif __machine_has python3 ; then - if python3 -c "import json,codecs;obj=json.load(codecs.open('$config_file', 'r', 'utf-8-sig'))" >/dev/null ; then - config_channel="$(python3 -c "import json,codecs;obj=json.load(codecs.open('$config_file', 'r', 'utf-8-sig'));print(obj['channel'] if 'channel' in obj else '')")" - config_tools_source="$(python3 -c "import json,codecs;obj=json.load(codecs.open('$config_file', 'r', 'utf-8-sig'));print(obj['toolsSource'] if 'toolsSource' in obj else '')")" - else - __error "$config_file contains invalid JSON." - exit 1 - fi - else - __error 'Missing required command: jq or python. Could not parse the JSON file.' - exit 1 - fi - - [ ! -z "${config_channel:-}" ] && channel="$config_channel" - [ ! -z "${config_tools_source:-}" ] && tools_source="$config_tools_source" -fi - -[ -z "$channel" ] && channel='master' -[ -z "$tools_source" ] && tools_source='https://aspnetcore.blob.core.windows.net/buildtools' - -get_korebuild -set_korebuildsettings "$tools_source" "$DOTNET_HOME" "$repo_path" "$config_file" "$ci" -invoke_korebuild_command "$command" "$@" diff --git a/.gitignore b/src/AzureIntegration/.gitignore similarity index 100% rename from .gitignore rename to src/AzureIntegration/.gitignore diff --git a/AzureIntegration.sln b/src/AzureIntegration/AzureIntegration.sln similarity index 100% rename from AzureIntegration.sln rename to src/AzureIntegration/AzureIntegration.sln diff --git a/Directory.Build.props b/src/AzureIntegration/Directory.Build.props similarity index 100% rename from Directory.Build.props rename to src/AzureIntegration/Directory.Build.props diff --git a/Directory.Build.targets b/src/AzureIntegration/Directory.Build.targets similarity index 100% rename from Directory.Build.targets rename to src/AzureIntegration/Directory.Build.targets diff --git a/NuGetPackageVerifier.json b/src/AzureIntegration/NuGetPackageVerifier.json similarity index 100% rename from NuGetPackageVerifier.json rename to src/AzureIntegration/NuGetPackageVerifier.json diff --git a/README.md b/src/AzureIntegration/README.md similarity index 100% rename from README.md rename to src/AzureIntegration/README.md diff --git a/build/Key.snk b/src/AzureIntegration/build/Key.snk similarity index 100% rename from build/Key.snk rename to src/AzureIntegration/build/Key.snk diff --git a/build/dependencies.props b/src/AzureIntegration/build/dependencies.props similarity index 100% rename from build/dependencies.props rename to src/AzureIntegration/build/dependencies.props diff --git a/build/hostingstartup.targets b/src/AzureIntegration/build/hostingstartup.targets similarity index 100% rename from build/hostingstartup.targets rename to src/AzureIntegration/build/hostingstartup.targets diff --git a/build/repo.props b/src/AzureIntegration/build/repo.props similarity index 100% rename from build/repo.props rename to src/AzureIntegration/build/repo.props diff --git a/build/repo.targets b/src/AzureIntegration/build/repo.targets similarity index 100% rename from build/repo.targets rename to src/AzureIntegration/build/repo.targets diff --git a/build/sources.props b/src/AzureIntegration/build/sources.props similarity index 100% rename from build/sources.props rename to src/AzureIntegration/build/sources.props diff --git a/extensions/Directory.Build.props b/src/AzureIntegration/extensions/Directory.Build.props similarity index 100% rename from extensions/Directory.Build.props rename to src/AzureIntegration/extensions/Directory.Build.props diff --git a/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj b/src/AzureIntegration/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj similarity index 100% rename from extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj rename to src/AzureIntegration/extensions/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj diff --git a/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj b/src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj similarity index 100% rename from extensions/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj rename to src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj diff --git a/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/applicationHost.xdt b/src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/applicationHost.xdt similarity index 100% rename from extensions/Microsoft.AspNetCore.Runtime.SiteExtension/applicationHost.xdt rename to src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/applicationHost.xdt diff --git a/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/install.cmd b/src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/install.cmd similarity index 100% rename from extensions/Microsoft.AspNetCore.Runtime.SiteExtension/install.cmd rename to src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/install.cmd diff --git a/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/scmApplicationHost.xdt b/src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/scmApplicationHost.xdt similarity index 100% rename from extensions/Microsoft.AspNetCore.Runtime.SiteExtension/scmApplicationHost.xdt rename to src/AzureIntegration/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/scmApplicationHost.xdt diff --git a/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/ApplicationInsightsHostingStartupSample.csproj diff --git a/sample/ApplicationInsightsHostingStartupSample/Controllers/HomeController.cs b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Controllers/HomeController.cs similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Controllers/HomeController.cs rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Controllers/HomeController.cs diff --git a/sample/ApplicationInsightsHostingStartupSample/CurrentResponseTelemetryChannel.cs b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/CurrentResponseTelemetryChannel.cs similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/CurrentResponseTelemetryChannel.cs rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/CurrentResponseTelemetryChannel.cs diff --git a/sample/ApplicationInsightsHostingStartupSample/Properties/launchSettings.json b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Properties/launchSettings.json similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Properties/launchSettings.json rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Properties/launchSettings.json diff --git a/sample/ApplicationInsightsHostingStartupSample/Startup.cs b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Startup.cs similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Startup.cs rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Startup.cs diff --git a/sample/ApplicationInsightsHostingStartupSample/Views/Home/ScriptCheck.cshtml b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/Home/ScriptCheck.cshtml similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Views/Home/ScriptCheck.cshtml rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/Home/ScriptCheck.cshtml diff --git a/sample/ApplicationInsightsHostingStartupSample/Views/Shared/_Layout.cshtml b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/Shared/_Layout.cshtml similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Views/Shared/_Layout.cshtml rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/Shared/_Layout.cshtml diff --git a/sample/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/_ViewImports.cshtml diff --git a/sample/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/Views/_ViewStart.cshtml diff --git a/sample/ApplicationInsightsHostingStartupSample/appsettings.Development.json b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/appsettings.Development.json similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/appsettings.Development.json rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/appsettings.Development.json diff --git a/sample/ApplicationInsightsHostingStartupSample/appsettings.json b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/appsettings.json similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/appsettings.json rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/appsettings.json diff --git a/sample/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json b/src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json similarity index 100% rename from sample/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json rename to src/AzureIntegration/sample/ApplicationInsightsHostingStartupSample/home/site/diagnostics/ApplicationInsights.settings.json diff --git a/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj b/src/AzureIntegration/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj similarity index 100% rename from sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj rename to src/AzureIntegration/sample/AzureAppServicesHostingStartupSample/AzureAppServicesHostingStartupSample.csproj diff --git a/sample/AzureAppServicesHostingStartupSample/Properties/launchSettings.json b/src/AzureIntegration/sample/AzureAppServicesHostingStartupSample/Properties/launchSettings.json similarity index 100% rename from sample/AzureAppServicesHostingStartupSample/Properties/launchSettings.json rename to src/AzureIntegration/sample/AzureAppServicesHostingStartupSample/Properties/launchSettings.json diff --git a/sample/AzureAppServicesHostingStartupSample/Startup.cs b/src/AzureIntegration/sample/AzureAppServicesHostingStartupSample/Startup.cs similarity index 100% rename from sample/AzureAppServicesHostingStartupSample/Startup.cs rename to src/AzureIntegration/sample/AzureAppServicesHostingStartupSample/Startup.cs diff --git a/sample/AzureAppServicesSample/AzureAppServicesSample.csproj b/src/AzureIntegration/sample/AzureAppServicesSample/AzureAppServicesSample.csproj similarity index 100% rename from sample/AzureAppServicesSample/AzureAppServicesSample.csproj rename to src/AzureIntegration/sample/AzureAppServicesSample/AzureAppServicesSample.csproj diff --git a/sample/AzureAppServicesSample/Properties/launchSettings.json b/src/AzureIntegration/sample/AzureAppServicesSample/Properties/launchSettings.json similarity index 100% rename from sample/AzureAppServicesSample/Properties/launchSettings.json rename to src/AzureIntegration/sample/AzureAppServicesSample/Properties/launchSettings.json diff --git a/sample/AzureAppServicesSample/Startup.cs b/src/AzureIntegration/sample/AzureAppServicesSample/Startup.cs similarity index 100% rename from sample/AzureAppServicesSample/Startup.cs rename to src/AzureIntegration/sample/AzureAppServicesSample/Startup.cs diff --git a/src/Directory.Build.props b/src/AzureIntegration/src/Directory.Build.props similarity index 100% rename from src/Directory.Build.props rename to src/AzureIntegration/src/Directory.Build.props diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsLoggerStartupFilter.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsLoggerStartupFilter.cs similarity index 100% rename from src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsLoggerStartupFilter.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsLoggerStartupFilter.cs diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsStartupLoader.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsStartupLoader.cs similarity index 100% rename from src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsStartupLoader.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/ApplicationInsightsStartupLoader.cs diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/JavaScriptSnippetTagHelperComponent.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/JavaScriptSnippetTagHelperComponent.cs similarity index 100% rename from src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/JavaScriptSnippetTagHelperComponent.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/JavaScriptSnippetTagHelperComponent.cs diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj b/src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj similarity index 100% rename from src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj rename to src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/Microsoft.AspNetCore.ApplicationInsights.HostingStartup.csproj diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netcore.json b/src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netcore.json rename to src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netcore.json diff --git a/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netframework.json b/src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netframework.json similarity index 100% rename from src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netframework.json rename to src/AzureIntegration/src/Microsoft.AspNetCore.ApplicationInsights.HostingStartup/baseline.netframework.json diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AssemblyInfo.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AssemblyInfo.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/AzureAppServicesHostingStartup.cs diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/HostingStartupConfigurationExtensions.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/HostingStartupConfigurationExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/HostingStartupConfigurationExtensions.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/HostingStartupConfigurationExtensions.cs diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netcore.json b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netcore.json rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netcore.json diff --git a/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netframework.json b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netframework.json similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netframework.json rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup/baseline.netframework.json diff --git a/src/Microsoft.AspNetCore.AzureAppServicesIntegration/AppServicesWebHostBuilderExtensions.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/AppServicesWebHostBuilderExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServicesIntegration/AppServicesWebHostBuilderExtensions.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/AppServicesWebHostBuilderExtensions.cs diff --git a/src/Microsoft.AspNetCore.AzureAppServicesIntegration/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServicesIntegration/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj diff --git a/src/Microsoft.AspNetCore.AzureAppServicesIntegration/Properties/AssemblyInfo.cs b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServicesIntegration/Properties/AssemblyInfo.cs rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.AzureAppServicesIntegration/baseline.netcore.json b/src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.AzureAppServicesIntegration/baseline.netcore.json rename to src/AzureIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration/baseline.netcore.json diff --git a/src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetectionResult.cs b/src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetectionResult.cs similarity index 100% rename from src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetectionResult.cs rename to src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetectionResult.cs diff --git a/src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetector.cs b/src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetector.cs similarity index 100% rename from src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetector.cs rename to src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/AppModelDetector.cs diff --git a/src/Microsoft.Extensions.ApplicationModelDetection/Microsoft.Extensions.ApplicationModelDetection.csproj b/src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/Microsoft.Extensions.ApplicationModelDetection.csproj similarity index 100% rename from src/Microsoft.Extensions.ApplicationModelDetection/Microsoft.Extensions.ApplicationModelDetection.csproj rename to src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/Microsoft.Extensions.ApplicationModelDetection.csproj diff --git a/src/Microsoft.Extensions.ApplicationModelDetection/RuntimeFramework.cs b/src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/RuntimeFramework.cs similarity index 100% rename from src/Microsoft.Extensions.ApplicationModelDetection/RuntimeFramework.cs rename to src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/RuntimeFramework.cs diff --git a/src/Microsoft.Extensions.ApplicationModelDetection/baseline.netcore.json b/src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/baseline.netcore.json similarity index 100% rename from src/Microsoft.Extensions.ApplicationModelDetection/baseline.netcore.json rename to src/AzureIntegration/src/Microsoft.Extensions.ApplicationModelDetection/baseline.netcore.json diff --git a/src/Microsoft.Web.Xdt.Extensions/InsertOrAppendAttribute.cs b/src/AzureIntegration/src/Microsoft.Web.Xdt.Extensions/InsertOrAppendAttribute.cs similarity index 100% rename from src/Microsoft.Web.Xdt.Extensions/InsertOrAppendAttribute.cs rename to src/AzureIntegration/src/Microsoft.Web.Xdt.Extensions/InsertOrAppendAttribute.cs diff --git a/src/Microsoft.Web.Xdt.Extensions/Microsoft.Web.Xdt.Extensions.csproj b/src/AzureIntegration/src/Microsoft.Web.Xdt.Extensions/Microsoft.Web.Xdt.Extensions.csproj similarity index 100% rename from src/Microsoft.Web.Xdt.Extensions/Microsoft.Web.Xdt.Extensions.csproj rename to src/AzureIntegration/src/Microsoft.Web.Xdt.Extensions/Microsoft.Web.Xdt.Extensions.csproj diff --git a/src/Microsoft.Web.Xdt.Extensions/baseline.netframework.json b/src/AzureIntegration/src/Microsoft.Web.Xdt.Extensions/baseline.netframework.json similarity index 100% rename from src/Microsoft.Web.Xdt.Extensions/baseline.netframework.json rename to src/AzureIntegration/src/Microsoft.Web.Xdt.Extensions/baseline.netframework.json diff --git a/test/ApplicationInsights.HostingStartup.Tests/AfterScript.html b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/AfterScript.html similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/AfterScript.html rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/AfterScript.html diff --git a/test/ApplicationInsights.HostingStartup.Tests/ApplicationInsights.HostingStartup.Tests.csproj b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/ApplicationInsights.HostingStartup.Tests.csproj similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/ApplicationInsights.HostingStartup.Tests.csproj rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/ApplicationInsights.HostingStartup.Tests.csproj diff --git a/test/ApplicationInsights.HostingStartup.Tests/BeforeScript.html b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/BeforeScript.html similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/BeforeScript.html rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/BeforeScript.html diff --git a/test/ApplicationInsights.HostingStartup.Tests/FunctionalTest.cs b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/FunctionalTest.cs similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/FunctionalTest.cs rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/FunctionalTest.cs diff --git a/test/ApplicationInsights.HostingStartup.Tests/JavaScriptSnippetTest.cs b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/JavaScriptSnippetTest.cs similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/JavaScriptSnippetTest.cs rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/JavaScriptSnippetTest.cs diff --git a/test/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/LoggingTest.cs diff --git a/test/ApplicationInsights.HostingStartup.Tests/Properties/AssemblyInfo.cs b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/Properties/AssemblyInfo.cs similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/Properties/AssemblyInfo.cs rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/Properties/AssemblyInfo.cs diff --git a/test/ApplicationInsights.HostingStartup.Tests/Rendered.html b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/Rendered.html similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/Rendered.html rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/Rendered.html diff --git a/test/ApplicationInsights.HostingStartup.Tests/Validator.cs b/src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/Validator.cs similarity index 100% rename from test/ApplicationInsights.HostingStartup.Tests/Validator.cs rename to src/AzureIntegration/test/ApplicationInsights.HostingStartup.Tests/Validator.cs diff --git a/test/Directory.Build.props b/src/AzureIntegration/test/Directory.Build.props similarity index 100% rename from test/Directory.Build.props rename to src/AzureIntegration/test/Directory.Build.props diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AppServicesWithSiteExtensions.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AppServicesWithSiteExtensions.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AppServicesWithSiteExtensions.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AppServicesWithSiteExtensions.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/.bowerrc b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/.bowerrc similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/.bowerrc rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/.bowerrc diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Controllers/HomeController.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Controllers/HomeController.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Controllers/HomeController.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Controllers/HomeController.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Program.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Program.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Program.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Program.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Startup.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Startup.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Startup.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Startup.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/About.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/About.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/About.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/About.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Contact.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Contact.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Contact.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Contact.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Index.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Index.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Index.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Home/Index.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/Error.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/Error.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/Error.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/Error.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_Layout.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_Layout.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_Layout.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_Layout.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_ValidationScriptsPartial.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_ValidationScriptsPartial.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewImports.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewImports.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewImports.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewImports.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewStart.cshtml b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewStart.cshtml similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewStart.cshtml rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/Views/_ViewStart.cshtml diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.Development.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.Development.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.Development.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.Development.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/appsettings.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bower.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bower.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bower.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bower.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bundleconfig.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bundleconfig.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bundleconfig.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/bundleconfig.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.css b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.css similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.css rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.css diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.min.css b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.min.css similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.min.css rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/css/site.min.css diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/favicon.ico b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/favicon.ico similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/favicon.ico rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/favicon.ico diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner1.svg b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner1.svg similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner1.svg rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner1.svg diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner2.svg b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner2.svg similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner2.svg rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner2.svg diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner3.svg b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner3.svg similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner3.svg rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner3.svg diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner4.svg b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner4.svg similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner4.svg rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/images/banner4.svg diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.min.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.min.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.min.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/js/site.min.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/.bower.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/.bower.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/.bower.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/.bower.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/LICENSE b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/LICENSE rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/LICENSE diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.css.map diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap-theme.min.css.map diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.eot diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.svg diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/npm.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/npm.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/npm.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/bootstrap/dist/js/npm.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/.bower.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/.bower.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/.bower.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/.bower.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/.bower.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/.bower.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/.bower.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/.bower.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/LICENSE.md b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/LICENSE.md similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/LICENSE.md rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/LICENSE.md diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.min.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.min.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.min.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/additional-methods.min.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/.bower.json b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/.bower.json similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/.bower.json rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/.bower.json diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/LICENSE.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/LICENSE.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/LICENSE.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.js b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.js rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.map b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.map rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xMvc/wwwroot/lib/jquery/dist/jquery.min.map diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Program.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Program.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Program.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Program.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Startup.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Startup.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Startup.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/AspNetCore1xWeb/Startup.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.5.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.5.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.5.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.5.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.6.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.6.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.6.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.0.6.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.2.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.2.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.2.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.2.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.3.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.3.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.3.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.Git.1.1.3.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.5.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.5.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.5.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.5.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.6.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.6.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.6.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.0.6.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.2.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.2.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.2.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.2.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.3.txt b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.3.txt similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.3.txt rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/DotNetCache.WebDeploy.1.1.3.txt diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.mvc.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.mvc.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.mvc.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.mvc.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.web.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.web.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.web.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.5.web.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.mvc.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.mvc.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.mvc.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.mvc.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.web.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.web.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.web.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.0.6.web.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.mvc.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.mvc.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.mvc.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.mvc.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.web.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.web.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.web.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.2.web.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.mvc.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.mvc.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.mvc.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.mvc.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.web.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.web.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.web.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/Legacy.1.1.3.web.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.5.config b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.5.config similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.5.config rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.5.config diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.6.config b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.6.config similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.6.config rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.0.6.config diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.2.config b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.2.config similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.2.config rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.2.config diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.3.config b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.3.config similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.3.config rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.1.1.3.config diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/NuGet.latest.config diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/RuntimeInformationMiddleware.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/RuntimeInformationMiddleware.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/RuntimeInformationMiddleware.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Assets/RuntimeInformationMiddleware.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureCollection.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureCollection.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureCollection.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureCollection.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureFixture.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureFixture.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureFixture.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/AzureFixture.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/CommandResult.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/CommandResult.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/CommandResult.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/CommandResult.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.props.template b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.props.template similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.props.template rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.props.template diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.targets.template b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.targets.template similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.targets.template rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Directory.Build.targets.template diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/LoggingInterceptor.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/LoggingInterceptor.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/LoggingInterceptor.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/LoggingInterceptor.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Microsoft.AspNetCore.AzureAppServices.FunctionalTests.csproj diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/NuGet.config.template b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/NuGet.config.template similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/NuGet.config.template rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/NuGet.config.template diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PathUtilities.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PathUtilities.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PathUtilities.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PathUtilities.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PerLoggerSink.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PerLoggerSink.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PerLoggerSink.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/PerLoggerSink.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Program.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Program.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Program.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/Program.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/README.md b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/README.md similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/README.md rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/README.md diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TemplateFunctionalTests.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TestCommand.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TestCommand.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TestCommand.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/TestCommand.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppDeploymentKind.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppDeploymentKind.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppDeploymentKind.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppDeploymentKind.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppExtensions.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppExtensions.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppExtensions.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/WebAppExtensions.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/global.json.template b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/global.json.template similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/global.json.template rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServices.FunctionalTests/global.json.template diff --git a/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/AppServicesWebHostBuilderExtensionsTest.cs b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/AppServicesWebHostBuilderExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/AppServicesWebHostBuilderExtensionsTest.cs rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/AppServicesWebHostBuilderExtensionsTest.cs diff --git a/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests.csproj b/src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests.csproj similarity index 100% rename from test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests.csproj rename to src/AzureIntegration/test/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests/Microsoft.AspNetCore.AzureAppServicesIntegration.Tests.csproj diff --git a/test/Microsoft.Extensions.ApplicationModelDetection.Tests/AppModelTests.cs b/src/AzureIntegration/test/Microsoft.Extensions.ApplicationModelDetection.Tests/AppModelTests.cs similarity index 100% rename from test/Microsoft.Extensions.ApplicationModelDetection.Tests/AppModelTests.cs rename to src/AzureIntegration/test/Microsoft.Extensions.ApplicationModelDetection.Tests/AppModelTests.cs diff --git a/test/Microsoft.Extensions.ApplicationModelDetection.Tests/Microsoft.Extensions.ApplicationModelDetection.Tests.csproj b/src/AzureIntegration/test/Microsoft.Extensions.ApplicationModelDetection.Tests/Microsoft.Extensions.ApplicationModelDetection.Tests.csproj similarity index 100% rename from test/Microsoft.Extensions.ApplicationModelDetection.Tests/Microsoft.Extensions.ApplicationModelDetection.Tests.csproj rename to src/AzureIntegration/test/Microsoft.Extensions.ApplicationModelDetection.Tests/Microsoft.Extensions.ApplicationModelDetection.Tests.csproj diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/InsertOrAppendAttributeTests.cs b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/InsertOrAppendAttributeTests.cs similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/InsertOrAppendAttributeTests.cs rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/InsertOrAppendAttributeTests.cs diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/Microsoft.Web.Xdt.Extensions.Tests.csproj b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/Microsoft.Web.Xdt.Extensions.Tests.csproj similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/Microsoft.Web.Xdt.Extensions.Tests.csproj rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/Microsoft.Web.Xdt.Extensions.Tests.csproj diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/config_empty.xml b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_empty.xml similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/config_empty.xml rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_empty.xml diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingemptyvalue.xml b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingemptyvalue.xml similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/config_existingemptyvalue.xml rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingemptyvalue.xml diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingline.xml b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingline.xml similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/config_existingline.xml rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingline.xml diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingvalue.xml b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingvalue.xml similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/config_existingvalue.xml rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/config_existingvalue.xml diff --git a/test/Microsoft.Web.Xdt.Extensions.Tests/transform.xdt b/src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/transform.xdt similarity index 100% rename from test/Microsoft.Web.Xdt.Extensions.Tests/transform.xdt rename to src/AzureIntegration/test/Microsoft.Web.Xdt.Extensions.Tests/transform.xdt diff --git a/version.props b/src/AzureIntegration/version.props similarity index 100% rename from version.props rename to src/AzureIntegration/version.props