Commit graph

5911 commits

Author SHA1 Message Date
Mikkel Nylander Bundgaard
18d71a8471 Show help info when no or wrong arguments are given
Fixes #5383, fixes #5384
2017-05-04 01:01:35 +02:00
William Lee
f3a4b22457 Merge pull request #6475 from wli3/replace-with-package-ref-for-migration2
Replace with p2p reference for ProjectJsonMigrate to package reference
2017-05-02 15:04:42 -07:00
William Li
7154330432 Address code review
Use one version for cli migrate packages

as well as Nuget component packages

Rename CreateWithWith...
2017-05-02 13:26:46 -07:00
William Li
2ab4ac5454 Adjust for using cli-migrate package reference
Remove ProjectJsonMigration and its test from solution file

Change dependecy by package reference instead of project 2 project

Construct the sln and dotnet new with wrapper that is used in migrate
package

Add reference to Nuget ProjectModel etc since CrossGen need it and it
cannot automatically get the reference
2017-05-01 10:50:37 -07:00
William Li
093bf72c3c Remove ProjectJson solution and its tests
It is moved to cli-migration repo
2017-05-01 08:27:02 -07:00
Matt Ellis
b6a2c01cf6 Remove dependency on run.exe
Our build scripts were pulling down all of buildtools and run.exe in
service of "clean.{cmd|sh}". While having consisent commands across
the repos is a good thing to strive for, we are pulling down a bunch
of additional stuff we don't need for simple commands that have well
known analogs (e.g. git clean).

If we had been all in on run.exe, this might have made sense, but we
aren't, so it feels like something we should clean up.

By doing this, we can stop downloading bootstrap from github when we
build (super dangerous anyway because changes in buildtools could have
broken us).

In addition, I changed the way we install dotnet to just invoke the
script in `scripts/obtain/` instead of downloading a version from
GitHub. This makes local development of changes to obtain easier and
removes yet another place we had to download a script.
2017-04-29 14:00:02 -07:00
Livar
2cc5612fec Merge pull request #6287 from dotnet/dev-ragrawal-updatenuget2484
update nuget version to 4.3.0-preview1-2500
2017-04-27 12:59:19 -07:00
Livar
3f4d19d082 Merge pull request #6443 from livarcocc/merge_release_200
Merge release/2.0.0 back into master
2017-04-27 12:58:48 -07:00
Livar Cunha
4a5b64955f Reverting channel changes for stage0. In master we want to continue using the master channel. 2017-04-27 11:07:50 -07:00
Livar Cunha
55212f4777 Merge branch 'release/2.0.0' into merge_release_200
* release/2.0.0:
  Updating the stage0 in release/2.0.0 to use a release/2.0.0 stage0 and turning off implicit package target fallback in the CLI.
  Update CoreSetup to preview1-002091
  Prime cache for Windows
2017-04-27 11:06:13 -07:00
Livar
57e31a0d13 Merge pull request #6441 from livarcocc/update_stage0
Updating the stage0 and turn off implicit PTF
2017-04-27 10:51:24 -07:00
Livar Cunha
a3baacaaf8 Updating the stage0 in release/2.0.0 to use a release/2.0.0 stage0 and turning off implicit package target fallback in the CLI. 2017-04-27 09:29:39 -07:00
Livar
51dc988fa2 Merge pull request #6432 from jonsequitur/remove-package-fixes
fix NullReferenceError on remove package and incorrect help text
2017-04-26 22:02:01 -07:00
Livar
3b3a89f1d8 Merge pull request #6434 from dotnet-bot/release/2.0.0-UpdateDependencies
Update CoreSetup to preview1-002091 (release/2.0.0)
2017-04-26 21:06:57 -07:00
Eric Erhardt
5c3a967e4f Merge pull request #6431 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview2-002093 (master)
2017-04-26 22:29:05 -05:00
dotnet-bot
42ad257436 Update CoreSetup to preview1-002091 2017-04-27 01:34:35 +00:00
Jon Sequeira
74af357f07 fix NullReferenceError on remove package and incorrect help text 2017-04-26 16:43:55 -07:00
Livar
b4214c8b18 Merge branch 'master' into dev-ragrawal-updatenuget2484 2017-04-26 16:35:18 -07:00
dotnet-bot
221e32d28c Update CoreSetup to preview2-002093 2017-04-26 23:24:46 +00:00
Livar
f8ce7bca78 Merge pull request #6427 from livarcocc/merge_release_200_again
Another merge release/2.0.0
2017-04-26 16:10:27 -07:00
William Lee
e0c0075ccd Prime cache for Windows
cmd.exe window will popup during the install. Will create an issue and fix it separately.
CLISDKMsiSourcePath needs to be install at the last step so the dotnet.exe will be there and all the files are there.
2017-04-26 16:09:54 -07:00
Livar
c72ed9fcd2 Merge pull request #6423 from jonsequitur/tab-completion-doc
Initial tab completion documentation
2017-04-26 14:54:16 -07:00
William Li
a360596174 Prime cache for Windows
cmd.exe window will popup during the install. Will create an issue and fix it separately.
CLISDKMsiSourcePath needs to be install at the last step so the dotnet.exe will be there and all the files are there.
2017-04-26 14:44:23 -07:00
Livar Cunha
2e164f8f0a Merge branch 'release/2.0.0' into merge_release_200_again
* release/2.0.0:
  Adding a work around for a test failure.
  Generating the Microsoft.NETCoreSdk.BundledVersions.props file in the CLI folder, so that it can be picked up by the SDK.
2017-04-26 14:09:45 -07:00
Livar
c9e0989152 Merge pull request #6422 from livarcocc/merge_release_200
Merge release/2.0.0 back into master
2017-04-26 13:23:42 -07:00
Livar
1b6041c725 Merge pull request #6409 from livarcocc/move_bundled_versions
Generating the Microsoft.NETCoreSdk.BundledVersions.props file in a new location
2017-04-26 12:22:35 -07:00
jonsequitur
c46b16ef43 tab completion documentation 2017-04-26 12:07:15 -07:00
Livar Cunha
51ce43cf5d Reverting some files that we don't want integrated back to master. 2017-04-26 11:45:26 -07:00
jonsequitur
0c5f9ff95b change script to assume dotnet is on the path 2017-04-26 11:25:29 -07:00
Livar Cunha
e6354edb81 Merge branch 'release/2.0.0' into merge_release_200
* release/2.0.0:
  Temporarily remove tools
  Update to latest ASP.NET package versions & fix feed entry in NuGet.config
  Fixing crossgen to use the correct RID for OSX and Win now that only portable packages are being produced.
  Update core-setup channel to release/2.0.0
  Update CoreSetup to preview1-002088
  Update templates and add 'baseline' feature
  Remove accidental debug line
  Localization for CommonOptions
  Merge pull request #6380 from livarcocc/update_channel
  Merge pull request #6362 from mlorbetske/dev/mlorbe/Update20Templates
2017-04-26 10:59:47 -07:00
Livar
6c8fa9dddd Merge branch 'master' into dev-ragrawal-updatenuget2484 2017-04-26 10:38:02 -07:00
Livar
8207b865f4 Merge branch 'release/2.0.0' into move_bundled_versions 2017-04-26 10:30:34 -07:00
Livar Cunha
339bfe0168 Adding a work around for a test failure. 2017-04-26 10:30:04 -07:00
Livar
fb1b99c55a Merge pull request #6417 from dotnet-bot/release/2.0.0-UpdateDependencies
Update CoreSetup to preview1-002088 (release/2.0.0)
2017-04-26 10:27:28 -07:00
Eric Erhardt
bb1c3df558 Merge remote-tracking branch 'upstream/release/2.0.0' into release/2.0.0-UpdateDependencies 2017-04-26 11:45:24 -05:00
Livar
134dfae08e Merge pull request #6415 from mlorbetske/dev/mlorbe/UpdateTemplatesAndAddBaselinesFeature
Update templates and add 'baseline' feature
2017-04-25 23:59:59 -07:00
Mike Lorbetske
80c23d53d3 Temporarily remove tools 2017-04-25 21:52:43 -07:00
Mike Lorbetske
dde0cee897 Update to latest ASP.NET package versions & fix feed entry in NuGet.config 2017-04-25 21:31:12 -07:00
Eric Erhardt
126c42050d Fixing crossgen to use the correct RID for OSX and Win now that only portable packages are being produced. 2017-04-25 23:00:20 -05:00
Eric Erhardt
de139a3bf8 Update core-setup channel to release/2.0.0 2017-04-25 22:29:50 -05:00
dotnet-bot
fd112f45a0 Update CoreSetup to preview1-002088 2017-04-26 03:16:03 +00:00
Zhi Li
ab0a68d32f update nuget version to 4.3.0-preview1-2500 2017-04-25 16:48:12 -07:00
Mike Lorbetske
9014b1b163 Update templates and add 'baseline' feature 2017-04-25 16:25:27 -07:00
Livar
9593adffc7 Merge pull request #6405 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview2-002081 (master)
2017-04-25 16:10:31 -07:00
Livar Cunha
7ebd363ca2 Generating the Microsoft.NETCoreSdk.BundledVersions.props file in the CLI folder, so that it can be picked up by the SDK. 2017-04-25 13:10:15 -07:00
dotnet-bot
195d11ceb5 Update CoreSetup to preview2-002081 2017-04-25 19:30:57 +00:00
William Lee
6dd6192155 Merge pull request #6383 from wli3/small-bug-fixes
Small bug fixes
2017-04-24 16:40:46 -07:00
Livar
79c308bb58 Merge branch 'release/2.0.0' into small-bug-fixes 2017-04-24 10:17:53 -07:00
Livar
dd4e8b79e0 Merge pull request #6382 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview2-002066 (master)
2017-04-24 10:14:36 -07:00
Eric Erhardt
65662ea385 Merge branch 'master' into master-UpdateDependencies 2017-04-24 10:19:27 -05:00