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
Satya Madala
59de556b76
TestPlatform 15.1.0-preview-20170414-04
2017-04-14 20:52:52 +05:30
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
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