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

Commit 682eb7a

Browse files
committed
chmod RunFsc.sh on unix
1 parent 2cfad18 commit 682eb7a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/redist/redist.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
<Exec Command="find $(SdkOutputDirectory) -type f -exec chmod 644 {} \;" />
227227
<Chmod Mode="755" Glob="$(SdkOutputDirectory)/Roslyn/RunCsc.sh" />
228228
<Chmod Mode="755" Glob="$(SdkOutputDirectory)/Roslyn/RunVbc.sh" />
229+
<Chmod Mode="755" Glob="$(SdkOutputDirectory)/FSharp/RunFsc.sh" />
229230
</Target>
230231

231232
<Target Name="CreateSymbolsDirectory"

src/tool_fsharp/tool_fsc.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<ItemGroup>
1919
<Content Include="RunFsc.sh;RunFsc.cmd">
20+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2021
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
2122
</Content>
2223
</ItemGroup>

0 commit comments

Comments
 (0)