Skip to content

Commit

Permalink
Merge pull request #59553 from dotnet/backport/pr-59552-to-release/6.…
Browse files Browse the repository at this point in the history
…0-rc2

[release/6.0-rc2] Add execute bit to postinstall script
  • Loading branch information
ericstj authored Sep 24, 2021
2 parents 1d67e27 + f1baea8 commit 212c440
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/installer/pkg/sfx/installers/dotnet-host.proj
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
Properties="$(_MacOSScriptsTemplateProperties)">
<Output TaskParameter="ResolvedOutputPath" ItemName="FileWrites" />
</GenerateFileFromTemplate>

<Exec Condition="!$([MSBuild]::IsOSPlatform('windows'))" Command="chmod +x %(_MacOSScript.Destination)" />
</Target>

<ItemGroup>
Expand Down

0 comments on commit 212c440

Please sign in to comment.