dotnet-installer/scripts/dotnet-cli-build
Matt Ellis d343519567 Fix permissions when packaging artifacts
The file permissions in our cross platform packages were all over the
place. Problems included:

- Executable text files
- Executable MSIL files
- Files not readable by world or group

In addition to just looking bad, it could cause problems in cases where
someone takes the tarballs and copies them to a global location (as
root) because now the deps file was not readable by non root users.

Add an additional step when setting everything up to put sensible
permissions on everything before building os specific packages and
tarballs.

Fixes #2004
2016-03-24 09:26:19 -07:00
..
Utils make sdk package sdk only 2016-03-22 15:01:04 -07:00
CompileTargets.cs Enable ReadyToRun for Roslyn 2016-03-22 00:26:26 -07:00
DebTargets.cs small fix to pass manpage path to packaging script 2016-03-22 16:00:09 -07:00
dotnet-cli-build.xproj Revert "Update the .xproj files to reference the "DotNet" targets and props instead of "DNX"." 2016-03-16 11:44:09 -05:00
InstallerTargets.cs Fix debian packages 2016-03-22 15:01:01 -07:00
MsiTargets.cs Chain the sharedfx and sharedhost MSIs into a single dotnet redist bundle. 2016-03-21 21:00:46 -07:00
PackageDependencies.cs Update CoreCLR & Corefx dependencies based on ldd method. 2016-02-24 16:59:26 -08:00
PackageTargets.cs Fix permissions when packaging artifacts 2016-03-24 09:26:19 -07:00
PkgTargets.cs Create 'dotnet-dev' and 'dotnet' pkg. 2016-03-17 13:42:10 -07:00
PrepareTargets.cs Reference Shared Framework from Shared Host 2016-03-22 15:01:03 -07:00
Program.cs Add Conditional Target capabilities to the build scripts 2016-02-24 16:55:11 -08:00
project.json Removing project.json dependency workarounds that were needed for CoreFX 23901 build. 2016-03-15 12:34:32 -05:00
PublishTargets.cs Add publishing for sdk, sharedhost, sharedfx deb files 2016-03-22 15:01:06 -07:00
TestTargets.cs Add Portable Test Package Asset 2016-03-17 13:44:32 -07:00