|
@@ -60,7 +60,8 @@ namespace FunctionalTests
|
|
|
|
|
|
|
|
private static async Task<SamplesDeploymentResult> CreateDeployments(ILoggerFactory loggerFactory)
|
|
private static async Task<SamplesDeploymentResult> CreateDeployments(ILoggerFactory loggerFactory)
|
|
|
{
|
|
{
|
|
|
- var solutionPath = TestPathUtilities.GetSolutionRootDirectory("CORS");
|
|
|
|
|
|
|
+ var solutionPath = TestPathUtilities.GetSolutionRootDirectory("Middleware");
|
|
|
|
|
+
|
|
|
var configuration =
|
|
var configuration =
|
|
|
#if RELEASE
|
|
#if RELEASE
|
|
|
"Release";
|
|
"Release";
|
|
@@ -73,7 +74,7 @@ namespace FunctionalTests
|
|
|
TargetFramework = "netcoreapp3.0",
|
|
TargetFramework = "netcoreapp3.0",
|
|
|
RuntimeFlavor = RuntimeFlavor.CoreClr,
|
|
RuntimeFlavor = RuntimeFlavor.CoreClr,
|
|
|
ServerType = ServerType.Kestrel,
|
|
ServerType = ServerType.Kestrel,
|
|
|
- ApplicationPath = Path.Combine(solutionPath, "samples", "SampleDestination"),
|
|
|
|
|
|
|
+ ApplicationPath = Path.Combine(solutionPath, "CORS", "samples", "SampleDestination"),
|
|
|
PublishApplicationBeforeDeployment = false,
|
|
PublishApplicationBeforeDeployment = false,
|
|
|
ApplicationType = ApplicationType.Portable,
|
|
ApplicationType = ApplicationType.Portable,
|
|
|
Configuration = configuration,
|
|
Configuration = configuration,
|
|
@@ -87,7 +88,7 @@ namespace FunctionalTests
|
|
|
TargetFramework = "netcoreapp3.0",
|
|
TargetFramework = "netcoreapp3.0",
|
|
|
RuntimeFlavor = RuntimeFlavor.CoreClr,
|
|
RuntimeFlavor = RuntimeFlavor.CoreClr,
|
|
|
ServerType = ServerType.Kestrel,
|
|
ServerType = ServerType.Kestrel,
|
|
|
- ApplicationPath = Path.Combine(solutionPath, "samples", "SampleOrigin"),
|
|
|
|
|
|
|
+ ApplicationPath = Path.Combine(solutionPath, "CORS", "samples", "SampleOrigin"),
|
|
|
PublishApplicationBeforeDeployment = false,
|
|
PublishApplicationBeforeDeployment = false,
|
|
|
ApplicationType = ApplicationType.Portable,
|
|
ApplicationType = ApplicationType.Portable,
|
|
|
Configuration = configuration,
|
|
Configuration = configuration,
|