Livar
3269475562
Merge pull request #6341 from dotnet/websdkversionupdate0417
...
Updating the websdk version to 1.0.0-rel-20170413-451
2017-04-18 21:05:31 -07:00
Livar
0dc8e0c3ca
Merge pull request #6351 from rogersachan/patch-1
...
Mac OS X is now macOS (README.md)
2017-04-18 21:04:40 -07:00
Livar
052237c794
Merge pull request #6354 from eerhardt/READMEFix
...
Move the installer and binaries table under the Installers and Binaries section in the README.
2017-04-18 21:03:49 -07:00
Eric Erhardt
b6e3b46df9
Move the installer and binaries table under the Installers and Binaries section in the README.
2017-04-18 14:01:07 -05:00
Roger
7d6e8bf919
Mac OS X is now macOS
2017-04-18 10:54:50 -04:00
Livar
eabf8e69af
Merge pull request #6347 from eerhardt/RemoveOSXConclusion
...
Remove the conclusion.html from the OSX installer.
2017-04-17 22:42:51 -07:00
Eric Erhardt
4c9ee21b27
Remove the conclusion.html from the OSX installer.
...
Also, bump the min version to 10.12, since that is all .NET Core 2.0 supports.
Fix #6322
2017-04-17 20:56:48 -05:00
Livar
78868ad33a
Merge pull request #6320 from johnbeisner/CLI-backcompat-tests
...
Adding a CLI Test: Execute a 1.0 tool in a netcoreapp1.1 project
2017-04-17 10:05:40 -07:00
Vijay Ramakrishnan
e9f2b22492
Updating the websdk version to 1.0.0-rel-20170413-451
2017-04-17 10:00:42 -07:00
John Beisner
a8eb0d0f50
Changes per PR code review.
2017-04-17 09:27:25 -07:00
Eric Erhardt
2acaa40269
Merge pull request #6323 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-002021 (master)
2017-04-17 10:57:48 -05:00
dotnet-bot
65ebbded91
Update CoreSetup to preview1-002021
2017-04-17 15:09:44 +00:00
Livar
2a00911b1f
Merge pull request #6324 from eerhardt/Fix6244
...
Rename publish --target to --manifest.
2017-04-14 20:37:04 -07:00
Mike Lorbetske
645bb43291
Hook 'new' into the CLI telemetry pipeline
2017-04-14 20:32:51 -07:00
Rama krishnan Raghupathy
0f51901180
Merge pull request #6315 from ramarag/upDateSdk_for_missing_runtime_Store
...
Updating SDk to 20170414
2017-04-14 16:25:33 -07:00
Rama Krishnan Raghupathy
bb4298ddc2
Updating SDk to 20170414
2017-04-14 14:55:01 -07:00
Eric Erhardt
bfab25c259
Rename publish --target to --manifest.
...
Fix #6244
2017-04-14 16:08:32 -05:00
John Beisner
c51221d2f1
Adding "RequiresSpecificFrameworkFact("netcoreapp1.0")" to the 'ItRunsABackwardsVersionedTool' CLI test.
2017-04-14 13:31:12 -07:00
William Lee
d55ed34d2e
Merge pull request #6313 from wli3/fix-dotnetrun--passing-args
...
Fix dotnet run double dash passing arguments
2017-04-14 11:29:39 -07:00
William Li
def4322783
Fix format
2017-04-14 10:35:36 -07:00
John Beisner
f56306cc62
Adding a CLI Test: Execute a 1.0 tool in a netcoreapp1.1 project
...
https://github.com/dotnet/cli/issues/6229
2017-04-14 09:40:46 -07:00
Daniel Plaisted
2b4992c56d
Merge pull request #6304 from dotnet/update-sdk
...
Update SDK to 2.0.0-alpha-20170411-3
2017-04-13 17:49:34 -07:00
William Li
83f3a3ec86
Fix dotnet run double dash passing arguments
...
When run “dotnet run -- foo”, foo should be the argument passed to the
subject app. After replacing the original parser, dotnet-run did not
utilize the “unparsedtoken” of the parsed result.
To append unparsedtoken to RunCommand’s argument is not straight
forward. RunCommand has an “immutable constructor”, which is a good
thing, so I made update RunCommand’s argument following the immutable
pattern -- create a new object with the original field but only change
the arguments. I also made these filed private set.
2017-04-13 16:56:57 -07:00
Daniel Plaisted
1bd0873b42
Update SDK to 2.0.0-alpha-20170413-1
2017-04-13 14:36:14 -07:00
Eric Erhardt
6f57f27621
Merge pull request #6311 from dotnet/eerhardt-patch-1
...
Update README to kick off a build
2017-04-13 09:45:01 -05:00
Eric Erhardt
bfc64feba9
Update README to kick off a build
2017-04-13 09:43:53 -05:00
Eric Erhardt
fd85b0d419
Merge pull request #6303 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-001978 (master)
2017-04-12 22:27:57 -05:00
dotnet-bot
9e1ce3a5ab
Update CoreSetup to preview1-001978
2017-04-12 22:50:27 +00:00
Eric Erhardt
112636b7ea
Merge pull request #6308 from eerhardt/RemoveOpenSSLFromOSX
...
Remove OpenSSL from the macOS installer
2017-04-12 16:42:05 -05:00
Eric Erhardt
a25ebf98c8
Remove OpenSSL from the macOS installer
2017-04-12 15:29:33 -05:00
Rama krishnan Raghupathy
8bd15c7ec0
Merge pull request #6300 from ramarag/dependencymodel
...
moving dependecymodel and platformabstraction to preview1-001960
2017-04-11 18:54:43 -07:00
Rama Krishnan Raghupathy
2f5673f953
moving dependecymodel and platformabstraction to preview1-001960
2017-04-11 17:00:50 -07:00
Livar
6a359f7ae0
Merge pull request #5865 from axelheer/patch-1
...
Add UseDefaultCredentials to dotnet-install.ps1
2017-04-11 13:55:51 -07:00
Eric Erhardt
0a3cfcaa35
Merge pull request #6297 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-001961 (master)
2017-04-11 15:10:40 -05:00
dotnet-bot
60f830aa7f
Update CoreSetup to preview1-001961
2017-04-11 18:03:18 +00:00
Livar
b3e02565ab
Merge pull request #6276 from wli3/replace-dotnet-help-parser
...
replace dotnet help parser with CliCommandLineParser
2017-04-11 09:34:53 -07:00
Livar
0b847e978b
Merge pull request #6292 from RiJo/patch-1
...
run-build.sh: use actual exit code ($?)
2017-04-11 09:27:12 -07:00
Eric Erhardt
28e4a82119
Merge pull request #6290 from livarcocc/remove_vc_redist
...
Removing VC Redist from the bundle now that CoreCLR no longer needs it.
2017-04-11 08:57:15 -05:00
William Li
06f597b8e4
Fix wrong ListDefinition
2017-04-10 22:31:40 -07:00
Rikard Johansson
cd200fabd3
run-build.sh: use actual exit code ($?)
...
The parameter passed to `exit` was always 0 (exit code of previous `echo` call). It seems to me that the intention is to terminate the script with the actual exit error code (!= 0).
2017-04-11 07:11:27 +02:00
William Li
1ccf02e226
Replace helpUsage text
2017-04-10 22:11:14 -07:00
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