Sridhar Periyasamy
c79f48a745
Add missing wxs files for building MSI.
2015-11-17 20:53:49 -08:00
Bryan
56d4e15040
Adding missing files
2015-11-17 20:39:08 -08:00
Bryan
5db8ae5e6d
Code Review Feedback
2015-11-17 20:39:07 -08:00
Bryan
fd471025dc
Linux CPP Mode Working.
2015-11-17 20:38:59 -08:00
Bryan
1952e6d972
Dotnet compile include project dependencies
2015-11-17 20:38:04 -08:00
Bryan
1576ffeb15
Dotnet compile --native integration with rsp file
2015-11-17 20:38:04 -08:00
Bryan
4141e1ec5b
Pin Dependencies in project.json, fix version of ObjectWriter
2015-11-17 20:38:03 -08:00
Bryan
47e150f561
Dotnet-Compile-Native Linux Integration
2015-11-17 20:37:56 -08:00
Bryan
a2e26981f2
Dotnet-Compile-Native Windows Build Integration
2015-11-17 20:36:30 -08:00
Bryan
c32b262eef
ILC Path in settings
2015-11-17 20:36:29 -08:00
Bryan
3c0b0ce73c
Change ILToNative Path to ilcpath
2015-11-17 20:36:29 -08:00
Bryan
17232e836d
Code Review Feedback. Refactor Config Class Name
2015-11-17 20:36:28 -08:00
Bryan
22b3b497e0
Fixes for Windows.
2015-11-17 20:36:27 -08:00
Bryan
6828fe0402
CoreRT nuget feed
2015-11-17 20:36:27 -08:00
Bryan
da8bd2a6f6
dotnet-compile-native
...
Supports IL to Native compilation on Windows using CPP and RyuJit Code
Generators. Supports RyuJit Code generation on Linux.
2015-11-17 20:36:26 -08:00
Sridhar Periyasamy
57b1b5b290
Changes to dotnet MSI authoring based on netfx mtpack authoring.
...
- Added reg keys to detect installation.
- Added dependency provider keys
2015-11-17 20:32:02 -08:00
Sridhar Periyasamy
6a0a982f2f
Change the build number to 'major.minor.build.revision'.
...
This is required for the Windows MSI ProductVersion to support major/minor
upgrades.
https://msdn.microsoft.com/en-us/library/aa370859(v=vs.85).aspx
2015-11-17 20:25:08 -08:00
Bryan
9ae08ff359
Fix Symlinks to dotnet binaries
2015-11-17 20:22:29 -08:00
Andrew Stanton-Nurse
a188ebe4e2
added a script to put the dev build on the PATH
2015-11-17 18:08:31 -08:00
piotrp
730805ae04
Updated developer guidance
2015-11-17 18:01:28 -08:00
Andrew Stanton-Nurse
a492ea7834
fix minor issue with build scripts
2015-11-17 15:17:37 -08:00
Piotr Puszkiewicz
f5a3ec581d
Merge pull request #193 from cston/package
...
Add Microsoft.DotNet.Tools.Repl* to install
2015-11-17 14:35:35 -08:00
Krzysztof Wicher
06cd969509
Merge pull request #210 from krwq/adddotnetinit
...
Add dotnet-init command
2015-11-17 14:18:50 -08:00
Charles Stoner
722dd721b0
Add Microsoft.DotNet.Tools.Repl* to install
2015-11-17 13:52:00 -08:00
Krzysztof Wicher
427101e36c
simplify template project.json
2015-11-17 12:26:14 -08:00
Krzysztof Wicher
872f842522
use reporter and c#6 features
2015-11-17 12:09:10 -08:00
Krzysztof Wicher
5d1c908d49
change Dictionary<string, string> to var
2015-11-17 11:46:47 -08:00
Krzysztof Wicher
b566be5de8
Add dotnet-init
2015-11-17 11:46:46 -08:00
Sridhar Periyasamy
1c6087b8e1
Fix windows build break. Fix syntax of powershell 'cp' command.
2015-11-17 11:45:31 -08:00
Livar
389781592e
Merge pull request #208 from livarcocc/resgen_fix
...
Resgen Crash
2015-11-17 11:36:46 -08:00
Livar Cunha
1e357a2e03
ResourceWriter requires that AddResource be called at least one before generate. However, when we have an empty resx, AddResource does not get called which causes resgen to crash when ResourceWriter.Generate gets called.
2015-11-17 09:56:35 -08:00
Zlatko Knezevic
b5fabb9d7d
Merge pull request #213 from blackdwarf/master
...
Add 3rd party notices
2015-11-17 09:45:09 -08:00
Zlatko Knezevic
678a8d0e1f
Add 3rd party notices
...
Add 3rd party notices file for DNX
2015-11-17 08:21:09 -08:00
Sridhar Periyasamy
fb61e69a79
First pass at building Windows MSI for the dotnet CLI repo.
...
- Use the heat tool to harvest the stage2 dir and create install-files.wxs
- dotnet.wxs contains the XML code which is constant across builds for an MSI.
- Use Candle and Light to generate the MSI from install-files.wxs and dotnet.wxs.
Default Install Location - %ProgramFiles%/dotnet.
Adds <InstallRoot>\bin %PATH%
Creates %DOTNET_HOME% pointing to <InstallRoot>
2015-11-17 00:39:46 -08:00
Piotr Puszkiewicz
92857c7298
Merge pull request #197 from blackdwarf/master
...
Add MD files per command and documentation directory
2015-11-16 22:12:17 -08:00
Piotr Puszkiewicz
4bc69ed204
Merge pull request #204 from piotrpMSFT/LicenseHeaders
...
Update Copyright headers in all source files.
2015-11-16 22:12:05 -08:00
Andrew Stanton-Nurse
8c5a0490b5
remove unnecessary argument on PrintHelp
2015-11-16 20:26:52 -08:00
David Fowler
919c6bc40e
Add pack to the list of projects
2015-11-16 20:22:22 -08:00
Zlatko Knezevic
7b975aeeac
Add contrib guidelines, Docker links
...
Add contribution guidelines. These just link to the CoreCLR ones. Add
stubs of the "user guide" and "developer guide".
Add links to the Docker base image repo on GitHub.
2015-11-16 20:11:22 -08:00
Zlatko Knezevic
5156afa505
Add MD files per command and documentation directory
...
Add README.md files with the contents of the "man pages" per directory that
implements all or part of the command. This way, we will enable easier
perusal of our repo as well as have an initial set of documentation published.
Add "documentation" directory as well for future work.
2015-11-16 20:11:21 -08:00
PiotrP
e839b4debb
Update Copyright headers in all source files.
2015-11-16 19:47:43 -08:00
David Fowler
98390d50e0
Don't require all dotnet tools to be on the path
...
- Try resolving full path to executable in the local directory first.
2015-11-16 18:21:15 -08:00
Andrew Stanton-Nurse
1dbc62866d
fix #202 by exiting on invalid option
2015-11-16 17:39:03 -08:00
Bryan Thornbury
eb2678a657
Merge pull request #207 from dotnet/brthor/fixdockerbuild
...
Fix Docker Postbuild Imports
2015-11-16 16:37:07 -08:00
Bryan
ee7b242d29
Remove set -e, this can easily cause the machine to get into an inconsistent state
2015-11-16 15:54:22 -08:00
Bryan
d2cb2ce76a
Remove docker container cleanup. This should be handled in dockerbuild now.
2015-11-16 15:53:05 -08:00
Bryan
1a9d44a985
Fix Docker Postbuild Imports
2015-11-16 15:39:22 -08:00
Andrew Stanton-Nurse
06c66638f3
switch to repo-local stage0
...
fixes #200
2015-11-16 13:49:29 -08:00
Andrew Stanton-Nurse
6e3ade1672
fix issue with release build on VSO
2015-11-16 10:45:19 -08:00
Andrew Stanton-Nurse
d0f40917bc
fix Windows VSO build
2015-11-16 10:20:47 -08:00