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
Troy Dai
2f53c23738
Merge branch 'troy/quickfix' into rel/1.0.0
2016-03-21 19:10:20 -07:00
Krzysztof Wicher
25be96265b
Merge pull request #1982 from krwq/install_scripts
...
Update install scripts
2016-03-21 18:41:34 -07:00
Sridhar Periyasamy
43ac2b45f4
Update README.md
...
Re-arrange the installers table. The version badges were rendered inconsistently in the earlier format.
2016-03-21 17:45:32 -07:00
Krzysztof Wicher
b1548a9654
fix grep to work on OSX
2016-03-21 16:31:17 -07:00
Eric Mellino
241ef778ea
Crossgen by default, add additional dependency to shared framework
...
* We need a newer version of Microsoft.CodeAnalysis.CSharp than the one
that NETCore.App depends on. When a newer version of NETCore.App is
published with a higher dependency, we can remove this explicit
reference.
2016-03-21 15:30:37 -07:00
Troy Dai
fc357474d3
Create DthTestClient with LoggerFactory
2016-03-21 15:21:17 -07:00
Troy Dai
1b8d69abc1
Log the Socket error code
2016-03-21 15:18:28 -07:00
Troy Dai
d82c2f557a
Temporary swallow SocketException in DthTest
2016-03-21 14:55:02 -07:00
Pawel Kadluczka
ca74a9b177
Merge pull request #1877 from dotnet/pawelka/outname_new
...
Enable specifying output assembly name in compiler options
2016-03-21 14:29:23 -07:00
Sridhar Periyasamy
91b9de74cd
Merge pull request #1971 from Sridhar-MS/commit-sha
...
Fix 'version' to display commit sha.
2016-03-21 13:53:55 -07:00
Krzysztof Wicher
baaf742731
fix paths in the build
2016-03-21 12:46:31 -07:00
Krzysztof Wicher
369796376b
update package name
2016-03-21 12:46:30 -07:00
Krzysztof Wicher
d960734867
change build to not use specific version for stage0
2016-03-21 12:46:29 -07:00
Krzysztof Wicher
fa733ab9e9
preparing install.sh for shared fx
2016-03-21 12:46:28 -07:00
Krzysztof Wicher
701731be7a
improve message on -DryRun in install.ps1
2016-03-21 12:46:27 -07:00
Krzysztof Wicher
09f5bd8879
shared framework changes to install.ps1
2016-03-21 12:46:27 -07:00
Krzysztof Wicher
b7f7fc6096
Initial implementation of shared framework changes
2016-03-21 12:46:26 -07:00
Krzysztof Wicher
260eb9db8e
remove most of the bashisms
2016-03-21 12:46:25 -07:00
Krzysztof Wicher
54b33bc9ea
Support powershell switches in bash, unify --install-dir experience
2016-03-21 12:46:24 -07:00
Krzysztof Wicher
9360128c13
remove tar --overwrite switch as it is default and does not work on osx
2016-03-21 12:46:23 -07:00
Krzysztof Wicher
11f4dd94b9
add more logging to install.sh
2016-03-21 12:46:22 -07:00
Krzysztof Wicher
fc3d768768
more portable mktemp call
2016-03-21 12:46:21 -07:00
Krzysztof Wicher
7ecd8e8fba
fix failing extracting directory to file
2016-03-21 12:46:20 -07:00
Krzysztof Wicher
065cffb2a7
more verbose output of install.ps1 on windows
2016-03-21 12:46:19 -07:00
Krzysztof Wicher
8fca17e56f
apply PR feedback
2016-03-21 12:46:18 -07:00
Krzysztof Wicher
138cfb4f69
fix formatting
2016-03-21 12:46:18 -07:00
Krzysztof Wicher
856f6a7d96
integrate new version of install.sh with build
2016-03-21 12:46:17 -07:00
Krzysztof Wicher
00abaf3b67
update install.sh
2016-03-21 12:46:16 -07:00
Krzysztof Wicher
58a5a73233
change amd64 to x64 in install.ps1 description
2016-03-21 12:45:33 -07:00
Krzysztof Wicher
987c867605
add default value descriptions and change default channel to preview
2016-03-21 12:45:32 -07:00
Krzysztof Wicher
b130ac8776
Update installation paths in the build scripts
2016-03-21 12:45:31 -07:00
Krzysztof Wicher
4d165d78db
Address feedback to install.ps1
2016-03-21 12:45:30 -07:00
Krzysztof Wicher
8e3992660d
initial update install.ps1 according to spec
2016-03-21 12:45:29 -07:00
moozzyk
ce6ce3c49b
Folding ProjectFile.Name to compiler options
2016-03-21 12:42:33 -07:00
moozzyk
621d8376c3
Fixing publish to create executable with the outputName if specified
2016-03-21 12:42:32 -07:00
moozzyk
03f5379165
Adding support for output file name for apps.
2016-03-21 12:42:31 -07:00
moozzyk
856fb8d6d9
Enable specifying output assembly name in compiler options
...
Addresses #1797
2016-03-21 12:42:31 -07:00
Piotr Puszkiewicz
7c8158746e
Merge pull request #1969 from dotnet/piotrpMSFT/UbuntuPackageDeBootstrap
...
Removes bootstrapping workarounds for Ubuntu builds
2016-03-21 12:12:10 -07:00
Sridhar Periyasamy
11538d2d3d
Fix 'version' to display commit sha.
...
Fixes #1958
2016-03-21 11:42:09 -07:00
Sridhar Periyasamy
2a8161dc19
Update README.md
...
Point to the new download links for the CLI SDK.
- Ubuntu deb packages link is still broken. It points to an old version.
2016-03-21 11:10:59 -07:00
Piotr Puszkiewicz
2f9503641e
Removes bootstrapping workarounds for Ubuntu builds
2016-03-21 10:25:11 -07:00
Livar
14d5dd80b0
Merge pull request #1853 from livarcocc/more_test_params
...
Added remaining params from https://github.com/dotnet/cli/issues/1376 and build before tests
2016-03-19 10:01:28 -07:00
Senthil
d05abb8c0b
Merge pull request #1942 from dotnet/schellap-bsymbolic
...
Add bsymbolic flags to linux linker
2016-03-18 15:26:53 -07:00
Nate Amundson
9a1e283595
Merge pull request #1951 from naamunds/AddDockerHubTriggers
...
Pass DockerHub env vars to container used for build
2016-03-18 17:23:00 -05:00
Eric Erhardt
3199c81e33
Merge pull request #1952 from eerhardt/FixUpdateScripts
...
Fix update-dependencies script to point to the new CLI install directory.
2016-03-18 14:38:39 -05:00
Eric Erhardt
284705e75e
Fix update-dependencies script to point to the new CLI install directory.
2016-03-18 14:02:12 -05:00