John Beisner
|
2cdb5a9f7e
|
Merge pull request #8119 from natemcmaster/install-script
Add parameter to dotnet-install to support pulling from private blob feeds
|
2017-12-04 13:28:08 -08:00 |
|
John Beisner
|
f7947a13d3
|
Merge pull request #8120 from natemcmaster/install-script2
Pipe ldconfig stderr to /dev/null
|
2017-12-04 13:27:52 -08:00 |
|
John Beisner
|
80f5d9f8c7
|
Even more package dependency re-names...
|
2017-12-04 13:20:37 -08:00 |
|
John Beisner
|
3cb1cca44d
|
Third pass clean-up of package names.
|
2017-12-04 09:44:51 -08:00 |
|
John Beisner
|
4d694d2c56
|
Second pass clean-up of package names; resequencing download.
|
2017-12-04 09:31:28 -08:00 |
|
John Beisner
|
f0abfb6b12
|
Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props
|
2017-12-01 20:07:48 -08:00 |
|
John Beisner
|
1362c6c4f1
|
The access key is already resolved: 'CoreSetupBlobAccessTokenParam'
|
2017-12-01 14:06:06 -08:00 |
|
John Beisner
|
5607d1f68c
|
Fixed another typo...
|
2017-12-01 14:01:07 -08:00 |
|
John Beisner
|
0f7783f72b
|
Fixed typo...
|
2017-12-01 13:59:25 -08:00 |
|
John Beisner
|
36e47bf417
|
Merge pull request #8140 from johnbeisner/ConfigNuget
Dependency Uptake: CLI - part 1
|
2017-12-01 13:31:39 -08:00 |
|
John Beisner
|
165f7c4575
|
The first pass will need the extra args [same as run-build.ps1].
|
2017-12-01 12:40:40 -08:00 |
|
John Beisner
|
c54911b788
|
Dependency Uptake: download and import a package version props file.
|
2017-12-01 12:39:51 -08:00 |
|
Livar
|
a0ca411ca5
|
Merge pull request #8150 from dotnet/johluo/2.0.4-lzma-2
Consume 2.0.4 LZMA attempt 2
|
2017-12-01 11:56:56 -08:00 |
|
John Luo
|
9d391355f8
|
Consume 2.0.4 LZMA attempt 2
|
2017-12-01 10:54:49 -08:00 |
|
John Beisner
|
4adabde4c9
|
Accounting for MSRC builds with pre-set 'CoreSetupBlobRootUrl' and 'CoreSetupBlobAccessToke' properties.
|
2017-12-01 09:56:11 -08:00 |
|
John Beisner
|
b092ad0141
|
Changes per code review...
|
2017-12-01 08:05:33 -08:00 |
|
Livar
|
555ea4592a
|
Merge pull request #8141 from dotnet/johluo/2.0.4-lzma
Consume 2.0.4 LZMA
|
2017-11-30 17:57:26 -08:00 |
|
John Luo
|
6e41f29b38
|
Consume 2.0.4 LZMA
|
2017-11-30 16:43:20 -08:00 |
|
John Beisner
|
3d39772fe9
|
The URL root will include the "dotnet" container; the structure will be identical after the "dotnet" container.
|
2017-11-30 12:09:27 -08:00 |
|
John Beisner
|
4aea36d48e
|
No passwords should be in the open as environmental variables.
|
2017-11-30 10:36:16 -08:00 |
|
John Beisner
|
5fb91f9661
|
Use the 'PB_AssetRootUrl' and 'PB_AssetRootAccessTokenSuffix' for all asset downloads if set - "TransportFeed" should be "BlobFeed".
|
2017-11-30 10:35:51 -08:00 |
|
John Beisner
|
e4c6f304cd
|
Merge pull request #8123 from johnbeisner/ConfigNuget
Writing a NuGet.config as part of the preparatory steps
|
2017-11-30 10:27:57 -08:00 |
|
John Beisner
|
f29acd3153
|
If the build is a 'DotNetBuildOffline'; do not write any feed lines.
|
2017-11-29 10:22:27 -08:00 |
|
John Beisner
|
34351d6f1e
|
Ignore the NuGet.Config at the root as a source file; it is dynamically generated.
|
2017-11-29 09:31:25 -08:00 |
|
John Beisner
|
76dc4a510e
|
The modification to build.cmd did not have the desired effect.
|
2017-11-28 19:00:51 -08:00 |
|
John Beisner
|
ae5e396f94
|
Handling the possible semi-colon(s) in the property parameters.
|
2017-11-28 17:39:35 -08:00 |
|
John Beisner
|
57a2ccfb2c
|
Changes per code review...
|
2017-11-28 17:12:44 -08:00 |
|
Livar
|
a5cb7f38a4
|
Merge pull request #8109 from livarcocc/update_branding_to_2_1_2_and_take_2_0_4_runtime
Updating the CLI branding to 2.1.3 and ingesting the 2.0.4 runtime.
|
2017-11-28 16:13:27 -08:00 |
|
Nate McMaster
|
9a8316cd12
|
Always append feed_credential to URIs in dotnet-install.{sh,ps1}
|
2017-11-28 14:23:30 -08:00 |
|
Nate McMaster
|
fd04fdd5f2
|
Add parameter to dotnet-install to support pulling from private blob feeds
|
2017-11-28 13:32:32 -08:00 |
|
Nate McMaster
|
3444301dc7
|
Pipe ldconfig stderr to /dev/null
|
2017-11-28 13:31:10 -08:00 |
|
John Beisner
|
8b74ecd99b
|
Fixing a typo...
|
2017-11-28 12:58:13 -08:00 |
|
Livar Cunha
|
fdb3c60deb
|
Updating the branding of the CLI to 2.1.3.
|
2017-11-28 12:57:34 -08:00 |
|
John Beisner
|
e7f4fb001b
|
Writing a NuGet.config as part of the preparatory steps.
|
2017-11-28 12:54:32 -08:00 |
|
Livar Cunha
|
3b1c67bb55
|
Fixing failing test. Now that the latest NetStandard.Library version moved to 2.0.1, the test needed to account for that.
|
2017-11-28 12:54:06 -08:00 |
|
John Beisner
|
e303461ab6
|
Changing the commit count.
|
2017-11-27 13:10:53 -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 |
|
Nick Guerrera
|
68c8639f09
|
Merge pull request #8083 from nguerrera/update-satellites
Update F# and Roslyn translations
|
2017-11-27 10:20:57 -08:00 |
|
Livar
|
469d6fb4df
|
Merge pull request #8094 from dotnet/merges/release/2.0.0-to-release/15.5-20171124-080040
Merge release/2.0.0 to release/15.5
|
2017-11-24 19:52:41 -08:00 |
|
Matt Mitchell
|
c4153be3de
|
Merge pull request #8080 from dotnet/mmitche-patch-2
Update feed tasks version
|
2017-11-22 07:59:43 -08:00 |
|
Nick Guerrera
|
129b064900
|
Update F# and Roslyn translations
|
2017-11-21 17:02:26 -08:00 |
|
Matt Mitchell
|
b7cc4a51b7
|
Update feed tasks version
Includes some fixes for upload timeouts and a version number change
|
2017-11-21 13:50:27 -08:00 |
|
Livar
|
ea2709204b
|
Merge pull request #8077 from nguerrera/revert-update-satellites
Revert "Update Roslyn and F# satellite assemblies"
|
2017-11-21 13:02:26 -08:00 |
|
Nick Guerrera
|
211255ec88
|
Revert "Update Roslyn and F# satellite assemblies"
This reverts commit f91a4906a7 .
|
2017-11-21 10:43:26 -08:00 |
|
Nick Guerrera
|
f91a4906a7
|
Update Roslyn and F# satellite assemblies
|
2017-11-21 10:16:18 -08:00 |
|
Livar
|
2b55a52e33
|
Merge pull request #8057 from mlorbetske/dev/mlorbe/UpdateTemplateEngineVersionFor15.5
Update template engine version for 15.5
|
2017-11-20 11:50:43 -08:00 |
|
Livar
|
7e20fabf41
|
Merge pull request #8044 from dotnet/merges/release/2.0.0-to-release/15.5-20171117-080027
Merge release/2.0.0 to release/15.5
|
2017-11-18 13:55:06 -08:00 |
|
Mike Lorbetske
|
d5c799b926
|
Update template engine version for 15.5
|
2017-11-17 18:40:33 -08:00 |
|
Livar
|
7e92f68b41
|
Merge branch 'release/15.5' into merges/release/2.0.0-to-release/15.5-20171117-080027
|
2017-11-17 18:26:30 -08:00 |
|
Livar
|
436d56176b
|
Merge pull request #8040 from dotnet/nuget-insertbuild4651
Insert NuGet Build 4.5.0-rtm-4651 into cli
|
2017-11-16 18:16:45 -08:00 |
|