Pavel Krymets
|
b0ff1857cc
|
Fix publish runtime asseets
|
2016-02-16 20:54:11 -08:00 |
|
Pavel Krymets
|
78ccff9d50
|
Merge pull request #1428 from dotnet/pakrym/runtime-context-logic
Use runtime context only where we require it
|
2016-02-16 17:03:01 -08:00 |
|
Sridhar Periyasamy
|
fdd062fd17
|
Delete build-test-prerequisites.ps1
With the build scripts moved to c# this is no longer required.
|
2016-02-16 16:33:24 -08:00 |
|
Sridhar Periyasamy
|
735b4beb7c
|
Merge pull request #1340 from Sridhar-MS/test-fx
[WIP]: TestFramework with support for managing test projects.
|
2016-02-16 16:09:09 -08:00 |
|
Andrew Stanton-Nurse
|
c4010e6aa5
|
Merge pull request #1443 from dotnet/anurse/fix-version-numbers
fix version number padding
|
2016-02-16 15:58:00 -08:00 |
|
Pavel Krymets
|
9fb99526a1
|
Use runtime context only where we require it
|
2016-02-16 15:54:33 -08:00 |
|
Piotr Puszkiewicz
|
4a97d540c8
|
Merge pull request #1435 from krwq/installation-scenarios
Add/update installation scenarios
|
2016-02-16 15:48:07 -08:00 |
|
Sridhar Periyasamy
|
278475fdce
|
Update IncrementalTestsOnCultureSpecificResource.cs
|
2016-02-16 15:41:36 -08:00 |
|
David Fowler
|
ec0b004d4c
|
Merge pull request #1438 from dotnet/davidfowl/remove-runtime
Remove the shared runtime folder from the CLI
|
2016-02-16 14:54:12 -08:00 |
|
Pavel Krymets
|
7754e8c710
|
Merge pull request #1362 from dotnet/pakrym/dc-tests
Refactor DependencyModel, add unit tests, add EnvironmentAbstraction library
|
2016-02-16 14:51:47 -08:00 |
|
Piotr Puszkiewicz
|
953fd210db
|
Merge pull request #1441 from dotnet/anurse/emit-packaged-commands-test-output
forward packaged commands test outputs to console
|
2016-02-16 14:42:04 -08:00 |
|
Piotr Puszkiewicz
|
2471a3fc55
|
Merge pull request #1444 from dotnet/piotrpMSFT/Issue1352/RID_Override
Remove dotnet-restore RID override
|
2016-02-16 14:38:12 -08:00 |
|
Pavel Krymets
|
8a94e66384
|
Merge pull request #1439 from dotnet/pakrym/pack-output
Fix pack output location
|
2016-02-16 14:29:19 -08:00 |
|
Piotr Puszkiewicz
|
a14618f787
|
Merge pull request #1442 from dotnet/piotrpMSFT/ps1disambiguate
Fix Windows version badge filename
|
2016-02-16 14:17:12 -08:00 |
|
Andrew Stanton-Nurse
|
0d55878a45
|
fix version number padding
|
2016-02-16 14:02:50 -08:00 |
|
Piotr Puszkiewicz
|
6e6b8126ac
|
Fixes #1352
|
2016-02-16 13:59:16 -08:00 |
|
Pavel Krymets
|
4d4f5ad895
|
Fix pack output location
|
2016-02-16 13:56:07 -08:00 |
|
Sridhar Periyasamy
|
2eb39a9a40
|
Update publish.ps1
Fix the path to `.version` file to use the `$RID` env variable.
|
2016-02-16 13:51:36 -08:00 |
|
Piotr Puszkiewicz
|
faeeb4feaf
|
$Configuration was being interpreted as $Configuration_
|
2016-02-16 13:41:37 -08:00 |
|
Andrew Stanton-Nurse
|
d526b08a8e
|
forward packaged commands test outputs to console
|
2016-02-16 13:37:19 -08:00 |
|
Troy Dai
|
e72391fd3a
|
Merge branch 'troy/1430' into rel/1.0.0
|
2016-02-16 13:25:21 -08:00 |
|
Sridhar Periyasamy
|
1ddec816cb
|
Update CompileTargets.cs
Use `configuration` instead of hard coding `Debug`.
|
2016-02-16 12:59:25 -08:00 |
|
David Fowler
|
528b32ddc5
|
Remove the shared runtime folder from the CLI
|
2016-02-16 12:57:01 -08:00 |
|
Andrew Stanton-Nurse
|
34b0b688f7
|
patch up some final missing CI build things
|
2016-02-16 12:46:43 -08:00 |
|
Andrew Stanton-Nurse
|
f57605c4c3
|
add skip-prereqs switch
|
2016-02-16 12:38:21 -08:00 |
|
Krzysztof Wicher
|
9429483616
|
changes 2
|
2016-02-16 12:33:57 -08:00 |
|
Andrew Stanton-Nurse
|
eb607fec08
|
Merge pull request #1436 from dotnet/anurse/restore-no-package
restore the NoPackage switch for VSO signing build
|
2016-02-16 12:24:54 -08:00 |
|
Andrew Stanton-Nurse
|
f2b3b2e93a
|
flip path slash
|
2016-02-16 12:23:14 -08:00 |
|
Andrew Stanton-Nurse
|
10772464c7
|
add help to build.cmd
|
2016-02-16 12:22:25 -08:00 |
|
Andrew Stanton-Nurse
|
c2f08bd853
|
remove ci_build.sh
|
2016-02-16 12:16:45 -08:00 |
|
Andrew Stanton-Nurse
|
57ce370b51
|
remove ci_build.cmd
|
2016-02-16 12:06:51 -08:00 |
|
Krzysztof Wicher
|
3666543d24
|
WIP: changes 1
|
2016-02-16 11:57:56 -08:00 |
|
Andrew Stanton-Nurse
|
8fedd2ada3
|
restore the NoPackage switch for VSO signing build
|
2016-02-16 11:39:17 -08:00 |
|
Sridhar Periyasamy
|
9ec8556d24
|
Rebase with the latest sources and fix the tests.
|
2016-02-16 11:26:40 -08:00 |
|
Krzysztof Wicher
|
0c024f4290
|
Move installation scenarios to the right path
|
2016-02-16 11:14:25 -08:00 |
|
Zlatko Knezevic
|
e96d1493bd
|
Update CLIInstallationScenarios.md
Update
|
2016-02-16 11:06:53 -08:00 |
|
Krzysztof Wicher
|
052260c1cc
|
Add Installation scenarios description
|
2016-02-16 11:06:52 -08:00 |
|
Troy Dai
|
8058b42e9b
|
Add FrameworkData to ProjectReferenceDescription
|
2016-02-16 10:35:31 -08:00 |
|
Sridhar Periyasamy
|
ab455e6bb9
|
Merge branch 'rel/1.0.0' of https://github.com/dotnet/cli into test-fx
|
2016-02-16 09:58:20 -08:00 |
|
Pavel Krymets
|
39e1e26f0e
|
Refactor DependencyModel, make it ready for tests
|
2016-02-16 09:56:19 -08:00 |
|
Piotr Puszkiewicz
|
9c7ec89392
|
Merge pull request #1424 from dotnet/WinUpload
Fix publish scripts
|
2016-02-16 02:17:52 -08:00 |
|
Piotr Puszkiewicz
|
a5d069324e
|
Fix publish scripts
|
2016-02-16 01:57:24 -08:00 |
|
Piotr Puszkiewicz
|
a467dd236a
|
Merge pull request #1421 from dotnet/blackdwarf-badges
badge updates
|
2016-02-16 00:49:10 -08:00 |
|
Piotr Puszkiewicz
|
7356328128
|
Merge pull request #1419 from dotnet/piotrpMSFT/VSO-build-diagnostics
Fixes issue #1415
|
2016-02-16 00:31:24 -08:00 |
|
Piotr Puszkiewicz
|
d24de40ae5
|
Merge branch 'badges' of https://github.com/blackdwarf/cli into blackdwarf-badges
|
2016-02-16 00:30:16 -08:00 |
|
David Fowler
|
1e18150194
|
Merge pull request #1231 from AustinWise/fixHelp
Fix the help command to work with intrinsic commands.
|
2016-02-15 23:50:03 -08:00 |
|
Troy Dai
|
852f982bc1
|
Merge branch 'troy/1391' into rel/1.0.0
|
2016-02-15 23:46:07 -08:00 |
|
Piotr Puszkiewicz
|
811f892cf5
|
Fixes issue #1415
|
2016-02-15 23:45:31 -08:00 |
|
Piotr Puszkiewicz
|
34f2837356
|
Merge pull request #1416 from dotnet/piotrpMSFT/VSO-build-diagnostics
Improved VSO build logging during VS Environment Variable collection.
|
2016-02-15 23:00:36 -08:00 |
|
Troy Dai
|
cf2cf83ff3
|
Fix issue 1391
|
2016-02-15 21:36:35 -08:00 |
|