Livar Cunha
d5c6133238
Adding the 2.0.3 asp.net store to the native installer tests.
2017-12-15 14:46:42 -08:00
Livar Cunha
e37e9f3fe8
Fixing closing tags in the DEB and RPM targets.
2017-10-20 14:43:29 -07:00
Livar Cunha
d4f980a02e
Enabling our native installer tests to always get a 2.0.0 asp.net runtime store. We need to solve this in a more generic way in the future. But this will unblock the build for now.
2017-10-20 14:23:34 -07:00
Livar Cunha
34235acb37
Adding the pre-release runtime version hack to RHEL as well. Basically, skip native installer tests when using a pre-release runtime.
2017-10-09 15:27:05 -07:00
Livar Cunha
ec9b583eb4
Adding the access token to the native installer URLs so that we can download those from protected locations when needed.
2017-10-09 14:09:48 -07:00
William Lee
be54917dc4
ingest store without timestamp ( #7317 )
...
- Handling no timestamp aspnetcore-store for deb native installers
- Handling no timestamp aspnetcore-store for rpm native installers
AspNetCoreRuntimePackageName and the version in RPM package.
- Align the name for debian 8 and rhel 7 package.
2017-07-28 20:34:57 -07:00
William Li
20a7ab075a
Add the missing /
2017-07-27 11:32:59 -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
5e5cd87363
Rename to AspNetCoreRuntimePackageTimestamp
2017-07-13 14:59:00 -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
30ef374785
Add explicit dependency for pakcage smoke test
...
So package smoke test can be run without full functional test run first.
2017-06-15 15:03:07 -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