Skip to content

Commit

Permalink
Merge pull request #7686 from wli3/dotetdefault-path2-3.1.1xx
Browse files Browse the repository at this point in the history
Correct tool path append
  • Loading branch information
William Li committed Jun 11, 2020
2 parents 73bd122 + f1c6896 commit ef9ec27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/redist/targets/packaging/windows/clisdk/dotnet.wxs
Expand Up @@ -14,6 +14,7 @@
<Feature Id="MainFeature" Title="Main Feature" Level="1">
<ComponentGroupRef Id="InstallFiles" />
<ComponentGroupRef Id="AuthoredRegistryKeys_x86node"/>
<ComponentGroupRef Id="DotnetToolSetup"/>
</Feature>
<Feature Id="Provider" Absent="disallow" AllowAdvertise="no" Description="Used for Ref Counting" Display="hidden" Level="1" InstallDefault="local" Title="RefCounting" TypicalDefault="install">
<ComponentRef Id="$(var.DependencyKeyId)" />
Expand Down Expand Up @@ -59,4 +60,11 @@
</Directory>
</Directory>
</Fragment>
<Fragment>
<ComponentGroup Id="DotnetToolSetup">
<Component Id="AppendDotnetToolShimPath" Directory="TARGETDIR" Guid="{241B7B8D-7817-41C1-807F-5F4010BF583A}">
<Environment Id="E_PATH" Name="PATH" Value="%USERPROFILE%\.dotnet\tools" Part="last" Action="set" System="no" />
</Component>
</ComponentGroup>
</Fragment>
</Wix>

0 comments on commit ef9ec27

Please sign in to comment.