Make RunCsc.sh executable

This commit is contained in:
Piotr Puszkiewicz 2017-02-28 19:13:00 -08:00
parent 0100fd9aa7
commit 3682882be4

View file

@ -166,5 +166,6 @@
<Exec Command="find $(SdkOutputDirectory) -type d -exec chmod 755 {} \;" />
<Exec Command="find $(SdkOutputDirectory) -type f -exec chmod 644 {} \;" />
<Chmod Mode="755" Glob="$(SdkOutputDirectory)/Roslyn/RunCsc.sh" />
</Target>
</Project>