Alexander Kozlenko
9fce07625d
Fix library suffux usage for coreclr library name construction
2016-01-09 15:49:29 +02:00
David Fowler
67cdc1b755
Fixed Write -> WriteLine
2016-01-08 23:50:34 -08:00
Tanner Gooding
a9cf27c44d
Merge pull request #758 from tannergooding/ReplSeedProjectContext
...
Fixing up 'dotnet repl csharp' to load the correct output assemblies on Linux/Mac.
2016-01-08 20:59:55 -08:00
Kyungwoo Lee
851bcc08be
No delete intermediate folder after dotnet compile --native
...
Currently we elide all intermediate .rsp and .obj from the this run.
This is because we shared the intermediate folder name with the prior step.
The fix is to append "native" same as output folder.
2016-01-08 16:50:12 -08:00
Sridhar Periyasamy
a447ec6751
Merge pull request #756 from Sridhar-MS/centos-docker
...
Enable docker support for centos builds
2016-01-08 15:47:31 -08:00
Andrew Stanton-Nurse
78cef18e1c
add support for generating xml documentation
...
fixes #312
2016-01-08 14:02:41 -08:00
Tanner Gooding
d68598a087
Fixing up 'dotnet repl csharp' to load the correct output assemblies on Linux/Mac.
2016-01-08 12:36:05 -08:00
Livar
770026eef7
Merge pull request #734 from livarcocc/pack_input_folder
...
Adding an input folder param to dotnet pack.
2016-01-08 12:13:04 -08:00
Sridhar Periyasamy
08f960b03d
Address PR feedback.
2016-01-08 11:28:38 -08:00
Sridhar Periyasamy
3c53e26d59
Merge branch 'centos-docker' of https://github.com/sridhar-ms/cli into centos-docker
...
Conflicts:
scripts/build/build.ps1
2016-01-08 11:28:22 -08:00
Sridhar Periyasamy
7fe96d56c3
Merge branch 'master' of https://github.com/dotnet/cli into centos-docker
...
Conflicts:
scripts/build/build.sh
2016-01-08 10:59:31 -08:00
Sridhar Periyasamy
6128373f0b
Separate building and packaging scripts for Windows
...
Add 'nopackage' option similar to unix scripts
2016-01-08 10:45:20 -08:00
Andrew Stanton-Nurse
02d28537f8
clean up E2E test xprojes
2016-01-08 10:09:32 -08:00
Andrew Stanton-Nurse
f4df12f2e2
add proper RID detection based on PlatformAbstractions
2016-01-08 10:07:58 -08:00
Pavel Krymets
2d4fe4bc10
Fix dependency context bugs
2016-01-08 10:00:13 -08:00
Tanner Gooding
592fef980c
Merge pull request #751 from tannergooding/ReplSeedProjectContext
...
Fixing csiExe to use the proper extension (or lack-there-of) on Linux/Mac.
2016-01-08 08:46:15 -08:00
Livar Cunha
ae7ec0427c
Changing the input parameter to basepath to match nuget pack
2016-01-07 23:09:37 -08:00
Senthil
6b52c90d4e
Merge pull request #752 from dotnet/appdep
...
Update AppDep SDK
2016-01-07 21:26:42 -08:00
Sridhar Periyasamy
d73f15e433
Fix the correct path to package.sh when packaging inside docker.
2016-01-07 19:24:34 -08:00
Sridhar Periyasamy
5155aa61d7
Enable docker support for centos builds
...
- Added an option '--buildindocker <osname>' to build.sh
- Fixed bug which caused packaging to be skipped by default.
- Fixed bug which caused tarballs to be generated twice.
- Fixed bug to propagate build params(like debug, nopackage) to docker build.
2016-01-07 18:50:00 -08:00
Pavel Krymets
0b31e1895c
Fix target version
2016-01-07 16:53:23 -08:00
Pavel Krymets
0e41c93ca7
Split library type, add path resolution
2016-01-07 15:35:43 -08:00
Senthil
026400104c
Update AppDep SDK
...
Included System.Reflection.* files
2016-01-07 15:12:53 -08:00
David Fowler
af06d781c8
Don't fail framework assembly resolution for version mismatches
...
- This allows a nice warning to appear if the version is floated
2016-01-07 14:33:29 -08:00
Tanner Gooding
6afed87965
Fixing csiExe to use the proper extension (or lack-there-of) on Linux/Mac.
2016-01-07 13:54:49 -08:00
Bryan Thornbury
51d5b5baef
Merge pull request #731 from brthor/manpage_fixes
...
Fix Manpages in Debian Package
2016-01-07 13:30:15 -08:00
Sridhar Periyasamy
8a21543d62
Update README.md
...
Fix debian package download link.
2016-01-07 13:08:54 -08:00
Mihai Codoban
d810689fdb
Update addressing-incremental-compilation-warnings.md
2016-01-07 12:39:56 -08:00
Livar Cunha
d2e06f0ebf
Adding an input folder param to dotnet pack. If this param is present, pack does not do a build and instead tries to get the contents of the package from the input folder. Also refactored a bunch, separating the concerns in different classes and making just program just handle the arguments and invokes the builders.
2016-01-07 10:24:07 -08:00
Pavel Krymets
fee3785ad2
Merge pull request #744 from dotnet/pakrym/pack
...
Add DependencyModel to packages output
2016-01-07 09:44:11 -08:00
Pavel Krymets
5216a9e839
Add DependencyModel to packages output
2016-01-07 09:34:00 -08:00
Senthil
697debb5d4
Merge pull request #681 from schellap/refac
...
Refactor and build library for corehost
2016-01-07 02:58:23 -08:00
Senthil
bda35e2dcf
Merge pull request #739 from dotnet/ref-all-lib
...
Reference all available standard libraries
2016-01-06 22:34:00 -08:00
Krzysztof Wicher
8d6e548ada
Merge pull request #741 from krwq/fix_nupkg
...
fix producing nuget packages during the build
2016-01-06 22:09:13 -08:00
Zlatko Knezevic
185b3d6011
Responding to PR feedback
2016-01-06 19:21:36 -08:00
blackdwarf
f4aae7cc38
Fix README.md files to be like man pages
...
Change the SYNOPSIS section. Add ENVIRONMENT section where needed.
Change the driver's man page to include all of the current commands.
The MD files now conform to the man pages outline. The manpages are updated as
well.
Fix #673
2016-01-06 19:04:58 -08:00
Piotr Puszkiewicz
ba105960b8
Merge pull request #730 from dotnet/blackdwarf-patch-2
...
Update README.md
2016-01-06 18:34:35 -08:00
Senthil
b11ac0160f
Refactoring for corehost servicing
2016-01-06 18:15:41 -08:00
Piotr Puszkiewicz
7bd3ece90d
Merge pull request #736 from brthor/stream_forwarding_remove
...
Remove StreamForwarder Tests from E2E
2016-01-06 17:42:02 -08:00
Krzysztof Wicher
4d455ad230
fix producing nuget packages during the build
2016-01-06 17:27:44 -08:00
Senthil
06ff1552ce
Reference all available standard libraries
2016-01-06 16:15:18 -08:00
Bryan
17176edb80
Remove StreamForwarder Tests from E2E
2016-01-06 15:30:56 -08:00
Bryan Thornbury
f77cdb9c36
Fix Iteration over bash arrays so manpages are packed properly in package_tool.
2016-01-06 21:19:23 +00:00
Zlatko Knezevic
c50e0d9cdc
Update README.md
...
Remove the instructions to add DOTNET_HOME env variable post-install for Linux and OS X since it is not needed anymore.
Fixes #685
2016-01-06 11:14:37 -08:00
Piotr Puszkiewicz
ab6e9577aa
Merge pull request #713 from piotrpMSFT/piotrpMSFT/Issue694/DotnetRestore
...
dotnet-restore
2016-01-06 02:27:51 -08:00
piotrp
08dd628172
create dotnet-restore.exe
2016-01-06 01:46:10 -08:00
Piotr Puszkiewicz
12edb9adb4
Merge pull request #717 from dotnet/pakrym/deps3
...
Rename Load() to Instance for DependencyContext
2016-01-06 01:14:22 -08:00
Piotr Puszkiewicz
6b1e11a1c9
Merge pull request #722 from Sridhar-MS/centos-tests
...
Enable running tests for CentOS
2016-01-06 01:14:04 -08:00
Piotr Puszkiewicz
4f18f938d4
Merge pull request #725 from piotrpMSFT/piotrpMSFT/issue724/CliUtilsPublic
...
Cli.Utils internal --> public
squashed
2016-01-06 00:57:19 -08:00
piotrp
47f79e4d99
Cli.Utils internal --> public
2016-01-06 00:44:41 -08:00