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
Andrew Stanton-Nurse
a81f1c08f0
Merge pull request #1932 from dotnet/anurse/type-platform
...
Support for `type:platform`
2016-03-24 09:24:35 -07:00
Senthil
cee93b6cc2
Logging and case format fix
2016-03-24 01:47:57 -07:00
Andrew Stanton-Nurse
43512b8973
add support for type: platform
...
also some refactoring of DependencyContext to properly handle
placeholders in 'runtimeTargets'.
2016-03-23 21:53:14 -07:00
Piotr Puszkiewicz
39584c5612
Merge pull request #2022 from dotnet/brthor/publish-the-world
...
Publish all installers/archives for sharedfx, host, and the sdk
2016-03-23 21:40:17 -07:00
Bryan Thornbury
71b78a9c68
integrate @krwq 's moniker/compile version changes
...
unset the hardcoded channel
fix version badge version
fix a capitalization
fix the archives
Update filenames of zip files to have the correct versions
move version gen
2016-03-23 18:45:44 -07:00
Krzysztof Wicher
781987030e
Merge pull request #2011 from dotnet/brthor/1858
...
fixes #1858
2016-03-23 18:08:34 -07:00
Bryan Thornbury
f596b8ddce
Refactor PublishTargets.cs, add publishing of all installers and archives to azure, change all versions to nuget versions.
2016-03-23 17:24:48 -07:00
Eric Erhardt
7486b45eeb
Clean the dotnet-portable test nuget packages during the build, so the new ones always get used during tests.
2016-03-23 16:19:48 -07:00
Bryan
07f3d60355
fixes #1858
2016-03-23 16:19:48 -07:00
Sridhar Periyasamy
850e02a1ce
Pin down version for xunit.netcore.extensions.
2016-03-23 15:58:50 -07:00
Bryan Thornbury
009b895d9f
Merge pull request #2003 from dotnet/brthor/cleanup-publish-targets
...
Clean up PublishTargets
2016-03-23 12:42:46 -07:00
Senthil
156f83c3bc
Merge pull request #1987 from schellap/runtime-config2
...
Add support for runtime config
2016-03-23 02:46:51 -07:00
schellap
43e25ae571
Add support for runtime config
...
-- Remove GC Server Default
2016-03-23 00:04:50 -07:00
Piotr Puszkiewicz
3a63972af1
Merge pull request #1898 from enricosada/bump_fsharp_and_fix
...
Bump fsharp and fix
2016-03-22 19:51:19 -07:00
Bryan Thornbury
dfd4d0b954
Clean up PublishTargets
2016-03-22 18:31:16 -07:00
Bryan Thornbury
34ca32ebaf
Merge pull request #1890 from dotnet/brthor/fix-deb-path
...
Fix the Debian Package for SharedFx, Publish all to our Repo
2016-03-22 18:21:03 -07:00
Bryan Thornbury
9040a9094f
Merge pull request #1851 from dotnet/brthor/run-arg
...
Change dotnet run to call the muxer
2016-03-22 18:09:07 -07:00
Bryan Thornbury
2abedf79e2
small fix to pass manpage path to packaging script
2016-03-22 16:00:09 -07:00
Bryan Thornbury
ab14fb1437
fix which manpages are where, add dotnet manpage to host package and rest to sdk package
2016-03-22 15:38:04 -07:00
Bryan Thornbury
d709300f6f
fix up the package name
2016-03-22 15:36:17 -07:00
Bryan Thornbury
96664f31c2
Add publishing for sdk, sharedhost, sharedfx deb files
...
small fix
disable dotnet-nightly train avoidance, alawys use the same debian config for now
2016-03-22 15:01:06 -07:00
Bryan Thornbury
1c38b17f8b
make sdk package sdk only
...
fix dependencies between packages
re-disable upgrade test
another fi to add_dir_to_install
fix sdk package name
update the package name functino in monikers
2016-03-22 15:01:04 -07:00
Bryan Thornbury
4bed9db16b
fix relative install path in deb lib
2016-03-22 15:01:03 -07:00
Bryan Thornbury
08091d72bc
fix version override, remove dependencies of host package
2016-03-22 15:01:03 -07:00
Bryan Thornbury
6ed82a1a3f
put all deb packages in the same root, small fix to package tool, renable upgrade tests
2016-03-22 15:01:03 -07:00
Bryan Thornbury
ad2f1991b8
debian package tool bugfix, and feature add for install root
2016-03-22 15:01:03 -07:00
Piotr Puszkiewicz
6cba5e111e
Disable upgrade tests for CLI
2016-03-22 15:01:03 -07:00
Piotr Puszkiewicz
e1ba3f23ef
Reference Shared Framework from Shared Host
2016-03-22 15:01:03 -07:00
Piotr Puszkiewicz
63585087f8
Install SharedHost before building shared framework
2016-03-22 15:01:03 -07:00
Piotr Puszkiewicz
fc01ea60eb
Ubuntu build failed, so need to revert to an existing stage0
2016-03-22 15:01:03 -07:00
Bryan Thornbury
97a01213ac
Fix debian packages
2016-03-22 15:01:01 -07:00
Sridhar Periyasamy
92b3ad0001
Merge pull request #1941 from dotnet/cli-sdk-stages
...
Chain the sharedfx and sharedhost MSIs into a single dotnet redist bundle.
2016-03-22 14:27:08 -07:00
Piotr Puszkiewicz
c06e1b7a0b
Merge pull request #1986 from dotnet/piotrpMSFT/r2rRoslyn
...
Enable ReadyToRun for Roslyn
2016-03-22 13:02:00 -07:00
Senthil
61a47dade4
Merge pull request #1984 from schellap/fxr-move2
...
Make corehost shim thinner
2016-03-22 11:19:20 -07:00
Krzysztof Wicher
30b5d7a952
Merge pull request #1991 from Peter-Schneider/AnsiConsoleColorHandling
...
AnsiConsole color handling
2016-03-22 10:57:53 -07:00
Sridhar Periyasamy
6c446c033a
Address PR feedback.
...
Change 'Dotnet' to '.Net' in the bundles.
2016-03-22 09:59:47 -07:00
Peter Schneider
d80218ab42
Color Handling in AnsiConsole
2016-03-22 16:49:08 +01:00
Piotr Puszkiewicz
3616378130
Merge pull request #1946 from jamesqo/md-typos
...
Fix a couple of typos in the .md/doc files
2016-03-22 08:39:54 -07:00
Piotr Puszkiewicz
0e92937850
Merge pull request #1945 from jamesqo/class-typo
...
Fix typo in CompileCommand class name
2016-03-22 08:39:46 -07:00
schellap
10ed8d6162
Move logic from corehost to hostfxr
...
- Also change probe for hostfxr in host/fxr/x.y.z
2016-03-22 00:51:01 -07:00
Piotr Puszkiewicz
1fd72c201b
Enable ReadyToRun for Roslyn
2016-03-22 00:26:26 -07:00
James Ko
4a26cde880
Fix typo in CompileCommand class name
2016-03-22 00:11:37 -04:00
James Ko
c7f980d77d
Fix a couple of typos in the .md/doc files
2016-03-22 00:11:19 -04:00
Sridhar Periyasamy
aeaced5b63
Chain the sharedfx and sharedhost MSIs into a single dotnet redist bundle.
2016-03-21 21:00:46 -07:00
Senthil
ede74b6be1
Merge pull request #1943 from dotnet/schellap-runtime-config
...
Runtime config knobs for CLR
2016-03-21 20:56:48 -07:00
Senthil
db1e86f0c8
Add configProperties section and runtime options
2016-03-21 20:52:46 -07:00
Piotr Puszkiewicz
55ca13eee7
Merge pull request #1954 from mellinoe/crossgen-enabled
...
Crossgen by default, add additional dependency to shared framework
2016-03-21 20:48:40 -07:00
Krzysztof Wicher
78e60bcb8b
Merge pull request #1983 from krwq/fixosx
...
[build fix] Use template for mktemp call for portability
2016-03-21 20:18:42 -07:00
Krzysztof Wicher
bb339bf73a
use template for mktemp call for portability
2016-03-21 19:16:51 -07:00