Bryan
4c41c9699c
Last necessary test changes
...
Fix the refactoring bugs
fix restore
downgrade version of package command test
Linux Test Script Fixes
use corehost instead of corerun for arg testing
don't copy corehost
fix scripts
Account for change in publish path, use corerun. Issue with AppContext.BaseDirectory in corehost.
Case Sensitive Reflector
wait for process exit
Fix bug in runtests.ps1
fix release build output path
fixup bug in runtests.sh
2016-01-23 14:32:50 -08:00
Bryan
cd9e5e2f08
Make the move off of * dependencies
...
move tests back to 23704
name changed, feedback
2016-01-23 13:01:37 -08:00
Bryan
c727c513dc
Native fixes
...
project.json cleanup
Cleanup and Code Review Feedback
2016-01-23 13:01:36 -08:00
piotrp
f16f839019
Fixes system.runtime.extensions:4.1.0.0 issue
2016-01-23 13:01:35 -08:00
Bryan Thornbury
d1d23944df
Changes to fix publish tests
2016-01-23 13:01:34 -08:00
piotrp
9c5e520285
various fixes
2016-01-23 13:01:33 -08:00
Bryan
8d0fada156
Product Changes to Work with new argument escaping
2016-01-23 13:01:31 -08:00
Bryan
e794ad6a10
Basic Argument Forwarding and Escaping Code Additions/Changes
2016-01-23 13:01:30 -08:00
schellap
45bee52522
Resolve sym links to probe paths on Unix
2016-01-22 16:51:04 -08:00
Livar Cunha
fdea0b87e0
Making some of the testbase methods protected.
...
Renaming variables according to code review comments. Adding the folder logic to the builder tests. Creating a separate compilation folder during the build.
2016-01-22 15:22:45 -08:00
Livar Cunha
ac2d0e36a9
Changing multiple dotnet commands to be aware of $configuration/$tfm folder structure under the --output path option.
...
Changing the build scripts to copy files over from debug\dnxcore and to check for the folders existence before trying that.
Making the build command aware of the subfolders and making E2E tests aware of subfolders.
Fixing compiler tests to look for the xml in the right plae taking into consideration the configuration and tfm.
Modifying publish tests to not take into consideration the runtime. This is a temporary change. will bring it back once the commands all understand rid.
Making the packaging step work by placing binaries where dotnet pack expects.
2016-01-22 15:22:44 -08:00
Andrew Stanton-Nurse
7b39d9ce85
remove unnecessary dependency (that isn't present anymore)
2016-01-22 15:17:04 -08:00
Piotr Puszkiewicz
ee247484f3
Merge pull request #971 from dotnet/anurse/970-correct-lock-file-check
...
adjust lock file check to handle NuGet-style lock file
2016-01-22 13:34:38 -08:00
Andrew Stanton-Nurse
29589f2503
Merge branch 'rel/1.0.0' into anurse/update-nuget
2016-01-22 11:45:50 -08:00
Andrew Stanton-Nurse
5db4684cb1
update to take NuGet build 3.4.0-beta-517
2016-01-22 10:40:01 -08:00
Andrew Stanton-Nurse
43d57e438e
adjust lock file check to handle NuGet-style lock file
...
fixes #970
2016-01-22 10:22:53 -08:00
Bryan
e6a58df9ca
fixup Additional references which bring in the new System.Runtime.Extensions
2016-01-21 17:37:06 -08:00
Bryan Thornbury
36a32c4ecc
Update project.json
2016-01-21 16:20:15 -08:00
Bryan Thornbury
41693d6966
Update project.json
2016-01-21 16:18:35 -08:00
Piotr Puszkiewicz
fc9097459e
Merge pull request #940 from dotnet/trdai/848.1
...
Add default warning suppresses to CommonCompilerOptions
2016-01-21 13:20:37 -08:00
Piotr Puszkiewicz
14f665eb30
Merge pull request #930 from cdmihai/cdmihai/buildCommandTestingReleasePR
...
Release PR: Incremental build tests and improvements
2016-01-21 12:31:25 -08:00
Sridhar Periyasamy
3a1f1d251c
Merge pull request #926 from Sridhar-MS/restore-temp1
...
Create the temp folder for 'tools' restoration in the project directory.
2016-01-21 12:02:06 -08:00
Troy Dai
1b8f3a0025
Add default suppress to compiler options message
2016-01-21 11:03:10 -08:00
Andrew Stanton-Nurse
0ad75a758a
prep for nuget bootstrapping
2016-01-21 10:24:07 -08:00
Sridhar Periyasamy
6a249f65ea
Address PR feedback.
...
Restore the 'tools' into obj folder.
2016-01-20 17:20:38 -08:00
Mihai Codoban
b2f5bbeeb0
Add dotnet-compile to path probing watch
...
Since Build is heavily coupled to the logic in dotnet-compile, we're
checking against path probing for dotnet-compile
2016-01-20 16:07:24 -08:00
Mihai Codoban
68d46fefad
Incremental output goes to stdout
2016-01-20 16:06:02 -08:00
Mihai Codoban
a7e57ae2ed
Include XML and PDB as incremental outputs
2016-01-20 16:06:01 -08:00
Mihai Codoban
2dcf502946
Use lock file to find out when dependencies change
...
Faster to check one file than many
2016-01-20 16:06:01 -08:00
Mihai Codoban
0ddf493f1d
ProjectContext provides access to Lockfile; Lockfile knows its path
2016-01-20 16:06:00 -08:00
Sridhar Periyasamy
6b01f1a644
Create the temp folder for 'tools' restoration in the project directory.
...
This is a fix for regression caused by #877 . It is required to create the
temp folder in the project directory so that same nuget.config resolution
happens for both 'dependencies' and 'tools'. See #844 .
2016-01-20 14:50:06 -08:00
David Fowler
7972586c31
Steps to boostrapping with NuGet
...
- Fixed a bunch of dependencies that was causing dotnet restore to fail on the CLI
- Added imports to `project.json` so that `dotnet-restore` works
- Fixed a bunch of dependency issues in different projects
- Ironically, running `dotnet restore` on the dotnet-restore project still fails (will fix in another commit). Looks like it might be a nuget issue
2016-01-20 18:15:07 +00:00
Andrew Stanton-Nurse
f532ce33b4
Merge pull request #899 from dotnet/anurse/fix-nuget
...
Work around NuGet packaging error
2016-01-19 15:57:13 -08:00
Andrew Stanton-Nurse
3b261afb47
workaround #901 by using corerun instead of corehost
2016-01-19 15:06:05 -08:00
Andrew Stanton-Nurse
bce4aacb13
work around NuGet packaging error
2016-01-19 14:49:14 -08:00
Andrew Stanton-Nurse
1579f0a809
fix nuget reference
2016-01-19 14:26:11 -08:00
Andrew Stanton-Nurse
3d493f7d9d
switch from DNX to cross-plat NuGet!
2016-01-19 11:43:09 -08:00
Piotr Puszkiewicz
4e0d28db74
Merge pull request #874 from dotnet/bricelam-patch-1
...
Update incorrect dependency in Microsoft.DotNet.Cli.Utils
2016-01-16 14:05:07 -08:00
Troy Dai
479a81a576
Update message sequences of ProjectModel server
...
Send References ahead of Dependencies
2016-01-15 20:03:29 -08:00
Piotr Puszkiewicz
a64f8f6310
Merge pull request #877 from Sridhar-MS/restore-temp-remove
...
Delete temporary folder created by "dotnet restore".
2016-01-15 17:07:49 -08:00
Troy Dai
68c0edff17
Enable to initialize a project before restore
...
1. Check the lock file path first.
2. Update tests
2016-01-15 16:05:18 -08:00
Sridhar Periyasamy
7c5f505276
Merge pull request #873 from dotnet/hostpolcrt
...
Link CRT into hostpolicy
2016-01-15 14:54:31 -08:00
Sridhar Periyasamy
737ed67571
Delete temporary folder created by "dotnet restore".
...
Also create the temp folder in the OS temp path.
Fix - #811
2016-01-15 13:34:05 -08:00
Piotr Puszkiewicz
527e20acc6
Merge pull request #863 from Sridhar-MS/beta-fixes
...
Fix driver to remove double quotes from paths in %PATH% env
2016-01-15 13:15:37 -08:00
Brice Lambson
a0d087ac72
Update incorrect dependency in Microsoft.DotNet.Cli.Utils
2016-01-15 12:55:26 -08:00
Piotr Puszkiewicz
c90a35b80e
Merge pull request #779 from noahfalk/issue_768
...
Allow ilcpath argument to include "ilc.exe"
2016-01-15 12:50:09 -08:00
Senthil
b86aa4d36b
Link CRT into hostpolicy
...
Fixes #870
Fixes #871
2016-01-15 12:36:39 -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