Commit graph

7081 commits

Author SHA1 Message Date
William Li
6164c26938 Remove comment
This is fine
2017-08-10 09:46:02 -07:00
faahmad
ecd6c47d2e Insert new bits of TPv2 and enable blame data collector 2017-08-10 18:55:06 +05:30
Ravi Eda
90683b8cbb Workaround for APIScan build parameter. (#7382)
* Switch to test branch.

* Switch back to master.
2017-08-09 13:35:31 -05:00
Daniel Plaisted
1c5908efa0 Merge pull request #7344 from mishra14/dev-anmishr-gracefulexception
Improving UX for dotnet add package when Path.GetTempPath throws
2017-08-09 09:57:06 -07:00
William Li
414585ab27 Pass Deb repo secret to the repoapi script
The secret is not passing by env now. However repoapi still assumes the
secret will be passed by env. Pass through the secret via command line
2017-08-08 11:07:09 -07:00
William Li
1ed6be56ca Updating the branding to 2.0.1-servicing 2017-08-07 15:45:35 -07:00
Daniel Plaisted
6a64e17857 Merge pull request #7225 from GuardRex/guardrex/first-run-info-update
Update first time welcome message
2017-08-07 14:48:36 -07:00
Ankit Mishra
da1c8d00a4 simplifying the error message to make it more actionable 2017-08-07 10:10:17 -07:00
Ravi Eda
b60272d64d Automate triggering of CLI security build. (#7357)
* Get latest version info from latest.version file. (#5)

* Switch to master branch.

* Addressed PR feedback (#6)

* Addressed PR feedback - part 2. (#7)
2017-08-04 18:37:40 -05:00
William Lee
cda49654db Merge pull request #7371 from dotnet/merges/release/2.0.0-to-master-20170804-070030
Merge release/2.0.0 to master
2017-08-04 15:14:37 -07:00
Nick Guerrera
23c05f3305 Update README.md to trigger build 2017-08-04 09:18:06 -07:00
Nick Guerrera
3b4b05341b Merge pull request #7372 from dotnet/nicholg/update-sdk
Bump SDK version to align nuget versions
2017-08-04 07:47:44 -07:00
Nick Guerrera
8c654cb9e1 Bump SDK version to align nuget versions 2017-08-04 00:53:05 -07:00
Nick Guerrera
8f23b3c357 Merge pull request #7369 from dotnet/nuget-insertbuild4382
Insert NuGet Build 4.3.0-rtm-4382 into cli
2017-08-03 23:19:39 -07:00
NuGet Team Bot
d4dd50210d Insert NuGet Build 4.3.0-rtm-4382 into cli 2017-08-03 21:58:34 -07:00
Nick Guerrera
cdcd1928c9 Merge pull request #7365 from mlorbetske/dev/mlorbe/UpdateTemplatesToThe303Build
Update templates to 1.0.0-beta2-20170803-303
2017-08-03 12:24:00 -07:00
Mike Lorbetske
94cadf390b Update templates to 1.0.0-beta2-20170803-303 2017-08-03 10:38:33 -07:00
William Li
ffcbbbc8c4 Fix ubuntu and mac no permission error
cache folder $HOME/.dotnet is created during the install process and user
use. However .dotnet folder belongs to root for ubuntu and mac due to
sudo -H policy. Override HOME during installation.
2017-08-03 10:34:50 -07:00
Ankit Mishra
98c0ef350a Addressing PR feedback 2017-08-03 10:00:15 -07:00
jbeisner
164879c521 Merge pull request #7332 from johnbeisner/release/2.0.0
Updating installation documentation; re: installation scripts: release/2.0.0
2017-08-03 08:11:10 -07:00
jbeisner
5d282e73b1 Merge pull request #7330 from johnbeisner/master
Updating installation documentation; re: installation scripts: master
2017-08-03 08:11:03 -07:00
Luke Latham
a256f25d60 Match length of dash lines to headings 2017-08-02 19:57:22 -05:00
Luke Latham
f06b3f25b2 React to feedback and add three more topics to the update 2017-08-02 19:29:26 -05:00
Daniel Plaisted
b24032e1bf Merge pull request #7347 from dotnet/merges/release/2.0.0-to-master-20170802-070030
Merge release/2.0.0 to master
2017-08-02 16:12:40 -07:00
David Kean
8476bbb88a Merge pull request #7352 from davkean/UpdateSLN
Update solution to reflect current state
2017-08-03 08:13:38 +10:00
William Lee
fffe3142ad Merge pull request #7353 from davkean/RemoveUnneededAllocations
Remove unneeded char[] allocations
2017-08-02 14:07:30 -07:00
John Beisner
6e7a9d9d75 Updating installation documentation; clarification & typos - deleting superfluous installation doc. 2017-08-02 13:03:33 -07:00
John Beisner
901f42e3e9 Updating installation documentation; clarification & typos - deleting superfluous installation doc. 2017-08-02 13:03:32 -07:00
Daniel Plaisted
cbb0c0f995 Merge branch 'master' into merges/release/2.0.0-to-master-20170802-070030 2017-08-02 11:36:33 -07:00
David Kean
bf58a5a060 Remove unneeded char[] allocations
This was causing 0.2% of allocations in a design-time build trace from a customer.
2017-08-02 18:59:45 +10:00
David Kean
f00adb1057 Move projects to virtual foldes
Move tool_fsc to src
Move dotnet-help.Tests to test
2017-08-02 18:43:27 +10:00
David Kean
369b893152 Add MSBuildSdkResolver to the sln
Fixes: https://github.com/dotnet/cli/issues/7351.
2017-08-02 18:40:30 +10:00
David Kean
3c81474cac Remove non-existent projects 2017-08-02 18:38:02 +10:00
David Kean
4c8c137a6c Let VS update solution with current state 2017-08-02 18:34:07 +10:00
Livar
bfc25872d7 Merge pull request #7340 from dotnet/vs2015-netstandard-support
Remove Microsoft from VS 2015 .NET Standard support MSI title
2017-08-01 17:49:39 -07:00
Ankit Mishra
4f1c6b5cae Updating xlf files 2017-08-01 16:41:53 -07:00
Daniel Plaisted
8ffdcf1305 Remove Microsoft from VS 2015 .NET Standard support MSI title 2017-08-01 16:00:11 -07:00
Ankit Mishra
b29ee4d41a Adding a try/catch around Path.GetTempFileName() to improve UX 2017-08-01 15:55:21 -07:00
Livar
fdedfe93b1 Merge pull request #7296 from ravimeda/security
[New] Security build for CLI
2017-08-01 15:28:44 -07:00
Daniel Plaisted
ad12b539a7 Merge pull request #7329 from dotnet/vs2015-netstandard-support
Update branding for VS 2015 .NET Standard build support
2017-08-01 15:18:15 -07:00
John Beisner
dbfeadd625 Updating installation documentation; re: installation scripts. 2017-08-01 13:37:59 -07:00
John Beisner
7e79819c6a Updating installation documentation; re: installation scripts - part 3. 2017-08-01 11:56:52 -07:00
Daniel Plaisted
260e73fce2 Update branding for VS 2015 .NET Standard build support 2017-08-01 11:48:17 -07:00
John Beisner
abc7846b5f Updating installation documentation; re: installation scripts - part 2. 2017-08-01 11:45:53 -07:00
John Beisner
8724470d4c Updating installation documentation; re: installation scripts. 2017-08-01 11:43:05 -07:00
Livar
af676518dd Merge pull request #7325 from dotnet/merges/release/2.0.0-to-master-20170801-070031
Merge release/2.0.0 to master
2017-08-01 10:04:42 -07:00
Livar
38031f6e5c Merge pull request #7320 from dotnet/merges/rel/1.1.0-to-release/2.0.0-20170731-070022
Merge rel/1.1.0 to release/2.0.0
2017-07-31 12:17:47 -07:00
Livar
51567d7641 Merge pull request #7321 from dotnet/merges/release/2.0.0-to-master-20170731-070024
Merge release/2.0.0 to master
2017-07-31 12:00:50 -07:00
Livar Cunha
d29b129f9a Merge remote-tracking branch 'dotnet/rel/1.1.0' into merges/rel/1.1.0-to-release/2.0.0-20170731-070022
* dotnet/rel/1.1.0:
  Trivial change to start a VSO build run.
  Mis-named badge.
  More adjustments for the build-badge table.
  Adjusting the build-badge table.
  Removing the 'OpenSUSE13.2' leg from the Jenkins groovy file.
  Removing the OpenSUSE 13.2 build. from the readme.
  Removing the OpenSUSE 13.2 build.
  Getting the value of 'GitHubPassword' dierctly from a property instead of harvesting from an environmental variable.
  Update SDK to 1.1.0-alpha-20170726-4 in rel/1.1.0
  Updating the build definition URLs.
2017-07-31 11:19:32 -07:00
Livar
96b122e26f Merge branch 'master' into merges/release/2.0.0-to-master-20170731-070024 2017-07-31 11:00:18 -07:00