Andy Gocke
2730254c5a
Merge pull request #229 from agocke/AddPublicSignSupport
...
Upgrade csc ref to latest
2015-11-18 00:14:06 -08:00
Bryan
d0c07c64b9
Set additional env variables for appdeps build
2015-11-18 00:09:07 -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
Bryan
cb22daf9cb
Merge branch 'dotnet-compile-natives' of https://github.com/brthor/cli into dotnet-compile-natives
2015-11-17 23:54:43 -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
Bryan
ad56a28c56
Fix Appdeps scripts
2015-11-17 23:42:27 -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
Bryan Thornbury
21d39c4751
Merge branch 'dotnet-compile-natives' of https://github.com/brthor/cli into dotnet-compile-natives
2015-11-17 23:07:37 -08:00
Bryan Thornbury
35b0258f6c
Make Appdeps executable
2015-11-17 23:04:24 -08:00
piotrp
42e557408a
Adding to sln
2015-11-17 23:01:48 -08:00
Bryan
0b59d3cd8e
Add --no-cache to Windows Builds
2015-11-17 22:10:27 -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
Bryan
9c2141c098
Add no-cache to restoration
2015-11-17 21:58:49 -08:00
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