Nate McMaster
fb2df937fe
Replace aspnetcore-store with the aspnetcore-runtime
...
Update downloaded installers and wixlib to pull the ASP.NET Core Runtime (aka shared framework)
2018-01-05 19:31:24 -08: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
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
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
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
9162230e85
sync windows installer change to rpm and deb
2017-07-11 14:16:28 -07:00
William Lee
f0f66df034
Add indication for first time experience ( #7044 )
2017-06-30 14:13:29 -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
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