Skip to content

Commit

Permalink
Merge pull request #3663 from aspnet/release/2.2
Browse files Browse the repository at this point in the history
Revert restarting was when installing ANCM (#3662)
  • Loading branch information
jkotalik committed Oct 18, 2018
2 parents 6744012 + 6dc4673 commit 22c737c
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand All @@ -236,7 +230,6 @@
<ComponentRef Id="AspNetCoreModuleV2.wow"/>
<ComponentRef Id="AspNetCoreModuleHandler.wow"/>
<?endif ?>
<ComponentRef Id="RestartServices" />
</Feature>

<!-- User Interface -->
Expand Down

0 comments on commit 22c737c

Please sign in to comment.