Commit graph

578 commits

Author SHA1 Message Date
Senthil
7d5a901532 Merge pull request #336 from schellap/master
Plumb AppDepSDK path from dotnet cli
2015-11-30 10:40:35 -08:00
Piotr Puszkiewicz
11b43a37d6 Merge pull request #341 from piotrpMSFT/piotrpMSFT/issue226/NuGetCommands
Enable commands to be shipped in packages
2015-11-29 11:53:25 -08:00
piotrp
8d2733e147 PR Feedback 2015-11-29 11:35:19 -08:00
Zlatko Knezevic
1a893f3481 PR feedback 2015-11-29 00:02:02 -08:00
Zlatko Knezevic
4686202f2e Additions to the intro document 2015-11-29 00:02:00 -08:00
piotrp
abff1f474c PR Feedback 2015-11-28 09:39:56 -08:00
piotrp
976393ab0a Enable commands to be shipped in packages 2015-11-28 01:18:42 -08:00
Piotr Puszkiewicz
bfc4d46bee Merge pull request #339 from piotrpMSFT/piotrp/ProjectModelNamespace
Fix Microsoft.DotNet.ProjectModel namespace
2015-11-27 20:28:15 -08:00
piotrp
bf2583c1a6 Fix Microsoft.DotNet.ProjectModel namespace 2015-11-27 16:19:54 -08:00
Kai Eichinger
48c4ed6ffe Fixed formatting issues in README.md 2015-11-27 20:15:20 +01:00
schellap
b125c7ddf4 Plumb AppDepSDK path from dotnet cli 2015-11-27 01:30:03 -08:00
Sridhar Periyasamy
2ad820d983 Merge pull request #323 from Sridhar-MS/msi-unittests
Unit tests for Dotnet MSI
2015-11-26 11:26:17 -08:00
Krzysztof Wicher
159e6187ae Merge pull request #288 from krwq/switch_to_system_commandline
Switch dotnet-run to System.CommandLine
2015-11-26 06:20:46 -08:00
Senthil
fa877fc17c Merge pull request #334 from dotnet/schellap-linux
Fix path to libSystem.Native.a on Linux
2015-11-25 21:00:42 -08:00
Senthil
f9ea343c62 Fix path to libSystem.Native.a on Linux 2015-11-25 18:13:51 -08:00
Gaurav Khanna
e80e3259cd Merge pull request #330 from gkhanna79/FixCLIMacInstr
Update Readme for Mac CPPCodegen support
2015-11-25 13:50:17 -08:00
Bryan Thornbury
65d0388f5a Merge pull request #318 from brthor/docker_build_user
Set Docker Internal UID to Host UID, Remove Postbuild step
2015-11-25 13:37:43 -08:00
Senthil
aadc1987cb Merge pull request #327 from schellap/patch
Fix restore.cmd/sh not recognizable command
2015-11-25 13:36:53 -08:00
schellap
29cd999b51 Fix restore.cmd not recognizable command 2015-11-25 12:14:26 -08:00
Andrew Stanton-Nurse
90307bc71e fix dotnet-repl-csi 2015-11-25 11:19:31 -08:00
Zlatko Knezevic
9aa40106e2 Merge pull request #299 from blackdwarf/fix-1
Add a temporary step to cp corehost to /usr/local/bin
2015-11-25 11:00:22 -08:00
Gaurav Khanna
ece953f531 Update Readme for Mac CPPCodegen support 2015-11-25 10:16:57 -08:00
Gaurav Khanna
a6d62b1610 Merge pull request #292 from gkhanna79/MacDNC
Initial support for Mac dotnet-compile-native
2015-11-25 10:03:30 -08:00
Gaurav Khanna
2d81eced8c 1) Adding support to invoke CLang/Linker for Mac
2) Expecting AppDep native libs to be under <AppDepRoot>\CPPSdk\<OS>\x64 folder instead of <AppDepRoot>
Update the references to Microsoft.DotNet.ILCompiler and Microsoft.DotNet.AppDep packages with Mac CPPCodegen support.
2015-11-25 07:40:10 -08:00
Krzysztof Wicher
1f6a500654 Merge pull request #324 from krwq/succbuildonfailwind
workaround powershell bug
2015-11-24 20:23:06 -08:00
Krzysztof Wicher
a6473ad7a9 workaround powershell bug 2015-11-24 19:41:00 -08:00
Sridhar Periyasamy
3d9ceae3b9 Update nuget.config to include dotnet-buildtools myget feed as a source. 2015-11-24 18:03:53 -08:00
Sridhar Periyasamy
e131be5aaa Unit tests for Dotnet MSI
- Needs a clean machine without dotnet MSI installed for the tests to run.
- Needs admin privileges to run. Else test script exits silently.
- These xunit based tests run on Netfx46.

For now these tests are disabled until I figure out the right way to run
them in the CI machines.
2015-11-24 17:48:58 -08:00
Bryan Thornbury
b122190cd8 Set Docker Internal UID to Host UID, Remove Postbuild step
These changes will use docker's new Dockerfile Arguments to
pass the Host User ID to the docker container at build time.
This allows the docker container to set it's internal user
to match that of the host. When using shared volumes between
the host and container, this prevents files created in the
container from being owned by root.

This will solve our problem of needing a cleanup step after
every ubuntu CI run.
2015-11-25 00:33:53 +00:00
Krzysztof Wicher
9ce2063452 Merge pull request #315 from dotnet/add-link-to-better-getting-started
Add link to better getting started in our README.md
2015-11-24 15:51:26 -08:00
Sridhar Periyasamy
513e9f58ed Merge pull request #285 from Sridhar-MS/msi-fixes
Change the install path, registry key path and environment component.
2015-11-24 15:25:59 -08:00
Krzysztof Wicher
3ed32a71e1 Merge pull request #284 from livarcocc/refactor_native_args
Refactor native args
2015-11-24 13:30:38 -08:00
Krzysztof Wicher
93fe133018 Update README.md 2015-11-24 13:25:08 -08:00
Krzysztof Wicher
c5a710233a Merge pull request #310 from krwq/fixbuildshowingsuccessonfailingproject
fix build showing success on failing project (windows)
2015-11-24 11:35:43 -08:00
Krzysztof Wicher
d442d36189 add check for corehost 2015-11-24 11:21:13 -08:00
Rich Lander
bbed1e0bb5 Merge pull request #297 from dotnet/blackdwarf-patch-1
Update README.md
2015-11-23 20:28:24 -08:00
Krzysztof Wicher
cc527abc7c fix error with project being erased and move getdefaults call to execute function 2015-11-23 19:58:11 -08:00
Krzysztof Wicher
1eee5114a4 fix build showing success on failing project 2015-11-23 19:43:02 -08:00
Krzysztof Wicher
db9f9dfa6e extract IsInteractive to separate method 2015-11-23 16:31:27 -08:00
Zlatko Knezevic
9d9f141945 Adding dotnet-init to symlink list 2015-11-23 15:45:56 -08:00
Krzysztof Wicher
e8b9a44489 revert change to project.json in Microsoft.DotNet.Tools.Compiler 2015-11-23 15:20:15 -08:00
Senthil
d91a4f32e6 Merge pull request #303 from schellap/patch
Invoke corerun for ilc from --ilcpath
2015-11-23 15:18:32 -08:00
Senthil
c29d840424 Invoke corerun for ilc from --ilcpath 2015-11-23 15:03:25 -08:00
Zlatko Knezevic
c91eb06b6e Add a temporary step to cp corehost to /usr/local/bin
This is a temporary fix to unblock dotnet compile on OS X. It copies the corehost
from the install location to /usr/local/bin in postinstall.

Fix 294
2015-11-23 12:21:26 -08:00
Zlatko Knezevic
4394b32263 Update README.md
Change the note to reflect the current reality on native compilation.
2015-11-23 09:26:00 -08:00
Bryan Thornbury
e781a3bf68 Merge pull request #286 from brthor/corehost_mac
Changes for corehost default path resolution on mac
2015-11-20 22:25:54 -08:00
Krzysztof Wicher
0ecbc0d5fc Convert dotnet-run to System.CommandLine 2015-11-20 20:33:32 -08:00
Pranav K
6e465818c5 Copy of AnsiConsole from aspnet/dnx/dev/src/Microsoft.Extensions.CommandLineUtils.Sources 2015-11-20 19:01:03 -08:00
Sridhar Periyasamy
3f00cfbeb9 x64 installer now creates registry keys in both x64 and Wow32 hives.
This is required to enable 32-bit MSIs (like VS) that need to access the
registry key on a 64-bit OS. Refer #250
2015-11-20 18:32:58 -08:00
Sridhar Periyasamy
040e7f5d84 Change the install path, registry key path and environment component.
Install path is now %ProgramFiles%\dotnet
Registry root is now "HKLM\SOFTWARE\dotnet\Setup"
Env variables setup is now associated with a versioned component - the
registry keys. Environment resource cannot serve as a keypath hence it is
coupled with a registry key which is the key path for the component.
2015-11-20 17:44:48 -08:00