@@ -98,7 +98,7 @@ public void KpmBundleWebApp_RootAsPublicFolder(DisposableDir runtimeHomeDir)
98
98
</appSettings>
99
99
</configuration>" , Constants . WebConfigKpmPackagePath ,
100
100
Constants . WebConfigBootstrapperVersion ,
101
- Constants . WebConfigPackagesPath ,
101
+ Constants . WebConfigRuntimePath ,
102
102
Constants . WebConfigRuntimeVersion ,
103
103
Constants . WebConfigRuntimeFlavor ,
104
104
Constants . WebConfigRuntimeAppBase ) ;
@@ -197,7 +197,7 @@ public void KpmBundleWebApp_SubfolderAsPublicFolder(DisposableDir runtimeHomeDir
197
197
</appSettings>
198
198
</configuration>" , Constants . WebConfigKpmPackagePath ,
199
199
Constants . WebConfigBootstrapperVersion ,
200
- Constants . WebConfigPackagesPath ,
200
+ Constants . WebConfigRuntimePath ,
201
201
Constants . WebConfigRuntimeVersion ,
202
202
Constants . WebConfigRuntimeFlavor ,
203
203
Constants . WebConfigRuntimeAppBase ) ;
@@ -689,7 +689,7 @@ public void KpmBundleWebApp_CopyExistingWebConfig(DisposableDir runtimeHomeDir)
689
689
</appSettings>
690
690
</configuration>" , Constants . WebConfigKpmPackagePath ,
691
691
Constants . WebConfigBootstrapperVersion ,
692
- Constants . WebConfigPackagesPath ,
692
+ Constants . WebConfigRuntimePath ,
693
693
Constants . WebConfigRuntimeVersion ,
694
694
Constants . WebConfigRuntimeFlavor ,
695
695
Constants . WebConfigRuntimeAppBase ) ;
@@ -765,7 +765,7 @@ public void KpmBundleWebApp_UpdateExistingWebConfig(DisposableDir runtimeHomeDir
765
765
</appSettings>
766
766
</configuration>" , Constants . WebConfigKpmPackagePath ,
767
767
Constants . WebConfigBootstrapperVersion ,
768
- Constants . WebConfigPackagesPath ,
768
+ Constants . WebConfigRuntimePath ,
769
769
Constants . WebConfigRuntimeVersion ,
770
770
Constants . WebConfigRuntimeFlavor ,
771
771
Constants . WebConfigRuntimeAppBase ) ;
@@ -786,7 +786,7 @@ public void KpmBundleWebApp_UpdateExistingWebConfig(DisposableDir runtimeHomeDir
786
786
</appSettings>
787
787
</configuration>" , Constants . WebConfigKpmPackagePath ,
788
788
Constants . WebConfigBootstrapperVersion ,
789
- Constants . WebConfigPackagesPath ,
789
+ Constants . WebConfigRuntimePath ,
790
790
Constants . WebConfigRuntimeVersion ,
791
791
Constants . WebConfigRuntimeFlavor ,
792
792
Constants . WebConfigRuntimeAppBase ) ;
0 commit comments