Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 47ef990

Browse files
committed
chmod .sh files
1 parent 4454c4e commit 47ef990

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build/Microsoft.DotNet.Cli.Compile.targets

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,15 @@
226226
<!-- Executables need x -->
227227
<Mode>u=rwx,g=rx,o=rx</Mode>
228228
</SdkOutputChmodTargets>
229+
<SdkOutputChmodTargets Include="$(SdkOutputDirectory)/Roslyn/RunCsc.sh">
230+
<Mode>755</Mode>
231+
</SdkOutputChmodTargets>
232+
<SdkOutputChmodTargets Include="$(SdkOutputDirectory)/Roslyn/RunVbc.sh">
233+
<Mode>755</Mode>
234+
</SdkOutputChmodTargets>
235+
<SdkOutputChmodTargets Include="$(SdkOutputDirectory)/Roslyn/RunFsc.sh">
236+
<Mode>755</Mode>
237+
</SdkOutputChmodTargets>
229238
</ItemGroup>
230239

231240
<Chmod Condition=" '$(OSName)' != 'win' "

0 commit comments

Comments
 (0)