Commit graph

397 commits

Author SHA1 Message Date
Bryan Thornbury
b1c42103ab Merge pull request #225 from brthor/fixdeb
Fix Symlinks to dotnet binaries
2015-11-18 02:08:49 -08:00
Bryan Thornbury
9399def373 add dotnet init 2015-11-18 02:06:04 -08:00
Piotr Puszkiewicz
080a127c38 Merge pull request #211 from Sridhar-MS/msi-packaging
First pass at building Windows MSI for the dotnet CLI repo.
2015-11-18 01:27:10 -08:00
Zlatko Knezevic
f78bb8ccd4 Merge pull request #230 from blackdwarf/mdfiles
Fix READMEs in command folders
2015-11-18 01:21:33 -08:00
Zlatko Knezevic
23e19d326a Fix READMEs in command folders
Some of the README.md files in the commands' folders weren't valid.
Changing them to better illustrate the current state.
2015-11-18 01:15:07 -08:00
Andy Gocke
2730254c5a Merge pull request #229 from agocke/AddPublicSignSupport
Upgrade csc ref to latest
2015-11-18 00:14:06 -08:00
Zlatko Knezevic
3364a5f9a7 Merge pull request #228 from blackdwarf/master
Add proper Docker link & some basic usage
2015-11-18 00:04:21 -08:00
Zlatko Knezevic
6b71331ca9 Responding to PR feedback 2015-11-18 00:03:41 -08:00
Andy Gocke
b011e7f8a4 Also set publicsign when not on windows 2015-11-18 00:00:31 -08:00
Rich Lander
3de596f48d Merge pull request #227 from dotnet/framing
Move to same format as other Core Repos
2015-11-17 23:44:04 -08:00
Andy Gocke
869b927350 Upgrade csc ref to latest
Provides a few benefits:

1) The new package has the correct dependencies listed, so I removed the
-MissingDependenciesOK flag from the crossgen scripts.

2) The new compiler supports -publicSign (formerly called "OSS sign"),
which I patched through dotnet-compile-csc .
2015-11-17 23:37:39 -08:00
Richard Lander
1579a2a5d0 Add contributing info and developer guide 2015-11-17 23:26:58 -08:00
Zlatko Knezevic
7981213df5 Add proper Docker link & some basic usage
Add proper link to the Docker Hub for Docker images.
Include some basic usage for the tools in the Readme.md so that
users can have an immidiate start if they come to the repo first.
2015-11-17 23:19:39 -08:00
Richard Lander
931a83f69d Remove 'd'ocumentation directory 2015-11-17 23:16:55 -08:00
Piotr Puszkiewicz
caba865565 Merge pull request #224 from dotnet/anurse/add-use-dev-script
Add script to put dev build on PATH
2015-11-17 22:05:37 -08:00
Piotr Puszkiewicz
380eda370c Merge pull request #209 from dotnet/anurse/202-duplicated-help
fix #202 by exiting on invalid option
2015-11-17 22:04:05 -08:00
Piotr Puszkiewicz
c0e35f5db4 Merge pull request #222 from piotrpMSFT/piotrpMSFT/Readme
Updated developer guidance
2015-11-17 22:01:54 -08:00
Sridhar Periyasamy
c79f48a745 Add missing wxs files for building MSI. 2015-11-17 20:53:49 -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