Piotr Puszkiewicz
e3d0903528
Merge pull request #840 from blackdwarf/pkgosxfix
...
Adding symlink for dotnet-compile-native
2016-01-15 12:41:25 -08:00
Senthil
b86aa4d36b
Link CRT into hostpolicy
...
Fixes #870
Fixes #871
2016-01-15 12:36:39 -08:00
Bryan Thornbury
31f27c9c93
Resolve dotnet-nightly cannot find coreclr issue
2016-01-15 20:22:15 +00:00
Sridhar Periyasamy
93f41e0b69
Build "Microsoft.DotNet.ProjectModel.Workspaces" so that it can be
...
packaged later as nupkg
Fixes - #797
2016-01-15 11:31:53 -08:00
Zlatko Knezevic
bc8fdaf38a
Moving PKG postinstall to use the path
...
Since we are still waiting for the fix in CoreCLR to resolving
symlinks, moving the PKG postinstall to add dotnet bin dir
to systemwide path using /etc/paths.d/dotnet file.
Fix #786 , #771 , #841
2016-01-15 11:06:44 -08:00
Sridhar Periyasamy
82a81cae8d
Fix double quotes in 'pathext' environment variable.
2016-01-15 10:15:26 -08:00
Sridhar Periyasamy
684d9b1d89
Fix driver to remove double quotes from paths in %PATH% env
...
Fixes - #827
2016-01-14 18:27:26 -08:00
Senthil
262274b968
Merge pull request #843 from schellap/master
...
Fix host name, debuggability and embed CRT
2016-01-14 17:09:07 -08:00
Sridhar Periyasamy
4b433af7fe
Update variables.wxi
...
Fix typo in error message.
2016-01-14 16:39:10 -08:00
Piotr Puszkiewicz
a02f6c2246
Merge pull request #851 from piotrpMSFT/piotrpMSFT/issue850/DepsAppBase
...
When deps file path is provided, use it to resolve the app_dir.
fixes #850
2016-01-14 16:11:04 -08:00
Andrew Stanton-Nurse
e27c583443
allow use of compilationOptions.nowarn to suppress warnings.
...
fixes #576
2016-01-14 15:45:43 -08:00
Eric StJohn
1aacac6a72
Merge pull request #855 from dotnet/packNuspec
...
Add missing copyright header
2016-01-14 15:14:07 -08:00
Eric St. John
29e5a7090f
Add missing copyright header
2016-01-14 15:13:41 -08:00
Sridhar Periyasamy
fc8c6666fd
Prevent upgrades between 'nightly' and 'release' builds of Dotnet CLI.
...
Set a new registry 'BuildType' when installing. Check for this reg key
when upgrading to a newer version. Show error message and exit
if the previous installation does not have the same 'BuildType'.
2016-01-14 15:03:32 -08:00
Pavel Krymets
f31ac24110
Merge pull request #852 from dotnet/pakrym/desktop
...
Generate config only on desktop
2016-01-14 14:28:37 -08:00
Pavel Krymets
dd1e50c5bd
Generate config only on desktop
2016-01-14 14:26:55 -08:00
PiotrP
bd529c0afb
When deps file path is provided, use it to resolve the app_dir.
2016-01-14 14:02:02 -08:00
Pavel Krymets
82013acbb2
Merge pull request #815 from dotnet/pakrym/dllconfig
...
Add support for .config file generation for test projects
2016-01-14 13:51:35 -08:00
Eric StJohn
b115569d71
Merge pull request #800 from dotnet/packNuspec
...
Add support for NuSpecs
2016-01-14 13:01:55 -08:00
Pavel Krymets
b02dbc45f4
Add support for .config file generation for test projects
2016-01-14 12:23:26 -08:00
schellap
b4b482006b
Fix host name, debuggability and embed CRT
2016-01-14 12:06:18 -08:00
Sridhar Periyasamy
f2ac0d341b
Merge pull request #836 from Sridhar-MS/msi-upgrade
...
Enable build-to-build major upgrades for MSI.
2016-01-14 11:36:03 -08:00
Troy Dai
ce3e719a06
Update ProjectModel server
...
1. Rebase on new LibraryExporter
2. Update dependency name to "fx/<name>" for reference assembly
3. Update framework friendly name
4. Fix dependency message regression
5. Update tests
2016-01-14 10:11:31 -08:00
Andrew Stanton-Nurse
03885e876f
add a spec for the new runtime configuration file
...
(the file formerly known as "deps")
2016-01-14 09:55:56 -08:00
Andrew Stanton-Nurse
845f2c56e6
let RID detection do its thing
...
also:
* fix up pjvalidate to handle versionless deps
* fix up package-command-test
2016-01-14 09:06:13 -08:00
Troy Dai
4344af3c1b
Exit the lock after a process loop
...
Fix issue https://github.com/dotnet/cli/issues/801
2016-01-13 22:14:04 -08:00
Zlatko Knezevic
1a7a971d4b
Merge pull request #831 from blackdwarf/pkgosxfix
...
Adding more symlinks to postinstall
2016-01-13 16:33:14 -08:00
Bryan Thornbury
60f5fce3fb
Merge pull request #821 from brthor/debian_upgrade_test
...
Enable Debian package upgrade tests.
2016-01-13 16:07:28 -08:00
Sridhar Periyasamy
1308e27a74
Enable build-to-build major upgrades for MSI.
...
Encode the CLI version into MSI supported ProductVersion documented here -
https://msdn.microsoft.com/en-us/library/windows/desktop/aa370859(v=vs.85).aspx
Example: CLI Version - 1.0.0.000930 is encoded in MSI as 4.0.930
Prevent downgrading by failing installation with error message.
Also display the original CLI version in the ProductName.
2016-01-13 15:48:45 -08:00
Livar
2417f50f8d
Merge pull request #818 from livarcocc/file_descriptor_limit
...
Fixes the file descriptor issue during restore on OSX
2016-01-13 15:05:52 -08:00
Bryan
8fb2537e87
Remove -O option from curl invocation to ensure file is named consistently in test_package.bats
2016-01-13 14:34:16 -08:00
Bryan Thornbury
bfde94528c
Enable Debian package upgrade tests.
2016-01-13 14:34:12 -08:00
Zlatko Knezevic
c8421dd414
Merge pull request #644 from blackdwarf/isspage
...
Add a "Known issues" page to Documentation
2016-01-13 14:12:42 -08:00
Piotr Puszkiewicz
d9046799fc
Merge pull request #826 from blackdwarf/775fix
...
Add a note for VS 2015 x64 Native Tools requirement
2016-01-13 14:12:02 -08:00
Zlatko Knezevic
ccba7ac397
Adding more symlinks to postinstall
...
Adding symlinks for the following commands:
* dotnet-dnx
* csc
Also adding symlink for libclihost.dylib because it is needed
for the corehost.
Fix #823 , #786
2016-01-13 13:52:24 -08:00
Zlatko Knezevic
4879d27d45
Merge pull request #830 from dotnet/linkdnx
...
link dotnet-dnx
2016-01-13 13:46:48 -08:00
Livar Cunha
9994b6b8dd
Increases the number of file descriptors available to the process in order to hit a issue when doing restore where we were running out of file descriptors during the build.
2016-01-13 13:40:25 -08:00
Bryan Thornbury
cc0767c7f4
Merge pull request #820 from brthor/package_tool_cmd_options
...
Versioning Changes
2016-01-13 13:15:26 -08:00
Glenn Condron
a446bb220c
link dotnet-dnx
...
link dotnet-dnx so that `dotnet restore` works when installed from pkg
2016-01-13 12:02:37 -08:00
Pavel Krymets
cc61db24c9
Merge pull request #829 from dotnet/pakrym/build
...
Switch dendency context back to dotnet5.4
2016-01-13 10:57:58 -08:00
Pavel Krymets
2456d83008
Switch dependency context back to dotnet5.4
2016-01-13 10:56:57 -08:00
Troy Dai
32e7f3bc7a
Fix test build break
2016-01-13 10:28:33 -08:00
Zlatko Knezevic
e071011f7e
Add a note for VS 2015 x64 Native Tools requirement
...
Add a note to the README.md for VS 2015 x64 Native Tools requirement
for native compilation.
Fix #775
2016-01-13 09:57:12 -08:00
Eric St. John
7087335d41
Port ManifestReader from NuGet.Core
2016-01-13 09:51:20 -08:00
Eric St. John
f3f6a2bf52
Port latest features from NuGet.Core 2.11
2016-01-13 09:51:20 -08:00
Eric St. John
6e1c39d764
Add support for NuSpecs
...
This brings over the NuGet.Core code that existed for
loading NuSpecs. I also added the File list to the
manifest to support builing a package from a
nuspec, and the ability to save a nuspec.
2016-01-13 09:51:19 -08:00
Zlatko Knezevic
3076081243
Add a "Known issues" page to Documentation
...
This page should contain issues that are affecting the entire product (most
or all commands) and potential workarounds, so users are not blocked. It should
also contain some instructions for certain simple scenarios (like OS X PKG
removal).
2016-01-13 08:52:33 -08:00
Bryan
7011f9e604
update everything to DOTNET_CLI_VERSION
...
Some package_tool fixes
2016-01-13 02:22:53 -08:00
Krzysztof Wicher
f88c9a88f2
use commit count as revision number
2016-01-13 02:22:48 -08:00
Bryan
797e436547
Package Tool Changes to support versioning changes.
...
1. Support CONFLICTS in debian packages
2. Associated Build Changes
3. Better cmd line option support in package_tool
2016-01-13 02:22:47 -08:00