Commit graph

7333 commits

Author SHA1 Message Date
John Luo
88f10b47ee Update to consume aspnetcore 2.0.6-10008 timestamp build 2018-01-25 13:01:48 -08:00
Peter Huene
f3ef1bffe9 Merged PR 103410: Merge release/2.1 to release/2.1-MSRC 2018-01-25 19:55:42 +00:00
Peter Huene
394cb08b67
Merge branch 'release/2.1' into release/2.1-MSRC
* release/2.1:
  Updating the templates version to 1.0.0-beta3-20171117-314. We had it at an older version by mistake.
2018-01-25 11:48:52 -08:00
Livar
d088929100
Merge pull request #8472 from livarcocc/update_templates_version
Updating the templates version to 1.0.0-beta3-20171117-314.
2018-01-25 10:23:19 -08:00
Livar Cunha
067f98e7e9 Updating the templates version to 1.0.0-beta3-20171117-314. We had it at an older version by mistake. 2018-01-24 21:47:05 -08:00
Livar Cunha
1c2af1fa7f Merged PR 103030: Merge release/2.1 to release/2.1-MSRC 2018-01-24 18:39:17 +00:00
Livar Cunha
2f72ec67d7 Merge branch 'release/2.1' into merge_release_21
* release/2.1:
  Updating the SDK dependency to 15.5.0-preview-62518-04 to fix the signing issue
2018-01-23 18:50:34 -08:00
Livar Cunha
e5ac8244c3 Making a document only commit to trigger another build of the CLI. 2018-01-23 07:48:14 -08:00
John Luo
80623d1d1e Merged PR 102713: Merge johluo/aspnetcore-2.0.6-10007 to release/2.1-MSRC
This updates the CLI to consume our latest 2.0 build. Is this the correct branch to merge in? Build definitions need to be updated to ingest the packages at msrc-2-0-aspnet blob store container; this will be the last time we update the build definition and we'll keep using this container in the future. @<licavalc@microsoft.com> there's also a change required to build with the new runtime store due to transitive dependencies. You will need to now install 2.0.0, 2.0.3 and 2.0.5 runtime stores before being able to install the new 2.0.6 runtime store.
2018-01-23 02:42:32 +00:00
Peter Huene
7cba11483e
Add 2.0.5 ASP.NET store to native installers. 2018-01-22 16:09:46 -08:00
John Luo
3c2e78a403 Update to consume aspnetcore 2.0.6-10007 2018-01-22 15:26:02 -08:00
Peter Huene
7d832b533e Merged PR 102565: Fix Windows servicing builds.
Fix Windows servicing builds.

The Windows servicing builds require a unique package source name in the
NuGet configuration file when passing in multiple package sources.
2018-01-22 17:57:16 +00:00
Peter Huene
e752f2ace4
Fix Windows servicing builds.
The Windows servicing builds require a unique package source name in the
NuGet configuration file when passing in multiple package sources.
2018-01-22 09:47:17 -08:00
Tanner Gooding
cda1fdffa5
Merge pull request #8427 from tannergooding/release/2.1
Updating the SDK dependency to 15.5.0-preview-62518-04 to fix the signing issue
2018-01-18 14:46:23 -08:00
Peter Huene
ab104fa26d Merged PR 102075: Update runtime and branding to 2.0.6.
Update runtime and branding to 2.0.6.
2018-01-18 22:13:27 +00:00
Tanner Gooding
603240f26d Updating the SDK dependency to 15.5.0-preview-62518-04 to fix the signing issue 2018-01-18 14:03:25 -08:00
Peter Huene
3c1911bd67
Update runtime and branding to 2.0.6. 2018-01-18 11:10:25 -08:00
Peter Huene
2170143a18 Merged PR 101962: Merge branch 'release/2.1' into 'release/2.1-MSRC' 2018-01-18 18:53:44 +00:00
Peter Huene
778e21c870
Merge branch 'release/2.1' into 'release/2.1-MSRC'
* release/2.1:
  Updating the branding of the CLI to 2.1.5
2018-01-17 18:40:57 -08:00
Peter Huene
7b913c8e53
Merge pull request #8420 from peterhuene/update-sdk-branding-2.1.5
Updating the branding of the CLI to 2.1.5
2018-01-17 18:31:00 -08:00
Peter Huene
d4a4424b77
Updating the branding of the CLI to 2.1.5 2018-01-17 16:41:02 -08:00
Peter Huene
ba248c25cb Merged PR 101715: Merge release/2.1 to release/2.1-MSRC 2018-01-17 01:11:07 +00:00
Peter Huene
933cb1f669
Merge branch 'release/2.1' into pehuene/merge-release-2.1-to-msrc
* release/2.1: (36 commits)
  Adding aspnet dev feed.
  Fixing redist to use the new way to consume roslyn. I merged it wrong before.
  Fix tool_roslyn_satellite by making it use the new dependency version properties.
  Update wix version (#8313)
  Update the support package on the CLI to fix binding redirects on 4.7.1
  Use explict and non-preview versions for the build DLL
  Fixing a typo...
  The 15.4.8 version of the Microsoft.Build.Runtime nuget package is currupt; use the replacement 15.4.8.1
  Fix dotnet-install to check the right path for no-op installs when --shared-runtime is specified
  Fixed a typo...
  Nuget.config update to align with CLI:master - add comments in DependencyVersions.prop
  Even more package dependency re-names...
  Third pass clean-up of package names.
  Second pass clean-up of package names; resequencing download.
  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
  The access key is already resolved: 'CoreSetupBlobAccessTokenParam'
  Fixed another typo...
  Fixed typo...
  The first pass will need the extra args [same as run-build.ps1].
  Dependency Uptake: download and import a package version props file.
  ...
2018-01-16 17:04:17 -08:00
Livar
bd9d71d71c
Merge pull request #8249 from joperezr/BindingRedirects471
Update the support package on the CLI to fix binding redirects on 4.7.1
2018-01-12 11:42:45 -08:00
Livar
f02eef83f7
Merge pull request #8350 from livarcocc/merge_release_21_msrc
Merge release/2.1-MSRC into release/2.1
2018-01-09 21:00:28 -08:00
Livar Cunha
34ce5c5fdd Adding aspnet dev feed. 2018-01-09 18:52:34 -08:00
Livar Cunha
6f46ea928a Merge branch 'release/2.1-MSRC' into merge_release_21_msrc
* release/2.1-MSRC:
  Update to consume aspnetcore 2.0.5-155
  Update to consume aspnetcore 2.0.5-152
  Revert "Update to consume aspnetcore 2.0.5-152"
  Update to consume aspnetcore 2.0.5-152
  Commit to trigger a rebuild of the CLI because of a build in place from the Runtime.
  Adding the 2.0.3 asp.net store to the native installer tests.
  Update to consume aspnetcore 2.0.5-147
  Update to consume aspnetcore 2.0.5-146
  Updating the runtime to 2.0.5.
  Update to consume aspnetcore 2.0.5-142
  Fixing the expected fx-version.
  Adding a separate dependency version for Microsoft.Build.Runtime.
  Updating the branding of the CLI to 2.1.4 and the runtime to 2.0.5.

 Conflicts:
  build/DependencyVersions.props
2018-01-09 12:49:58 -08:00
Livar
cee1044493
Merge branch 'release/2.1' into BindingRedirects471 2018-01-09 08:49:08 -08:00
Livar
ce5e10dea9
Merge pull request #8318 from dotnet/merges/release/2.0.0-to-release/2.1-20180103-080038
Merge release/2.0.0 to release/2.1
2018-01-08 17:37:43 -08:00
Livar Cunha
e329e0694f Fixing redist to use the new way to consume roslyn. I merged it wrong before. 2018-01-05 15:56:15 -08:00
Livar Cunha
80933404d0 Fix tool_roslyn_satellite by making it use the new dependency version properties. 2018-01-05 12:53:03 -08:00
Livar Cunha
3d92e52234 Merge remote-tracking branch 'dotnet/release/2.0.0' into merges/release/2.0.0-to-release/2.1-20180103-080038
* dotnet/release/2.0.0: (32 commits)
  Update wix version (#8313)
  Use explict and non-preview versions for the build DLL
  Fixing a typo...
  The 15.4.8 version of the Microsoft.Build.Runtime nuget package is currupt; use the replacement 15.4.8.1
  Fix dotnet-install to check the right path for no-op installs when --shared-runtime is specified
  Fixed a typo...
  Nuget.config update to align with CLI:master - add comments in DependencyVersions.prop
  Even more package dependency re-names...
  Third pass clean-up of package names.
  Second pass clean-up of package names; resequencing download.
  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
  The access key is already resolved: 'CoreSetupBlobAccessTokenParam'
  Fixed another typo...
  Fixed typo...
  The first pass will need the extra args [same as run-build.ps1].
  Dependency Uptake: download and import a package version props file.
  Accounting for MSRC builds with pre-set 'CoreSetupBlobRootUrl' and 'CoreSetupBlobAccessToke' properties.
  Changes per code review...
  The URL root will include the "dotnet" container; the structure will be identical after the "dotnet" container.
  No passwords should be in the open as environmental variables.
  ...

 Conflicts:
	build/DependencyVersions.props
	src/redist/redist.csproj
	src/tool_msbuild/tool_msbuild.csproj
	src/tool_roslyn/tool_roslyn.csproj
	test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj
2018-01-03 16:16:41 -08:00
William Lee
860de6339c
Update wix version (#8313) 2018-01-02 12:37:00 -08:00
John Luo
5e8add2190 Merged PR 99341: Update to consume aspnetcore 2.0.5-155
Update to consume aspnetcore 2.0.5-155 blob store at msrc-2-0-aspnet-20171220
2017-12-21 06:33:57 +00:00
John Luo
8c93b6d960 Update to consume aspnetcore 2.0.5-155 2017-12-20 19:25:45 -08:00
John Luo
6d1fb5ecc1 Merged PR 99097: Update to consume aspnetcore 2.0.5-152
Drops at msrc-2-0-aspnet-20171219

@<licavalc@microsoft.com> I accidentally pushed to release/2.1-MSRC directly while preparing this PR. I pushed a revert and recreated the PR. Would this create any problems other than a messy commit history?
2017-12-20 01:02:22 +00:00
John Luo
ed511c4e29 Update to consume aspnetcore 2.0.5-152 2017-12-19 15:19:20 -08:00
John Luo
7af8cd0ae2 Revert "Update to consume aspnetcore 2.0.5-152"
This reverts commit 559d880cc2.
2017-12-19 15:18:35 -08:00
John Luo
559d880cc2 Update to consume aspnetcore 2.0.5-152 2017-12-19 15:17:03 -08:00
Livar Cunha
1912ce9e20 Commit to trigger a rebuild of the CLI because of a build in place from the Runtime. 2017-12-18 18:16:55 -08:00
Livar Cunha
5f494e8b4a Merged PR 98752: Adding the 2.0.3 asp.net store to the native installer tests.
Adding the 2.0.3 asp.net store to the native installer tests.
2017-12-17 22:41:38 +00:00
Livar Cunha
d5c6133238 Adding the 2.0.3 asp.net store to the native installer tests. 2017-12-15 14:46:42 -08:00
John Luo
34c2b91200 Merged PR 98632: Update to consume aspnetcore 2.0.5-147
Update to consume aspnetcore 2.0.5-147

Drop available at msrc-2-0-aspnet-20171214
2017-12-15 04:56:07 +00:00
John Luo
bf3102d718 Update to consume aspnetcore 2.0.5-147 2017-12-14 20:45:17 -08:00
Jose Perez Rodriguez
af258af035 Update the support package on the CLI to fix binding redirects on 4.7.1 2017-12-14 14:00:39 -08:00
Livar Cunha
275e4c9986 Merged PR 98367: Update to consume aspnetcore 2.0.5-146
Update to consume aspnetcore 2.0.5-146
2017-12-14 00:48:13 +00:00
John Luo
34ec8c2480 Update to consume aspnetcore 2.0.5-146 2017-12-13 16:45:48 -08:00
John Beisner
da63455015
Merge pull request #8213 from johnbeisner/ExplictDependencies
Use explicit and non-preview versions for the build DLL dependencies
2017-12-13 12:51:13 -08:00
Livar Cunha
ed916733ee Updating the runtime to 2.0.5. 2017-12-13 09:27:06 -08:00
John Luo
b3d565da56 Update to consume aspnetcore 2.0.5-142 2017-12-12 15:36:41 -08:00