Bryan Thornbury
5a257a7107
Merge pull request #1378 from mmitche/move-to-auto
...
Move to auto-images
2016-02-11 17:40:13 -08:00
Pranav K
c881516abf
Merge pull request #1357 from dotnet/prkrishn/net451
...
Target net451 in ProjectModel
2016-02-11 16:36:09 -08:00
Sridhar Periyasamy
96e425f8bb
Fix build breaks and some 'build' tests.
2016-02-11 15:55:37 -08:00
Pranav K
33f1b8551e
Compile Microsoft.DotNet.Cli.Utils in net451
2016-02-11 15:46:43 -08:00
Pranav K
f5065c9425
Target net451 in ProjectModel
...
Fixes #876
2016-02-11 15:42:14 -08:00
Livar
2d49154d53
Merge pull request #1358 from livarcocc/runtime_output_dir_script_variable
...
Refactoring dotnet-compile and adding a new RuntimeOutputDir to compile scripts variables.
2016-02-11 15:39:35 -08:00
Sridhar Periyasamy
f86952cf1d
Merge branch 'rel/1.0.0' of https://github.com/dotnet/cli into test-fx
2016-02-11 14:22:24 -08:00
Sridhar Periyasamy
9695fbfeda
Refactor 'publish' and 'build' tests to use the TestFramework
2016-02-11 14:17:20 -08:00
Sridhar Periyasamy
b239c548a4
Refactor TestFramework
...
Remove TestScenario and add TestAssetsManager which manages the TestAssets
folder.
2016-02-11 14:08:37 -08:00
Livar Cunha
e945361a76
Replacing the fixed rid in the dotnet compile unit test by one that respects the platform where the tests are running.
...
Removing trailing slashes for the paths passed to the scripts to avoid the double quotes escaped issue.
2016-02-11 12:44:27 -08:00
Livar Cunha
4e1ec4c159
Refactoring dotnet-compile to make adding the script variable testable. So far, moved it to have a compiler controller and two separate compilers: native and managed. Also moved the script runner to its own class so that we can mock it into the managed controller.
...
Adding a ICommand interface and factory that we can use to mock Commands and avoid actually running them in unit tests.
2016-02-11 12:42:02 -08:00
Piotr Puszkiewicz
732f3d7abd
Merge pull request #1364 from dotnet/anurse/update-to-23811
...
update everyone to 23811
2016-02-11 12:40:56 -08:00
Andrew Stanton-Nurse
b5450cabc2
update version in 'dotnet new' template
2016-02-11 12:11:45 -08:00
Andrew Stanton-Nurse
8534bb8747
turn echo off off
2016-02-11 11:33:32 -08:00
Andrew Stanton-Nurse
9cda2703f3
Merge pull request #1367 from dotnet/prkrishn/dotnet-install
...
* Add support for specifying a version in obtain/install
2016-02-11 11:23:26 -08:00
Andrew Stanton-Nurse
19216b996b
update crossgen scripts
2016-02-11 11:03:50 -08:00
Pranav K
ed1177a664
* Add support for specifying a version in obtain/install
2016-02-11 10:47:49 -08:00
Andrew Stanton-Nurse
236fcd8f95
update everyone to 23811
...
add a little hackiness to the build script to use 23811 in the stage 0 as well
2016-02-11 10:38:59 -08:00
Sridhar Periyasamy
d18ff2f421
Update publish.ps1
...
Some bug fixes to upload the bundle correctly to the blob storage.
2016-02-10 16:41:15 -08:00
Mihai Codoban
a0990a518c
Add --no-dependency flag to build
2016-02-10 15:35:27 -08:00
Pavel Krymets
41fd92222d
Merge pull request #1345 from dotnet/pakrym/incremental-exe
...
Do not search for runtime output in dependencies
2016-02-10 15:20:45 -08:00
Pavel Krymets
4462dc21f8
Do not search for runtime output in dependencies
2016-02-10 15:20:08 -08:00
Pavel Krymets
23b1b077dd
Merge pull request #1347 from dotnet/pakrym/refasm
...
Add reference assembly support to DependencyModel
2016-02-10 13:55:25 -08:00
Sridhar Periyasamy
56e3d8f903
Upload bundles instead of MSI
2016-02-10 13:06:48 -08:00
Eric Erhardt
5d04ca1fe3
Move PackagedCommands to TestAssets.
...
Convert package-command-test.ps1 to an XUnit test.
2016-02-10 15:05:25 -06:00
Eric Erhardt
b209f98fd1
Merge pull request #1348 from eerhardt/UpdateDotNet
...
Bump CoreFx to rc2-23810
2016-02-10 14:31:42 -06:00
Eric Erhardt
74d8051f79
Bump CoreFx to rc2-23810
2016-02-10 13:50:28 -06:00
Pavel Krymets
a8ce4f2e3a
Add reference assembly support
2016-02-10 11:40:23 -08:00
Sridhar Periyasamy
f0a40feb19
Update README.md
...
Point to the 'beta' feed.
2016-02-10 10:46:32 -08:00
Sridhar Periyasamy
d1d14283a1
TestFramework with support for managing test projects.
...
The CLI tool's tests are run against sample test projects for validation.
TestFramework provides an easy way to manage these sample test projects.
Converted the publish test to use the TestFramework.
2016-02-10 00:21:19 -08:00
Zlatko Knezevic
69cd5a1835
Fix vesion badge looks & upload issue
...
The uploads didn't take into consideration the $CHANNEL variable and
badges were ending up in the dev channel. Also, the badge was too short
for the version number so fixing the SVG as well.
2016-02-09 18:39:43 -08:00
Eric Erhardt
5715d19922
Merge pull request #1328 from eerhardt/RefactorTestNames
...
Refactoring test directories.
2016-02-09 19:26:39 -06:00
Eric Erhardt
490f4af0d4
Refactoring test directories.
...
- Rename Compiler.Common.Tests to Microsoft.DotNet.Compiler.Common.Tests.
- Create the Microsoft.DotNet.Cli.Utils.Tests and move StreamForwarderTests to it.
- ArgumentForwardingTests will be moved here in the future
- Remove LoadContextTest, since it is old and no longer relevant.
Partial #1250
2016-02-09 18:26:53 -06:00
Piotr Puszkiewicz
b34dd22ca8
Merge pull request #1295 from dotnet/piotrpMSFT/CrossGen23808
...
crossgen 23808
2016-02-09 16:19:15 -08:00
Pavel Krymets
9e84d560a0
Merge pull request #1333 from dotnet/pakrym/fix-incremental
...
Fix incremental build
2016-02-09 16:18:14 -08:00
Piotr Puszkiewicz
48797ea80a
Bump CoreFx to rc2-23808
...
Workaround for issue 1294
Improve crossgen notifications
2016-02-09 15:49:45 -08:00
Eric Erhardt
199093b09c
Merge pull request #1330 from eerhardt/TestProjectMove
...
Move OutputStandardOutputAndError test project with the other test projects.
2016-02-09 17:48:34 -06:00
Pavel Krymets
2fe913ae8f
Fix incremental build
2016-02-09 15:41:45 -08:00
Eric Erhardt
10b6191b3e
Move OutputStandardOutputAndError test project with the other test projects.
...
Partial #1250
2016-02-09 16:51:02 -06:00
Pranav K
b0470fdebb
Merge pull request #1324 from dotnet/prkrishn/1305
...
Don't filter by TFM when building DependencyContext
2016-02-09 14:50:57 -08:00
Pranav K
f78a259cf1
Merge pull request #1300 from dotnet/prkrishn/dependencycontext
...
Fix the paths at which CompileContext locates resgen outputs.
2016-02-09 14:50:36 -08:00
Pavel Krymets
5c3bc7f340
Merge pull request #1321 from dotnet/pakrym/package-fix
...
Fix location for package signing
2016-02-09 14:38:31 -08:00
Bryan Thornbury
bed4c37beb
Merge pull request #1325 from dotnet/brthor/1181/quickfix
...
hard code portable-net452+win81 to quickly unblock
2016-02-09 14:32:34 -08:00
Pranav K
1d25d2574d
Fix the paths at which CompileContext locates resgen outputs.
...
Fixes #1136
2016-02-09 14:29:25 -08:00
Pavel Krymets
9c9c726d82
Fix location for package signing
2016-02-09 14:17:48 -08:00
Pavel Krymets
98b37fdd5e
Merge pull request #1318 from dotnet/pakrym/paths3
...
Fix build for full clr
2016-02-09 14:04:20 -08:00
Eric Erhardt
a842707249
Merge pull request #1314 from eerhardt/MoveEndToEnd
...
Rename E2E test to EndToEnd.
2016-02-09 15:54:28 -06:00
Eric Erhardt
784f5679bf
Rename E2E test to EndToEnd.
2016-02-09 15:12:25 -06:00
Eric Erhardt
8ce79407db
Merge pull request #1312 from eerhardt/MoveMsiTests
...
Move Msi tests into the \test directory.
2016-02-09 15:10:39 -06:00
Pranav K
c31b9fe5c1
Don't filter by TFM when building DependencyContext
...
Fixes #1305
2016-02-09 13:07:40 -08:00