Commit graph

272 commits

Author SHA1 Message Date
Livar Cunha
d6d3b451d6 Updating the branding of the CLI to 2.1.100 2018-01-12 15:37:54 -08:00
Livar Cunha
0c97a82d92 Updating the branding of the CLI to 2.1.4 and the runtime to 2.0.5. 2017-12-04 21:23:14 -08:00
Livar Cunha
fdb3c60deb Updating the branding of the CLI to 2.1.3. 2017-11-28 12:57:34 -08:00
Livar Cunha
9e97e53446 Updating the CLI branding to 2.1.2 and ingesting the 2.0.4 runtime. 2017-11-27 11:36:12 -08: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
William Lee
fa4bf8d0fb Merge pull request #7285 from livarcocc/native_installers_use_installed_sdk
Updating the native installers to use the SDK just installed for first run
2017-07-27 15:25:37 -07:00
William Li
676fe41aca Updating the installer to make data collection statement more obvious. 2017-07-27 09:52:01 -07:00
Livar Cunha
9e04dcf8a4 Updating the native installers to use a fully qualified path to dotnet.dll and execute it with dotnet exec, so that the first run experience to populate the offline cache will trigger for the SDK being installed, instead of for the latest one in the box. 2017-07-26 23:10:48 -07:00
William Li
21aa774707 dotnet-sdk rpm package consume store by dependency
Instead of Packing along.
Edit RPM config, add download store rpm package as part of the test.
2017-07-13 12:08:35 -07:00
William Li
b9c5e2ec57 dotnet-sdk DEB package consume store by dependency
Instead of Packing along.
Edit Debian config, add download store deb package as part of the packing process as well as test.
2017-07-13 12:07:51 -07:00
William Li
9162230e85 sync windows installer change to rpm and deb 2017-07-11 14:16:28 -07:00
William Li
1147b6c2fe Sync with windows installer experience for mac 2017-07-11 14:16:20 -07:00
William Li
191e3e3019 Installer Success Reporting for Windows
Issue https://github.com/dotnet/cli/issues/7091

Add internal command dotnet internal-reportinstallsuccess. Before
Windows installer finishes, run this command instead of dotnet new. It
will trigger the first time experience as well as sending telemetry with
installer exe name.

This command blocks to ensure that the webservice call completes.
2017-07-07 12:56:21 -07:00
Livar Cunha
2770013d0d Updating the downlevel msi to embed the cab file in the msi itself. 2017-07-06 16:32:34 -07:00
Livar Cunha
1256bd0d57 Changing the name of the cab file generated by the two msis. Before they were stomping on each other. 2017-07-06 15:46:51 -07:00
Livar
277741b55c Merge pull request #7049 from billwert/fixinstallblock
Installation block does not work
2017-06-30 15:55:19 -07:00
William Lee
f0f66df034 Add indication for first time experience (#7044) 2017-06-30 14:13:29 -07:00
Bill Wert
e9be9fda07 Installation block does not work
The product should block installing below 10.12 but does not. Fixing
typo.
2017-06-30 13:59:03 -07:00
Livar Cunha
c920b3c747 Fixing a missing variable in the downlevel installer. 2017-06-29 18:30:21 -07:00
Livar Cunha
a396550ed0 Adding a installer for Downlevel (Dev14) to install .NET Framework props and targets to enable it to reference netstandard 2.0. 2017-06-29 09:55:26 -07:00
William Li
f4d884a03d Add dummy eula for Windows installer 2017-06-22 09:03:35 -07:00
William Li
ff9b8838f5 Update Mac installer
According to https://github.com/dotnet/cli/issues/6682
Window title
Update Introduction step content
Include installation location and list of all components installed
Update Summary step content

What is not included:
Remove "Welcome to ..." text -- it come from the installer tool
itself, it cannot be customized
Add 'success' graphic – cannot include picture in the html used by
the installer
2017-06-22 09:03:35 -07:00
Livar Cunha
a357fd7bca Removing NuGetConfig from the first run experience and replacing the sentinel with the FirstUseNoticeSentinel when needed. 2017-06-20 10:59:23 -07:00
Livar Cunha
529d7caa79 Moving the expanding fallback folder to the dotnet folder hive. The folder will be expanded at sdk/NuGetFallbackFolder. 2017-06-20 10:59:23 -07:00
William Li
07ce4a0607 Windows installer refresh
According to https://github.com/dotnet/cli/issues/6683

- Remove Motto
- Change size to fit the first screen
- Update Introduction step content
- Include installation location and list of all components installed
- Update Summary step content
2017-06-16 12:47:11 -07:00
William Li
3419a87d6f Produce RPM packages
Reference from https://github.com/dotnet/core-setup/tree/master/src/pkg/packaging/rpm

The goal is to have parity with Debian,
but does not publish to the feed

When run the script with rhel, it will
produce rpm file in the package step
and publish rpm to the blob storage
2017-06-13 15:00:35 -07:00
John Beisner
78a0b7560d Renaming "dotnet-dev" to "dotnet-sdk" for DEB targets. 2017-06-05 10:48:12 -07:00
John Beisner
b48b7d2ea0 .NET Core 2+ Naming and Versioning
New file name structure for the runtime and the CLI
per: https://github.com/dotnet/designs/issues/2

The renaming of assets, therefore the dotnet installation scripts must change to accommodate.

Trivial:
"Write-Host" should be "Write-Output"
2017-05-26 15:46:56 -07:00
Livar Cunha
72d8c3aff8 Merge branch 'master' into merge_master_into_release_200
* master: (106 commits)
  Fixing the tests to handle the extra tests added by the min version change.
  Fixing windows build and addressing code review comments.
  Changing the resolver so that it will search for dotnet in the PATH instead of hard coded program files.
  Update Roslyn to latest 15.3 version
  Removing unused parameters.; ".StartsWith" method for strings is not always present.
  Disabling net461 tests for the resolver.
  Default channel in the install scripts;  dotnet-install.ps1 and dotnet-install.sh = “release/1.0.0”
  Forcing 'curl' to return an usable exitcode.
  Changes per code review - stronger download failure logic.
  Update to SetupCrossgen 125 - Coherence 25159
  Changes per additional manual testing on ubuntu-x64
  Addressing code review comments and trying to fix the windows break.
  Updating the websdk version to 2.0.0-rel-20170518-512
  Changes per manual testing on Windows-x64
  Changes per manual testing on ubuntu-x64
  Update to SetupCrossgen 123 - Coherence 25149
  First draft changes for install script for the SDK and Runtime.
  Update to SetupCrossGen 121 - Coherence 25102
  Revert "Disabling the VB tests in non-windows platforms while MSBuild fixes a bug that we need for cross-plat."
  fix command names
  ...
2017-05-24 00:07:02 -07:00
Livar Cunha
790ae69747 Change the CLI moniker to Microsoft .NET Core 2.0.0 Preview 1 SDK 2017-05-15 16:40:11 -07:00
William Li
3813c41948 Add leading dot back 2017-05-15 11:49:13 -07:00
William Li
303634978a Change to Installation completed successfully. Welcome to .NET Core! 2017-05-15 11:48:56 -07:00
William Li
74028a5497 change to Installation Completed Successfully 2017-05-11 09:15:15 -07:00
William Li
a94644d957 Unify mac telemetry note 2017-05-10 10:42:27 -07:00
William Li
af3c237804 Unify telemetry text for windows
And move installer telemetry message to the end and
2017-05-10 10:42:19 -07:00
William Li
7a19b8caed Change telemetry notice for deb 2017-05-10 10:38:28 -07:00
William Li
fa9c4efc82 Run as user instead of root for dotnet new 2017-05-03 14:10:30 -07:00
William Li
c9295d1df7 Run dotnet new after install to prime cache for deb
Copy postinst to correct directory

Can only rely on env for get dotnet command

Print telemetry notice anyway
2017-05-03 14:10:30 -07:00
William Li
9f8ab82a6c Run dotnet new command as current user in installer
If not, the dotnet new will run as root and the cache folders will be in
root ownership

How to get current user
https://apple.stackexchange.com/questions/144159/how-can-i-determine-the-invoking-user-in-an-apple-installer-postinstall-script
2017-05-03 12:57:47 -07:00
John Beisner
6ada5b7596 Inserting 'AspNetCorePackageStoreLib.wixlib' into the 'dotnet-dev-win' bundles. 2017-05-01 21:42:51 -07:00
William Li
5454ab6780 Add conclusion page for telemetry notice 2017-04-27 13:58:27 -07:00
William Li
8a3225c44b prime cache macos
Using dotnet new after pkg install
2017-04-27 12:39:45 -07:00
William Li
1eb2489e59 Use WixQuietExec to run command sliently
Also add telemtery message to the installer
2017-04-27 10:55:39 -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
ca8440f44d Merge pull request #6353 from livarcocc/remove_location_from_msi
Removing the location option from the msi installer.
2017-04-19 22:56:44 -07:00
Livar Cunha
3464af99d4 The previous commit removed the location option from the bundle. This one removes it from the sdk msi. 2017-04-19 17:15:32 -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 Cunha
ead57a58e1 Removing the location option from the msi installer. 2017-04-17 13:57:41 -07: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