Merge pull request #3663 from aspnet/release/2.2

Revert restarting was when installing ANCM (#3662)
This commit is contained in:
Justin Kotalik 2018-10-17 22:45:39 -07:00 committed by GitHub
commit 22c737c3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -219,12 +219,6 @@
<?endif ?>
</Directory>
<Component Id="RestartServices" Guid="f1ff9f73-1cf2-4493-9331-569679c285be" Directory="IISInstallDir">
<CreateFolder/>
<ServiceControl Id="NetStopWas" Name="was" Stop="both" Wait="yes" />
<ServiceControl Id="NetStartWas" Name="w3svc" Start="both" Wait="yes" />
</Component>
<!-- Feature Definition -->
<Feature Id="AspNetCoreModuleFeature" Title="!(loc.AspNetCoreModuleProductTitle)" Description="!(loc.AspNetCoreModuleProductDescription)" Level="1">
<ComponentRef Id="C_DiscoverabilityKey"/>
@ -236,7 +230,6 @@
<ComponentRef Id="AspNetCoreModuleV2.wow"/>
<ComponentRef Id="AspNetCoreModuleHandler.wow"/>
<?endif ?>
<ComponentRef Id="RestartServices" />
</Feature>
<!-- User Interface -->