William Li
|
a6d3012da1
|
Replace dotnet help parser with CliCommandLineParser
CliCommandLineParserVersion 138 cannot use help as command and --help as
opinion at the same timem, update to 142
|
2017-04-10 22:11:14 -07:00 |
|
William Li
|
cddffb08d2
|
Refactoring: Move UsageText to a separate file
|
2017-04-10 22:10:14 -07:00 |
|
Livar
|
5e9e688d9e
|
Merge pull request #6289 from mlorbetske/dev/mlorbe/UpdateWeb20TemplatesAndEngineVersion
Update templates & engine, rename --skip-restore to --no-restore
|
2017-04-10 20:54:23 -07:00 |
|
Livar
|
997f29efde
|
Merge pull request #6288 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-001960 (master)
|
2017-04-10 20:53:54 -07:00 |
|
Livar Cunha
|
c630aa27e5
|
Removing VC Redist from the bundle now that CoreRT no longer needs it.
|
2017-04-10 20:38:49 -07:00 |
|
Mike Lorbetske
|
fc77d7e152
|
Update templates & engine, rename --skip-restore to --no-restore
|
2017-04-10 20:00:17 -07:00 |
|
dotnet-bot
|
607a001553
|
Update CoreSetup to preview1-001960
|
2017-04-11 01:54:27 +00:00 |
|
Livar
|
0d57d7169f
|
Merge pull request #6284 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-001957 (master)
|
2017-04-10 17:31:39 -07:00 |
|
Eric Erhardt
|
bfdba5df83
|
Update environment variable used in the latest host.
DOTNET_SHARED_PACKAGES => DOTNET_SHARED_STORE
|
2017-04-10 18:55:12 -05:00 |
|
Rohit Agrawal (NUGET)
|
21c501dfc0
|
update nuget version to 4.3.0-preview1-2484
|
2017-04-10 16:48:32 -07:00 |
|
Eric Erhardt
|
20207e1def
|
Merge pull request #6283 from eerhardt/UpdateSDK
Update SDK to 2.0.0-alpha-20170410-1.
|
2017-04-10 18:40:03 -05:00 |
|
Livar
|
25232e7cf7
|
Merge pull request #6285 from dotnet/websdkversionupdate0410
Updating the websdk version
|
2017-04-10 16:26:35 -07:00 |
|
Eric Erhardt
|
07bd09a155
|
Append -portable to shared framework assets.
core-setup is producing "portable" assets with a "-portable" name. We should be consuming those from the CLI build.
|
2017-04-10 18:25:22 -05:00 |
|
dotnet-bot
|
33503925db
|
Update CoreSetup to preview1-001957
|
2017-04-10 22:16:24 +00:00 |
|
Vijay Ramakrishnan
|
9bb8f667a3
|
Changing the version to 441
|
2017-04-10 14:56:02 -07:00 |
|
Vijay Ramakrishnan
|
aae4218bfc
|
Updating the websdk version
|
2017-04-10 13:49:24 -07:00 |
|
Livar
|
34f15727dc
|
Merge pull request #6271 from rakeshsinghranchi/dev/raksingh/AddDailyDebianFeedInstruction
Add debian daily feed install instruction
|
2017-04-10 13:34:58 -07:00 |
|
Eric Erhardt
|
ae78b87587
|
Update SDK to 2.0.0-alpha-20170410-1.
|
2017-04-10 14:24:52 -05:00 |
|
Eric Erhardt
|
99f9786ac7
|
Merge pull request #6270 from eerhardt/CacheRename
Rename `cache` to `store`.
|
2017-04-10 12:15:25 -05:00 |
|
Livar
|
67563a4f12
|
Merge pull request #6268 from livarcocc/remove_1_0_runtime
Removing the additional shared framework from the official stage2 build of the CLI
|
2017-04-08 12:30:41 -07:00 |
|
Livar
|
18126c4ea8
|
Merge branch 'master' into CacheRename
|
2017-04-08 09:36:15 -07:00 |
|
Livar
|
cc9271119e
|
Merge pull request #6266 from wli3/fix-migrate-x
Fix migrate command's parse error
|
2017-04-08 09:34:52 -07:00 |
|
Livar Cunha
|
88412b4689
|
Fixing the backwards compat test to use the stage2 with backwards compatible runtimes.
|
2017-04-08 00:32:34 -07:00 |
|
Livar Cunha
|
c8b042fd1b
|
Fixing the build.
|
2017-04-08 00:31:27 -07:00 |
|
Livar Cunha
|
e286c65d25
|
Removing Additional Framework entirely and renaming LegacyRuntime to something more appropriate: BackwardsCompatibleRuntimes. Also, turning off some tests that I forgot to turn off for linux-x64.
|
2017-04-08 00:31:27 -07:00 |
|
Livar Cunha
|
4c926ec9c5
|
Fixing the order in which we publish the stage2 with the legacy runtime.
|
2017-04-08 00:31:27 -07:00 |
|
Livar Cunha
|
772e838ff8
|
Removing the additional shared framework from the official stage2 build of the CLI. Instead, I also create a stage2 build with the legacy runtime so that we can continue to run tests tthat depend on it, but most importantly, we will be able to run backwards compatibility tests using it.
|
2017-04-08 00:31:27 -07:00 |
|
Livar
|
95a367136c
|
Merge pull request #6263 from johnbeisner/CLI-backcompat-tests
Adding backwards compat tests to the CLI test catalog.
|
2017-04-08 00:30:18 -07:00 |
|
Eric Erhardt
|
95ff3f9bf8
|
Fix tests for cache => store rename.
|
2017-04-07 15:51:37 -05:00 |
|
Rakesh Ranjan Singh
|
32ff1ea8c9
|
Add debian daily feed install instruction
|
2017-04-07 13:06:08 -07:00 |
|
Eric Erhardt
|
07b25e268c
|
Rename cache to store .
Rename `dotnet publish --filter` to `dotnet publish --target`.
Partial fixes for #6243, #6244
|
2017-04-07 14:21:16 -05:00 |
|
John Beisner
|
30b5518af3
|
Changes per code review from PR
|
2017-04-07 10:02:55 -07:00 |
|
William Li
|
4f52ed37f7
|
Fix migrate command's parse error
argument. So, when it is trying to materialize MigrateCommand, the file
path does not match what it is expected(a bool).
|
2017-04-07 08:01:06 -07:00 |
|
Livar
|
37224c9917
|
Merge pull request #6265 from livarcocc/fix_vc_redist_detection_logic
Adding error code 1638 as a ignore/success error when installing the VC_Redist.
|
2017-04-06 20:19:27 -07:00 |
|
Livar
|
e1b4556641
|
Merge pull request #6254 from mlorbetske/dev/mlorbe/UpdateTemplatesAndEngine
Update template engine & template versions
|
2017-04-06 18:01:12 -07:00 |
|
Livar
|
ff452ab5e7
|
Merge pull request #6256 from dotnet/websdkversionupdate0405
Updating the websdk version
|
2017-04-06 17:28:15 -07:00 |
|
Livar
|
158eea3127
|
Updating the patch version of the CLI to 1.0.3
|
2017-04-06 16:30:49 -07:00 |
|
Livar Cunha
|
d8cc37ae00
|
Adding error code 1638 as a ignore/success error when installing the VC_Redist.
|
2017-04-06 15:11:57 -07:00 |
|
John Beisner
|
9bfe67a8e8
|
Adding backwards compat tests to the CLI test catalog.
https://github.com/dotnet/cli/issues/6227
https://github.com/dotnet/cli/issues/6228
|
2017-04-06 11:58:19 -07:00 |
|
Vijay Ramakrishnan
|
3aa7b10007
|
Updating the websdk version
|
2017-04-05 17:02:33 -07:00 |
|
Mike Lorbetske
|
379dd5c9e0
|
Update template engine & template versions
|
2017-04-05 13:50:12 -07:00 |
|
Livar
|
7080b71401
|
Merge pull request #6200 from jyoungyun/arm/cross-build
Add --rid option to support cross build
|
2017-04-05 12:40:29 -07:00 |
|
Livar
|
5ec3df813d
|
Merge pull request #6242 from eerhardt/FixDisableCrossgen
Fix passing /p:DISABLE_CROSSGEN on cli.
|
2017-04-05 12:40:11 -07:00 |
|
Livar
|
82c2ad1f78
|
Merge pull request #6246 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-001915 (master)
|
2017-04-05 12:39:09 -07:00 |
|
Eric Erhardt
|
147effc9e1
|
Merge pull request #6252 from dotnet/UpdateSdk
Update Sdk to 2.0.0-alpha-20170405-2
|
2017-04-05 14:07:09 -05:00 |
|
William Lee
|
60056dc706
|
Merge pull request #6235 from dotnet/fix-openssl-install
Correct OpenSSL install guide
|
2017-04-05 11:47:57 -07:00 |
|
Daniel Lo Nigro
|
e391b5d5f3
|
Change shebang and remove comment about bashisms
|
2017-04-05 11:40:59 -07:00 |
|
Daniel Lo Nigro
|
6a27955d2f
|
Add bash shebang to dotnet-install.sh
|
2017-04-05 11:40:59 -07:00 |
|
Eric Erhardt
|
5b1adf9fd2
|
Update Sdk to 2.0.0-alpha-20170405-2
|
2017-04-05 12:50:36 -05:00 |
|
dotnet-bot
|
a2e1c06597
|
Update CoreSetup to preview1-001915
|
2017-04-05 00:32:55 +00:00 |
|