From 8a53b08959bc612e3f1358dff13977a108d9f52f Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Tue, 14 Feb 2017 13:13:08 -0800 Subject: [PATCH] Running chmod after crossgen so that our chmod changes are not overwritten by it. --- build/Microsoft.DotNet.Cli.Compile.targets | 52 +++++++++++----------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/build/Microsoft.DotNet.Cli.Compile.targets b/build/Microsoft.DotNet.Cli.Compile.targets index fe9359a2b..9f8802765 100644 --- a/build/Microsoft.DotNet.Cli.Compile.targets +++ b/build/Microsoft.DotNet.Cli.Compile.targets @@ -126,32 +126,6 @@ VersionSuffix="$(VersionSuffix)" ProjectPath="$(SrcDirectory)/tool_roslyn/tool_roslyn.csproj" /> - - - - - - u=rw,g=r,o=r - - - - - u=rwx,g=rx,o=rx - - - - - u=rwx,g=rx,o=rx - - - - - @@ -224,6 +198,32 @@ @(CompileStageSdkDirectories); $(SharedFrameworkNameVersionPath)" /> + + + + + + u=rw,g=r,o=r + + + + + u=rwx,g=rx,o=rx + + + + + u=rwx,g=rx,o=rx + + + + +