@@ -60,7 +60,7 @@ public async Task RunClientTests()
60
60
61
61
private static async Task < SamplesDeploymentResult > CreateDeployments ( ILoggerFactory loggerFactory )
62
62
{
63
- var solutionPath = TestPathUtilities . GetSolutionRootDirectory ( "CORS " ) ;
63
+ var solutionPath = TestPathUtilities . GetSolutionRootDirectory ( "Middleware " ) ;
64
64
65
65
var runtimeFlavor = GetRuntimeFlavor ( ) ;
66
66
var applicationType = runtimeFlavor == RuntimeFlavor . Clr ? ApplicationType . Standalone : ApplicationType . Portable ;
@@ -76,7 +76,7 @@ private static async Task<SamplesDeploymentResult> CreateDeployments(ILoggerFact
76
76
{
77
77
RuntimeFlavor = runtimeFlavor ,
78
78
ServerType = ServerType . Kestrel ,
79
- ApplicationPath = Path . Combine ( solutionPath , "samples" , "SampleDestination" ) ,
79
+ ApplicationPath = Path . Combine ( solutionPath , "CORS" , " samples", "SampleDestination" ) ,
80
80
PublishApplicationBeforeDeployment = false ,
81
81
ApplicationType = applicationType ,
82
82
Configuration = configuration ,
@@ -89,7 +89,7 @@ private static async Task<SamplesDeploymentResult> CreateDeployments(ILoggerFact
89
89
{
90
90
RuntimeFlavor = runtimeFlavor ,
91
91
ServerType = ServerType . Kestrel ,
92
- ApplicationPath = Path . Combine ( solutionPath , "samples" , "SampleOrigin" ) ,
92
+ ApplicationPath = Path . Combine ( solutionPath , "CORS" , " samples", "SampleOrigin" ) ,
93
93
PublishApplicationBeforeDeployment = false ,
94
94
ApplicationType = applicationType ,
95
95
Configuration = configuration ,
0 commit comments