From 67910f5e070ab92d31f5b51c0eb54fa8bb03ec7a Mon Sep 17 00:00:00 2001 From: Livar Date: Sun, 28 Jul 2019 12:06:50 -0700 Subject: [PATCH 0001/1121] Updating branding to 5.0.100-alpha1 --- src/redist/targets/Versions.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/Versions.targets b/src/redist/targets/Versions.targets index 273089432..f53e3c8d9 100644 --- a/src/redist/targets/Versions.targets +++ b/src/redist/targets/Versions.targets @@ -1,10 +1,10 @@ - 3 + 5 0 1 00 - preview8 + alpha1 From f63c58d27734b6e59bb483e1d91ab06c8d48cd06 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2019 20:21:45 +0000 Subject: [PATCH 0002/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190728.09 (#3541) - Microsoft.NETCore.App - 3.0.0-preview8-28378-09 - NETStandard.Library.Ref - 2.1.0-preview8-28378-09 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28378-09 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.7 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f62f5a032..19ecbb9ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 823e54187b997cb8303f44cd8a6d4fc1adefee47 + c040f6deaa57c86e247a7a0f2d5487351a3e279e - + https://github.com/dotnet/core-setup - 823e54187b997cb8303f44cd8a6d4fc1adefee47 + c040f6deaa57c86e247a7a0f2d5487351a3e279e - + https://github.com/dotnet/core-setup - 823e54187b997cb8303f44cd8a6d4fc1adefee47 + c040f6deaa57c86e247a7a0f2d5487351a3e279e https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ ad7a14419de328074faf7ba287c01da22d868735 - + https://github.com/dotnet/winforms - 38b423c42682b9a24119a9c25b9a16ca0255d896 + 9db4f28440c182fd4c6fc1c45946d2be7938683e - + https://github.com/dotnet/wpf - 7b28ced98e1830b6417ebda79cf803abd6688872 + 89c5a24c4b58cf3484e712b110219c8c109dc432 diff --git a/eng/Versions.props b/eng/Versions.props index d13ef535a..0cefb52ec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.1 + 4.8.0-preview8.19378.3 - 3.0.0-preview8.19378.5 + 3.0.0-preview8.19378.7 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28378-08 + 3.0.0-preview8-28378-09 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28378-08 + 2.1.0-preview8-28378-09 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28378-08 + 3.0.0-preview8-28378-09 $(MicrosoftWindowsDesktopAppPackageVersion) From 3fcb05be9de838a03096ee92dec98cea2c9f9e45 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2019 21:21:27 +0000 Subject: [PATCH 0003/1121] [master] Update dependencies from dotnet/cli (#3540) * Update dependencies from https://github.com/dotnet/cli build 20190728.8 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19378.8 * Update dependencies from https://github.com/dotnet/cli build 20190728.9 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19378.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19ecbb9ce..d6a3c351f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk d8cbde7b101e21dc6e1cd413fa3920197d28c107 - + https://github.com/dotnet/cli - ad7a14419de328074faf7ba287c01da22d868735 + 4b55b78793cda2f0762f4939bb323d391549f71b diff --git a/eng/Versions.props b/eng/Versions.props index 0cefb52ec..d84e09d2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19378.7 + 3.0.100-preview8.19378.9 0.2.0 From 17bfc142286793027897a024204b98c473f7ddc9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2019 21:59:06 +0000 Subject: [PATCH 0004/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190728.10 (#3542) - Microsoft.NETCore.App - 3.0.0-preview8-28378-10 - NETStandard.Library.Ref - 2.1.0-preview8-28378-10 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28378-10 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.4 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.8 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d6a3c351f..359d80fd5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c040f6deaa57c86e247a7a0f2d5487351a3e279e + 66bb41278c93c7f9e34499dc9fcaa973987e96dc - + https://github.com/dotnet/core-setup - c040f6deaa57c86e247a7a0f2d5487351a3e279e + 66bb41278c93c7f9e34499dc9fcaa973987e96dc - + https://github.com/dotnet/core-setup - c040f6deaa57c86e247a7a0f2d5487351a3e279e + 66bb41278c93c7f9e34499dc9fcaa973987e96dc https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 4b55b78793cda2f0762f4939bb323d391549f71b - + https://github.com/dotnet/winforms - 9db4f28440c182fd4c6fc1c45946d2be7938683e + 1f9e923e321f57fa64d8b57ec18401cd79fb8855 - + https://github.com/dotnet/wpf - 89c5a24c4b58cf3484e712b110219c8c109dc432 + 0748778fc838eff8fc30913eeb5ff4f26611419b diff --git a/eng/Versions.props b/eng/Versions.props index d84e09d2d..36d96ec15 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.3 + 4.8.0-preview8.19378.4 - 3.0.0-preview8.19378.7 + 3.0.0-preview8.19378.8 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28378-09 + 3.0.0-preview8-28378-10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28378-09 + 2.1.0-preview8-28378-10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28378-09 + 3.0.0-preview8-28378-10 $(MicrosoftWindowsDesktopAppPackageVersion) From 202985f59a05110709e691a7166560da32e74e10 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2019 23:10:08 +0000 Subject: [PATCH 0005/1121] Update dependencies from https://github.com/dotnet/sdk build 20190728.2 (#3543) - Microsoft.NET.Sdk - 3.0.100-preview8.19378.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 359d80fd5..bec80886a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset b875d6b8bdddac469866ee0f080a7641ff7617d4 - + https://github.com/dotnet/sdk - d8cbde7b101e21dc6e1cd413fa3920197d28c107 + cd5d216a81958169a88e7cfd84e673bc6f9822dc https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 36d96ec15..57d31b2d2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 3.0.100-preview8.19378.1 + 3.0.100-preview8.19378.2 $(MicrosoftNETSdkPackageVersion) From 94fb7719e013ca2c6ee9d9f0924018e57f82bf67 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2019 23:25:06 +0000 Subject: [PATCH 0006/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190728.11 (#3544) - Microsoft.NETCore.App - 3.0.0-preview8-28378-11 - NETStandard.Library.Ref - 2.1.0-preview8-28378-11 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28378-11 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.5 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.9 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bec80886a..1b92ac0f9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 66bb41278c93c7f9e34499dc9fcaa973987e96dc + b48c810028097d09c97ccb8553c2c13c84b66477 - + https://github.com/dotnet/core-setup - 66bb41278c93c7f9e34499dc9fcaa973987e96dc + b48c810028097d09c97ccb8553c2c13c84b66477 - + https://github.com/dotnet/core-setup - 66bb41278c93c7f9e34499dc9fcaa973987e96dc + b48c810028097d09c97ccb8553c2c13c84b66477 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 4b55b78793cda2f0762f4939bb323d391549f71b - + https://github.com/dotnet/winforms - 1f9e923e321f57fa64d8b57ec18401cd79fb8855 + 6442e642601a0d8f732819fbb6d59adcdbad9ff0 - + https://github.com/dotnet/wpf - 0748778fc838eff8fc30913eeb5ff4f26611419b + 7682e2328d219f228efe954c019b03707e172c64 diff --git a/eng/Versions.props b/eng/Versions.props index 57d31b2d2..bc31c31aa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.4 + 4.8.0-preview8.19378.5 - 3.0.0-preview8.19378.8 + 3.0.0-preview8.19378.9 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28378-10 + 3.0.0-preview8-28378-11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28378-10 + 2.1.0-preview8-28378-11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28378-10 + 3.0.0-preview8-28378-11 $(MicrosoftWindowsDesktopAppPackageVersion) From 73a63657534726b01745cd44131ba1ba7e0a1d40 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 03:46:42 +0000 Subject: [PATCH 0007/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190728.13 (#3546) - Microsoft.NETCore.App - 3.0.0-preview8-28378-13 - NETStandard.Library.Ref - 2.1.0-preview8-28378-13 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28378-13 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.8 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.13 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1b92ac0f9..7a20152fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b48c810028097d09c97ccb8553c2c13c84b66477 + 1a158ddecbbe7a060e8674a931abee92e70fb036 - + https://github.com/dotnet/core-setup - b48c810028097d09c97ccb8553c2c13c84b66477 + 1a158ddecbbe7a060e8674a931abee92e70fb036 - + https://github.com/dotnet/core-setup - b48c810028097d09c97ccb8553c2c13c84b66477 + 1a158ddecbbe7a060e8674a931abee92e70fb036 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 4b55b78793cda2f0762f4939bb323d391549f71b - + https://github.com/dotnet/winforms - 6442e642601a0d8f732819fbb6d59adcdbad9ff0 + c7d74852cf36bde3a4af555b00826ca70136636e - + https://github.com/dotnet/wpf - 7682e2328d219f228efe954c019b03707e172c64 + 71de3c6ec4086eab629011557972cb60c744591b diff --git a/eng/Versions.props b/eng/Versions.props index bc31c31aa..92df95063 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.5 + 4.8.0-preview8.19378.8 - 3.0.0-preview8.19378.9 + 3.0.0-preview8.19378.13 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28378-11 + 3.0.0-preview8-28378-13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28378-11 + 2.1.0-preview8-28378-13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28378-11 + 3.0.0-preview8-28378-13 $(MicrosoftWindowsDesktopAppPackageVersion) From 60015aba870c71a3e34478cb72c1cc5d917db53b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 05:18:05 +0000 Subject: [PATCH 0008/1121] [master] Update dependencies from dotnet/cli (#3545) * Update dependencies from https://github.com/dotnet/cli build 20190728.10 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19378.10 * Update dependencies from https://github.com/dotnet/cli build 20190728.11 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19378.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7a20152fd..f93c8eac9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 4b55b78793cda2f0762f4939bb323d391549f71b + 143b65e5015ae62d887184ecd464b2bdc04aba63 diff --git a/eng/Versions.props b/eng/Versions.props index 92df95063..612366e69 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19378.9 + 3.0.100-preview8.19378.11 0.2.0 From 17bcc7115db92c7265401e385724705a1772732b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 05:34:40 +0000 Subject: [PATCH 0009/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190728.16 (#3547) - Microsoft.NETCore.App - 3.0.0-preview8-28378-16 - NETStandard.Library.Ref - 2.1.0-preview8-28378-16 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28378-16 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.9 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.14 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f93c8eac9..cd348b58a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 1a158ddecbbe7a060e8674a931abee92e70fb036 + 44512181385551ade3b82730eb28dceb4bd57662 - + https://github.com/dotnet/core-setup - 1a158ddecbbe7a060e8674a931abee92e70fb036 + 44512181385551ade3b82730eb28dceb4bd57662 - + https://github.com/dotnet/core-setup - 1a158ddecbbe7a060e8674a931abee92e70fb036 + 44512181385551ade3b82730eb28dceb4bd57662 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 143b65e5015ae62d887184ecd464b2bdc04aba63 - + https://github.com/dotnet/winforms - c7d74852cf36bde3a4af555b00826ca70136636e + 855a821d2d6f11bd692b53ac179bf62c0d186f75 - + https://github.com/dotnet/wpf - 71de3c6ec4086eab629011557972cb60c744591b + ac3900dfcd6f8cb1e3ad4e659955d66a7f85de31 diff --git a/eng/Versions.props b/eng/Versions.props index 612366e69..c4680df1e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.8 + 4.8.0-preview8.19378.9 - 3.0.0-preview8.19378.13 + 3.0.0-preview8.19378.14 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28378-13 + 3.0.0-preview8-28378-16 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28378-13 + 2.1.0-preview8-28378-16 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28378-13 + 3.0.0-preview8-28378-16 $(MicrosoftWindowsDesktopAppPackageVersion) From 1a2ce8ece691e67f23d29c38c347be135652371f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 06:35:34 +0000 Subject: [PATCH 0010/1121] Update dependencies from https://github.com/dotnet/cli build 20190728.12 (#3548) - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19378.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cd348b58a..c6404013d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 143b65e5015ae62d887184ecd464b2bdc04aba63 + 0e12715885ce1b5437c7402edb04d6650b071277 diff --git a/eng/Versions.props b/eng/Versions.props index c4680df1e..893b0e46f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19378.11 + 3.0.100-preview8.19378.12 0.2.0 From 51ba6bef8eb43aa0d3efaa25e85a10adf4bf6425 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 10:03:57 +0000 Subject: [PATCH 0011/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190729.01 (#3549) - Microsoft.NETCore.App - 3.0.0-preview8-28379-01 - NETStandard.Library.Ref - 2.1.0-preview8-28379-01 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28379-01 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.10 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.15 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6404013d..1712ff8c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 44512181385551ade3b82730eb28dceb4bd57662 + 6a62209e78a23fe4e6af59b14f2f74edacb2be3f - + https://github.com/dotnet/core-setup - 44512181385551ade3b82730eb28dceb4bd57662 + 6a62209e78a23fe4e6af59b14f2f74edacb2be3f - + https://github.com/dotnet/core-setup - 44512181385551ade3b82730eb28dceb4bd57662 + 6a62209e78a23fe4e6af59b14f2f74edacb2be3f https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 0e12715885ce1b5437c7402edb04d6650b071277 - + https://github.com/dotnet/winforms - 855a821d2d6f11bd692b53ac179bf62c0d186f75 + 1221881bf0792e711458a3c26e0cd21013140342 - + https://github.com/dotnet/wpf - ac3900dfcd6f8cb1e3ad4e659955d66a7f85de31 + 330b2dfb91ae6df6a2f39289b1e6a48a873a161f diff --git a/eng/Versions.props b/eng/Versions.props index 893b0e46f..776c0947c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.9 + 4.8.0-preview8.19378.10 - 3.0.0-preview8.19378.14 + 3.0.0-preview8.19378.15 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28378-16 + 3.0.0-preview8-28379-01 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28378-16 + 2.1.0-preview8-28379-01 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28378-16 + 3.0.0-preview8-28379-01 $(MicrosoftWindowsDesktopAppPackageVersion) From dd9c18da2da2af6bb150d35a910d84472e78a526 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 11:15:39 +0000 Subject: [PATCH 0012/1121] Update dependencies from https://github.com/dotnet/cli build 20190729.1 (#3550) - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19379.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1712ff8c9..9218a0584 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 0e12715885ce1b5437c7402edb04d6650b071277 + 48864394e6b92555a7a13acd6ceb2c923a8d65d4 diff --git a/eng/Versions.props b/eng/Versions.props index 776c0947c..6065b2bd4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19378.12 + 3.0.100-preview8.19379.1 0.2.0 From 59a18386e38330fc2456ca8f4ee8612eb7b37a91 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 11:45:14 +0000 Subject: [PATCH 0013/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190729.02 (#3551) - Microsoft.NETCore.App - 3.0.0-preview8-28379-02 - NETStandard.Library.Ref - 2.1.0-preview8-28379-02 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28379-02 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.11 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.16 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9218a0584..b32b71969 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6a62209e78a23fe4e6af59b14f2f74edacb2be3f + 3a87ac0079c714f13e35b319ad68cd15f66e0172 - + https://github.com/dotnet/core-setup - 6a62209e78a23fe4e6af59b14f2f74edacb2be3f + 3a87ac0079c714f13e35b319ad68cd15f66e0172 - + https://github.com/dotnet/core-setup - 6a62209e78a23fe4e6af59b14f2f74edacb2be3f + 3a87ac0079c714f13e35b319ad68cd15f66e0172 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 48864394e6b92555a7a13acd6ceb2c923a8d65d4 - + https://github.com/dotnet/winforms - 1221881bf0792e711458a3c26e0cd21013140342 + 6f69e1c0bfa132a3eccd854982b591213ea86044 - + https://github.com/dotnet/wpf - 330b2dfb91ae6df6a2f39289b1e6a48a873a161f + 73748bff4a485121754109d9abe1ef1e725b82e1 diff --git a/eng/Versions.props b/eng/Versions.props index 6065b2bd4..6583df2c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.10 + 4.8.0-preview8.19378.11 - 3.0.0-preview8.19378.15 + 3.0.0-preview8.19378.16 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28379-01 + 3.0.0-preview8-28379-02 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28379-01 + 2.1.0-preview8-28379-02 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28379-01 + 3.0.0-preview8-28379-02 $(MicrosoftWindowsDesktopAppPackageVersion) From cd93508358f036eed318901be4c1552511375568 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 12:37:08 +0000 Subject: [PATCH 0014/1121] Update dependencies from https://github.com/dotnet/arcade build 20190728.1 (#3552) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19378.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b32b71969..cf3ffb2a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 8b670142ae1b65aa4d834257b0b64d4f69f30eb8 + a8e982d3bac01d8f4f91a4c57191147570079448 diff --git a/global.json b/global.json index 6c742c4eb..4e3fed870 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19377.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19378.1" } } From 425adefb597478f080806324545b951a49d64dc5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 12:37:30 +0000 Subject: [PATCH 0015/1121] Update dependencies from https://github.com/dotnet/templating build 20190728.1 (#3553) - Microsoft.DotNet.Common.ItemTemplates - 2.0.0-preview8.19378.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cf3ffb2a0..ff55e9c24 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore c23b9feb19a9809a82e541427028b63ca66fa847 - + https://github.com/dotnet/templating - bf2a1c940b5c11075626dba31c119e6de3137df0 + 6aa89884a7a4353f6abd9eb385bba33a58624670 https://github.com/dotnet/toolset From 7b7a73b03a91f76d230a37c21043facbe465ad1f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 13:10:06 +0000 Subject: [PATCH 0016/1121] Update dependencies from https://github.com/dotnet/cli build 20190729.2 (#3555) - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19379.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ff55e9c24..cfef74bd9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 48864394e6b92555a7a13acd6ceb2c923a8d65d4 + 3b60455902a4ecdd23aa5dc33f16adaf72ee3dac diff --git a/eng/Versions.props b/eng/Versions.props index 6583df2c5..5c35d1759 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19379.1 + 3.0.100-preview8.19379.2 0.2.0 From 2ba7224e315713cd20b8468a79c60b683a56231b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 13:35:14 +0000 Subject: [PATCH 0017/1121] Update dependencies from https://github.com/dotnet/cli build 20190729.3 (#3556) - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19379.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cfef74bd9..0a8542a3a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 3b60455902a4ecdd23aa5dc33f16adaf72ee3dac + 44cf7fe9dcbf14e6d54721120956ef1064949c47 diff --git a/eng/Versions.props b/eng/Versions.props index 5c35d1759..3c24845c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19379.2 + 3.0.100-preview8.19379.3 0.2.0 From 90fd140254228caf0906f32ce87fd95b88115818 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 14:00:08 +0000 Subject: [PATCH 0018/1121] Update dependencies from https://github.com/dotnet/cli build 20190729.4 (#3557) - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19379.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0a8542a3a..bd0bdd37b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 44cf7fe9dcbf14e6d54721120956ef1064949c47 + 7ec7fae721255af55848c0d6166a8f31d9662710 diff --git a/eng/Versions.props b/eng/Versions.props index 3c24845c8..53b800eaa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19379.3 + 3.0.100-preview8.19379.4 0.2.0 From 5b77f9c2f07dfc7a67a323c7d7719cd9ccb2e62c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 14:25:51 +0000 Subject: [PATCH 0019/1121] Update dependencies from https://github.com/dotnet/cli build 20190729.5 (#3558) - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19379.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd0bdd37b..b8a130da8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 7ec7fae721255af55848c0d6166a8f31d9662710 + 0da28bb7449cd5d3e16ddf361c74348ff8a0f48f diff --git a/eng/Versions.props b/eng/Versions.props index 53b800eaa..6055f267a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19379.4 + 3.0.100-preview8.19379.5 0.2.0 From 3f24b9a13586d749aa7d60060d19fa6b13748c3f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 15:36:24 +0000 Subject: [PATCH 0020/1121] Update dependencies from https://github.com/dotnet/sdk build 20190729.1 (#3559) - Microsoft.NET.Sdk - 3.0.100-preview8.19379.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b8a130da8..eb9de37c6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset b875d6b8bdddac469866ee0f080a7641ff7617d4 - + https://github.com/dotnet/sdk - cd5d216a81958169a88e7cfd84e673bc6f9822dc + c6c18a0615cada7b5830565e92810e737d93fa61 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 6055f267a..24287b2be 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 3.0.100-preview8.19378.2 + 3.0.100-preview8.19379.1 $(MicrosoftNETSdkPackageVersion) From 1249356c7a5551b51de43a742b5a8cc10b1accf7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 17:14:27 +0000 Subject: [PATCH 0021/1121] Update dependencies from https://github.com/dotnet/sdk build 20190729.2 (#3560) - Microsoft.NET.Sdk - 3.0.100-preview8.19379.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eb9de37c6..8b0a66feb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset b875d6b8bdddac469866ee0f080a7641ff7617d4 - + https://github.com/dotnet/sdk - c6c18a0615cada7b5830565e92810e737d93fa61 + 18f326262479f6da6af4afb978c707597884b655 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 24287b2be..00b637bbd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 3.0.100-preview8.19379.1 + 3.0.100-preview8.19379.2 $(MicrosoftNETSdkPackageVersion) From 4da81746d0c5dd2b62dd17c7363912c6612951d4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 19:11:10 +0000 Subject: [PATCH 0022/1121] Update dependencies from https://github.com/dotnet/cli build 20190729.7 (#3563) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19379.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b0a66feb..8a4f6d26a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 18f326262479f6da6af4afb978c707597884b655 - + https://github.com/dotnet/cli - 0da28bb7449cd5d3e16ddf361c74348ff8a0f48f + ed138a906c0ed5509a7413cff4da5d571b2d5844 diff --git a/eng/Versions.props b/eng/Versions.props index 00b637bbd..070771c3c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19379.5 + 5.0.100-alpha1.19379.7 0.2.0 From f3ab79d31d8595ead1fcd3f6e53d609153b291dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 19:49:26 +0000 Subject: [PATCH 0023/1121] Update dependencies from https://github.com/dotnet/sdk build 20190729.4 (#3566) - Microsoft.NET.Sdk - 5.0.100-alpha1.19379.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8a4f6d26a..8c7b1bfa5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset b875d6b8bdddac469866ee0f080a7641ff7617d4 - + https://github.com/dotnet/sdk - 18f326262479f6da6af4afb978c707597884b655 + 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 070771c3c..62e904aa5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 3.0.100-preview8.19379.2 + 5.0.100-alpha1.19379.4 $(MicrosoftNETSdkPackageVersion) From facfdd37be7655c3def767d1ae23e4cd89e4db86 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 20:51:53 +0000 Subject: [PATCH 0024/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190729.2 (#3567) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.0.0-preview8.19379.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.0-preview8.19379.2 - Microsoft.AspNetCore.App.Ref - 3.0.0-preview8.19379.2 - dotnet-watch - 3.0.0-preview8.19379.2 - dotnet-user-secrets - 3.0.0-preview8.19379.2 - dotnet-dev-certs - 3.0.0-preview8.19379.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8c7b1bfa5..bef019f18 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 3a87ac0079c714f13e35b319ad68cd15f66e0172 - + https://github.com/aspnet/AspNetCore - c23b9feb19a9809a82e541427028b63ca66fa847 + e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/aspnet/AspNetCore - c23b9feb19a9809a82e541427028b63ca66fa847 + e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/aspnet/AspNetCore - c23b9feb19a9809a82e541427028b63ca66fa847 + e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/aspnet/AspNetCore - c23b9feb19a9809a82e541427028b63ca66fa847 + e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/aspnet/AspNetCore - c23b9feb19a9809a82e541427028b63ca66fa847 + e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/aspnet/AspNetCore - c23b9feb19a9809a82e541427028b63ca66fa847 + e0e9096af526448cb1a02f97e60efd8567b7ba35 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 62e904aa5..9509fc023 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 3.0.0-preview8.19377.1 - 3.0.0-preview8.19377.1 - 3.0.0-preview8.19377.1 - 3.0.0-preview8.19377.1 - 3.0.0-preview8.19377.1 - 3.0.0-preview8.19377.1 + 3.0.0-preview8.19379.2 + 3.0.0-preview8.19379.2 + 3.0.0-preview8.19379.2 + 3.0.0-preview8.19379.2 + 3.0.0-preview8.19379.2 + 3.0.0-preview8.19379.2 From c4d16050852434df227016b84880aad9430390b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 22:36:44 +0000 Subject: [PATCH 0025/1121] Update dependencies from https://github.com/dotnet/cli build 20190729.9 (#3570) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19379.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bef019f18..f13a48d57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 - + https://github.com/dotnet/cli - ed138a906c0ed5509a7413cff4da5d571b2d5844 + 04fc5b6e56bb7ea6cf3228288929da18960a33c2 diff --git a/eng/Versions.props b/eng/Versions.props index 9509fc023..2d179b97b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19379.7 + 5.0.100-alpha1.19379.9 0.2.0 From 29ce3efdf3b50cee2e3f2ccc4b2e724521c7194a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 22:42:47 +0000 Subject: [PATCH 0026/1121] Update dependencies from https://github.com/dotnet/toolset build 20190729.24 (#3571) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19379.24 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f13a48d57..c4b2a5ca6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 6aa89884a7a4353f6abd9eb385bba33a58624670 - + https://github.com/dotnet/toolset - b875d6b8bdddac469866ee0f080a7641ff7617d4 + 120eccdeeb351a794932eb2aaea79f0e08512e6e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2d179b97b..3b7b5d742 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.0.100-preview8.19376.13 + 5.0.100-alpha1.19379.24 From 4310ffece8d27ec1bcca51eceda1d72c477bb9cc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 23:08:26 +0000 Subject: [PATCH 0027/1121] Update dependencies from https://github.com/dotnet/toolset build 20190729.25 (#3572) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19379.25 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c4b2a5ca6..59e1a8135 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 6aa89884a7a4353f6abd9eb385bba33a58624670 - + https://github.com/dotnet/toolset - 120eccdeeb351a794932eb2aaea79f0e08512e6e + e0912bf49b7045c6b89eef993cc3cf0248ed5ef5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3b7b5d742..e0c823ea3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19379.24 + 5.0.100-alpha1.19379.25 From ce6fb3273e1b8031d72756e368c4bee6a55d0448 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 12:36:46 +0000 Subject: [PATCH 0028/1121] Update dependencies from https://github.com/dotnet/arcade build 20190729.29 (#3597) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19379.29 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 59e1a8135..1ed9ca0e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - a8e982d3bac01d8f4f91a4c57191147570079448 + 84d9a013b66c3e14a67ace0a99ae84e6eb8b6a7d diff --git a/global.json b/global.json index 4e3fed870..158d3b89b 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19378.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19379.29" } } From 80db13b7e857d502bcefab2cd9feef87fc506754 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 12:47:18 +0000 Subject: [PATCH 0029/1121] Update dependencies from https://github.com/dotnet/templating build 20190729.8 (#3598) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19379.8 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ed9ca0e4..f3df23439 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/dotnet/templating - 6aa89884a7a4353f6abd9eb385bba33a58624670 + 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 https://github.com/dotnet/toolset From ad2dd1a80442b241f07da354b06831dbdad1d3d2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 12:52:10 +0000 Subject: [PATCH 0030/1121] Update dependencies from https://github.com/dotnet/toolset build 20190730.1 (#3599) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19380.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3df23439..4fb82b051 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 - + https://github.com/dotnet/toolset - e0912bf49b7045c6b89eef993cc3cf0248ed5ef5 + 27c09b641775f9b73ba3293d0f4ecc9a100192fe https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e0c823ea3..3652dbfa5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19379.25 + 5.0.100-alpha1.19380.1 From 8b8f19bd7765b6a399747b8831a31fa02d2d33f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 13:51:07 +0000 Subject: [PATCH 0031/1121] [master] Update dependencies from dotnet/cli (#3601) * Update dependencies from https://github.com/dotnet/cli build 20190730.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19380.1 * Update dependencies from https://github.com/dotnet/cli build 20190730.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19380.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4fb82b051..e9a9e0037 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 - + https://github.com/dotnet/cli - 04fc5b6e56bb7ea6cf3228288929da18960a33c2 + 99a0d35d38b898f2dc420a2a17e0d81d04dea446 diff --git a/eng/Versions.props b/eng/Versions.props index 3652dbfa5..5c3743e94 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19379.9 + 5.0.100-alpha1.19380.2 0.2.0 From 0aaf008af2cafa35a247e9cde0973839535d14d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 14:06:26 +0000 Subject: [PATCH 0032/1121] [master] Update dependencies from dotnet/toolset (#3600) * Update dependencies from https://github.com/dotnet/toolset build 20190730.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19380.2 * Update dependencies from https://github.com/dotnet/toolset build 20190730.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19380.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9a9e0037..042149b72 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 - + https://github.com/dotnet/toolset - 27c09b641775f9b73ba3293d0f4ecc9a100192fe + b0c41e4e8c515242ccf9d6da1f55d8574b6f845d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5c3743e94..0f9b51dd7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19380.1 + 5.0.100-alpha1.19380.4 From 652124c4b58ef7980c3509adc592282a63129850 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 16:03:14 +0000 Subject: [PATCH 0033/1121] Update dependencies from https://github.com/dotnet/toolset build 20190730.6 (#3604) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19380.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 042149b72..a19c05dec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 - + https://github.com/dotnet/toolset - b0c41e4e8c515242ccf9d6da1f55d8574b6f845d + d6612c6fe8c4d78bb3d20ecfdeb2f27d12c085fc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0f9b51dd7..ecd186807 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19380.4 + 5.0.100-alpha1.19380.6 From 8846898e2ec04819ba8ca61d8f2d609697d43051 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 21:04:08 +0000 Subject: [PATCH 0034/1121] Update dependencies from https://github.com/dotnet/toolset build 20190730.15 (#3620) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19380.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a19c05dec..75152dfad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 - + https://github.com/dotnet/toolset - d6612c6fe8c4d78bb3d20ecfdeb2f27d12c085fc + 2f873dd17363e3aa6949db73f7aa264a8b6d3045 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ecd186807..96a23a96d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19380.6 + 5.0.100-alpha1.19380.15 From 8da1faef8b0ad178812cb4e3cfdd84b1c202073a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 21:45:41 +0000 Subject: [PATCH 0035/1121] Update dependencies from https://github.com/dotnet/cli build 20190730.4 (#3621) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19380.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75152dfad..80e5012aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 - + https://github.com/dotnet/cli - 99a0d35d38b898f2dc420a2a17e0d81d04dea446 + 60507e5e4ca0bafedb7828fca9206bb3bd025339 diff --git a/eng/Versions.props b/eng/Versions.props index 96a23a96d..82020432e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19380.2 + 5.0.100-alpha1.19380.4 0.2.0 From 5f81f64d947b29bf421d33b9548be67e0737caf5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 22:03:04 +0000 Subject: [PATCH 0036/1121] Update dependencies from https://github.com/dotnet/toolset build 20190730.16 (#3622) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19380.16 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 80e5012aa..3eff90c19 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 - + https://github.com/dotnet/toolset - 2f873dd17363e3aa6949db73f7aa264a8b6d3045 + cb6b3423b8eee307b3919dfab4dced9a427e6a47 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 82020432e..122992cfd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19380.15 + 5.0.100-alpha1.19380.16 From 708b6827aa00baee7be50495548db41a147f7fed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 12:38:21 +0000 Subject: [PATCH 0037/1121] Update dependencies from https://github.com/dotnet/templating build 20190730.2 (#3640) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19380.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3eff90c19..c26318870 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/dotnet/templating - 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 + 842077d01eb49047e3b818630ad5d3614d7eddf2 https://github.com/dotnet/toolset From e26701dbb594380340f475f1688f7821c5f5be1a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 12:42:58 +0000 Subject: [PATCH 0038/1121] Update dependencies from https://github.com/dotnet/arcade build 20190730.3 (#3639) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19380.3 --- eng/Version.Details.xml | 4 ++-- eng/common/sdl/packages.config | 2 +- eng/common/templates/job/execute-sdl.yml | 2 +- global.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c26318870..120286067 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 84d9a013b66c3e14a67ace0a99ae84e6eb8b6a7d + def377f94747dac91482aad67b33a1c011ffc770 diff --git a/eng/common/sdl/packages.config b/eng/common/sdl/packages.config index fb9b71286..3f97ac2f1 100644 --- a/eng/common/sdl/packages.config +++ b/eng/common/sdl/packages.config @@ -1,4 +1,4 @@  - + diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index 5837f3d56..f657a4dc9 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -46,7 +46,7 @@ jobs: continueOnError: ${{ parameters.continueOnError }} - ${{ if eq(parameters.overrideParameters, '') }}: - powershell: eng/common/sdl/execute-all-sdl-tools.ps1 - -GuardianPackageName Microsoft.Guardian.Cli.0.6.0 + -GuardianPackageName Microsoft.Guardian.Cli.0.7.1 -NugetPackageDirectory $(Build.SourcesDirectory)\.packages -AzureDevOpsAccessToken $(dn-bot-dotnet-build-rw-code-rw) ${{ parameters.additionalParameters }} diff --git a/global.json b/global.json index 158d3b89b..1b706f873 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19379.29" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19380.3" } } From a6fc53e563c430264e5ffe5f089b90cd3bedc648 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 12:54:57 +0000 Subject: [PATCH 0039/1121] Update dependencies from https://github.com/dotnet/toolset build 20190731.2 (#3641) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19381.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 120286067..9a14da80b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 842077d01eb49047e3b818630ad5d3614d7eddf2 - + https://github.com/dotnet/toolset - cb6b3423b8eee307b3919dfab4dced9a427e6a47 + aac8a48ed612957fe785fc121b44ea10e7750c85 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 122992cfd..96767ae1f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19380.16 + 5.0.100-alpha1.19381.2 From 5cb6ade557a917b300a745e898c9ba1d4d9b6560 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 13:35:48 +0000 Subject: [PATCH 0040/1121] Update dependencies from https://github.com/dotnet/toolset build 20190731.3 (#3642) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19381.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9a14da80b..9e610427d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 842077d01eb49047e3b818630ad5d3614d7eddf2 - + https://github.com/dotnet/toolset - aac8a48ed612957fe785fc121b44ea10e7750c85 + c063bf87f4e021a4d9e8a7ba2d3eb3c0415839fd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 96767ae1f..00cb8a5fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19381.2 + 5.0.100-alpha1.19381.3 From 2ba1ba5ccd40a729af0199c80ce76c6295ff90ef Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 13:50:49 +0000 Subject: [PATCH 0041/1121] [master] Update dependencies from dotnet/cli (#3643) * Update dependencies from https://github.com/dotnet/cli build 20190731.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19381.1 * Update dependencies from https://github.com/dotnet/cli build 20190731.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19381.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e610427d..832fe7816 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 - + https://github.com/dotnet/cli - 60507e5e4ca0bafedb7828fca9206bb3bd025339 + 6396041927bb4fac80b2e0a68df5c2de566daa75 diff --git a/eng/Versions.props b/eng/Versions.props index 00cb8a5fb..31e85aa7b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19380.4 + 5.0.100-alpha1.19381.2 0.2.0 From e7415dc5427014f38e7a4d03e8260f5d11fe7e18 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 14:11:36 +0000 Subject: [PATCH 0042/1121] [master] Update dependencies from dotnet/toolset (#3644) * Update dependencies from https://github.com/dotnet/toolset build 20190731.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19381.4 * Update dependencies from https://github.com/dotnet/toolset build 20190731.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19381.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 832fe7816..f384b3a49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 842077d01eb49047e3b818630ad5d3614d7eddf2 - + https://github.com/dotnet/toolset - c063bf87f4e021a4d9e8a7ba2d3eb3c0415839fd + 6fbb5fd03e795278cf92055aa4ece790965bd476 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 31e85aa7b..f92518eca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19381.3 + 5.0.100-alpha1.19381.5 From b206c389d9926262dd9e062f579f1077513f4e69 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 14:16:40 +0000 Subject: [PATCH 0043/1121] Update dependencies from https://github.com/dotnet/cli build 20190731.3 (#3645) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19381.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f384b3a49..c0d2e96f9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 - + https://github.com/dotnet/cli - 6396041927bb4fac80b2e0a68df5c2de566daa75 + 2e458ef67f8e82e4183dba9284dd94d045d936cd diff --git a/eng/Versions.props b/eng/Versions.props index f92518eca..d0ca1641d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19381.2 + 5.0.100-alpha1.19381.3 0.2.0 From 5c0c89981e4d94c3acb6d21ee1355d7449a669fa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 15:02:57 +0000 Subject: [PATCH 0044/1121] Update dependencies from https://github.com/dotnet/sdk build 20190730.1 (#3611) - Microsoft.NET.Sdk - 5.0.100-alpha1.19380.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c0d2e96f9..ea23497e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 6fbb5fd03e795278cf92055aa4ece790965bd476 - + https://github.com/dotnet/sdk - 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 + d14fa66b84f5c7502c59d125c7a77cb9c9077cfd https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index d0ca1641d..54db86a3c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19379.4 + 5.0.100-alpha1.19380.1 $(MicrosoftNETSdkPackageVersion) From 9f66f3c862da38a03d96a9772e78acaa517d3088 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 18:08:56 +0000 Subject: [PATCH 0045/1121] Update dependencies from https://github.com/dotnet/sdk build 20190731.2 (#3659) - Microsoft.NET.Sdk - 5.0.100-alpha1.19381.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ea23497e5..b121e5308 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 6fbb5fd03e795278cf92055aa4ece790965bd476 - + https://github.com/dotnet/sdk - d14fa66b84f5c7502c59d125c7a77cb9c9077cfd + ba9e5ce585cf8904c197c28904441c0f2c62aa59 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 54db86a3c..b999152f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19380.1 + 5.0.100-alpha1.19381.2 $(MicrosoftNETSdkPackageVersion) From ea7eb6571e8fa03e2a02ef35a7569a4d2153440a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 12:38:10 +0000 Subject: [PATCH 0046/1121] Update dependencies from https://github.com/dotnet/arcade build 20190731.19 (#3696) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19381.19 --- eng/Version.Details.xml | 4 +- eng/common/init-tools-native.sh | 4 +- eng/common/native/install-cmake-test.sh | 117 ++++++++++++++++++++++++ eng/common/native/install-cmake.sh | 2 +- eng/common/templates/job/job.yml | 6 +- global.json | 2 +- 6 files changed, 128 insertions(+), 7 deletions(-) create mode 100755 eng/common/native/install-cmake-test.sh diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b121e5308..4c0ec61bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - def377f94747dac91482aad67b33a1c011ffc770 + 48787606d809963cc800151cbfbefe0a74ae74b4 diff --git a/eng/common/init-tools-native.sh b/eng/common/init-tools-native.sh index 5f2e77f44..4dafaaca1 100755 --- a/eng/common/init-tools-native.sh +++ b/eng/common/init-tools-native.sh @@ -70,8 +70,7 @@ function ReadGlobalJsonNativeTools { # Only extract the contents of the object. local native_tools_list=$(echo $native_tools_section | awk -F"[{}]" '{print $2}') native_tools_list=${native_tools_list//[\" ]/} - native_tools_list=${native_tools_list//,/$'\n'} - native_tools_list="$(echo -e "${native_tools_list}" | tr -d '[[:space:]]')" + native_tools_list=$( echo "$native_tools_list" | sed 's/\s//g' | sed 's/,/\n/g' ) local old_IFS=$IFS while read -r line; do @@ -108,6 +107,7 @@ else installer_command+=" --baseuri $base_uri" installer_command+=" --installpath $install_bin" installer_command+=" --version $tool_version" + echo $installer_command if [[ $force = true ]]; then installer_command+=" --force" diff --git a/eng/common/native/install-cmake-test.sh b/eng/common/native/install-cmake-test.sh new file mode 100755 index 000000000..53ddf4e68 --- /dev/null +++ b/eng/common/native/install-cmake-test.sh @@ -0,0 +1,117 @@ +#!/usr/bin/env bash + +source="${BASH_SOURCE[0]}" +scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" + +. $scriptroot/common-library.sh + +base_uri= +install_path= +version= +clean=false +force=false +download_retries=5 +retry_wait_time_seconds=30 + +while (($# > 0)); do + lowerI="$(echo $1 | awk '{print tolower($0)}')" + case $lowerI in + --baseuri) + base_uri=$2 + shift 2 + ;; + --installpath) + install_path=$2 + shift 2 + ;; + --version) + version=$2 + shift 2 + ;; + --clean) + clean=true + shift 1 + ;; + --force) + force=true + shift 1 + ;; + --downloadretries) + download_retries=$2 + shift 2 + ;; + --retrywaittimeseconds) + retry_wait_time_seconds=$2 + shift 2 + ;; + --help) + echo "Common settings:" + echo " --baseuri Base file directory or Url wrom which to acquire tool archives" + echo " --installpath Base directory to install native tool to" + echo " --clean Don't install the tool, just clean up the current install of the tool" + echo " --force Force install of tools even if they previously exist" + echo " --help Print help and exit" + echo "" + echo "Advanced settings:" + echo " --downloadretries Total number of retry attempts" + echo " --retrywaittimeseconds Wait time between retry attempts in seconds" + echo "" + exit 0 + ;; + esac +done + +tool_name="cmake-test" +tool_os=$(GetCurrentOS) +tool_folder=$(echo $tool_os | awk '{print tolower($0)}') +tool_arch="x86_64" +tool_name_moniker="$tool_name-$version-$tool_os-$tool_arch" +tool_install_directory="$install_path/$tool_name/$version" +tool_file_path="$tool_install_directory/$tool_name_moniker/bin/$tool_name" +shim_path="$install_path/$tool_name.sh" +uri="${base_uri}/$tool_folder/$tool_name/$tool_name_moniker.tar.gz" + +# Clean up tool and installers +if [[ $clean = true ]]; then + echo "Cleaning $tool_install_directory" + if [[ -d $tool_install_directory ]]; then + rm -rf $tool_install_directory + fi + + echo "Cleaning $shim_path" + if [[ -f $shim_path ]]; then + rm -rf $shim_path + fi + + tool_temp_path=$(GetTempPathFileName $uri) + echo "Cleaning $tool_temp_path" + if [[ -f $tool_temp_path ]]; then + rm -rf $tool_temp_path + fi + + exit 0 +fi + +# Install tool +if [[ -f $tool_file_path ]] && [[ $force = false ]]; then + echo "$tool_name ($version) already exists, skipping install" + exit 0 +fi + +DownloadAndExtract $uri $tool_install_directory $force $download_retries $retry_wait_time_seconds + +if [[ $? != 0 ]]; then + echo "Installation failed" >&2 + exit 1 +fi + +# Generate Shim +# Always rewrite shims so that we are referencing the expected version +NewScriptShim $shim_path $tool_file_path true + +if [[ $? != 0 ]]; then + echo "Shim generation failed" >&2 + exit 1 +fi + +exit 0 \ No newline at end of file diff --git a/eng/common/native/install-cmake.sh b/eng/common/native/install-cmake.sh index 293af6017..5f1a182fa 100755 --- a/eng/common/native/install-cmake.sh +++ b/eng/common/native/install-cmake.sh @@ -69,7 +69,7 @@ tool_name_moniker="$tool_name-$version-$tool_os-$tool_arch" tool_install_directory="$install_path/$tool_name/$version" tool_file_path="$tool_install_directory/$tool_name_moniker/bin/$tool_name" shim_path="$install_path/$tool_name.sh" -uri="${base_uri}/$tool_folder/cmake/$tool_name_moniker.tar.gz" +uri="${base_uri}/$tool_folder/$tool_name/$tool_name_moniker.tar.gz" # Clean up tool and installers if [[ $clean = true ]]; then diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 1814e0ab6..8db456bb7 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -37,6 +37,9 @@ parameters: # Optional: Enable publishing to the build asset registry enablePublishBuildAssets: false + # Optional: Prevent gather/push manifest from executing when using publishing pipelines + enablePublishUsingPipelines: false + # Optional: Include PublishTestResults task enablePublishTestResults: false @@ -187,7 +190,7 @@ jobs: continueOnError: true condition: always() - - ${{ if and(eq(parameters.enablePublishBuildAssets, true), ne(variables['_PublishUsingPipelines'], 'true'), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - ${{ if and(eq(parameters.enablePublishBuildAssets, true), ne(parameters.enablePublishUsingPipelines, 'true'), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - task: CopyFiles@2 displayName: Gather Asset Manifests inputs: @@ -195,6 +198,7 @@ jobs: TargetFolder: '$(Build.StagingDirectory)/AssetManifests' continueOnError: ${{ parameters.continueOnError }} condition: and(succeeded(), eq(variables['_DotNetPublishToBlobFeed'], 'true')) + - task: PublishBuildArtifacts@1 displayName: Push Asset Manifests inputs: diff --git a/global.json b/global.json index 1b706f873..8581127b4 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19380.3" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19381.19" } } From 6727fe62abe8dad711f37596c8688046a075ad1a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 12:48:42 +0000 Subject: [PATCH 0047/1121] Update dependencies from https://github.com/dotnet/templating build 20190731.2 (#3697) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19381.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4c0ec61bc..8db1325e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/dotnet/templating - 842077d01eb49047e3b818630ad5d3614d7eddf2 + fd3039f67ea82c34fbd0d530cef6edefd5f49b62 https://github.com/dotnet/toolset From feeb0efda35ef87c3bf904f841c7742019fa5153 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 13:00:35 +0000 Subject: [PATCH 0048/1121] Update dependencies from https://github.com/dotnet/toolset build 20190801.1 (#3698) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19401.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8db1325e2..ec8d099f4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - 6fbb5fd03e795278cf92055aa4ece790965bd476 + f3c974bd338282ff55a624846b4fc19f8b16e23e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b999152f6..e8872e4e3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19381.5 + 5.0.100-alpha1.19401.1 From 4843ddd8b43fc382f15894617f644d170b2984fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 14:16:23 +0000 Subject: [PATCH 0049/1121] [master] Update dependencies from dotnet/cli (#3702) * Update dependencies from https://github.com/dotnet/cli build 20190801.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19401.2 * Update dependencies from https://github.com/dotnet/cli build 20190801.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19401.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec8d099f4..104b51c06 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk ba9e5ce585cf8904c197c28904441c0f2c62aa59 - + https://github.com/dotnet/cli - 2e458ef67f8e82e4183dba9284dd94d045d936cd + 936294309b484beabc9552fc1ad5bf5420b72020 diff --git a/eng/Versions.props b/eng/Versions.props index e8872e4e3..bfb7d546b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19381.3 + 5.0.100-alpha1.19401.3 0.2.0 From 690ebde0342b6f5dedeb44f965b966c8d3ddedad Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 14:37:07 +0000 Subject: [PATCH 0050/1121] [master] Update dependencies from dotnet/toolset (#3699) * Update dependencies from https://github.com/dotnet/toolset build 20190801.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19401.2 * Update dependencies from https://github.com/dotnet/toolset build 20190801.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19401.3 * Update dependencies from https://github.com/dotnet/toolset build 20190801.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19401.6 * Update dependencies from https://github.com/dotnet/toolset build 20190801.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19401.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 104b51c06..ee186cf71 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - f3c974bd338282ff55a624846b4fc19f8b16e23e + ec89664adf9853878ebf71b65e3b41cd11e5c4bd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bfb7d546b..244a39838 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19401.1 + 5.0.100-alpha1.19401.7 From def34ec52c5bad1fa2723850c0f2d7c109289964 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 16:45:46 +0000 Subject: [PATCH 0051/1121] Update dependencies from https://github.com/dotnet/sdk build 20190801.1 (#3708) - Microsoft.NET.Sdk - 5.0.100-alpha1.19401.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ee186cf71..1f72dc767 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset ec89664adf9853878ebf71b65e3b41cd11e5c4bd - + https://github.com/dotnet/sdk - ba9e5ce585cf8904c197c28904441c0f2c62aa59 + b23fd25e1070aa8075b66f9d208835fa67af3dbb https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 244a39838..f94e56a29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19381.2 + 5.0.100-alpha1.19401.1 $(MicrosoftNETSdkPackageVersion) From 5ffae87806c33ba7763b38b22b6dfb86b5075340 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 20:45:42 +0000 Subject: [PATCH 0052/1121] Update dependencies from https://github.com/dotnet/cli build 20190801.7 (#3715) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19401.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1f72dc767..d9b18fb55 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 936294309b484beabc9552fc1ad5bf5420b72020 + b0b2aa2703f30b4a8936901c4cae9db294279f52 diff --git a/eng/Versions.props b/eng/Versions.props index f94e56a29..e3b719d24 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19401.3 + 5.0.100-alpha1.19401.7 0.2.0 From c24f8ee739175cf4364e06cb20c288c16f53bad6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 21:02:07 +0000 Subject: [PATCH 0053/1121] Update dependencies from https://github.com/dotnet/toolset build 20190801.16 (#3717) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19401.16 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9b18fb55..250f043c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - ec89664adf9853878ebf71b65e3b41cd11e5c4bd + ccaf690a16c326bcf359bcb9d7254c0c4114eb07 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e3b719d24..c642d8f48 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19401.7 + 5.0.100-alpha1.19401.16 From 74bb93d5ff037af1869261890896534e62486f4b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 12:38:38 +0000 Subject: [PATCH 0054/1121] Update dependencies from https://github.com/dotnet/arcade build 20190801.23 (#3724) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19401.23 --- eng/Version.Details.xml | 4 ++-- .../templates/post-build/channels/internal-servicing.yml | 6 +++--- .../templates/post-build/channels/public-dev-release.yml | 6 +++--- .../templates/post-build/channels/public-release.yml | 6 +++--- .../post-build/channels/public-validation-release.yml | 2 +- eng/common/tools.ps1 | 9 ++++++++- eng/common/tools.sh | 6 +++++- global.json | 2 +- 8 files changed, 26 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 250f043c4..7aaf38746 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 48787606d809963cc800151cbfbefe0a74ae74b4 + 941d6497356e00ea6b2bc35a22a67f4ecf988fd6 diff --git a/eng/common/templates/post-build/channels/internal-servicing.yml b/eng/common/templates/post-build/channels/internal-servicing.yml index 12fd2b465..dc065ab30 100644 --- a/eng/common/templates/post-build/channels/internal-servicing.yml +++ b/eng/common/templates/post-build/channels/internal-servicing.yml @@ -13,7 +13,7 @@ stages: - job: displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.InternalServicing_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id)) variables: - group: DotNet-Symbol-Server-Pats pool: @@ -46,7 +46,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.InternalServicing_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: @@ -126,7 +126,7 @@ stages: - job: displayName: Symbol Availability dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.InternalServicing_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: diff --git a/eng/common/templates/post-build/channels/public-dev-release.yml b/eng/common/templates/post-build/channels/public-dev-release.yml index b0f085b14..771dcf4ef 100644 --- a/eng/common/templates/post-build/channels/public-dev-release.yml +++ b/eng/common/templates/post-build/channels/public-dev-release.yml @@ -13,7 +13,7 @@ stages: - job: displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicDevRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_30_Channel_Id)) variables: - group: DotNet-Symbol-Server-Pats pool: @@ -46,7 +46,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicDevRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: @@ -123,7 +123,7 @@ stages: - job: displayName: Symbol Availability dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicDevRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: diff --git a/eng/common/templates/post-build/channels/public-release.yml b/eng/common/templates/post-build/channels/public-release.yml index 4c63fb43f..00108bd3f 100644 --- a/eng/common/templates/post-build/channels/public-release.yml +++ b/eng/common/templates/post-build/channels/public-release.yml @@ -13,7 +13,7 @@ stages: - job: displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)) variables: - group: DotNet-Symbol-Server-Pats pool: @@ -46,7 +46,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: @@ -126,7 +126,7 @@ stages: - job: displayName: Symbol Availability dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index 1089ac5fa..f64184da9 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -17,7 +17,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicValidationRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicValidationRelease_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 8fe2b11ad..9c12b1b4f 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -39,6 +39,10 @@ # installed on the machine instead of downloading one. [bool]$useInstalledDotNetCli = if (Test-Path variable:useInstalledDotNetCli) { $useInstalledDotNetCli } else { $true } +# Enable repos to use a particular version of the on-line dotnet-install scripts. +# default URL: https://dot.net/v1/dotnet-install.ps1 +[string]$dotnetInstallScriptVersion = if (Test-Path variable:dotnetInstallScriptVersion) { $dotnetInstallScriptVersion } else { "v1" } + # True to use global NuGet cache instead of restoring packages to repository-local directory. [bool]$useGlobalNuGetCache = if (Test-Path variable:useGlobalNuGetCache) { $useGlobalNuGetCache } else { !$ci } @@ -159,7 +163,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) { $installScript = Join-Path $dotnetRoot "dotnet-install.ps1" if (!(Test-Path $installScript)) { Create-Directory $dotnetRoot - Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile $installScript + Invoke-WebRequest "https://dot.net/$dotnetInstallScriptVersion/dotnet-install.ps1" -OutFile $installScript } return $installScript @@ -518,6 +522,9 @@ function MSBuild-Core() { if ($warnAsError) { $cmdArgs += " /warnaserror /p:TreatWarningsAsErrors=true" } + else { + $cmdArgs += " /p:TreatWarningsAsErrors=false" + } foreach ($arg in $args) { if ($arg -ne $null -and $arg.Trim() -ne "") { diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 738bb5669..3af9be615 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -45,6 +45,10 @@ warn_as_error=${warn_as_error:-true} # installed on the machine instead of downloading one. use_installed_dotnet_cli=${use_installed_dotnet_cli:-true} +# Enable repos to use a particular version of the on-line dotnet-install scripts. +# default URL: https://dot.net/v1/dotnet-install.sh +dotnetInstallScriptVersion=${dotnetInstallScriptVersion:-'v1'} + # True to use global NuGet cache instead of restoring packages to repository-local directory. if [[ "$ci" == true ]]; then use_global_nuget_cache=${use_global_nuget_cache:-false} @@ -195,7 +199,7 @@ function InstallDotNet { function GetDotNetInstallScript { local root=$1 local install_script="$root/dotnet-install.sh" - local install_script_url="https://dot.net/v1/dotnet-install.sh" + local install_script_url="https://dot.net/$dotnetInstallScriptVersion/dotnet-install.sh" if [[ ! -a "$install_script" ]]; then mkdir -p "$root" diff --git a/global.json b/global.json index 8581127b4..6f5b96662 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19381.19" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19401.23" } } From 0ee5fe355934782c398e65bc18d1c6e9327002db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 13:33:29 +0000 Subject: [PATCH 0055/1121] [master] Update dependencies from dotnet/toolset (#3725) * Update dependencies from https://github.com/dotnet/toolset build 20190802.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19402.1 * Update dependencies from https://github.com/dotnet/toolset build 20190802.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19402.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7aaf38746..12ab0b7c6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - ccaf690a16c326bcf359bcb9d7254c0c4114eb07 + ba8c829a16a12b9af02d79ec852c40d263bd42c2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c642d8f48..b0c90ddea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19401.16 + 5.0.100-alpha1.19402.2 From 70105fd248bbd89e7037b70c3db9523e68b05076 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 16:05:44 +0000 Subject: [PATCH 0056/1121] Update dependencies from https://github.com/dotnet/cli build 20190802.2 (#3726) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19402.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 12ab0b7c6..a9e124629 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - b0b2aa2703f30b4a8936901c4cae9db294279f52 + 2b0c5b839298f72cf4500cde982cfb2a8fc6c91b diff --git a/eng/Versions.props b/eng/Versions.props index b0c90ddea..847845a0c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19401.7 + 5.0.100-alpha1.19402.2 0.2.0 From 78de06b9f165e497d953eb2d4d2152e920070a52 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 16:17:36 +0000 Subject: [PATCH 0057/1121] Update dependencies from https://github.com/dotnet/toolset build 20190802.5 (#3727) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19402.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a9e124629..d11be044f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - ba8c829a16a12b9af02d79ec852c40d263bd42c2 + 39fb9701e4794a7f0d92996c278e08e8a2dd6ed0 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 847845a0c..91fa879a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19402.2 + 5.0.100-alpha1.19402.5 From b6cb985ff44605c6daaf62bcc001fb0621d1a4cf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 21:11:04 +0000 Subject: [PATCH 0058/1121] Update dependencies from https://github.com/dotnet/cli build 20190802.3 (#3730) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19402.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d11be044f..6b09fc2da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 2b0c5b839298f72cf4500cde982cfb2a8fc6c91b + d3211584a2a17791e02363350f9721f333db82eb diff --git a/eng/Versions.props b/eng/Versions.props index 91fa879a8..39cc19ce3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19402.2 + 5.0.100-alpha1.19402.3 0.2.0 From 6ad335ba5e6b0bb7cba76a613167b8f7c7bcfaa9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 21:37:50 +0000 Subject: [PATCH 0059/1121] Update dependencies from https://github.com/dotnet/toolset build 20190802.8 (#3731) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19402.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b09fc2da..3973d5c03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - 39fb9701e4794a7f0d92996c278e08e8a2dd6ed0 + fe4d6660bf36f11c2e51e11521f485e30d815bed https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 39cc19ce3..5541317c2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19402.5 + 5.0.100-alpha1.19402.8 From 8b52b72a1b23067336bd285115fa828407c89d5a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 23:52:39 +0000 Subject: [PATCH 0060/1121] Update dependencies from https://github.com/dotnet/toolset build 20190802.12 (#3737) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19402.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3973d5c03..7f377f39c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - fe4d6660bf36f11c2e51e11521f485e30d815bed + 8f66dcff3091d5df0314b9f50b929903a628876c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5541317c2..aa94346b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19402.8 + 5.0.100-alpha1.19402.12 From 1520d026ee54a8667264d590ecc8bf965e75c54c Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 30 Jul 2019 06:15:34 +0000 Subject: [PATCH 0061/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190802.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19402.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19402.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19402.8 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview9.19401.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview9.19401.6 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f377f39c..67fa6866b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 3a87ac0079c714f13e35b319ad68cd15f66e0172 + 18e5616f62e7ef3438749cc54170cc3bc74138df - + https://github.com/dotnet/core-setup - 3a87ac0079c714f13e35b319ad68cd15f66e0172 + 18e5616f62e7ef3438749cc54170cc3bc74138df - + https://github.com/dotnet/core-setup - 3a87ac0079c714f13e35b319ad68cd15f66e0172 + 18e5616f62e7ef3438749cc54170cc3bc74138df https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ d3211584a2a17791e02363350f9721f333db82eb - + https://github.com/dotnet/winforms - 6f69e1c0bfa132a3eccd854982b591213ea86044 + 1a7ac6bb28432654e258440aae39377ac7c79ba1 - + https://github.com/dotnet/wpf - 73748bff4a485121754109d9abe1ef1e725b82e1 + a96e5067a9e02fe9c7fb07a75613afe122511a45 diff --git a/eng/Versions.props b/eng/Versions.props index aa94346b3..d5c12dfb6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.11 + 4.8.0-preview9.19401.2 - 3.0.0-preview8.19378.16 + 3.0.0-preview9.19401.6 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28379-02 + 5.0.0-alpha1.19402.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28379-02 + 2.1.0-alpha1.19402.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28379-02 + 5.0.0-alpha1.19402.7 $(MicrosoftWindowsDesktopAppPackageVersion) From ac2000cc036162dd1ee563ac9ccff2296d484b9c Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Fri, 2 Aug 2019 22:09:56 -0700 Subject: [PATCH 0062/1121] Add netcoreapp5.0 support to bundled versions * Use 3.0-preview7 when targeting netcoreapp3.0 with 5.0 SDK for now * Update known app host packs and framework references to 5.0 * Remove workaround for fixed bug from tests * Temporarily expect run failure while templates are still at 3.0 --- .../targets/GenerateBundledVersions.targets | 69 +++++++++++++++++-- test/EndToEnd/ProjectBuildTests.cs | 29 ++------ 2 files changed, 70 insertions(+), 28 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 1177dee24..de4071b24 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -182,7 +182,7 @@ Copyright (c) .NET Foundation. All rights reserved. ') - + + + + + + + + + + ]]> diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index cda32477f..d5fc4a99b 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -37,18 +37,10 @@ namespace EndToEnd.Tests var runCommand = new RunCommand() .WithWorkingDirectory(projectDirectory); - // Set DOTNET_ROOT as workaround for https://github.com/dotnet/cli/issues/10196 - var dotnetRoot = Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest); - if (!string.IsNullOrEmpty(dotnetRoot)) - { - bool useX86 = RepoDirectoriesProvider.DotnetRidUnderTest.EndsWith("x86", StringComparison.InvariantCultureIgnoreCase); - runCommand = runCommand.WithEnvironmentVariable(useX86 ? "DOTNET_ROOT(x86)" : "DOTNET_ROOT", - dotnetRoot); - } - runCommand.ExecuteWithCapturedOutput() - .Should().Pass() - .And.HaveStdOutContaining("Hello World!"); + // Templates are still at 3.0 and will not run on 5.0, revert to commented out assertion when 5.0 templates land + //.Should().Pass().And.HaveStdOutContaining("Hello World!"); + .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-download"); var binDirectory = new DirectoryInfo(projectDirectory).Sub("bin"); binDirectory.Should().HaveFilesMatching("*.dll", SearchOption.AllDirectories); @@ -90,18 +82,11 @@ namespace EndToEnd.Tests var runCommand = new RunCommand() .WithWorkingDirectory(projectDirectory); - // Set DOTNET_ROOT as workaround for https://github.com/dotnet/cli/issues/10196 - var dotnetRoot = Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest); - if (!string.IsNullOrEmpty(dotnetRoot)) - { - bool useX86 = RepoDirectoriesProvider.DotnetRidUnderTest.EndsWith("x86", StringComparison.InvariantCultureIgnoreCase); - runCommand = runCommand.WithEnvironmentVariable(useX86 ? "DOTNET_ROOT(x86)" : "DOTNET_ROOT", - dotnetRoot); - } - runCommand.ExecuteWithCapturedOutput() - .Should().Pass() - .And.HaveStdOutContaining("Hello World!"); + // Templates are still at 3.0 and will not run on 5.0, revert to commented out assertion when 5.0 templates land + //.Should().Pass().And.HaveStdOutContaining("Hello World!"); + .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-download"); + } From 32d8578ec34c3987b8e17d4a14d202d131d0c139 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 12:39:18 +0000 Subject: [PATCH 0063/1121] Update dependencies from https://github.com/dotnet/arcade build 20190802.16 (#3747) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19402.16 --- eng/Version.Details.xml | 4 +- .../post-build/channels/netcore-dev-5.yml | 148 ++++++++++++++++++ .../channels/netcore-tools-latest.yml | 148 ++++++++++++++++++ .../templates/post-build/common-variables.yml | 8 + .../templates/post-build/darc-gather-drop.yml | 2 +- .../templates/post-build/post-build.yml | 8 + .../templates/post-build/promote-build.yml | 2 +- global.json | 2 +- 8 files changed, 317 insertions(+), 5 deletions(-) create mode 100644 eng/common/templates/post-build/channels/netcore-dev-5.yml create mode 100644 eng/common/templates/post-build/channels/netcore-tools-latest.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f377f39c..0f9dfdf57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 941d6497356e00ea6b2bc35a22a67f4ecf988fd6 + d8457f6ba527aef165ff6fb0aded44bf8123ce83 diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml new file mode 100644 index 000000000..f2b0cfb26 --- /dev/null +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -0,0 +1,148 @@ +parameters: + enableSymbolValidation: true + +stages: +- stage: NetCore_Dev5_Publish + dependsOn: validate + variables: + - template: ../common-variables.yml + displayName: .NET Core 5 Dev Channel + jobs: + - template: ../setup-maestro-vars.yml + + - job: + displayName: Symbol Publishing + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_5_Dev_Channel_Id)) + variables: + - group: DotNet-Symbol-Server-Pats + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Artifacts + inputs: + downloadType: specific files + matchingPattern: "*Artifacts*" + + - task: PowerShell@2 + displayName: Publish + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:Configuration=Release + + - job: + displayName: Publish Assets + dependsOn: setupMaestroVars + variables: + - group: DotNet-Blob-Feed + - group: AzureDevOps-Artifact-Feeds-Pats + - name: BARBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] + - name: IsStableBuild + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_5_Dev_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: current + artifactName: BlobArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Asset Manifests + inputs: + buildType: current + artifactName: AssetManifests + + - task: PowerShell@2 + displayName: Add Assets Location + env: + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ChannelId=$(NetCore_5_Dev_Channel_Id) + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:IsStableBuild=$(IsStableBuild) + /p:IsInternalBuild=$(IsInternalBuild) + /p:RepositoryName=$(Build.Repository.Name) + /p:CommitSha=$(Build.SourceVersion) + /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + + - task: NuGetCommand@2 + displayName: Publish Packages to AzDO Feed + condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') + inputs: + command: push + vstsFeed: $(AzDoFeedName) + packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg + publishVstsFeed: $(AzDoFeedName) + + - task: PowerShell@2 + displayName: Publish Blobs to AzDO Feed + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 + arguments: -FeedName $(AzDoFeedName) + -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ + -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) + enabled: false + + +- stage: NetCore_Dev5_PublishValidation + displayName: Publish Validation + variables: + - template: ../common-variables.yml + jobs: + - template: ../setup-maestro-vars.yml + + - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: + - job: + displayName: Symbol Availability + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_5_Dev_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: PowerShell@2 + displayName: Check Symbol Availability + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 + arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) + + - template: ../darc-gather-drop.yml + parameters: + ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} + + - template: ../promote-build.yml + parameters: + ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml new file mode 100644 index 000000000..fd6c09b22 --- /dev/null +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -0,0 +1,148 @@ +parameters: + enableSymbolValidation: true + +stages: +- stage: NetCore_Tools_Latest_Publish + dependsOn: validate + variables: + - template: ../common-variables.yml + displayName: .NET Tools - Latest + jobs: + - template: ../setup-maestro-vars.yml + + - job: + displayName: Symbol Publishing + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Latest_Channel_Id)) + variables: + - group: DotNet-Symbol-Server-Pats + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Artifacts + inputs: + downloadType: specific files + matchingPattern: "*Artifacts*" + + - task: PowerShell@2 + displayName: Publish + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:Configuration=Release + + - job: + displayName: Publish Assets + dependsOn: setupMaestroVars + variables: + - group: DotNet-Blob-Feed + - group: AzureDevOps-Artifact-Feeds-Pats + - name: BARBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] + - name: IsStableBuild + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Latest_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: current + artifactName: BlobArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Asset Manifests + inputs: + buildType: current + artifactName: AssetManifests + + - task: PowerShell@2 + displayName: Add Assets Location + env: + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ChannelId=$(NetCore_Tools_Latest_Channel_Id) + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:IsStableBuild=$(IsStableBuild) + /p:IsInternalBuild=$(IsInternalBuild) + /p:RepositoryName=$(Build.Repository.Name) + /p:CommitSha=$(Build.SourceVersion) + /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + + - task: NuGetCommand@2 + displayName: Publish Packages to AzDO Feed + condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') + inputs: + command: push + vstsFeed: $(AzDoFeedName) + packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg + publishVstsFeed: $(AzDoFeedName) + + - task: PowerShell@2 + displayName: Publish Blobs to AzDO Feed + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 + arguments: -FeedName $(AzDoFeedName) + -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ + -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) + enabled: false + + +- stage: NetCore_Tools_Latest_PublishValidation + displayName: Publish Validation + variables: + - template: ../common-variables.yml + jobs: + - template: ../setup-maestro-vars.yml + + - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: + - job: + displayName: Symbol Availability + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Latest_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: PowerShell@2 + displayName: Check Symbol Availability + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 + arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) + + - template: ../darc-gather-drop.yml + parameters: + ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} + + - template: ../promote-build.yml + parameters: + ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index bd0bc5e4d..52a74487f 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -5,10 +5,18 @@ variables: - name: PublicDevRelease_30_Channel_Id value: 3 + # .NET Core 5 Dev + - name: NetCore_5_Dev_Channel_Id + value: 131 + # .NET Tools - Validation - name: PublicValidationRelease_30_Channel_Id value: 9 + # .NET Tools - Latest + - name: NetCore_Tools_Latest_Channel_Id + value: 2 + # .NET Core 3.0 Internal Servicing - name: InternalServicing_30_Channel_Id value: 184 diff --git a/eng/common/templates/post-build/darc-gather-drop.yml b/eng/common/templates/post-build/darc-gather-drop.yml index f4e3bfcf5..3268ccaa5 100644 --- a/eng/common/templates/post-build/darc-gather-drop.yml +++ b/eng/common/templates/post-build/darc-gather-drop.yml @@ -5,7 +5,7 @@ jobs: - job: gatherDrop displayName: Gather Drop dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], ${{ parameters.ChannelId }}) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.ChannelId }})) variables: - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 0872db4ed..33db50ce2 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -83,10 +83,18 @@ stages: parameters: additionalParameters: ${{ parameters.SDLValidationParameters.params }} +- template: \eng\common\templates\post-build\channels\netcore-dev-5.yml + parameters: + enableSymbolValidation: ${{ parameters.enableSymbolValidation }} + - template: \eng\common\templates\post-build\channels\public-dev-release.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} +- template: \eng\common\templates\post-build\channels\netcore-tools-latest.yml + parameters: + enableSymbolValidation: ${{ parameters.enableSymbolValidation }} + - template: \eng\common\templates\post-build\channels\public-validation-release.yml - template: \eng\common\templates\post-build\channels\public-release.yml diff --git a/eng/common/templates/post-build/promote-build.yml b/eng/common/templates/post-build/promote-build.yml index 9387c583b..6b479c3b8 100644 --- a/eng/common/templates/post-build/promote-build.yml +++ b/eng/common/templates/post-build/promote-build.yml @@ -5,7 +5,7 @@ jobs: - job: displayName: Promote Build dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], ${{ parameters.ChannelId }}) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.ChannelId }})) variables: - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] diff --git a/global.json b/global.json index 6f5b96662..54725a2a4 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19401.23" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19402.16" } } From b77c720e9132d660b75747ba0264d99e7b4b560c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 12:44:09 +0000 Subject: [PATCH 0064/1121] Update dependencies from https://github.com/dotnet/arcade build 20190802.16 (#3748) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19402.16 From e14801f98a6fcd2eb6e1ffa6b88767afc4e09dbe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 12:59:25 +0000 Subject: [PATCH 0065/1121] Update dependencies from https://github.com/dotnet/toolset build 20190803.2 (#3749) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19403.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0f9dfdf57..3c73b7e89 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - 8f66dcff3091d5df0314b9f50b929903a628876c + a705a1cce8dde1f67bbdd492380a83c5bb703a5a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index aa94346b3..73865e96b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19402.12 + 5.0.100-alpha1.19403.2 From af4d3a8f6d8cf03d8f1c48d1c4370eb3d555f1f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 13:30:08 +0000 Subject: [PATCH 0066/1121] Update dependencies from https://github.com/dotnet/toolset build 20190803.3 (#3750) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19403.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3c73b7e89..3d7da43e1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - a705a1cce8dde1f67bbdd492380a83c5bb703a5a + 0936831cf273796aff4de089f66f4370f3f65c53 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 73865e96b..00768aca0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19403.2 + 5.0.100-alpha1.19403.3 From f1b0682c301b8051f4c28f540e78c214c1079708 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 13:57:30 +0000 Subject: [PATCH 0067/1121] Update dependencies from https://github.com/dotnet/toolset build 20190803.4 (#3751) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19403.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3d7da43e1..dec666c40 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - 0936831cf273796aff4de089f66f4370f3f65c53 + d2a2b01321fd86a5c7305bb7bce782ef6d484ee4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 00768aca0..1d6a491d7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19403.3 + 5.0.100-alpha1.19403.4 From 2082826a913e0777d354434b7209243ea741a4b3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 13:59:51 +0000 Subject: [PATCH 0068/1121] [master] Update dependencies from dotnet/cli (#3736) * Update dependencies from https://github.com/dotnet/cli build 20190802.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19402.5 * Update dependencies from https://github.com/dotnet/cli build 20190803.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19403.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dec666c40..366f8b844 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - d3211584a2a17791e02363350f9721f333db82eb + 2c031c6b2e3c9dd616f978ebb3d0969f8551f995 diff --git a/eng/Versions.props b/eng/Versions.props index 1d6a491d7..806256f45 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19402.3 + 5.0.100-alpha1.19403.2 0.2.0 From 9ab0fe886cf29600b8c860fd801b2a55fa8c81f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 14:32:26 +0000 Subject: [PATCH 0069/1121] Update dependencies from https://github.com/dotnet/toolset build 20190803.6 (#3753) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19403.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 366f8b844..9f84b179b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - d2a2b01321fd86a5c7305bb7bce782ef6d484ee4 + d147bb751fcbeaf55ff25ad6fb8b5238cb96f623 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 806256f45..ab188387c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19403.4 + 5.0.100-alpha1.19403.6 From 65e7ca1f702a3555a95674ad547587906c00e5b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 00:40:44 +0000 Subject: [PATCH 0070/1121] Update dependencies from https://github.com/dotnet/cli build 20190803.4 (#3757) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19403.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9f84b179b..6485a2989 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 2c031c6b2e3c9dd616f978ebb3d0969f8551f995 + ef4267ed6144cac74a165c54fec1a91a021d11bd diff --git a/eng/Versions.props b/eng/Versions.props index ab188387c..66d4b84ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19403.2 + 5.0.100-alpha1.19403.4 0.2.0 From 02641eef3b31d17ffcc176d407a0224a1777c5a7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 00:46:38 +0000 Subject: [PATCH 0071/1121] Update dependencies from https://github.com/dotnet/toolset build 20190803.9 (#3758) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19403.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6485a2989..3608357a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - d147bb751fcbeaf55ff25ad6fb8b5238cb96f623 + aa65613bef3d8b514cfd85965ca7226508527d7e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 66d4b84ff..18f1d4d98 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19403.6 + 5.0.100-alpha1.19403.9 From 80bb6dee220441a5b0640de665b1211dd4a1decf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 05:35:37 +0000 Subject: [PATCH 0072/1121] Update dependencies from https://github.com/dotnet/cli build 20190803.6 (#3763) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19403.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3608357a8..19ab42734 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - ef4267ed6144cac74a165c54fec1a91a021d11bd + 914718c1589cdaeb6f79b824241a05c77f4a73be diff --git a/eng/Versions.props b/eng/Versions.props index 18f1d4d98..7caf6e6b5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19403.4 + 5.0.100-alpha1.19403.6 0.2.0 From aeeca31c5663463d236a536e99f1c5a139aff140 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 05:51:32 +0000 Subject: [PATCH 0073/1121] Update dependencies from https://github.com/dotnet/toolset build 20190803.12 (#3764) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19403.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19ab42734..3a2ed9923 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - aa65613bef3d8b514cfd85965ca7226508527d7e + ccbb04be6b3d6387ffce425d2c59bc9240b0358c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7caf6e6b5..aedfe14c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19403.9 + 5.0.100-alpha1.19403.12 From b48629884eaccfe907713ba06baf257cd476a29a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 12:45:49 +0000 Subject: [PATCH 0074/1121] Update dependencies from https://github.com/dotnet/templating build 20190803.1 (#3768) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19403.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3a2ed9923..8cebf1ac2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/dotnet/templating - fd3039f67ea82c34fbd0d530cef6edefd5f49b62 + ee824bdd8d041c4eb731f000f7dadcf458274f69 https://github.com/dotnet/toolset From 417f4e000c7783a952e03f04b539ec70a64d19c8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 12:48:37 +0000 Subject: [PATCH 0075/1121] Update dependencies from https://github.com/dotnet/arcade build 20190803.1 (#3766) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19403.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8cebf1ac2..826946767 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - d8457f6ba527aef165ff6fb0aded44bf8123ce83 + 3b75ef38a33579dcd32f2912ee69e886356b0f18 diff --git a/global.json b/global.json index 54725a2a4..847a07e67 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19402.16" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19403.1" } } From 8e0d958f6e8f601fdcdb329fcb5e2e3b266e2301 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 12:48:51 +0000 Subject: [PATCH 0076/1121] Update dependencies from https://github.com/dotnet/arcade build 20190803.1 (#3767) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19403.1 From 864996004f8909a543d44e62d49c793f50a75c41 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 12:49:23 +0000 Subject: [PATCH 0077/1121] Update dependencies from https://github.com/dotnet/templating build 20190803.1 (#3769) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19403.1 From afc2538e7ef0616c52063d3713cca887a3ad9186 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 13:02:17 +0000 Subject: [PATCH 0078/1121] Update dependencies from https://github.com/dotnet/toolset build 20190804.1 (#3770) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19404.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 826946767..6f7eb86f7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ee824bdd8d041c4eb731f000f7dadcf458274f69 - + https://github.com/dotnet/toolset - ccbb04be6b3d6387ffce425d2c59bc9240b0358c + 232c0b2883caf2632b8fe50632565472bf21ac29 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index aedfe14c8..35abcac87 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19403.12 + 5.0.100-alpha1.19404.1 From 152e25fe0ccd12a59504025dea7eadac10c094c0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 13:33:01 +0000 Subject: [PATCH 0079/1121] Update dependencies from https://github.com/dotnet/toolset build 20190804.2 (#3771) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19404.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6f7eb86f7..86dd6184e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ee824bdd8d041c4eb731f000f7dadcf458274f69 - + https://github.com/dotnet/toolset - 232c0b2883caf2632b8fe50632565472bf21ac29 + 97226a65d9bddb96bbfef274b420ae3ca0dea2ea https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 35abcac87..0ca7cb844 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19404.1 + 5.0.100-alpha1.19404.2 From 4396359bbb0b65a6067d08e114bb07b01cf8a75d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 14:01:56 +0000 Subject: [PATCH 0080/1121] Update dependencies from https://github.com/dotnet/toolset build 20190804.3 (#3773) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19404.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 86dd6184e..ce220de72 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ee824bdd8d041c4eb731f000f7dadcf458274f69 - + https://github.com/dotnet/toolset - 97226a65d9bddb96bbfef274b420ae3ca0dea2ea + b531c6af26b326a2da7c9fe92a5f71dc49f331c0 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0ca7cb844..98509bdea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19404.2 + 5.0.100-alpha1.19404.3 From 7031ddb3f6d4cb8d099bb5a56709aa173a290f36 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 14:32:52 +0000 Subject: [PATCH 0081/1121] [master] Update dependencies from dotnet/toolset (#3775) * Update dependencies from https://github.com/dotnet/toolset build 20190804.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19404.4 * Update dependencies from https://github.com/dotnet/toolset build 20190804.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19404.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ce220de72..de07374bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ee824bdd8d041c4eb731f000f7dadcf458274f69 - + https://github.com/dotnet/toolset - b531c6af26b326a2da7c9fe92a5f71dc49f331c0 + e3244e945a172261ae2216e06079058ab1d67397 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 98509bdea..84db667cd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19404.3 + 5.0.100-alpha1.19404.6 From a59da4a1d06b702a8992562eec69817ffb32550f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 12:43:43 +0000 Subject: [PATCH 0082/1121] Update dependencies from https://github.com/dotnet/arcade build 20190804.1 (#3778) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19404.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de07374bb..9cf373ac3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 3b75ef38a33579dcd32f2912ee69e886356b0f18 + b1c2f33f0cef32d1df6e7f388017fd6761d3fcad diff --git a/global.json b/global.json index 847a07e67..2de394796 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19403.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19404.1" } } From f1d5bd9ddf352d842e2f9dc1c5240e3d1d236d67 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 12:49:10 +0000 Subject: [PATCH 0083/1121] Update dependencies from https://github.com/dotnet/templating build 20190804.1 (#3781) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19404.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9cf373ac3..4a6d97ac6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/dotnet/templating - ee824bdd8d041c4eb731f000f7dadcf458274f69 + 3717c89af67bc055ad07599cddf08330a7878f32 https://github.com/dotnet/toolset From a7fc219c5b9702d5562496bf80b8cc0c315a1973 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 13:03:41 +0000 Subject: [PATCH 0084/1121] Update dependencies from https://github.com/dotnet/toolset build 20190805.1 (#3782) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19405.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4a6d97ac6..35d30c797 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 3717c89af67bc055ad07599cddf08330a7878f32 - + https://github.com/dotnet/toolset - e3244e945a172261ae2216e06079058ab1d67397 + 3397c0c51573243cae0206306020f312c90b1941 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 84db667cd..ffdf70814 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19404.6 + 5.0.100-alpha1.19405.1 From 3b0fff4fdb88651e989c3138a94357115e86305e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 14:05:24 +0000 Subject: [PATCH 0085/1121] [master] Update dependencies from dotnet/cli (#3772) * Update dependencies from https://github.com/dotnet/cli build 20190804.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19404.1 * Update dependencies from https://github.com/dotnet/cli build 20190804.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19404.2 * Update dependencies from https://github.com/dotnet/cli build 20190805.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19405.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 35d30c797..d620a9276 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 914718c1589cdaeb6f79b824241a05c77f4a73be + 08f2289f154698056b18265664bbf42b65f9b7bf diff --git a/eng/Versions.props b/eng/Versions.props index ffdf70814..dbbc48021 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19403.6 + 5.0.100-alpha1.19405.1 0.2.0 From cb190cdcc6a807e8844c4ddb69b9339d1e12e8df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 16:17:51 +0000 Subject: [PATCH 0086/1121] Update dependencies from https://github.com/dotnet/arcade build 20190804.1 (#3780) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19404.1 From 255152bd7b546ea16b82a30f531a54d14658f90a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 16:19:47 +0000 Subject: [PATCH 0087/1121] Update dependencies from https://github.com/dotnet/toolset build 20190805.4 (#3784) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19405.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d620a9276..047749161 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 3717c89af67bc055ad07599cddf08330a7878f32 - + https://github.com/dotnet/toolset - 3397c0c51573243cae0206306020f312c90b1941 + 3f9128e85e346b58feb55d9c59e7302f8f658901 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index dbbc48021..e98afacca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19405.1 + 5.0.100-alpha1.19405.4 From 262db02406dd319f9673a0036bff3471b6cab553 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 17:55:40 +0000 Subject: [PATCH 0088/1121] Update dependencies from https://github.com/dotnet/cli build 20190805.4 (#3791) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19405.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 047749161..4c8979c62 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 08f2289f154698056b18265664bbf42b65f9b7bf + 1a1479e59281c0d0f99e04f12d59be8e191e8195 diff --git a/eng/Versions.props b/eng/Versions.props index e98afacca..325f0f176 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19405.1 + 5.0.100-alpha1.19405.4 0.2.0 From 1c0d5f5718bc5d5515b7791aa07adbed0bfc6104 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 18:11:57 +0000 Subject: [PATCH 0089/1121] Update dependencies from https://github.com/dotnet/toolset build 20190805.9 (#3793) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19405.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4c8979c62..df40557fc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 3717c89af67bc055ad07599cddf08330a7878f32 - + https://github.com/dotnet/toolset - 3f9128e85e346b58feb55d9c59e7302f8f658901 + 3406176e4132b1ecc298d02cb4f3d38b5cb0150c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 325f0f176..5e01c649e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19405.4 + 5.0.100-alpha1.19405.9 From be0281b5dc0860d207842d5b6e3755bd9503f569 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 18:21:52 +0000 Subject: [PATCH 0090/1121] Update dependencies from https://github.com/dotnet/templating build 20190804.1 (#3779) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19404.1 From 768eb7e9d4fcaafd2c5c9b4443e57f3a8efe2aaa Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 30 Jul 2019 19:35:23 +0000 Subject: [PATCH 0091/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190803.6 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19403.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19403.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19403.6 - dotnet-watch - 5.0.0-alpha1.19403.6 - dotnet-user-secrets - 5.0.0-alpha1.19403.6 - dotnet-dev-certs - 5.0.0-alpha1.19403.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 67fa6866b..f2c4de7fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 18e5616f62e7ef3438749cc54170cc3bc74138df - + https://github.com/aspnet/AspNetCore - e0e9096af526448cb1a02f97e60efd8567b7ba35 + b6f1a505833b552e425a8833f0b4bf9ca0c2e84a - + https://github.com/aspnet/AspNetCore - e0e9096af526448cb1a02f97e60efd8567b7ba35 + b6f1a505833b552e425a8833f0b4bf9ca0c2e84a - + https://github.com/aspnet/AspNetCore - e0e9096af526448cb1a02f97e60efd8567b7ba35 + b6f1a505833b552e425a8833f0b4bf9ca0c2e84a - + https://github.com/aspnet/AspNetCore - e0e9096af526448cb1a02f97e60efd8567b7ba35 + b6f1a505833b552e425a8833f0b4bf9ca0c2e84a - + https://github.com/aspnet/AspNetCore - e0e9096af526448cb1a02f97e60efd8567b7ba35 + b6f1a505833b552e425a8833f0b4bf9ca0c2e84a - + https://github.com/aspnet/AspNetCore - e0e9096af526448cb1a02f97e60efd8567b7ba35 + b6f1a505833b552e425a8833f0b4bf9ca0c2e84a https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index d5c12dfb6..937ec38bc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 3.0.0-preview8.19379.2 - 3.0.0-preview8.19379.2 - 3.0.0-preview8.19379.2 - 3.0.0-preview8.19379.2 - 3.0.0-preview8.19379.2 - 3.0.0-preview8.19379.2 + 5.0.0-alpha1.19403.6 + 5.0.0-alpha1.19403.6 + 5.0.0-alpha1.19403.6 + 5.0.0-alpha1.19403.6 + 5.0.0-alpha1.19403.6 + 5.0.0-alpha1.19403.6 From 81100b05d237f37cf59c81356e48a18af42bb2c9 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Mon, 5 Aug 2019 15:12:49 -0700 Subject: [PATCH 0092/1121] Use *.5.0 template packages --- src/redist/targets/BundledTemplates.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index caf7b6a62..c25b51761 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -44,8 +44,8 @@ - - + + From 3e9e7fe78aed8385e08ffc6732f5bf55695626f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 12:48:30 +0000 Subject: [PATCH 0093/1121] Update dependencies from https://github.com/dotnet/arcade build 20190805.9 (#3813) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19405.9 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index df40557fc..e74e939b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - b1c2f33f0cef32d1df6e7f388017fd6761d3fcad + 44ccf0f527de559b07f9ad955a47ec97f03f2146 diff --git a/global.json b/global.json index 2de394796..6c8151b0f 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19404.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19405.9" } } From 5733808812596df8e1485ffb7d00acffe174f610 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 12:48:34 +0000 Subject: [PATCH 0094/1121] Update dependencies from https://github.com/dotnet/arcade build 20190805.9 (#3815) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19405.9 From 9cd36c2cbaf52836e6efa9d44104a73199fcbc51 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 12:55:15 +0000 Subject: [PATCH 0095/1121] Update dependencies from https://github.com/dotnet/templating build 20190805.1 (#3816) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19405.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e74e939b2..ade7d1903 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/dotnet/templating - 3717c89af67bc055ad07599cddf08330a7878f32 + 39c2dd5fde6368747fe127b9dde822b3b6afce08 https://github.com/dotnet/toolset From 12c9737b057de8137c18c5bec71e2d43ef33f04a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 12:59:58 +0000 Subject: [PATCH 0096/1121] Update dependencies from https://github.com/dotnet/toolset build 20190806.1 (#3817) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19406.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ade7d1903..ba67a4eec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 3406176e4132b1ecc298d02cb4f3d38b5cb0150c + 0ee3a193af41ca24ac90d9a49175963d1a46518a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5e01c649e..c66e64d8e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19405.9 + 5.0.100-alpha1.19406.1 From a6795412496f2d10635eb162da4dd6a9ccb918ed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 13:47:21 +0000 Subject: [PATCH 0097/1121] Update dependencies from https://github.com/dotnet/toolset build 20190806.3 (#3818) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19406.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba67a4eec..3cfd93c20 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 0ee3a193af41ca24ac90d9a49175963d1a46518a + 59770719815da9c60670980bef27ab240ffe8da6 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c66e64d8e..a58dea657 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19406.1 + 5.0.100-alpha1.19406.3 From 0567998c555c2a9f49f488d9899751059ca6920a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 14:00:18 +0000 Subject: [PATCH 0098/1121] Update dependencies from https://github.com/dotnet/cli build 20190806.2 (#3819) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19406.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3cfd93c20..45a6e5ea6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 1a1479e59281c0d0f99e04f12d59be8e191e8195 + d88f759549321195c4450baf3bd13c064a35204e diff --git a/eng/Versions.props b/eng/Versions.props index a58dea657..0f498b5a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19405.4 + 5.0.100-alpha1.19406.2 0.2.0 From c8591ee50284e20167aab87b67b1125816373181 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 14:26:31 +0000 Subject: [PATCH 0099/1121] Update dependencies from https://github.com/dotnet/toolset build 20190806.4 (#3820) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19406.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 45a6e5ea6..fdbee0e7b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 59770719815da9c60670980bef27ab240ffe8da6 + 8efb70ccd48f1e8eab97e51d34318c6c1d8b4b87 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0f498b5a7..9dd77639a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19406.3 + 5.0.100-alpha1.19406.4 From 1d029de2ad9a1eb96f26cb67b9a8a0c50bd7f0d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 14:36:08 +0000 Subject: [PATCH 0100/1121] Update dependencies from https://github.com/dotnet/cli build 20190806.1 (#3821) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19406.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fdbee0e7b..870114b37 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - d88f759549321195c4450baf3bd13c064a35204e + 77d37993903f315766db9128fcf111e2f8e3d0aa diff --git a/eng/Versions.props b/eng/Versions.props index 9dd77639a..96a242e25 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19406.2 + 5.0.100-alpha1.19406.1 0.2.0 From 3f0d85486fdb23b931982c92a14501b9ab8ff8e0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 14:52:17 +0000 Subject: [PATCH 0101/1121] Update dependencies from https://github.com/dotnet/toolset build 20190806.5 (#3822) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19406.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 870114b37..ac64d0664 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 8efb70ccd48f1e8eab97e51d34318c6c1d8b4b87 + a685c50ea94e0c4502b7d6a8ffe1a7c1ba63a37a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 96a242e25..c8a32ec2c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19406.4 + 5.0.100-alpha1.19406.5 From cb5688e08fd50d9498c87de8b0d01d763308985a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 00:27:35 +0000 Subject: [PATCH 0102/1121] Update dependencies from https://github.com/dotnet/templating build 20190805.1 (#3814) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19405.1 From 68062a21670aa49990a6e4fbae724fdf9b7aad02 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 12:51:54 +0000 Subject: [PATCH 0103/1121] Update dependencies from https://github.com/dotnet/arcade build 20190806.7 (#3837) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19406.7 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/post-build/post-build.yml | 1 + global.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac64d0664..ede8e2397 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 44ccf0f527de559b07f9ad955a47ec97f03f2146 + c155e609f88491128e1a66d09f413062f3344d4b diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 33db50ce2..aba0b0fca 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -52,6 +52,7 @@ stages: filePath: eng\common\sdk-task.ps1 arguments: -task SigningValidation -restore -msbuildEngine dotnet /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' + /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' /p:Configuration=Release - ${{ if eq(parameters.enableSourceLinkValidation, 'true') }}: diff --git a/global.json b/global.json index 6c8151b0f..43d7baba7 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19405.9" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19406.7" } } From a857c043b943ca436b1b60e2b03fbf31cbde3757 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 12:52:30 +0000 Subject: [PATCH 0104/1121] Update dependencies from https://github.com/dotnet/arcade build 20190806.7 (#3836) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19406.7 From 03677f31f0987bec1584c5420a4589c2b1a5c362 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 13:52:58 +0000 Subject: [PATCH 0105/1121] [master] Update dependencies from dotnet/toolset (#3838) * Update dependencies from https://github.com/dotnet/toolset build 20190807.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19407.1 * Update dependencies from https://github.com/dotnet/toolset build 20190807.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19407.2 * Update dependencies from https://github.com/dotnet/toolset build 20190807.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19407.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ede8e2397..3fccf1bfb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - a685c50ea94e0c4502b7d6a8ffe1a7c1ba63a37a + a297920a3522b19be2e5f9283db200a458339e13 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c8a32ec2c..791e9dd3d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19406.5 + 5.0.100-alpha1.19407.3 From 9b556248ad9d981b54c46013ef1e9b9e1b27898a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:05:44 +0000 Subject: [PATCH 0106/1121] Update dependencies from https://github.com/dotnet/cli build 20190807.1 (#3840) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19407.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3fccf1bfb..709593580 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 77d37993903f315766db9128fcf111e2f8e3d0aa + de666cd2036c3938d909c2b42aae9399e5de9a01 diff --git a/eng/Versions.props b/eng/Versions.props index 791e9dd3d..ad7ec3469 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19406.1 + 5.0.100-alpha1.19407.1 0.2.0 From c684a5d0c5b1cb8789cd7bb849a46364af37580f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:27:03 +0000 Subject: [PATCH 0107/1121] Update dependencies from https://github.com/dotnet/toolset build 20190807.4 (#3841) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19407.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 709593580..4d3f1aed4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - a297920a3522b19be2e5f9283db200a458339e13 + 4a5560de74af16fff2e6ea964ef85e12fb9606ea https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ad7ec3469..fbe852457 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19407.3 + 5.0.100-alpha1.19407.4 From aca24e4ecb574011a2b47ce47319a26fe104115b Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 7 Aug 2019 13:02:21 -0700 Subject: [PATCH 0108/1121] Fix RHEL test failure --- src/redist/targets/GenerateRPMs.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redist/targets/GenerateRPMs.targets b/src/redist/targets/GenerateRPMs.targets index 3f5a07e08..4fec4fad1 100644 --- a/src/redist/targets/GenerateRPMs.targets +++ b/src/redist/targets/GenerateRPMs.targets @@ -282,6 +282,7 @@ Outputs="$(RpmTestResultsXmlFile)" > + From 61f8db8a8c11dba77883b3e0aae775b7dc4476b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 21:35:16 +0000 Subject: [PATCH 0109/1121] Update dependencies from https://github.com/dotnet/cli build 20190807.5 (#3851) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19407.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4d3f1aed4..a2fad8dc4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - de666cd2036c3938d909c2b42aae9399e5de9a01 + 3b603dd8f32f9a6b53c0336bada97c50524d9205 diff --git a/eng/Versions.props b/eng/Versions.props index fbe852457..59312f657 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19407.1 + 5.0.100-alpha1.19407.5 0.2.0 From 2e248a5149ac0aad6e3c26faea90aa7da6e33b19 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 22:11:02 +0000 Subject: [PATCH 0110/1121] Update dependencies from https://github.com/dotnet/cli build 20190807.4 (#3853) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19407.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a2fad8dc4..784e1a403 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 3b603dd8f32f9a6b53c0336bada97c50524d9205 + b086ad43c683e1247c1281e5ccfb568178642cad diff --git a/eng/Versions.props b/eng/Versions.props index 59312f657..3edb38d6f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19407.5 + 5.0.100-alpha1.19407.4 0.2.0 From efcf2c02638e3067bd122b72128a36fd8ad6fd6c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 22:22:26 +0000 Subject: [PATCH 0111/1121] [master] Update dependencies from dotnet/toolset (#3852) * Update dependencies from https://github.com/dotnet/toolset build 20190807.12 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19407.12 * Update dependencies from https://github.com/dotnet/toolset build 20190807.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19407.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 784e1a403..68dddc917 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 4a5560de74af16fff2e6ea964ef85e12fb9606ea + b8737bb59ab136d2e132044adff74ea90982007d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3edb38d6f..a96b206c0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19407.4 + 5.0.100-alpha1.19407.14 From 2a55ac46eef5d83fe1bea8407af1f16f1b3d1601 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 12:54:37 +0000 Subject: [PATCH 0112/1121] Update dependencies from https://github.com/dotnet/arcade build 20190807.9 (#3862) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19407.9 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/job/execute-sdl.yml | 2 ++ global.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f539a340e..422be2ed1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - c155e609f88491128e1a66d09f413062f3344d4b + 77597ba7f484bef24368d966b7fe91fe38ec973b diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index f657a4dc9..91621cf88 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -10,6 +10,8 @@ jobs: displayName: Run SDL tool variables: - group: DotNet-VSTS-Bot + pool: + name: Hosted VS2017 steps: - checkout: self clean: true diff --git a/global.json b/global.json index 43d7baba7..3e645315e 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19406.7" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19407.9" } } From fb90cf09740c150eee2f5c2cf5a6c6754da1e179 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 12:55:16 +0000 Subject: [PATCH 0113/1121] Update dependencies from https://github.com/dotnet/arcade build 20190807.9 (#3863) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19407.9 From e308fedbfb62f79ef863d1b51426e367b28d98bb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 13:09:13 +0000 Subject: [PATCH 0114/1121] Update dependencies from https://github.com/dotnet/toolset build 20190808.2 (#3864) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19408.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 422be2ed1..5f4eddbe7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - b8737bb59ab136d2e132044adff74ea90982007d + 6c276b8704ec1d48bc62f749b8e06b9d3a2fcd3b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0774e7b09..54d177700 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19407.14 + 5.0.100-alpha1.19408.2 From f0e797504f52b73a4e2c39bc99201bce98544086 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 14:05:57 +0000 Subject: [PATCH 0115/1121] Update dependencies from https://github.com/dotnet/cli build 20190808.1 (#3866) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19408.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5f4eddbe7..f91f26f3a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - b086ad43c683e1247c1281e5ccfb568178642cad + e25c462a4db8c36aca04187c89d525f48570e047 diff --git a/eng/Versions.props b/eng/Versions.props index 54d177700..0aa5810d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19407.4 + 5.0.100-alpha1.19408.1 0.2.0 From fdd8a1df34ab4f528268a7b4d32584374f9625b0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 14:26:14 +0000 Subject: [PATCH 0116/1121] [master] Update dependencies from dotnet/toolset (#3865) * Update dependencies from https://github.com/dotnet/toolset build 20190808.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19408.3 * Update dependencies from https://github.com/dotnet/toolset build 20190808.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19408.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f91f26f3a..258cf5314 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 6c276b8704ec1d48bc62f749b8e06b9d3a2fcd3b + 641e0d93a28654e1f8b146ae171b28843fdb6d30 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0aa5810d0..af2fc0e2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19408.2 + 5.0.100-alpha1.19408.5 From 5e94a350e3271e88eed266e357054b10d3b0dbed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 15:07:06 +0000 Subject: [PATCH 0117/1121] Update dependencies from https://github.com/dotnet/toolset build 20190808.6 (#3868) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19408.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 258cf5314..f4c8fda93 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 641e0d93a28654e1f8b146ae171b28843fdb6d30 + 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index af2fc0e2d..c51f0e799 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19408.5 + 5.0.100-alpha1.19408.6 From 69868996cdc80e908a9cebd08cf737bead71371b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 15:39:36 +0000 Subject: [PATCH 0118/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190808.1 (#3870) - Microsoft.NETCore.App - 5.0.0-alpha1.19408.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview9.19405.4 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview9.19406.12 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f4c8fda93..685086875 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 18e5616f62e7ef3438749cc54170cc3bc74138df + 44440cecf14bdaa5bbe59ae5e9034eb7ccc52adb - + https://github.com/dotnet/core-setup - 18e5616f62e7ef3438749cc54170cc3bc74138df + 44440cecf14bdaa5bbe59ae5e9034eb7ccc52adb - + https://github.com/dotnet/core-setup - 18e5616f62e7ef3438749cc54170cc3bc74138df + 44440cecf14bdaa5bbe59ae5e9034eb7ccc52adb https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ e25c462a4db8c36aca04187c89d525f48570e047 - + https://github.com/dotnet/winforms - 1a7ac6bb28432654e258440aae39377ac7c79ba1 + 1d51f96ffdedd2f506d92f18af4d67a17e382f6a - + https://github.com/dotnet/wpf - a96e5067a9e02fe9c7fb07a75613afe122511a45 + 6740575d4665817da45c99e6bc121e871764fb83 diff --git a/eng/Versions.props b/eng/Versions.props index c51f0e799..00b10515e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview9.19401.2 + 4.8.0-preview9.19405.4 - 3.0.0-preview9.19401.6 + 3.0.0-preview9.19406.12 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19402.7 + 5.0.0-alpha1.19408.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19402.7 + 2.1.0-alpha1.19408.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19402.7 + 5.0.0-alpha1.19408.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 4cfa8bad1112cb84b043f8afb0c35237625909db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 21:30:39 +0000 Subject: [PATCH 0119/1121] [master] Update dependencies from dotnet/core-setup (#3874) * Update dependencies from https://github.com/dotnet/core-setup build 20190808.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.4 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.6 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 685086875..eb524f34c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 44440cecf14bdaa5bbe59ae5e9034eb7ccc52adb + e6350082685e27a92422c61763bc8d6c1ae35902 - + https://github.com/dotnet/core-setup - 44440cecf14bdaa5bbe59ae5e9034eb7ccc52adb + e6350082685e27a92422c61763bc8d6c1ae35902 - + https://github.com/dotnet/core-setup - 44440cecf14bdaa5bbe59ae5e9034eb7ccc52adb + e6350082685e27a92422c61763bc8d6c1ae35902 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 00b10515e..08b295d4e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19408.1 + 5.0.0-alpha1.19408.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19408.1 + 2.1.0-alpha1.19408.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19408.1 + 5.0.0-alpha1.19408.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 79cb13bd1d03484c68a36dcaf1474b8136f75643 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2019 01:15:39 +0000 Subject: [PATCH 0120/1121] Update dependencies from https://github.com/dotnet/sdk build 20190808.3 (#3889) - Microsoft.NET.Sdk - 5.0.100-alpha1.19408.3 --- eng/Version.Details.xml | 2 +- eng/Versions.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eb524f34c..ff716cfea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,7 +46,7 @@ https://github.com/dotnet/toolset 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7 - + https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb diff --git a/eng/Versions.props b/eng/Versions.props index 08b295d4e..9b8032cce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19401.1 + 5.0.100-alpha1.19408.3 $(MicrosoftNETSdkPackageVersion) From f797953741e7aca09c65718dda02e2e56becfc63 Mon Sep 17 00:00:00 2001 From: jbeisner Date: Fri, 9 Aug 2019 12:10:40 -0700 Subject: [PATCH 0121/1121] Removing the RelativeLayoutPath: "shared" for the WinForms and Wpf ArchiveFile --- src/redist/targets/GenerateLayout.targets | 1 - 1 file changed, 1 deletion(-) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 801b69ca0..d2a0b6fd1 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -244,7 +244,6 @@ $(WinFormsAndWpfSharedFxRootUrl)$(MicrosoftWindowsDesktopPackageVersion) $(WinFormsAndWpfSharedFxArchiveFileName) $(CoreSetupBlobAccessTokenParam) - shared Date: Fri, 9 Aug 2019 22:52:19 +0000 Subject: [PATCH 0122/1121] [master] Update dependencies from dotnet/core-setup (#3886) * Update dependencies from https://github.com/dotnet/core-setup build 20190808.10 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.10 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.13 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.13 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.15 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.15 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.15 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.15 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.16 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.16 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.16 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.16 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.17 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.17 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.17 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.17 * Update dependencies from https://github.com/dotnet/core-setup build 20190809.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19409.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.2 * Update dependencies from https://github.com/dotnet/core-setup build 20190809.7 - Microsoft.NETCore.App - 5.0.0-alpha1.19409.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.7 * Update dependencies from https://github.com/dotnet/core-setup build 20190809.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19409.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.9 * Update dependencies from https://github.com/dotnet/core-setup build 20190809.11 - Microsoft.NETCore.App - 5.0.0-alpha1.19409.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.11 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ff716cfea..c298e2dc2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - e6350082685e27a92422c61763bc8d6c1ae35902 + 98b76e058ed209f98e56627da08afb032d22a0a4 - + https://github.com/dotnet/core-setup - e6350082685e27a92422c61763bc8d6c1ae35902 + 98b76e058ed209f98e56627da08afb032d22a0a4 - + https://github.com/dotnet/core-setup - e6350082685e27a92422c61763bc8d6c1ae35902 + 98b76e058ed209f98e56627da08afb032d22a0a4 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9b8032cce..7e29c0f9b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19408.8 + 5.0.0-alpha1.19409.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19408.8 + 2.1.0-alpha1.19409.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19408.8 + 5.0.0-alpha1.19409.11 $(MicrosoftWindowsDesktopAppPackageVersion) From 8542d704dd3d2d7e0a76d3424f6deac469527606 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 00:53:19 +0000 Subject: [PATCH 0123/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190809.13 (#3910) - Microsoft.NETCore.App - 5.0.0-alpha1.19409.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c298e2dc2..7bff11853 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 98b76e058ed209f98e56627da08afb032d22a0a4 + 0e6effe229e0913dcd71bc20d63faac8cd34391b - + https://github.com/dotnet/core-setup - 98b76e058ed209f98e56627da08afb032d22a0a4 + 0e6effe229e0913dcd71bc20d63faac8cd34391b - + https://github.com/dotnet/core-setup - 98b76e058ed209f98e56627da08afb032d22a0a4 + 0e6effe229e0913dcd71bc20d63faac8cd34391b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 7e29c0f9b..2e58201cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19409.11 + 5.0.0-alpha1.19409.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19409.11 + 2.1.0-alpha1.19409.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19409.11 + 5.0.0-alpha1.19409.13 $(MicrosoftWindowsDesktopAppPackageVersion) From cecd17f41da723c2a989b6a0ef91cca150f62e60 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 01:41:48 +0000 Subject: [PATCH 0124/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190809.15 (#3911) - Microsoft.NETCore.App - 5.0.0-alpha1.19409.15 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.15 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.15 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview9.19407.13 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7bff11853..df2d41b64 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 0e6effe229e0913dcd71bc20d63faac8cd34391b + 0588e55d5e1401e8b4e43ebcdef4d992c9bd451b - + https://github.com/dotnet/core-setup - 0e6effe229e0913dcd71bc20d63faac8cd34391b + 0588e55d5e1401e8b4e43ebcdef4d992c9bd451b - + https://github.com/dotnet/core-setup - 0e6effe229e0913dcd71bc20d63faac8cd34391b + 0588e55d5e1401e8b4e43ebcdef4d992c9bd451b https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms 1d51f96ffdedd2f506d92f18af4d67a17e382f6a - + https://github.com/dotnet/wpf - 6740575d4665817da45c99e6bc121e871764fb83 + 8a234021a4e697f7e4999c282bde42d2473131f0 diff --git a/eng/Versions.props b/eng/Versions.props index 2e58201cf..33cafd0e3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 3.0.0-preview9.19406.12 + 3.0.0-preview9.19407.13 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19409.13 + 5.0.0-alpha1.19409.15 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19409.13 + 2.1.0-alpha1.19409.15 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19409.13 + 5.0.0-alpha1.19409.15 $(MicrosoftWindowsDesktopAppPackageVersion) From f34b587078b0eee08d16e8a7d57b028de18f54e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 02:57:32 +0000 Subject: [PATCH 0125/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190809.17 (#3915) - Microsoft.NETCore.App - 5.0.0-alpha1.19409.17 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.17 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.17 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview9.19407.2 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index df2d41b64..858f6ffab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 0588e55d5e1401e8b4e43ebcdef4d992c9bd451b + fac069f853d169cc8f409dc917c6d8cde7ea2fd5 - + https://github.com/dotnet/core-setup - 0588e55d5e1401e8b4e43ebcdef4d992c9bd451b + fac069f853d169cc8f409dc917c6d8cde7ea2fd5 - + https://github.com/dotnet/core-setup - 0588e55d5e1401e8b4e43ebcdef4d992c9bd451b + fac069f853d169cc8f409dc917c6d8cde7ea2fd5 https://github.com/aspnet/AspNetCore @@ -55,9 +55,9 @@ e25c462a4db8c36aca04187c89d525f48570e047 - + https://github.com/dotnet/winforms - 1d51f96ffdedd2f506d92f18af4d67a17e382f6a + 2db14f6fd1ff9b9bba3c3b6436987e02193a75e7 https://github.com/dotnet/wpf diff --git a/eng/Versions.props b/eng/Versions.props index 33cafd0e3..978b2548f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,7 +16,7 @@ - 4.8.0-preview9.19405.4 + 4.8.0-preview9.19407.2 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19409.15 + 5.0.0-alpha1.19409.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19409.15 + 2.1.0-alpha1.19409.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19409.15 + 5.0.0-alpha1.19409.17 $(MicrosoftWindowsDesktopAppPackageVersion) From 7d2724750eeabefc182a0575674a7bbcb83a7b1c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 03:33:29 +0000 Subject: [PATCH 0126/1121] [master] Update dependencies from dotnet/cli (#3897) * Update dependencies from https://github.com/dotnet/cli build 20190809.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19409.1 * Update dependencies from https://github.com/dotnet/cli build 20190809.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19409.2 * Update dependencies from https://github.com/dotnet/cli build 20190809.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19409.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 858f6ffab..44eb5a1c0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - e25c462a4db8c36aca04187c89d525f48570e047 + 7bf574fd859933637ace1293a724c4b93d3e856e diff --git a/eng/Versions.props b/eng/Versions.props index 978b2548f..5f0636200 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19408.1 + 5.0.100-alpha1.19409.6 0.2.0 From cb7a6790081bca6ad653e165934a44db0b664905 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 03:52:24 +0000 Subject: [PATCH 0127/1121] [master] Update dependencies from aspnet/AspNetCore (#3876) * Update dependencies from https://github.com/aspnet/AspNetCore build 20190808.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19408.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19408.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19408.2 - dotnet-watch - 5.0.0-alpha1.19408.2 - dotnet-user-secrets - 5.0.0-alpha1.19408.2 - dotnet-dev-certs - 5.0.0-alpha1.19408.2 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190808.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19408.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19408.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19408.4 - dotnet-watch - 5.0.0-alpha1.19408.4 - dotnet-user-secrets - 5.0.0-alpha1.19408.4 - dotnet-dev-certs - 5.0.0-alpha1.19408.4 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190809.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19409.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19409.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19409.3 - dotnet-watch - 5.0.0-alpha1.19409.3 - dotnet-user-secrets - 5.0.0-alpha1.19409.3 - dotnet-dev-certs - 5.0.0-alpha1.19409.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44eb5a1c0..e459c50c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup fac069f853d169cc8f409dc917c6d8cde7ea2fd5 - + https://github.com/aspnet/AspNetCore - b6f1a505833b552e425a8833f0b4bf9ca0c2e84a + 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/aspnet/AspNetCore - b6f1a505833b552e425a8833f0b4bf9ca0c2e84a + 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/aspnet/AspNetCore - b6f1a505833b552e425a8833f0b4bf9ca0c2e84a + 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/aspnet/AspNetCore - b6f1a505833b552e425a8833f0b4bf9ca0c2e84a + 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/aspnet/AspNetCore - b6f1a505833b552e425a8833f0b4bf9ca0c2e84a + 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/aspnet/AspNetCore - b6f1a505833b552e425a8833f0b4bf9ca0c2e84a + 2e4274cb67c049055e321c18cc9e64562da52dcf https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 5f0636200..4204f4505 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19403.6 - 5.0.0-alpha1.19403.6 - 5.0.0-alpha1.19403.6 - 5.0.0-alpha1.19403.6 - 5.0.0-alpha1.19403.6 - 5.0.0-alpha1.19403.6 + 5.0.0-alpha1.19409.3 + 5.0.0-alpha1.19409.3 + 5.0.0-alpha1.19409.3 + 5.0.0-alpha1.19409.3 + 5.0.0-alpha1.19409.3 + 5.0.0-alpha1.19409.3 From 0623623ee00ddcff14729a864301946641b4a769 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 03:56:54 +0000 Subject: [PATCH 0128/1121] Update dependencies from https://github.com/dotnet/arcade build 20190808.13 (#3895) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19408.13 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e459c50c3..23784cd9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 77597ba7f484bef24368d966b7fe91fe38ec973b + 524bb3e06ffd5b483a3c71a8f670b7a4bd2c232a diff --git a/global.json b/global.json index 3e645315e..5e7f01e3f 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19407.9" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19408.13" } } From 0da1d20ba074ae17eefcdf3377a50cad35bdc5fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 04:13:16 +0000 Subject: [PATCH 0129/1121] Update dependencies from https://github.com/dotnet/templating build 20190808.1 (#3896) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19408.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 23784cd9c..b1e0c5a20 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/dotnet/templating - 39c2dd5fde6368747fe127b9dde822b3b6afce08 + f47d72fecfc89c4ccab0a2fec63dfad9b0287bb8 https://github.com/dotnet/toolset From f0b8907520c1227673b8131f86181242ec641922 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 04:41:34 +0000 Subject: [PATCH 0130/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190809.19 (#3918) - Microsoft.NETCore.App - 5.0.0-alpha1.19409.19 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.19 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.19 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b1e0c5a20..4b1fd90b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - fac069f853d169cc8f409dc917c6d8cde7ea2fd5 + 0bd21a0ed332e425a708237d93d0e115acbd3885 - + https://github.com/dotnet/core-setup - fac069f853d169cc8f409dc917c6d8cde7ea2fd5 + 0bd21a0ed332e425a708237d93d0e115acbd3885 - + https://github.com/dotnet/core-setup - fac069f853d169cc8f409dc917c6d8cde7ea2fd5 + 0bd21a0ed332e425a708237d93d0e115acbd3885 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 4204f4505..52921eca7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19409.17 + 5.0.0-alpha1.19409.19 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19409.17 + 2.1.0-alpha1.19409.19 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19409.17 + 5.0.0-alpha1.19409.19 $(MicrosoftWindowsDesktopAppPackageVersion) From 202e3dd079643cc8c83a171c12931a52301efada Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 12:47:31 +0000 Subject: [PATCH 0131/1121] Update dependencies from https://github.com/dotnet/arcade build 20190809.8 (#3924) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19409.8 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b1fd90b0..b6ba747fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 524bb3e06ffd5b483a3c71a8f670b7a4bd2c232a + f22982a641aa6f29585b6ab1de85912814a00bac diff --git a/global.json b/global.json index 5e7f01e3f..a29da2595 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19408.13" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19409.8" } } From d07923d762306bcad848c07fb1f6f4f34c954ad2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 13:45:12 +0000 Subject: [PATCH 0132/1121] [master] Update dependencies from dotnet/cli (#3920) * Update dependencies from https://github.com/dotnet/cli build 20190809.14 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19409.14 * Update dependencies from https://github.com/dotnet/cli build 20190810.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19410.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6ba747fa..575ba1275 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 7bf574fd859933637ace1293a724c4b93d3e856e + 4584b76b2567d8822876363552828b1066b07776 diff --git a/eng/Versions.props b/eng/Versions.props index 52921eca7..1711db799 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19409.6 + 5.0.100-alpha1.19410.2 0.2.0 From b38c366a8610c0ecfaef6b1b26ca2828cfa7efdf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 14:15:55 +0000 Subject: [PATCH 0133/1121] Update dependencies from https://github.com/dotnet/cli build 20190810.3 (#3926) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19410.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 575ba1275..e17ac3ebb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 4584b76b2567d8822876363552828b1066b07776 + 73e90579989a65843a782a3d408bf9c568f41427 diff --git a/eng/Versions.props b/eng/Versions.props index 1711db799..b9e2a464c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19410.2 + 5.0.100-alpha1.19410.3 0.2.0 From f602f5105934d8acb728479a3c7fc143559e8066 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 14:51:49 +0000 Subject: [PATCH 0134/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190810.2 (#3927) - Microsoft.NETCore.App - 5.0.0-alpha1.19410.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19410.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19410.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e17ac3ebb..aaa94f559 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 0bd21a0ed332e425a708237d93d0e115acbd3885 + 03a1e1ad749c35eaa5972933b6459a359a1b4577 - + https://github.com/dotnet/core-setup - 0bd21a0ed332e425a708237d93d0e115acbd3885 + 03a1e1ad749c35eaa5972933b6459a359a1b4577 - + https://github.com/dotnet/core-setup - 0bd21a0ed332e425a708237d93d0e115acbd3885 + 03a1e1ad749c35eaa5972933b6459a359a1b4577 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b9e2a464c..b0d931c79 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19409.19 + 5.0.0-alpha1.19410.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19409.19 + 2.1.0-alpha1.19410.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19409.19 + 5.0.0-alpha1.19410.2 $(MicrosoftWindowsDesktopAppPackageVersion) From d60a45c844ad2d5c003f8edfb0b5874a8c8950ab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 16:10:52 +0000 Subject: [PATCH 0135/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190810.4 (#3929) - Microsoft.NETCore.App - 5.0.0-alpha1.19410.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19410.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19410.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aaa94f559..e2f330917 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 03a1e1ad749c35eaa5972933b6459a359a1b4577 + fe8d7bf9b941624a6259ff12f9ab782802552003 - + https://github.com/dotnet/core-setup - 03a1e1ad749c35eaa5972933b6459a359a1b4577 + fe8d7bf9b941624a6259ff12f9ab782802552003 - + https://github.com/dotnet/core-setup - 03a1e1ad749c35eaa5972933b6459a359a1b4577 + fe8d7bf9b941624a6259ff12f9ab782802552003 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b0d931c79..f9bb368a0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19410.2 + 5.0.0-alpha1.19410.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19410.2 + 2.1.0-alpha1.19410.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19410.2 + 5.0.0-alpha1.19410.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 16e7229f625535e173187d413b087079f2110f69 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 16:43:23 +0000 Subject: [PATCH 0136/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190810.6 (#3932) - Microsoft.NETCore.App - 5.0.0-alpha1.19410.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19410.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19410.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e2f330917..e2cc2b617 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - fe8d7bf9b941624a6259ff12f9ab782802552003 + 20f69adca60556a24798935ef62abd7d16a3189b - + https://github.com/dotnet/core-setup - fe8d7bf9b941624a6259ff12f9ab782802552003 + 20f69adca60556a24798935ef62abd7d16a3189b - + https://github.com/dotnet/core-setup - fe8d7bf9b941624a6259ff12f9ab782802552003 + 20f69adca60556a24798935ef62abd7d16a3189b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f9bb368a0..3122ed178 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19410.4 + 5.0.0-alpha1.19410.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19410.4 + 2.1.0-alpha1.19410.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19410.4 + 5.0.0-alpha1.19410.6 $(MicrosoftWindowsDesktopAppPackageVersion) From cd84f8a84d3b04c506eaea601417ec1a1f690364 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2019 04:36:50 +0000 Subject: [PATCH 0137/1121] [master] Update dependencies from dotnet/core-setup (#3933) * Update dependencies from https://github.com/dotnet/core-setup build 20190810.7 - Microsoft.NETCore.App - 5.0.0-alpha1.19410.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19410.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19410.7 * Update dependencies from https://github.com/dotnet/core-setup build 20190810.13 - Microsoft.NETCore.App - 5.0.0-alpha1.19410.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19410.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19410.13 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e2cc2b617..30255c311 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 20f69adca60556a24798935ef62abd7d16a3189b - + https://github.com/dotnet/core-setup 20f69adca60556a24798935ef62abd7d16a3189b - + https://github.com/dotnet/core-setup 20f69adca60556a24798935ef62abd7d16a3189b diff --git a/eng/Versions.props b/eng/Versions.props index 3122ed178..f291d7d6f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19410.6 + 5.0.0-alpha1.19410.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19410.6 + 2.1.0-alpha1.19410.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19410.6 + 5.0.0-alpha1.19410.13 $(MicrosoftWindowsDesktopAppPackageVersion) From 05e497f81ac472a0a9679cb83058c41031583850 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2019 12:41:16 +0000 Subject: [PATCH 0138/1121] Update dependencies from https://github.com/dotnet/arcade build 20190810.2 (#3943) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19410.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30255c311..a64a55940 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - f22982a641aa6f29585b6ab1de85912814a00bac + e2f5f0f5c20a1fef71845795b09066a5cd892a7e diff --git a/global.json b/global.json index a29da2595..10fc9498f 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19409.8" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19410.2" } } From 559f023dcdc3e4e8dc943345598b98ef5deee333 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2019 12:41:43 +0000 Subject: [PATCH 0139/1121] [master] Update dependencies from dotnet/templating (#3925) * Update dependencies from https://github.com/dotnet/templating build 20190809.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19409.1 * Update dependencies from https://github.com/dotnet/templating build 20190810.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19410.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a64a55940..5664d51ec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/dotnet/templating - f47d72fecfc89c4ccab0a2fec63dfad9b0287bb8 + 16d3c5d506a954aff4117de9dabdf35962e508a6 https://github.com/dotnet/toolset From 6d2e66ecc3a5c2e70355754dc27caf127e30c7bc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2019 13:55:47 +0000 Subject: [PATCH 0140/1121] Update dependencies from https://github.com/dotnet/cli build 20190811.2 (#3944) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19411.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5664d51ec..1660f324c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 73e90579989a65843a782a3d408bf9c568f41427 + edf6876c55d8824842df3c804a333e5203f03fb3 diff --git a/eng/Versions.props b/eng/Versions.props index f291d7d6f..4e7477dd9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19410.3 + 5.0.100-alpha1.19411.2 0.2.0 From 6092ab64b6bd1dc594fb57fc24a84e393e94c9ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2019 16:08:15 +0000 Subject: [PATCH 0141/1121] [master] Update dependencies from dotnet/core-setup (#3945) * Update dependencies from https://github.com/dotnet/core-setup build 20190811.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19411.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19411.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19411.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190811.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19411.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19411.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19411.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1660f324c..cea325664 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 20f69adca60556a24798935ef62abd7d16a3189b + 60a4b30250f9ea47e254c56e8ab141cfa21dee21 - + https://github.com/dotnet/core-setup - 20f69adca60556a24798935ef62abd7d16a3189b + 60a4b30250f9ea47e254c56e8ab141cfa21dee21 - + https://github.com/dotnet/core-setup - 20f69adca60556a24798935ef62abd7d16a3189b + 60a4b30250f9ea47e254c56e8ab141cfa21dee21 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 4e7477dd9..8486519e9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19410.13 + 5.0.0-alpha1.19411.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19410.13 + 2.1.0-alpha1.19411.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19410.13 + 5.0.0-alpha1.19411.3 $(MicrosoftWindowsDesktopAppPackageVersion) From e30e8784f4f3dafa2fdbcb2f09024011c92c24f8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2019 17:18:49 +0000 Subject: [PATCH 0142/1121] [master] Update dependencies from dotnet/core-setup (#3948) * Update dependencies from https://github.com/dotnet/core-setup build 20190811.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19411.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19411.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19411.4 * Update dependencies from https://github.com/dotnet/core-setup build 20190811.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19411.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19411.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19411.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cea325664..9a9df4adb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 60a4b30250f9ea47e254c56e8ab141cfa21dee21 + 52c5ab896d148be85bb7be1656270092c3979790 - + https://github.com/dotnet/core-setup - 60a4b30250f9ea47e254c56e8ab141cfa21dee21 + 52c5ab896d148be85bb7be1656270092c3979790 - + https://github.com/dotnet/core-setup - 60a4b30250f9ea47e254c56e8ab141cfa21dee21 + 52c5ab896d148be85bb7be1656270092c3979790 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8486519e9..715a6c890 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19411.3 + 5.0.0-alpha1.19411.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19411.3 + 2.1.0-alpha1.19411.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19411.3 + 5.0.0-alpha1.19411.6 $(MicrosoftWindowsDesktopAppPackageVersion) From c13e6d9171ff5ca322766ec56dc80dfa4de10240 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 04:44:30 +0000 Subject: [PATCH 0143/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190811.12 (#3960) - Microsoft.NETCore.App - 5.0.0-alpha1.19411.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19411.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19411.12 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9a9df4adb..ba6443cae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 52c5ab896d148be85bb7be1656270092c3979790 - + https://github.com/dotnet/core-setup 52c5ab896d148be85bb7be1656270092c3979790 - + https://github.com/dotnet/core-setup 52c5ab896d148be85bb7be1656270092c3979790 diff --git a/eng/Versions.props b/eng/Versions.props index 715a6c890..7a99dd0b9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19411.6 + 5.0.0-alpha1.19411.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19411.6 + 2.1.0-alpha1.19411.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19411.6 + 5.0.0-alpha1.19411.12 $(MicrosoftWindowsDesktopAppPackageVersion) From a7bb332d18e3d8963291591042069a35412fae3e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 12:42:43 +0000 Subject: [PATCH 0144/1121] Update dependencies from https://github.com/dotnet/arcade build 20190811.1 (#3962) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19411.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba6443cae..e20b034a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - e2f5f0f5c20a1fef71845795b09066a5cd892a7e + a11024c8c22cc762011addafc30c653c938048f4 diff --git a/global.json b/global.json index 10fc9498f..63ee75e62 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19410.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19411.1" } } From 386ada1e5dbb93fff31840ec6ae1508a661be012 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 12:43:07 +0000 Subject: [PATCH 0145/1121] Update dependencies from https://github.com/dotnet/templating build 20190811.1 (#3963) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19411.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e20b034a5..ccc5e8e81 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/dotnet/templating - 16d3c5d506a954aff4117de9dabdf35962e508a6 + 6ba38fc4e3a555fced83ec58f5befab788fe187a https://github.com/dotnet/toolset From 1e97f5b78a935f351ad79aedd4ae23b465d3fb5c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 13:56:25 +0000 Subject: [PATCH 0146/1121] Update dependencies from https://github.com/dotnet/cli build 20190812.1 (#3964) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19412.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ccc5e8e81..e805936f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - edf6876c55d8824842df3c804a333e5203f03fb3 + 9e9565db9bc604e4abd6f9aa8196476e49fe7e57 diff --git a/eng/Versions.props b/eng/Versions.props index 7a99dd0b9..cd9215857 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19411.2 + 5.0.100-alpha1.19412.1 0.2.0 From 3146faea6831100f0c289e660d2efdf7fc25e75a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 16:10:04 +0000 Subject: [PATCH 0147/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190812.1 (#3967) - Microsoft.NETCore.App - 5.0.0-alpha1.19412.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19412.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19412.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e805936f5..b6ffc1d96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 52c5ab896d148be85bb7be1656270092c3979790 + e07e9c0d8867108096a041e86203d1c9a25b93e0 - + https://github.com/dotnet/core-setup - 52c5ab896d148be85bb7be1656270092c3979790 + e07e9c0d8867108096a041e86203d1c9a25b93e0 - + https://github.com/dotnet/core-setup - 52c5ab896d148be85bb7be1656270092c3979790 + e07e9c0d8867108096a041e86203d1c9a25b93e0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index cd9215857..6faf7525e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19411.12 + 5.0.0-alpha1.19412.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19411.12 + 2.1.0-alpha1.19412.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19411.12 + 5.0.0-alpha1.19412.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 910659bba1c08fef9001e7ffe5b1899db3c31901 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Mon, 12 Aug 2019 11:15:48 -0700 Subject: [PATCH 0148/1121] Label master as 5.0.x runtime in README (#3899) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bac2ea8ae..dcc6f87d2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
(3.0.x Runtime) | Release/3.0.1XX
(3.0.x Runtime) | Release/2.2.3XX
(2.2.x Runtime) | Release/2.2.2XX
(2.2.x Runtime) | Release/2.2.1XX
(2.2.x Runtime) | Release/2.1.7XX
(2.1.7 Runtime) | Release/2.1.6XX
(2.1.6 Runtime) | Release/2.1.5XX
(2.1.5 Runtime) | +| Platform | Master
(5.0.x Runtime) | Release/3.0.1XX
(3.0.x Runtime) | Release/2.2.3XX
(2.2.x Runtime) | Release/2.2.2XX
(2.2.x Runtime) | Release/2.2.1XX
(2.2.x Runtime) | Release/2.1.7XX
(2.1.7 Runtime) | Release/2.1.6XX
(2.1.6 Runtime) | Release/2.1.5XX
(2.1.5 Runtime) | |---------|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:| | **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-3.0.1xx]][win-x64-version-3.0.1xx]
[Installer][win-x64-installer-3.0.1xx] - [Checksum][win-x64-installer-checksum-3.0.1xx]
[zip][win-x64-zip-3.0.1xx] - [Checksum][win-x64-zip-checksum-3.0.1xx] | [![][win-x64-badge-2.2.3XX]][win-x64-version-2.2.3XX]
[Installer][win-x64-installer-2.2.3XX] - [Checksum][win-x64-installer-checksum-2.2.3XX]
[zip][win-x64-zip-2.2.3XX] - [Checksum][win-x64-zip-checksum-2.2.3XX] |[![][win-x64-badge-2.2.2XX]][win-x64-version-2.2.2XX]
[Installer][win-x64-installer-2.2.2XX] - [Checksum][win-x64-installer-checksum-2.2.2XX]
[zip][win-x64-zip-2.2.2XX] - [Checksum][win-x64-zip-checksum-2.2.2XX] |[![][win-x64-badge-2.2.1XX]][win-x64-version-2.2.1XX]
[Installer][win-x64-installer-2.2.1XX] - [Checksum][win-x64-installer-checksum-2.2.1XX]
[zip][win-x64-zip-2.2.1XX] - [Checksum][win-x64-zip-checksum-2.2.1XX] |[![][win-x64-badge-2.1.7XX]][win-x64-version-2.1.7XX]
[Installer][win-x64-installer-2.1.7XX] - [Checksum][win-x64-installer-checksum-2.1.7XX]
[zip][win-x64-zip-2.1.7XX] - [Checksum][win-x64-zip-checksum-2.1.7XX] | [![][win-x64-badge-2.1.6XX]][win-x64-version-2.1.6XX]
[Installer][win-x64-installer-2.1.6XX] - [Checksum][win-x64-installer-checksum-2.1.6XX]
[zip][win-x64-zip-2.1.6XX] - [Checksum][win-x64-zip-checksum-2.1.6XX] | [![][win-x64-badge-2.1.5XX]][win-x64-version-2.1.5XX]
[Installer][win-x64-installer-2.1.5XX] - [Checksum][win-x64-installer-checksum-2.1.5XX]
[zip][win-x64-zip-2.1.5XX] - [Checksum][win-x64-zip-checksum-2.1.5XX] | | **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-3.0.1xx]][win-x86-version-3.0.1xx]
[Installer][win-x86-installer-3.0.1xx] - [Checksum][win-x86-installer-checksum-3.0.1xx]
[zip][win-x86-zip-3.0.1xx] - [Checksum][win-x86-zip-checksum-3.0.1xx] | [![][win-x86-badge-2.2.3XX]][win-x86-version-2.2.3XX]
[Installer][win-x86-installer-2.2.3XX] - [Checksum][win-x86-installer-checksum-2.2.3XX]
[zip][win-x86-zip-2.2.3XX] - [Checksum][win-x86-zip-checksum-2.2.3XX] |[![][win-x86-badge-2.2.2XX]][win-x86-version-2.2.2XX]
[Installer][win-x86-installer-2.2.2XX] - [Checksum][win-x86-installer-checksum-2.2.2XX]
[zip][win-x86-zip-2.2.2XX] - [Checksum][win-x86-zip-checksum-2.2.2XX] |[![][win-x86-badge-2.2.1XX]][win-x86-version-2.2.1XX]
[Installer][win-x86-installer-2.2.1XX] - [Checksum][win-x86-installer-checksum-2.2.1XX]
[zip][win-x86-zip-2.2.1XX] - [Checksum][win-x86-zip-checksum-2.2.1XX] |[![][win-x86-badge-2.1.7XX]][win-x86-version-2.1.7XX]
[Installer][win-x86-installer-2.1.7XX] - [Checksum][win-x86-installer-checksum-2.1.7XX]
[zip][win-x86-zip-2.1.7XX] - [Checksum][win-x86-zip-checksum-2.1.7XX] | [![][win-x86-badge-2.1.6XX]][win-x86-version-2.1.6XX]
[Installer][win-x86-installer-2.1.6XX] - [Checksum][win-x86-installer-checksum-2.1.6XX]
[zip][win-x86-zip-2.1.6XX] - [Checksum][win-x86-zip-checksum-2.1.6XX] | [![][win-x86-badge-2.1.5XX]][win-x86-version-2.1.5XX]
[Installer][win-x86-installer-2.1.5XX] - [Checksum][win-x86-installer-checksum-2.1.5XX]
[zip][win-x86-zip-2.1.5XX] - [Checksum][win-x86-zip-checksum-2.1.5XX] | From 8569b120ae45bc316206961fbb9c287338332320 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 18:46:51 +0000 Subject: [PATCH 0149/1121] Update dependencies from https://github.com/dotnet/sdk build 20190812.1 (#3969) - Microsoft.NET.Sdk - 5.0.100-alpha1.19412.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6ffc1d96..ee5e70d5e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7
- + https://github.com/dotnet/sdk - b23fd25e1070aa8075b66f9d208835fa67af3dbb + fe6b50c78426124e34e56ecb7df8b6b86e6e0b48 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 6faf7525e..3965d0298 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19408.3 + 5.0.100-alpha1.19412.1 $(MicrosoftNETSdkPackageVersion) From 4d0db6fba989acaabfee5ef35e68e7a17f4cd3a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 21:25:18 +0000 Subject: [PATCH 0150/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190812.4 (#3975) - Microsoft.NETCore.App - 5.0.0-alpha1.19412.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19412.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19412.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ee5e70d5e..7a41bff96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - e07e9c0d8867108096a041e86203d1c9a25b93e0 + 6f3ead36128f5ef3287a847fe9f4cf0d1177a057 - + https://github.com/dotnet/core-setup - e07e9c0d8867108096a041e86203d1c9a25b93e0 + 6f3ead36128f5ef3287a847fe9f4cf0d1177a057 - + https://github.com/dotnet/core-setup - e07e9c0d8867108096a041e86203d1c9a25b93e0 + 6f3ead36128f5ef3287a847fe9f4cf0d1177a057 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 3965d0298..471260f56 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19412.1 + 5.0.0-alpha1.19412.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19412.1 + 2.1.0-alpha1.19412.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19412.1 + 5.0.0-alpha1.19412.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 31211b6994070a1ac4d9316e02eed9942c44f674 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 21:28:13 +0000 Subject: [PATCH 0151/1121] Update dependencies from https://github.com/dotnet/sdk build 20190812.3 (#3974) - Microsoft.NET.Sdk - 5.0.100-alpha1.19412.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7a41bff96..d231e0477 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7 - + https://github.com/dotnet/sdk - fe6b50c78426124e34e56ecb7df8b6b86e6e0b48 + fb101c4620c80512c8eeb7250a98a8079011d017 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 471260f56..de1865c3e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19412.1 + 5.0.100-alpha1.19412.3 $(MicrosoftNETSdkPackageVersion) From 4fc061d9b892eea2c6fcdc4703d4e5b7ffcc6159 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 02:42:55 +0000 Subject: [PATCH 0152/1121] Update dependencies from https://github.com/dotnet/sdk build 20190812.7 (#3979) - Microsoft.NET.Sdk - 5.0.100-alpha1.19412.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d231e0477..7a85bd050 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7 - + https://github.com/dotnet/sdk - fb101c4620c80512c8eeb7250a98a8079011d017 + fa955d73d6064d38f2781e25ae301c6c7dfb0de6 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index de1865c3e..6f37647ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19412.3 + 5.0.100-alpha1.19412.7 $(MicrosoftNETSdkPackageVersion) From 4900c96ee8805a388a990a3f08bc8fea724719de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 12:52:41 +0000 Subject: [PATCH 0153/1121] Update dependencies from https://github.com/dotnet/templating build 20190812.1 (#3986) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19412.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7a85bd050..164bb54e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/dotnet/templating - 6ba38fc4e3a555fced83ec58f5befab788fe187a + 4cd0efc6e34178b4e8e453355c61936d66cb90eb https://github.com/dotnet/toolset From a8bd332966018d58a74b49b34a015fa91bfe8c22 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 12:57:19 +0000 Subject: [PATCH 0154/1121] Update dependencies from https://github.com/dotnet/arcade build 20190812.1 (#3985) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19412.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 164bb54e2..7eb345c01 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - a11024c8c22cc762011addafc30c653c938048f4 + ec2dd5b3e7d11b88b2ca0688bb1685836cfad20a diff --git a/global.json b/global.json index 63ee75e62..14a04bd6d 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19411.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19412.1" } } From 350ffc5f8d0b57397173fbeaa3809a3addc26c1a Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 13 Aug 2019 15:15:37 +0000 Subject: [PATCH 0155/1121] Update dependencies from https://github.com/dotnet/toolset build 20190813.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19413.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7eb345c01..07bb94d2e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 4cd0efc6e34178b4e8e453355c61936d66cb90eb - + https://github.com/dotnet/toolset - 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7 + b261f828892b83666ceda389e780e3dbe1318f03 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6f37647ea..75b211f42 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19408.6 + 5.0.100-alpha1.19413.4 From 88f6f027262a1b072e557a708f2c39e18432859c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 15:31:08 +0000 Subject: [PATCH 0156/1121] Update dependencies from https://github.com/dotnet/cli build 20190812.3 (#3987) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19412.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7eb345c01..369d36cec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk fa955d73d6064d38f2781e25ae301c6c7dfb0de6 - + https://github.com/dotnet/cli - 9e9565db9bc604e4abd6f9aa8196476e49fe7e57 + bc7acf37ad9b683727e1eb37dec962dd1bc48a26 diff --git a/eng/Versions.props b/eng/Versions.props index 6f37647ea..067debafb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19412.1 + 5.0.100-alpha1.19412.3 0.2.0 From 234812649f9765748b6f704c3ae432e63403de3a Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 13 Aug 2019 15:31:27 +0000 Subject: [PATCH 0157/1121] Update dependencies from https://github.com/dotnet/cli build 20190813.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19413.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 369d36cec..d53b7cbd9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk fa955d73d6064d38f2781e25ae301c6c7dfb0de6 - + https://github.com/dotnet/cli - bc7acf37ad9b683727e1eb37dec962dd1bc48a26 + a284a127635834c56c9d4cc50aa1330613da4982 diff --git a/eng/Versions.props b/eng/Versions.props index 067debafb..b2435a536 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19412.3 + 5.0.100-alpha1.19413.4 0.2.0 From f091684c3d2a235487df46a543cc50731aefffa3 Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 13 Aug 2019 15:31:42 +0000 Subject: [PATCH 0158/1121] Update dependencies from https://github.com/dotnet/cli build 20190813.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19413.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d53b7cbd9..85b6955b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk fa955d73d6064d38f2781e25ae301c6c7dfb0de6 - + https://github.com/dotnet/cli - a284a127635834c56c9d4cc50aa1330613da4982 + cb38255c64ba0d17b06aac725c4a86ea24d79aac diff --git a/eng/Versions.props b/eng/Versions.props index b2435a536..0479cb5d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19413.4 + 5.0.100-alpha1.19413.5 0.2.0 From 8296b6e715b0b8a1e5bded2c6c87525b27b0278c Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 13 Aug 2019 15:41:54 +0000 Subject: [PATCH 0159/1121] Update dependencies from https://github.com/dotnet/sdk build 20190813.2 - Microsoft.NET.Sdk - 5.0.100-alpha1.19413.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 369d36cec..678fe0069 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7 - + https://github.com/dotnet/sdk - fa955d73d6064d38f2781e25ae301c6c7dfb0de6 + d03a5382ba3821777645f45ab91818c594705b24 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 067debafb..ff847fa75 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19412.7 + 5.0.100-alpha1.19413.2 $(MicrosoftNETSdkPackageVersion) From 4ef67fd5e63f88e0262ff9378841cfb79879dac4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 18:08:03 +0000 Subject: [PATCH 0160/1121] [master] Update dependencies from dotnet/core-setup (#3991) * Update dependencies from https://github.com/dotnet/core-setup build 20190813.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19413.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19413.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19413.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190813.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19413.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19413.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19413.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 369d36cec..26b9c9702 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6f3ead36128f5ef3287a847fe9f4cf0d1177a057 + 35bcd21bfd3d9dd3e353825983ebe74796d26f37 - + https://github.com/dotnet/core-setup - 6f3ead36128f5ef3287a847fe9f4cf0d1177a057 + 35bcd21bfd3d9dd3e353825983ebe74796d26f37 - + https://github.com/dotnet/core-setup - 6f3ead36128f5ef3287a847fe9f4cf0d1177a057 + 35bcd21bfd3d9dd3e353825983ebe74796d26f37 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 067debafb..899519760 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19412.4 + 5.0.0-alpha1.19413.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19412.4 + 2.1.0-alpha1.19413.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19412.4 + 5.0.0-alpha1.19413.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 8f4537fbe78b5691f21bc3d4b8b02ecb39235f6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 19:28:24 +0000 Subject: [PATCH 0161/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190813.6 (#3993) - Microsoft.NETCore.App - 5.0.0-alpha1.19413.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19413.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19413.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 26b9c9702..53d6452fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 35bcd21bfd3d9dd3e353825983ebe74796d26f37 + b648736b3989910bf38bf2352f3ea6263cc87240 - + https://github.com/dotnet/core-setup - 35bcd21bfd3d9dd3e353825983ebe74796d26f37 + b648736b3989910bf38bf2352f3ea6263cc87240 - + https://github.com/dotnet/core-setup - 35bcd21bfd3d9dd3e353825983ebe74796d26f37 + b648736b3989910bf38bf2352f3ea6263cc87240 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 899519760..24433e062 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19413.3 + 5.0.0-alpha1.19413.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19413.3 + 2.1.0-alpha1.19413.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19413.3 + 5.0.0-alpha1.19413.6 $(MicrosoftWindowsDesktopAppPackageVersion) From e827d6d0be55ed0f92d1bb8044edeac0d44ac375 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 23:11:36 +0000 Subject: [PATCH 0162/1121] [master] Update dependencies from dotnet/toolset (#3998) * Update dependencies from https://github.com/dotnet/toolset build 20190813.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19413.2 * Update dependencies from https://github.com/dotnet/toolset build 20190813.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19413.3 * Update dependencies from https://github.com/dotnet/toolset build 20190813.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19413.6 * Update dependencies from https://github.com/dotnet/toolset build 20190813.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19413.8 * Update dependencies from https://github.com/dotnet/toolset build 20190813.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19413.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4470e6c22..78c21551b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 4cd0efc6e34178b4e8e453355c61936d66cb90eb - + https://github.com/dotnet/toolset - b261f828892b83666ceda389e780e3dbe1318f03 + 2199ff15d285f6fe77c2db777aa80b4b48c22a21 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7e4e5b089..af2f85df7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19413.4 + 5.0.100-alpha1.19413.13 From 5f07a2c9557b930dc9b33e233d7f5f259db16cfe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 15:20:26 +0000 Subject: [PATCH 0163/1121] [master] Update dependencies from dotnet/toolset (#4017) * Update dependencies from https://github.com/dotnet/toolset build 20190814.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.4 * Update dependencies from https://github.com/dotnet/toolset build 20190814.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.5 * Update dependencies from https://github.com/dotnet/toolset build 20190814.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.6 * Update dependencies from https://github.com/dotnet/toolset build 20190814.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.7 * Update dependencies from https://github.com/dotnet/toolset build 20190814.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac4f1dd7a..749ecf7bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 4cd0efc6e34178b4e8e453355c61936d66cb90eb - + https://github.com/dotnet/toolset - 2199ff15d285f6fe77c2db777aa80b4b48c22a21 + bbc9c460e15ca466cf8867d7134d3e4f68a513af https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6e5c7f75f..b3343ca76 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19413.13 + 5.0.100-alpha1.19414.8 From b79144114040e2664619f3626472079d8bf0ce16 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 15:56:32 +0000 Subject: [PATCH 0164/1121] [master] Update dependencies from dotnet/toolset (#4019) * Update dependencies from https://github.com/dotnet/toolset build 20190814.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.9 * Update dependencies from https://github.com/dotnet/toolset build 20190814.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 749ecf7bc..3eac2bfd1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 4cd0efc6e34178b4e8e453355c61936d66cb90eb - + https://github.com/dotnet/toolset - bbc9c460e15ca466cf8867d7134d3e4f68a513af + e3451e25ef44fddd2816c3db87c784ee81ccb275 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b3343ca76..d8d883809 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19414.8 + 5.0.100-alpha1.19414.10 From d6df2858d29361b5c61ddd37836ac64a03048e6d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 16:27:41 +0000 Subject: [PATCH 0165/1121] [master] Update dependencies from dotnet/sdk (#4018) * Update dependencies from https://github.com/dotnet/sdk build 20190813.6 - Microsoft.NET.Sdk - 5.0.100-alpha1.19413.6 * Update dependencies from https://github.com/dotnet/sdk build 20190814.1 - Microsoft.NET.Sdk - 5.0.100-alpha1.19414.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3eac2bfd1..15f68b24d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset e3451e25ef44fddd2816c3db87c784ee81ccb275 - + https://github.com/dotnet/sdk - d03a5382ba3821777645f45ab91818c594705b24 + dcfa90ff8eda8a459c74e5669f650c3b63e262d0 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index d8d883809..37e386274 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19413.2 + 5.0.100-alpha1.19414.1 $(MicrosoftNETSdkPackageVersion) From dcc8dfbf521be2d0f62051fbf3ab87e90de637d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 17:08:26 +0000 Subject: [PATCH 0166/1121] [master] Update dependencies from dotnet/core-setup (#4014) * Update dependencies from https://github.com/dotnet/core-setup build 20190814.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19414.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19414.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19414.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190814.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19414.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19414.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19414.4 * Update dependencies from https://github.com/dotnet/core-setup build 20190814.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19414.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19414.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19414.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 15f68b24d..f3c139cb0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b648736b3989910bf38bf2352f3ea6263cc87240 + b36ce55671ae92ed29e4a799ef9c4df5b8ad0f7a - + https://github.com/dotnet/core-setup - b648736b3989910bf38bf2352f3ea6263cc87240 + b36ce55671ae92ed29e4a799ef9c4df5b8ad0f7a - + https://github.com/dotnet/core-setup - b648736b3989910bf38bf2352f3ea6263cc87240 + b36ce55671ae92ed29e4a799ef9c4df5b8ad0f7a https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 37e386274..72a7b1a97 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19413.6 + 5.0.0-alpha1.19414.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19413.6 + 2.1.0-alpha1.19414.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19413.6 + 5.0.0-alpha1.19414.6 $(MicrosoftWindowsDesktopAppPackageVersion) From dc2e66b9ba86011637d9dfed54e551a4f003f983 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 17:49:24 +0000 Subject: [PATCH 0167/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190814.7 (#4023) - Microsoft.NETCore.App - 5.0.0-alpha1.19414.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19414.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19414.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3c139cb0..693bba1c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b36ce55671ae92ed29e4a799ef9c4df5b8ad0f7a + aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 - + https://github.com/dotnet/core-setup - b36ce55671ae92ed29e4a799ef9c4df5b8ad0f7a + aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 - + https://github.com/dotnet/core-setup - b36ce55671ae92ed29e4a799ef9c4df5b8ad0f7a + aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 72a7b1a97..1f4608188 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19414.6 + 5.0.0-alpha1.19414.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19414.6 + 2.1.0-alpha1.19414.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19414.6 + 5.0.0-alpha1.19414.7 $(MicrosoftWindowsDesktopAppPackageVersion) From 49be8ce24e33d8a4c86d907a3b8f73d9107a6b1c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 17:56:52 +0000 Subject: [PATCH 0168/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190809.8 (#4007) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19409.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19409.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19409.8 - dotnet-watch - 5.0.0-alpha1.19409.8 - dotnet-user-secrets - 5.0.0-alpha1.19409.8 - dotnet-dev-certs - 5.0.0-alpha1.19409.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 693bba1c8..9e4891b7a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 - + https://github.com/aspnet/AspNetCore - 2e4274cb67c049055e321c18cc9e64562da52dcf + 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/aspnet/AspNetCore - 2e4274cb67c049055e321c18cc9e64562da52dcf + 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/aspnet/AspNetCore - 2e4274cb67c049055e321c18cc9e64562da52dcf + 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/aspnet/AspNetCore - 2e4274cb67c049055e321c18cc9e64562da52dcf + 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/aspnet/AspNetCore - 2e4274cb67c049055e321c18cc9e64562da52dcf + 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/aspnet/AspNetCore - 2e4274cb67c049055e321c18cc9e64562da52dcf + 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 1f4608188..26fbcd8d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19409.3 - 5.0.0-alpha1.19409.3 - 5.0.0-alpha1.19409.3 - 5.0.0-alpha1.19409.3 - 5.0.0-alpha1.19409.3 - 5.0.0-alpha1.19409.3 + 5.0.0-alpha1.19409.8 + 5.0.0-alpha1.19409.8 + 5.0.0-alpha1.19409.8 + 5.0.0-alpha1.19409.8 + 5.0.0-alpha1.19409.8 + 5.0.0-alpha1.19409.8 From ae95c958427a7e5c508e42585f82988ec02afa47 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 17:59:11 +0000 Subject: [PATCH 0169/1121] [master] Update dependencies from dotnet/cli (#4000) * Update dependencies from https://github.com/dotnet/cli build 20190813.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19413.6 * Update dependencies from https://github.com/dotnet/cli build 20190814.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19414.3 * Update dependencies from https://github.com/dotnet/cli build 20190814.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19414.4 * Update dependencies from https://github.com/dotnet/cli build 20190814.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19414.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e4891b7a..5a1b72203 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - cb38255c64ba0d17b06aac725c4a86ea24d79aac + eca9da2386d5986edbab206fd7cf286f475dab8d diff --git a/eng/Versions.props b/eng/Versions.props index 26fbcd8d9..e7d1d790d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19413.5 + 5.0.100-alpha1.19414.5 0.2.0 From 14218209b75de9d6e69efa11a41acdcdb4a5c115 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 18:11:34 +0000 Subject: [PATCH 0170/1121] Update dependencies from https://github.com/dotnet/templating build 20190813.1 (#4016) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19413.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5a1b72203..47bf7ef81 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/dotnet/templating - 4cd0efc6e34178b4e8e453355c61936d66cb90eb + c837b2101ba8837816d8ddccac6e0fe3b42fcd0b https://github.com/dotnet/toolset From 5c70519c309abc011f8cb1f41a7c16d38c8209c7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 19:16:27 +0000 Subject: [PATCH 0171/1121] Update dependencies from https://github.com/dotnet/arcade build 20190812.7 (#4015) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19412.7 --- eng/Version.Details.xml | 4 +-- eng/common/performance/performance-setup.ps1 | 2 +- eng/common/performance/performance-setup.sh | 36 ++++++++++---------- global.json | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 47bf7ef81..1d754b7b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - ec2dd5b3e7d11b88b2ca0688bb1685836cfad20a + 82c822ee7db08f5347e6ac44e3ed465248394a9e diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index 7e5441f79..ac05256bf 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -33,7 +33,7 @@ if ($Framework.StartsWith("netcoreapp")) { } if ($Internal) { - $Queue = "Windows.10.Amd64.ClientRS5.Perf" + $Queue = "Windows.10.Amd64.19H1.Tiger.Perf" $PerfLabArguments = "--upload-to-perflab-container" $ExtraBenchmarkDotNetArguments = "" $Creator = "" diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 126da5f76..dc6fd2187 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -132,7 +132,7 @@ if [[ "$internal" == true ]]; then if [[ "$architecture" = "arm64" ]]; then queue=Ubuntu.1804.Arm64.Perf else - queue=Ubuntu.1804.Amd64.Perf + queue=Ubuntu.1804.Amd64.Tiger.Perf fi fi @@ -157,20 +157,20 @@ if [[ "$use_core_run" = true ]]; then fi # Make sure all of our variables are available for future steps -echo "##vso[task.setvariable variable=UseCoreRun]$use_core_run" -echo "##vso[task.setvariable variable=Architecture]$architecture" -echo "##vso[task.setvariable variable=PayloadDirectory]$payload_directory" -echo "##vso[task.setvariable variable=PerformanceDirectory]$performance_directory" -echo "##vso[task.setvariable variable=WorkItemDirectory]$workitem_directory" -echo "##vso[task.setvariable variable=Queue]$queue" -echo "##vso[task.setvariable variable=SetupArguments]$setup_arguments" -echo "##vso[task.setvariable variable=Python]python3" -echo "##vso[task.setvariable variable=PerfLabArguments]$perflab_arguments" -echo "##vso[task.setvariable variable=ExtraBenchmarkDotNetArguments]$extra_benchmark_dotnet_arguments" -echo "##vso[task.setvariable variable=BDNCategories]$run_categories" -echo "##vso[task.setvariable variable=TargetCsproj]$csproj" -echo "##vso[task.setvariable variable=RunFromPerfRepo]$run_from_perf_repo" -echo "##vso[task.setvariable variable=Creator]$creator" -echo "##vso[task.setvariable variable=HelixSourcePrefix]$helix_source_prefix" -echo "##vso[task.setvariable variable=Kind]$kind" -echo "##vso[task.setvariable variable=_BuildConfig]$architecture.$kind.$framework" \ No newline at end of file +Write-PipelineSetVariable -name "UseCoreRun" -value "$use_core_run" -is_multi_job_variable false +Write-PipelineSetVariable -name "Architecture" -value "$architecture" -is_multi_job_variable false +Write-PipelineSetVariable -name "PayloadDirectory" -value "$payload_directory" -is_multi_job_variable false +Write-PipelineSetVariable -name "PerformanceDirectory" -value "$performance_directory" -is_multi_job_variable false +Write-PipelineSetVariable -name "WorkItemDirectory" -value "$workitem_directory" -is_multi_job_variable false +Write-PipelineSetVariable -name "Queue" -value "$queue" -is_multi_job_variable false +Write-PipelineSetVariable -name "SetupArguments" -value "$setup_arguments" -is_multi_job_variable false +Write-PipelineSetVariable -name "Python" -value "$python3" -is_multi_job_variable false +Write-PipelineSetVariable -name "PerfLabArguments" -value "$perflab_arguments" -is_multi_job_variable false +Write-PipelineSetVariable -name "ExtraBenchmarkDotNetArguments" -value "$extra_benchmark_dotnet_arguments" -is_multi_job_variable false +Write-PipelineSetVariable -name "BDNCategories" -value "$run_categories" -is_multi_job_variable false +Write-PipelineSetVariable -name "TargetCsproj" -value "$csproj" -is_multi_job_variable false +Write-PipelineSetVariable -name "RunFromPerfRepo" -value "$run_from_perf_repo" -is_multi_job_variable false +Write-PipelineSetVariable -name "Creator" -value "$creator" -is_multi_job_variable false +Write-PipelineSetVariable -name "HelixSourcePrefix" -value "$helix_source_prefix" -is_multi_job_variable false +Write-PipelineSetVariable -name "Kind" -value "$kind" -is_multi_job_variable false +Write-PipelineSetVariable -name "_BuildConfig" -value "$architecture.$kind.$framework" -is_multi_job_variable false \ No newline at end of file diff --git a/global.json b/global.json index 14a04bd6d..3869b7715 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19412.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19412.7" } } From bf49a095beafa775287b73bac7e066e27dbbb51b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 19:18:50 +0000 Subject: [PATCH 0172/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190814.11 (#4025) - Microsoft.NETCore.App - 5.0.0-alpha1.19414.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19414.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19414.11 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1d754b7b2..90ce85454 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 - + https://github.com/dotnet/core-setup aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 - + https://github.com/dotnet/core-setup aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 diff --git a/eng/Versions.props b/eng/Versions.props index e7d1d790d..fada5fb1f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19414.7 + 5.0.0-alpha1.19414.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19414.7 + 2.1.0-alpha1.19414.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19414.7 + 5.0.0-alpha1.19414.11 $(MicrosoftWindowsDesktopAppPackageVersion) From 81871b5d3c5844d7912939dbcb0cec4842e48199 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 12:43:43 +0000 Subject: [PATCH 0173/1121] Update dependencies from https://github.com/dotnet/templating build 20190814.1 (#4041) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19414.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 90ce85454..2b1f9fe72 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/dotnet/templating - c837b2101ba8837816d8ddccac6e0fe3b42fcd0b + b26965a46aa44c056ba58d6c4f51c0941966873d https://github.com/dotnet/toolset From 139167294b5c5fdbeea2ca16473f727ef6ec4cec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 13:47:57 +0000 Subject: [PATCH 0174/1121] [master] Update dependencies from dotnet/toolset (#4031) * Update dependencies from https://github.com/dotnet/toolset build 20190814.16 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.16 * Update dependencies from https://github.com/dotnet/toolset build 20190815.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.2 * Update dependencies from https://github.com/dotnet/toolset build 20190815.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b1f9fe72..ea21401be 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - e3451e25ef44fddd2816c3db87c784ee81ccb275 + a09a528a6d1de4821b1f9c282768b9ec12fec2df https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index fada5fb1f..3e30e955e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19414.10 + 5.0.100-alpha1.19415.3 From 09c382d20824520aad810df1842185329fb5d27a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 13:55:28 +0000 Subject: [PATCH 0175/1121] [master] Update dependencies from dotnet/cli (#4027) * Update dependencies from https://github.com/dotnet/cli build 20190814.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19414.8 * Update dependencies from https://github.com/dotnet/cli build 20190814.9 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19414.9 * Update dependencies from https://github.com/dotnet/cli build 20190815.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19415.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ea21401be..b5e3bee0f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - eca9da2386d5986edbab206fd7cf286f475dab8d + 12b948370d510680905e9f0aaba0441a76c68b12 diff --git a/eng/Versions.props b/eng/Versions.props index 3e30e955e..bf0df4e68 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19414.5 + 5.0.100-alpha1.19415.2 0.2.0 From fc0c4474e97abc35c13bac926e8ac2d90021ff31 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 14:20:10 +0000 Subject: [PATCH 0176/1121] Update dependencies from https://github.com/dotnet/toolset build 20190815.1 (#4042) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b5e3bee0f..ed28cc984 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - a09a528a6d1de4821b1f9c282768b9ec12fec2df + cce8168d86962f20e4c0ad9faea9bb4994967e9f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bf0df4e68..236f5ab1f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19415.3 + 5.0.100-alpha1.19415.1 From 43d16f8a9ffe37865069adeb1b650015c20823ad Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 14:41:19 +0000 Subject: [PATCH 0177/1121] Update dependencies from https://github.com/dotnet/cli build 20190815.1 (#4043) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19415.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ed28cc984..d95c8d3fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - 12b948370d510680905e9f0aaba0441a76c68b12 + bb8324f0dd075879891037fea172064cd1fa3666 diff --git a/eng/Versions.props b/eng/Versions.props index 236f5ab1f..66572b456 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19415.2 + 5.0.100-alpha1.19415.1 0.2.0 From 51aba823d430710f1daf7057da385dbcc705e63e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 15:00:27 +0000 Subject: [PATCH 0178/1121] [master] Update dependencies from dotnet/toolset (#4044) * Update dependencies from https://github.com/dotnet/toolset build 20190815.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.5 * Update dependencies from https://github.com/dotnet/toolset build 20190815.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d95c8d3fd..9e6865a96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - cce8168d86962f20e4c0ad9faea9bb4994967e9f + df0e69745a90e5057cce04b604ddc106c3259a99 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 66572b456..eb9dbc6ed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19415.1 + 5.0.100-alpha1.19415.4 From 7b661f18559a4cd8358b169135ddec71ebc755ae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 19:10:54 +0000 Subject: [PATCH 0179/1121] [master] Update dependencies from dotnet/core-setup (#4040) * Update dependencies from https://github.com/dotnet/core-setup build 20190814.20 - Microsoft.NETCore.App - 5.0.0-alpha1.19414.20 - NETStandard.Library.Ref - 2.1.0-alpha1.19414.20 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19414.20 * Update dependencies from https://github.com/dotnet/core-setup build 20190815.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190815.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e6865a96..178ea1983 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 + 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/dotnet/core-setup - aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 + 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/dotnet/core-setup - aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 + 4b82b1edad5fb7b1f9e865a8429c2da33c921854 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index eb9dbc6ed..373d059bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19414.11 + 5.0.0-alpha1.19415.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19414.11 + 2.1.0-alpha1.19415.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19414.11 + 5.0.0-alpha1.19415.3 $(MicrosoftWindowsDesktopAppPackageVersion) From f1c2dd9d4885bdfe707a4a51e3694bd35a1043d8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 19:29:28 +0000 Subject: [PATCH 0180/1121] [master] Update dependencies from dotnet/toolset (#4045) * Update dependencies from https://github.com/dotnet/toolset build 20190815.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.6 * Update dependencies from https://github.com/dotnet/toolset build 20190815.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 178ea1983..bd008590c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - df0e69745a90e5057cce04b604ddc106c3259a99 + f96761bfa3d7866a2aad762b84b1834e15724a8d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 373d059bf..274e7ced5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19415.4 + 5.0.100-alpha1.19415.8 From c047239e10b74bf1c8e131439bc42020516f9e95 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 20:46:51 +0000 Subject: [PATCH 0181/1121] [master] Update dependencies from aspnet/AspNetCore (#4036) * Update dependencies from https://github.com/aspnet/AspNetCore build 20190814.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19414.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19414.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19414.4 - dotnet-watch - 5.0.0-alpha1.19414.4 - dotnet-user-secrets - 5.0.0-alpha1.19414.4 - dotnet-dev-certs - 5.0.0-alpha1.19414.4 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190815.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19415.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19415.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19415.3 - dotnet-watch - 5.0.0-alpha1.19415.3 - dotnet-user-secrets - 5.0.0-alpha1.19415.3 - dotnet-dev-certs - 5.0.0-alpha1.19415.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd008590c..0099d82bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/aspnet/AspNetCore - 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 + 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 - + https://github.com/aspnet/AspNetCore - 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 + 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 - + https://github.com/aspnet/AspNetCore - 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 + 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 - + https://github.com/aspnet/AspNetCore - 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 + 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 - + https://github.com/aspnet/AspNetCore - 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 + 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 - + https://github.com/aspnet/AspNetCore - 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 + 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 274e7ced5..0796ad957 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19409.8 - 5.0.0-alpha1.19409.8 - 5.0.0-alpha1.19409.8 - 5.0.0-alpha1.19409.8 - 5.0.0-alpha1.19409.8 - 5.0.0-alpha1.19409.8 + 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19415.3 From 4ba88721c6ce7e87f59e4811f80d70e1b775d562 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 22:48:13 +0000 Subject: [PATCH 0182/1121] [master] Update dependencies from dotnet/cli (#4046) * Update dependencies from https://github.com/dotnet/cli build 20190815.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19415.3 * Update dependencies from https://github.com/dotnet/cli build 20190815.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19415.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0099d82bb..28f3de561 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - bb8324f0dd075879891037fea172064cd1fa3666 + d5fed7f2db850106c464bf9c830d4483a3ddf39f diff --git a/eng/Versions.props b/eng/Versions.props index 0796ad957..8ee155de2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19415.1 + 5.0.100-alpha1.19415.4 0.2.0 From 778c5554a19e52670393e8c35761dba1e48d95b8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 23:40:42 +0000 Subject: [PATCH 0183/1121] Update dependencies from https://github.com/dotnet/toolset build 20190815.11 (#4052) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 28f3de561..03ed7bfd0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - f96761bfa3d7866a2aad762b84b1834e15724a8d + 2f5da92418438a6943979e0947e150b06d26a8ac https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8ee155de2..d01d2e92d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19415.8 + 5.0.100-alpha1.19415.11 From b55d611d41527e3ad54cfc218bffbca67bf1e067 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 00:11:26 +0000 Subject: [PATCH 0184/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190815.6 (#4053) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19415.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19415.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19415.6 - dotnet-watch - 5.0.0-alpha1.19415.6 - dotnet-user-secrets - 5.0.0-alpha1.19415.6 - dotnet-dev-certs - 5.0.0-alpha1.19415.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 03ed7bfd0..21818242b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/aspnet/AspNetCore - 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 + 3d9311a29f5900cd4fe34d12a0c99039a5f629cb - + https://github.com/aspnet/AspNetCore - 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 + 3d9311a29f5900cd4fe34d12a0c99039a5f629cb - + https://github.com/aspnet/AspNetCore - 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 + 3d9311a29f5900cd4fe34d12a0c99039a5f629cb - + https://github.com/aspnet/AspNetCore - 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 + 3d9311a29f5900cd4fe34d12a0c99039a5f629cb - + https://github.com/aspnet/AspNetCore - 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 + 3d9311a29f5900cd4fe34d12a0c99039a5f629cb - + https://github.com/aspnet/AspNetCore - 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 + 3d9311a29f5900cd4fe34d12a0c99039a5f629cb https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index d01d2e92d..bc3d646ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19415.3 - 5.0.0-alpha1.19415.3 - 5.0.0-alpha1.19415.3 - 5.0.0-alpha1.19415.3 - 5.0.0-alpha1.19415.3 - 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19415.6 + 5.0.0-alpha1.19415.6 + 5.0.0-alpha1.19415.6 + 5.0.0-alpha1.19415.6 + 5.0.0-alpha1.19415.6 + 5.0.0-alpha1.19415.6 From 997b73d1c13e067ec72ec2699ff0da4698c89869 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 01:51:04 +0000 Subject: [PATCH 0185/1121] Update dependencies from https://github.com/dotnet/cli build 20190815.6 (#4055) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19415.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 21818242b..f907a9806 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - d5fed7f2db850106c464bf9c830d4483a3ddf39f + 84a32ebf5031e43b55732ee44ff810b20837656e diff --git a/eng/Versions.props b/eng/Versions.props index bc3d646ee..8db730aa2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19415.4 + 5.0.100-alpha1.19415.6 0.2.0 From 57e1cbe2158f1988191a519ea966643c2a492e0c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 02:17:57 +0000 Subject: [PATCH 0186/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190815.8 (#4056) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19415.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19415.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19415.8 - dotnet-watch - 5.0.0-alpha1.19415.8 - dotnet-user-secrets - 5.0.0-alpha1.19415.8 - dotnet-dev-certs - 5.0.0-alpha1.19415.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f907a9806..6377d95a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/aspnet/AspNetCore - 3d9311a29f5900cd4fe34d12a0c99039a5f629cb + 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/aspnet/AspNetCore - 3d9311a29f5900cd4fe34d12a0c99039a5f629cb + 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/aspnet/AspNetCore - 3d9311a29f5900cd4fe34d12a0c99039a5f629cb + 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/aspnet/AspNetCore - 3d9311a29f5900cd4fe34d12a0c99039a5f629cb + 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/aspnet/AspNetCore - 3d9311a29f5900cd4fe34d12a0c99039a5f629cb + 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/aspnet/AspNetCore - 3d9311a29f5900cd4fe34d12a0c99039a5f629cb + 72925ecc1982a1c47416610607301c3dd055b981 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 8db730aa2..e077fa80e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19415.6 - 5.0.0-alpha1.19415.6 - 5.0.0-alpha1.19415.6 - 5.0.0-alpha1.19415.6 - 5.0.0-alpha1.19415.6 - 5.0.0-alpha1.19415.6 + 5.0.0-alpha1.19415.8 + 5.0.0-alpha1.19415.8 + 5.0.0-alpha1.19415.8 + 5.0.0-alpha1.19415.8 + 5.0.0-alpha1.19415.8 + 5.0.0-alpha1.19415.8 From 91bac3f2a491ebd496c1c4a89cfb43a357e227c0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 03:05:43 +0000 Subject: [PATCH 0187/1121] Update dependencies from https://github.com/dotnet/cli build 20190815.7 (#4059) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19415.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6377d95a8..ca471aeb9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - 84a32ebf5031e43b55732ee44ff810b20837656e + 3704896d65ef72c93991e0ab94ef7a3ac6086c81 diff --git a/eng/Versions.props b/eng/Versions.props index e077fa80e..4d8382fe6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19415.6 + 5.0.100-alpha1.19415.7 0.2.0 From 0a64c632d7839e2b769611dae6552e36c5a218f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 03:41:27 +0000 Subject: [PATCH 0188/1121] [master] Update dependencies from dotnet/toolset (#4057) * Update dependencies from https://github.com/dotnet/toolset build 20190815.15 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.15 * Update dependencies from https://github.com/dotnet/toolset build 20190815.17 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.17 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca471aeb9..f60d7bf37 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - 2f5da92418438a6943979e0947e150b06d26a8ac + dcbad5d9feebf986bfd3d6fad2515f260881bed4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4d8382fe6..7965a5a0d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19415.11 + 5.0.100-alpha1.19415.17 From 74f6c4374a7f138d93c631183029f7df4a03552f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 13:40:43 +0000 Subject: [PATCH 0189/1121] Update dependencies from https://github.com/dotnet/toolset build 20190816.4 (#4067) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19416.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f60d7bf37..9d7669900 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - dcbad5d9feebf986bfd3d6fad2515f260881bed4 + 0ab038b1e9f1325b694a66f9790f7c83bb34b859 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7965a5a0d..f2b0bed73 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19415.17 + 5.0.100-alpha1.19416.4 From 05a638efb817d222c2b51f27640fe3a47f45b5b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2019 12:31:30 +0000 Subject: [PATCH 0190/1121] [master] Update dependencies from dotnet/arcade (#4066) * Update dependencies from https://github.com/dotnet/arcade build 20190815.27 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19415.27 * Update dependencies from https://github.com/dotnet/arcade build 20190816.16 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19416.16 --- eng/Version.Details.xml | 4 +-- eng/common/performance/performance-setup.ps1 | 2 +- eng/common/performance/performance-setup.sh | 7 ++++- eng/common/post-build/darc-gather-drop.ps1 | 10 +++++++ eng/common/post-build/dotnetsymbol-init.ps1 | 29 ------------------ eng/common/post-build/sourcelink-cli-init.ps1 | 29 ------------------ eng/common/sdl/execute-all-sdl-tools.ps1 | 4 +-- eng/common/sdl/run-sdl.ps1 | 30 +++++++------------ .../channels/internal-servicing.yml | 17 +++++++++-- .../post-build/channels/netcore-dev-5.yml | 17 +++++++++-- .../channels/netcore-tools-latest.yml | 17 +++++++++-- .../channels/public-dev-release.yml | 17 +++++++++-- .../post-build/channels/public-release.yml | 17 +++++++++-- .../channels/public-validation-release.yml | 4 +++ .../templates/post-build/post-build.yml | 23 +++++++++++++- global.json | 2 +- 16 files changed, 129 insertions(+), 100 deletions(-) delete mode 100644 eng/common/post-build/dotnetsymbol-init.ps1 delete mode 100644 eng/common/post-build/sourcelink-cli-init.ps1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9d7669900..fb12ec3a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 82c822ee7db08f5347e6ac44e3ed465248394a9e + 0e36c2410b72166a1b9a67142e652225e22feada diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index ac05256bf..4a6706b63 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -2,7 +2,7 @@ Param( [string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY, [string] $CoreRootDirectory, [string] $Architecture="x64", - [string] $Framework="netcoreapp3.0", + [string] $Framework="netcoreapp5.0", [string] $CompilationMode="Tiered", [string] $Repository=$env:BUILD_REPOSITORY_NAME, [string] $Branch=$env:BUILD_SOURCEBRANCH, diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index dc6fd2187..76126b1f8 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -3,7 +3,7 @@ source_directory=$BUILD_SOURCESDIRECTORY core_root_directory= architecture=x64 -framework=netcoreapp3.0 +framework=netcoreapp5.0 compilation_mode=tiered repository=$BUILD_REPOSITORY_NAME branch=$BUILD_SOURCEBRANCH @@ -156,6 +156,11 @@ if [[ "$use_core_run" = true ]]; then mv $core_root_directory $new_core_root fi +ci=true + +_script_dir=$(pwd)/eng/common +. "$_script_dir/pipeline-logging-functions.sh" + # Make sure all of our variables are available for future steps Write-PipelineSetVariable -name "UseCoreRun" -value "$use_core_run" -is_multi_job_variable false Write-PipelineSetVariable -name "Architecture" -value "$architecture" -is_multi_job_variable false diff --git a/eng/common/post-build/darc-gather-drop.ps1 b/eng/common/post-build/darc-gather-drop.ps1 index 93a0bd832..89854d3c1 100644 --- a/eng/common/post-build/darc-gather-drop.ps1 +++ b/eng/common/post-build/darc-gather-drop.ps1 @@ -19,7 +19,17 @@ try { ExitWithExitCode $exitCode } + # For now, only use a dry run. + # Ideally we would change darc to enable a quick request that + # would check whether the file exists that you can download it, + # and that it won't conflict with other files. + # https://github.com/dotnet/arcade/issues/3674 + # Right now we can't remove continue-on-error because we ocassionally will have + # dependencies that have no associated builds (e.g. an old dependency). + # We need to add an option to baseline specific dependencies away, or add them manually + # to the BAR. darc gather-drop --non-shipping ` + --dry-run ` --continue-on-error ` --id $BarBuildId ` --output-dir $DropLocation ` diff --git a/eng/common/post-build/dotnetsymbol-init.ps1 b/eng/common/post-build/dotnetsymbol-init.ps1 deleted file mode 100644 index e7659b98c..000000000 --- a/eng/common/post-build/dotnetsymbol-init.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -param ( - $dotnetsymbolVersion = $null -) - -$ErrorActionPreference = "Stop" -Set-StrictMode -Version 2.0 - -. $PSScriptRoot\..\tools.ps1 - -$verbosity = "minimal" - -function Installdotnetsymbol ($dotnetsymbolVersion) { - $dotnetsymbolPackageName = "dotnet-symbol" - - $dotnetRoot = InitializeDotNetCli -install:$true - $dotnet = "$dotnetRoot\dotnet.exe" - $toolList = & "$dotnet" tool list --global - - if (($toolList -like "*$dotnetsymbolPackageName*") -and ($toolList -like "*$dotnetsymbolVersion*")) { - Write-Host "dotnet-symbol version $dotnetsymbolVersion is already installed." - } - else { - Write-Host "Installing dotnet-symbol version $dotnetsymbolVersion..." - Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." - & "$dotnet" tool install $dotnetsymbolPackageName --version $dotnetsymbolVersion --verbosity $verbosity --global - } -} - -Installdotnetsymbol $dotnetsymbolVersion diff --git a/eng/common/post-build/sourcelink-cli-init.ps1 b/eng/common/post-build/sourcelink-cli-init.ps1 deleted file mode 100644 index 9eaa25b3b..000000000 --- a/eng/common/post-build/sourcelink-cli-init.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -param ( - $sourcelinkCliVersion = $null -) - -$ErrorActionPreference = "Stop" -Set-StrictMode -Version 2.0 - -. $PSScriptRoot\..\tools.ps1 - -$verbosity = "minimal" - -function InstallSourcelinkCli ($sourcelinkCliVersion) { - $sourcelinkCliPackageName = "sourcelink" - - $dotnetRoot = InitializeDotNetCli -install:$true - $dotnet = "$dotnetRoot\dotnet.exe" - $toolList = & "$dotnet" tool list --global - - if (($toolList -like "*$sourcelinkCliPackageName*") -and ($toolList -like "*$sourcelinkCliVersion*")) { - Write-Host "SourceLink CLI version $sourcelinkCliVersion is already installed." - } - else { - Write-Host "Installing SourceLink CLI version $sourcelinkCliVersion..." - Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." - & "$dotnet" tool install $sourcelinkCliPackageName --version $sourcelinkCliVersion --verbosity $verbosity --global - } -} - -InstallSourcelinkCli $sourcelinkCliVersion diff --git a/eng/common/sdl/execute-all-sdl-tools.ps1 b/eng/common/sdl/execute-all-sdl-tools.ps1 index aab7589f2..6d9bdcf72 100644 --- a/eng/common/sdl/execute-all-sdl-tools.ps1 +++ b/eng/common/sdl/execute-all-sdl-tools.ps1 @@ -86,8 +86,8 @@ if ($TsaPublish) { if (-not $TsaRepositoryName) { $TsaRepositoryName = "$($Repository)-$($BranchName)" } - Write-Host "$guardianCliLocation tsa-publish --all-tools --repository-name `"$TsaRepositoryName`" --branch-name `"$TsaBranchName`" --build-number `"$BuildNumber`" --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $SourceDirectory --logger-level $GuardianLoggerLevel" - & $guardianCliLocation tsa-publish --all-tools --repository-name "$TsaRepositoryName" --branch-name "$TsaBranchName" --build-number "$BuildNumber" --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel + Write-Host "$guardianCliLocation tsa-publish --all-tools --repository-name `"$TsaRepositoryName`" --branch-name `"$TsaBranchName`" --build-number `"$BuildNumber`" --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel" + & $guardianCliLocation tsa-publish --all-tools --repository-name "$TsaRepositoryName" --branch-name "$TsaBranchName" --build-number "$BuildNumber" --onboard $True --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel if ($LASTEXITCODE -ne 0) { Write-Host "Guardian tsa-publish failed with exit code $LASTEXITCODE." exit $LASTEXITCODE diff --git a/eng/common/sdl/run-sdl.ps1 b/eng/common/sdl/run-sdl.ps1 index d7b856445..b90c4399b 100644 --- a/eng/common/sdl/run-sdl.ps1 +++ b/eng/common/sdl/run-sdl.ps1 @@ -25,19 +25,19 @@ if ($ValidPath -eq $False) exit 1 } +$configParam = @("--config") + foreach ($tool in $ToolsList) { $gdnConfigFile = Join-Path $gdnConfigPath "$tool-configure.gdnconfig" - $config = $False Write-Host $tool # We have to manually configure tools that run on source to look at the source directory only if ($tool -eq "credscan") { - Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" TargetDirectory : $TargetDirectory `" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams})" - & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " TargetDirectory : $TargetDirectory " $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams}) + Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" TargetDirectory : $TargetDirectory `" `" OutputType : pre `" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams})" + & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " TargetDirectory : $TargetDirectory " "OutputType : pre" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams}) if ($LASTEXITCODE -ne 0) { Write-Host "Guardian configure for $tool failed with exit code $LASTEXITCODE." exit $LASTEXITCODE } - $config = $True } if ($tool -eq "policheck") { Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" Target : $TargetDirectory `" $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams})" @@ -46,22 +46,14 @@ foreach ($tool in $ToolsList) { Write-Host "Guardian configure for $tool failed with exit code $LASTEXITCODE." exit $LASTEXITCODE } - $config = $True } - Write-Host "$GuardianCliLocation run --working-directory $WorkingDirectory --tool $tool --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel --config $gdnConfigFile $config" - if ($config) { - & $GuardianCliLocation run --working-directory $WorkingDirectory --tool $tool --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel --config $gdnConfigFile - if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian run for $tool using $gdnConfigFile failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE - } - } else { - & $GuardianCliLocation run --working-directory $WorkingDirectory --tool $tool --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel - if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian run for $tool failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE - } - } + $configParam+=$gdnConfigFile } +Write-Host "$GuardianCliLocation run --working-directory $WorkingDirectory --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel $configParam" +& $GuardianCliLocation run --working-directory $WorkingDirectory --tool $tool --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel $configParam +if ($LASTEXITCODE -ne 0) { + Write-Host "Guardian run for $ToolsList using $configParam failed with exit code $LASTEXITCODE." + exit $LASTEXITCODE +} \ No newline at end of file diff --git a/eng/common/templates/post-build/channels/internal-servicing.yml b/eng/common/templates/post-build/channels/internal-servicing.yml index dc065ab30..4ca36358d 100644 --- a/eng/common/templates/post-build/channels/internal-servicing.yml +++ b/eng/common/templates/post-build/channels/internal-servicing.yml @@ -1,5 +1,7 @@ parameters: enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' stages: - stage: IS_Publish @@ -20,10 +22,16 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Artifacts + displayName: Download Blob Artifacts inputs: - downloadType: specific files - matchingPattern: "*Artifacts*" + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true - task: PowerShell@2 displayName: Publish @@ -34,7 +42,9 @@ stages: /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} - job: publish_assets displayName: Publish Assets @@ -92,6 +102,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' /p:Configuration=Release + ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 displayName: Publish Packages to AzDO Feed diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index f2b0cfb26..dab3a10e5 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -1,5 +1,7 @@ parameters: enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' stages: - stage: NetCore_Dev5_Publish @@ -20,10 +22,16 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Artifacts + displayName: Download Blob Artifacts inputs: - downloadType: specific files - matchingPattern: "*Artifacts*" + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true - task: PowerShell@2 displayName: Publish @@ -34,7 +42,9 @@ stages: /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} - job: displayName: Publish Assets @@ -92,6 +102,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release + ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 displayName: Publish Packages to AzDO Feed diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index fd6c09b22..982ee0062 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -1,5 +1,7 @@ parameters: enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' stages: - stage: NetCore_Tools_Latest_Publish @@ -20,10 +22,16 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Artifacts + displayName: Download Blob Artifacts inputs: - downloadType: specific files - matchingPattern: "*Artifacts*" + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true - task: PowerShell@2 displayName: Publish @@ -34,7 +42,9 @@ stages: /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} - job: displayName: Publish Assets @@ -92,6 +102,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release + ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 displayName: Publish Packages to AzDO Feed diff --git a/eng/common/templates/post-build/channels/public-dev-release.yml b/eng/common/templates/post-build/channels/public-dev-release.yml index 771dcf4ef..36b281855 100644 --- a/eng/common/templates/post-build/channels/public-dev-release.yml +++ b/eng/common/templates/post-build/channels/public-dev-release.yml @@ -1,5 +1,7 @@ parameters: enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' stages: - stage: Publish @@ -20,10 +22,16 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Artifacts + displayName: Download Blob Artifacts inputs: - downloadType: specific files - matchingPattern: "*Artifacts*" + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true - task: PowerShell@2 displayName: Publish @@ -34,7 +42,9 @@ stages: /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} - job: displayName: Publish Assets @@ -92,6 +102,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release + ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 displayName: Publish Packages to AzDO Feed diff --git a/eng/common/templates/post-build/channels/public-release.yml b/eng/common/templates/post-build/channels/public-release.yml index 00108bd3f..5dcd9a8c4 100644 --- a/eng/common/templates/post-build/channels/public-release.yml +++ b/eng/common/templates/post-build/channels/public-release.yml @@ -1,5 +1,7 @@ parameters: enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' stages: - stage: PubRel_Publish @@ -20,10 +22,16 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Artifacts + displayName: Download Blob Artifacts inputs: - downloadType: specific files - matchingPattern: "*Artifacts*" + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true - task: PowerShell@2 displayName: Publish @@ -34,7 +42,9 @@ stages: /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} - job: publish_assets displayName: Publish Assets @@ -92,6 +102,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' /p:Configuration=Release + ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 displayName: Publish Packages to AzDO Feed diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index f64184da9..c62831095 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -1,3 +1,6 @@ +parameters: + artifactsPublishingAdditionalParameters: '' + stages: - stage: PVR_Publish dependsOn: validate @@ -63,6 +66,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' /p:Configuration=Release + ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 displayName: Publish Packages to AzDO Feed diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index aba0b0fca..e6b75088c 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -7,6 +7,12 @@ parameters: enable: false params: '' + # These parameters let the user customize the call to sdk-task.ps1 for publishing + # symbols & general artifacts as well as for signing validation + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' + signingValidationAdditionalParameters: '' + # Which stages should finish execution before post-build stages start dependsOn: [build] @@ -53,7 +59,8 @@ stages: arguments: -task SigningValidation -restore -msbuildEngine dotnet /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' - /p:Configuration=Release + /p:Configuration=Release + ${{ parameters.signingValidationAdditionalParameters }} - ${{ if eq(parameters.enableSourceLinkValidation, 'true') }}: - job: @@ -87,17 +94,31 @@ stages: - template: \eng\common\templates\post-build\channels\netcore-dev-5.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\public-dev-release.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\netcore-tools-latest.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\public-validation-release.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\public-release.yml + parameters: + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\internal-servicing.yml + parameters: + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/global.json b/global.json index 3869b7715..2c0085d27 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19412.7" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19416.16" } } From caca7adcff5ebbf1364f53a025b574b8d78aa836 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2019 12:33:21 +0000 Subject: [PATCH 0191/1121] Update dependencies from https://github.com/dotnet/templating build 20190816.1 (#4076) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19416.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb12ec3a0..8350a6cfc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/dotnet/templating - b26965a46aa44c056ba58d6c4f51c0941966873d + f332660b7ba52c18cbfe8c8b9a71f8eea12f419e https://github.com/dotnet/toolset From 2d8e362faed3a84b81e3cb416bde2ba810889bbb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2019 13:25:39 +0000 Subject: [PATCH 0192/1121] Update dependencies from https://github.com/dotnet/toolset build 20190817.2 (#4077) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19417.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8350a6cfc..9a95e379f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating f332660b7ba52c18cbfe8c8b9a71f8eea12f419e - + https://github.com/dotnet/toolset - 0ab038b1e9f1325b694a66f9790f7c83bb34b859 + 340ec2b8882a0212e5bdce23945189d63391d7ff https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f2b0bed73..7d333300f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19416.4 + 5.0.100-alpha1.19417.2 From c585aff8095936664ad4fb716a529333fb717b05 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2019 13:55:57 +0000 Subject: [PATCH 0193/1121] [master] Update dependencies from dotnet/cli (#4078) * Update dependencies from https://github.com/dotnet/cli build 20190817.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19417.1 * Update dependencies from https://github.com/dotnet/cli build 20190817.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19417.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9a95e379f..595a40d37 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - 3704896d65ef72c93991e0ab94ef7a3ac6086c81 + f0f908d918f9b97a2f648cd1b8adb3e475707be1 diff --git a/eng/Versions.props b/eng/Versions.props index 7d333300f..1ffb6c02e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19415.7 + 5.0.100-alpha1.19417.2 0.2.0 From 628a037f2fb2f82665fbcaace1670a1f1c1a59a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2019 14:35:39 +0000 Subject: [PATCH 0194/1121] Update dependencies from https://github.com/dotnet/toolset build 20190817.4 (#4080) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19417.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 595a40d37..36b80639b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating f332660b7ba52c18cbfe8c8b9a71f8eea12f419e - + https://github.com/dotnet/toolset - 340ec2b8882a0212e5bdce23945189d63391d7ff + fc195cb5679696d0ff8aaf78fae03a5358e88aa5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1ffb6c02e..5a7a557f1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19417.2 + 5.0.100-alpha1.19417.4 From b9d5d1b84548160e174f1f70a6e8a808a5393371 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 12:27:57 +0000 Subject: [PATCH 0195/1121] Update dependencies from https://github.com/dotnet/templating build 20190817.1 (#4086) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19417.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 36b80639b..167293926 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/dotnet/templating - f332660b7ba52c18cbfe8c8b9a71f8eea12f419e + 184697656cbc995fb5b7aa24b8ace369217896dc https://github.com/dotnet/toolset From 4ee20c31e36a7f70401e1d1baaa03ae521d78bbd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 13:05:21 +0000 Subject: [PATCH 0196/1121] Update dependencies from https://github.com/dotnet/toolset build 20190818.1 (#4087) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19418.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 167293926..4871077a7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - fc195cb5679696d0ff8aaf78fae03a5358e88aa5 + 4d7153868fa6e287853eb2a32ce9acd562418a1e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5a7a557f1..cb84581b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19417.4 + 5.0.100-alpha1.19418.1 From 3bbca6335f0fe90673b98fba4b45544333749dfa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 13:30:17 +0000 Subject: [PATCH 0197/1121] Update dependencies from https://github.com/dotnet/cli build 20190818.1 (#4088) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19418.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4871077a7..94aca8e6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - f0f908d918f9b97a2f648cd1b8adb3e475707be1 + 75ec2f7d77ffa7453cb5e64fec1d5b41e4054f9d diff --git a/eng/Versions.props b/eng/Versions.props index cb84581b4..15f29b930 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19417.2 + 5.0.100-alpha1.19418.1 0.2.0 From 8f34494a6c0f478c5e1d642745df9466f8c1601c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 13:31:00 +0000 Subject: [PATCH 0198/1121] Update dependencies from https://github.com/dotnet/toolset build 20190818.2 (#4089) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19418.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 94aca8e6b..166eb7c97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - 4d7153868fa6e287853eb2a32ce9acd562418a1e + f8951e8e0b378c591afc2b83cc0ccbf795253da7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 15f29b930..a868c2643 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19418.1 + 5.0.100-alpha1.19418.2 From b6bc296c3fd3c9fc274124f357cc863851e43f06 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 14:10:17 +0000 Subject: [PATCH 0199/1121] Update dependencies from https://github.com/dotnet/toolset build 20190818.4 (#4092) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19418.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 166eb7c97..2caa24c72 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - f8951e8e0b378c591afc2b83cc0ccbf795253da7 + 56f717f38df1b54db2447005c6f5e2c90d063657 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a868c2643..3a5a092fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19418.2 + 5.0.100-alpha1.19418.4 From 9df6ca668da053b1fd9b8e318e1b83267c5882e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 14:35:51 +0000 Subject: [PATCH 0200/1121] Update dependencies from https://github.com/dotnet/toolset build 20190818.5 (#4093) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19418.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2caa24c72..44179d71f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - 56f717f38df1b54db2447005c6f5e2c90d063657 + 2302bd550d2d7821b899a6d01b8f199eb082fa23 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3a5a092fa..344a325bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19418.4 + 5.0.100-alpha1.19418.5 From 76e86d8675696075675e0bcf1e028e8e157534d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 19:52:12 +0000 Subject: [PATCH 0201/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190819.2 (#4099) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19419.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19419.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19419.2 - dotnet-watch - 5.0.0-alpha1.19419.2 - dotnet-user-secrets - 5.0.0-alpha1.19419.2 - dotnet-dev-certs - 5.0.0-alpha1.19419.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44179d71f..80d366ea1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/aspnet/AspNetCore - 72925ecc1982a1c47416610607301c3dd055b981 + 8987cca7c96bbcf9102b7d299cc833841c6de2b6 - + https://github.com/aspnet/AspNetCore - 72925ecc1982a1c47416610607301c3dd055b981 + 8987cca7c96bbcf9102b7d299cc833841c6de2b6 - + https://github.com/aspnet/AspNetCore - 72925ecc1982a1c47416610607301c3dd055b981 + 8987cca7c96bbcf9102b7d299cc833841c6de2b6 - + https://github.com/aspnet/AspNetCore - 72925ecc1982a1c47416610607301c3dd055b981 + 8987cca7c96bbcf9102b7d299cc833841c6de2b6 - + https://github.com/aspnet/AspNetCore - 72925ecc1982a1c47416610607301c3dd055b981 + 8987cca7c96bbcf9102b7d299cc833841c6de2b6 - + https://github.com/aspnet/AspNetCore - 72925ecc1982a1c47416610607301c3dd055b981 + 8987cca7c96bbcf9102b7d299cc833841c6de2b6 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 344a325bf..2db73be90 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19415.8 - 5.0.0-alpha1.19415.8 - 5.0.0-alpha1.19415.8 - 5.0.0-alpha1.19415.8 - 5.0.0-alpha1.19415.8 - 5.0.0-alpha1.19415.8 + 5.0.0-alpha1.19419.2 + 5.0.0-alpha1.19419.2 + 5.0.0-alpha1.19419.2 + 5.0.0-alpha1.19419.2 + 5.0.0-alpha1.19419.2 + 5.0.0-alpha1.19419.2 From 5287ee4d1880afb1fa733041073f11ff32c31fba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 21:31:32 +0000 Subject: [PATCH 0202/1121] [master] Update dependencies from dotnet/toolset (#4097) * Update dependencies from https://github.com/dotnet/toolset build 20190819.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19419.2 * Update dependencies from https://github.com/dotnet/toolset build 20190819.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19419.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 80d366ea1..30c9f8a03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - 2302bd550d2d7821b899a6d01b8f199eb082fa23 + b3e83f9622d29f75d7f144ea55d8d6803eb29077 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2db73be90..e240f0804 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19418.5 + 5.0.100-alpha1.19419.4 From 916aa0bcedcfbed72f2c90ca4ec759cdac0a1992 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 21:49:15 +0000 Subject: [PATCH 0203/1121] [master] Update dependencies from dotnet/cli (#4091) * Update dependencies from https://github.com/dotnet/cli build 20190818.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19418.2 * Update dependencies from https://github.com/dotnet/cli build 20190819.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19419.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30c9f8a03..9098d509f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - 75ec2f7d77ffa7453cb5e64fec1d5b41e4054f9d + f709ef7ac579717539ac56d58a336f8dce19165d diff --git a/eng/Versions.props b/eng/Versions.props index e240f0804..031a0ca49 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19418.1 + 5.0.100-alpha1.19419.3 0.2.0 From ebc2ec102799cdaf8fffe69bfb213e03e25e9c9c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 12:32:49 +0000 Subject: [PATCH 0204/1121] Update dependencies from https://github.com/dotnet/arcade build 20190819.12 (#4105) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19419.12 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9098d509f..74970f716 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 0e36c2410b72166a1b9a67142e652225e22feada + 10b2260aeed5f07582bf8d8dcd4221a447b171c5 diff --git a/global.json b/global.json index 2c0085d27..2e4612251 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19416.16" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19419.12" } } From 1b7d5219f9cc9f9e839be6a0a5b5b5acee9d739c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 18:05:42 +0000 Subject: [PATCH 0205/1121] Update dependencies from https://github.com/dotnet/cli build 20190820.1 (#4106) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19420.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 74970f716..9b4f0bd79 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - f709ef7ac579717539ac56d58a336f8dce19165d + 55110a6f2484462aca2a9a4f030e245595194961 diff --git a/eng/Versions.props b/eng/Versions.props index 031a0ca49..5e20ffdbf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19419.3 + 5.0.100-alpha1.19420.1 0.2.0 From 8e0f6e871065d7b7a22b80c6533904f6f491fe1e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 18:10:20 +0000 Subject: [PATCH 0206/1121] Update dependencies from https://github.com/dotnet/sdk build 20190817.1 (#4081) - Microsoft.NET.Sdk - 5.0.100-alpha1.19417.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9b4f0bd79..ad2cff2a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset b3e83f9622d29f75d7f144ea55d8d6803eb29077 - + https://github.com/dotnet/sdk - dcfa90ff8eda8a459c74e5669f650c3b63e262d0 + 0764a2b93c13914bda8bad82fb278fa418b53720 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 5e20ffdbf..3f23e9849 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19414.1 + 5.0.100-alpha1.19417.1 $(MicrosoftNETSdkPackageVersion) From d55181f61ea2249c25e9756da963eda4656d362b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 18:50:40 +0000 Subject: [PATCH 0207/1121] Update dependencies from https://github.com/dotnet/toolset build 20190820.1 (#4108) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19420.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad2cff2a0..27b8fc373 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - b3e83f9622d29f75d7f144ea55d8d6803eb29077 + 277f5b041c047f501ddbea27b9c101761fecea55 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3f23e9849..3431820fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19419.4 + 5.0.100-alpha1.19420.1 From 714fa5d347e56bc27991de29cc9431e134a7e7f6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 20:03:21 +0000 Subject: [PATCH 0208/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190820.2 (#4111) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19420.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19420.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19420.2 - dotnet-watch - 5.0.0-alpha1.19420.2 - dotnet-user-secrets - 5.0.0-alpha1.19420.2 - dotnet-dev-certs - 5.0.0-alpha1.19420.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 27b8fc373..07c2c80a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/aspnet/AspNetCore - 8987cca7c96bbcf9102b7d299cc833841c6de2b6 + 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 - + https://github.com/aspnet/AspNetCore - 8987cca7c96bbcf9102b7d299cc833841c6de2b6 + 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 - + https://github.com/aspnet/AspNetCore - 8987cca7c96bbcf9102b7d299cc833841c6de2b6 + 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 - + https://github.com/aspnet/AspNetCore - 8987cca7c96bbcf9102b7d299cc833841c6de2b6 + 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 - + https://github.com/aspnet/AspNetCore - 8987cca7c96bbcf9102b7d299cc833841c6de2b6 + 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 - + https://github.com/aspnet/AspNetCore - 8987cca7c96bbcf9102b7d299cc833841c6de2b6 + 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 3431820fb..8fb4e35d8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19419.2 - 5.0.0-alpha1.19419.2 - 5.0.0-alpha1.19419.2 - 5.0.0-alpha1.19419.2 - 5.0.0-alpha1.19419.2 - 5.0.0-alpha1.19419.2 + 5.0.0-alpha1.19420.2 + 5.0.0-alpha1.19420.2 + 5.0.0-alpha1.19420.2 + 5.0.0-alpha1.19420.2 + 5.0.0-alpha1.19420.2 + 5.0.0-alpha1.19420.2 From e21c2590c76ea35fd2ab5e16f1cabca9ec015e92 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 20:09:16 +0000 Subject: [PATCH 0209/1121] Update dependencies from https://github.com/dotnet/sdk build 20190820.1 (#4112) - Microsoft.NET.Sdk - 5.0.100-alpha1.19420.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 07c2c80a5..ad487fbe0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 277f5b041c047f501ddbea27b9c101761fecea55 - + https://github.com/dotnet/sdk - 0764a2b93c13914bda8bad82fb278fa418b53720 + 13f357d8cd4bc2188c25c028c00faee550555864 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 8fb4e35d8..8c9722623 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19417.1 + 5.0.100-alpha1.19420.1 $(MicrosoftNETSdkPackageVersion) From 3fbbcb8d622a2d73a8e315f8c3a95d24e1aaa41e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 21:21:02 +0000 Subject: [PATCH 0210/1121] Update dependencies from https://github.com/dotnet/cli build 20190820.5 (#4113) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19420.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad487fbe0..6fc6c9ab8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 13f357d8cd4bc2188c25c028c00faee550555864 - + https://github.com/dotnet/cli - 55110a6f2484462aca2a9a4f030e245595194961 + a378703321ffb86ff054fe5140d0359cdd088a8f diff --git a/eng/Versions.props b/eng/Versions.props index 8c9722623..b8b445dbe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19420.1 + 5.0.100-alpha1.19420.5 0.2.0 From 0d34ed2c11c98afb9ba0f7629b1678ed0d204baf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 22:05:41 +0000 Subject: [PATCH 0211/1121] Update dependencies from https://github.com/dotnet/toolset build 20190820.10 (#4115) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19420.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6fc6c9ab8..380a8553c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - 277f5b041c047f501ddbea27b9c101761fecea55 + 9141f7bc5c57b4247a96a09660e49c0fcca4bc16 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b8b445dbe..6e3f2de5e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19420.1 + 5.0.100-alpha1.19420.10 From 833a8145ac25491c9d9ae4515eb0f0784e16e1a6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 12:34:47 +0000 Subject: [PATCH 0212/1121] Update dependencies from https://github.com/dotnet/templating build 20190820.1 (#4127) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19420.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 380a8553c..c18fee7bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 - + https://github.com/dotnet/templating - 184697656cbc995fb5b7aa24b8ace369217896dc + 744e8f6807596b7b54655294085ec2ab683173b2 https://github.com/dotnet/toolset From ef0879ab5316bca7dbc5f69a2b7f3c7d16ba3177 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 13:10:14 +0000 Subject: [PATCH 0213/1121] Update dependencies from https://github.com/dotnet/toolset build 20190821.2 (#4128) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19421.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c18fee7bc..34e001f3e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 744e8f6807596b7b54655294085ec2ab683173b2 - + https://github.com/dotnet/toolset - 9141f7bc5c57b4247a96a09660e49c0fcca4bc16 + 396797decbf610c3b00de531f924729edead7728 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6e3f2de5e..bc5ac20f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19420.10 + 5.0.100-alpha1.19421.2 From c3b15ac223b72faf39e5fb5cd0ddc1557af147a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 13:35:55 +0000 Subject: [PATCH 0214/1121] [master] Update dependencies from dotnet/toolset (#4130) * Update dependencies from https://github.com/dotnet/toolset build 20190821.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19421.5 * Update dependencies from https://github.com/dotnet/toolset build 20190821.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19421.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 34e001f3e..30d0b0f76 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 744e8f6807596b7b54655294085ec2ab683173b2 - + https://github.com/dotnet/toolset - 396797decbf610c3b00de531f924729edead7728 + f61704ce406595ced0ad323c47308e84b7d184e6 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bc5ac20f3..beaa59f90 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19421.2 + 5.0.100-alpha1.19421.3 From f653cb8d7a7a79bc4cec5c7fa46829cb2db12e33 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 13:40:52 +0000 Subject: [PATCH 0215/1121] Update dependencies from https://github.com/dotnet/cli build 20190821.1 (#4131) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19421.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30d0b0f76..524f00058 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 13f357d8cd4bc2188c25c028c00faee550555864 - + https://github.com/dotnet/cli - a378703321ffb86ff054fe5140d0359cdd088a8f + 4aa7399869309390822fe6c961ce35266f882383 diff --git a/eng/Versions.props b/eng/Versions.props index beaa59f90..cd12a1263 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19420.5 + 5.0.100-alpha1.19421.1 0.2.0 From 2511df1dac4f013983282706d65eb99e4931eb6f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 14:31:33 +0000 Subject: [PATCH 0216/1121] Update dependencies from https://github.com/dotnet/toolset build 20190821.6 (#4132) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19421.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 524f00058..2d0da3d82 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 744e8f6807596b7b54655294085ec2ab683173b2 - + https://github.com/dotnet/toolset - f61704ce406595ced0ad323c47308e84b7d184e6 + 81f521985e54e4229ad080e8234b110bb419c3b9 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index cd12a1263..e6397883f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19421.3 + 5.0.100-alpha1.19421.6 From 491ba95fc936a3959819fec3280046ebc21920f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 15:55:00 +0000 Subject: [PATCH 0217/1121] Update dependencies from https://github.com/dotnet/sdk build 20190821.1 (#4134) - Microsoft.NET.Sdk - 5.0.100-alpha1.19421.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d0da3d82..7936c3373 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 81f521985e54e4229ad080e8234b110bb419c3b9 - + https://github.com/dotnet/sdk - 13f357d8cd4bc2188c25c028c00faee550555864 + 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index e6397883f..8677e6e33 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19420.1 + 5.0.100-alpha1.19421.1 $(MicrosoftNETSdkPackageVersion) From bfe17d4e43415450a4babfa8a4c1d9ef73b47e06 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 23:48:13 +0000 Subject: [PATCH 0218/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190821.1 (#4145) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19421.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19421.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19421.1 - dotnet-watch - 5.0.0-alpha1.19421.1 - dotnet-user-secrets - 5.0.0-alpha1.19421.1 - dotnet-dev-certs - 5.0.0-alpha1.19421.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7936c3373..f347932e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/aspnet/AspNetCore - 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 + e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/aspnet/AspNetCore - 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 + e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/aspnet/AspNetCore - 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 + e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/aspnet/AspNetCore - 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 + e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/aspnet/AspNetCore - 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 + e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/aspnet/AspNetCore - 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 + e0f95cfa6feec402ea34a605965f356720006513 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 8677e6e33..482ec00fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19420.2 - 5.0.0-alpha1.19420.2 - 5.0.0-alpha1.19420.2 - 5.0.0-alpha1.19420.2 - 5.0.0-alpha1.19420.2 - 5.0.0-alpha1.19420.2 + 5.0.0-alpha1.19421.1 + 5.0.0-alpha1.19421.1 + 5.0.0-alpha1.19421.1 + 5.0.0-alpha1.19421.1 + 5.0.0-alpha1.19421.1 + 5.0.0-alpha1.19421.1 From 2c587dc0818e3023b10fae69bef3d0276ecce5d3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 00:55:40 +0000 Subject: [PATCH 0219/1121] Update dependencies from https://github.com/dotnet/cli build 20190821.4 (#4148) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19421.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f347932e2..edca048c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 4aa7399869309390822fe6c961ce35266f882383 + f0818d3f31520f8eae6dffb2d071f893fa40265f diff --git a/eng/Versions.props b/eng/Versions.props index 482ec00fa..5dfe9a4c9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19421.1 + 5.0.100-alpha1.19421.4 0.2.0 From f1cb0c113fe859a66daf11dac9165c621ba42cfa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 01:35:18 +0000 Subject: [PATCH 0220/1121] Update dependencies from https://github.com/dotnet/toolset build 20190821.20 (#4151) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19421.20 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index edca048c7..553f327c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 744e8f6807596b7b54655294085ec2ab683173b2 - + https://github.com/dotnet/toolset - 81f521985e54e4229ad080e8234b110bb419c3b9 + 61de6e21f88b8cbf66f45364ef7580a2ca66389c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5dfe9a4c9..a43294a36 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19421.6 + 5.0.100-alpha1.19421.20 From 7d57d1a823df300f9ae9b3203a1ade72cc703343 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 02:00:55 +0000 Subject: [PATCH 0221/1121] Update dependencies from https://github.com/dotnet/toolset build 20190821.22 (#4153) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19421.22 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 553f327c2..60da0a73c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 744e8f6807596b7b54655294085ec2ab683173b2 - + https://github.com/dotnet/toolset - 61de6e21f88b8cbf66f45364ef7580a2ca66389c + f3e4c2ba67d6d8e494daf3be230aece6238997dc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a43294a36..213fa2e60 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19421.20 + 5.0.100-alpha1.19421.22 From 286593900764e88f252c8aae1be10b2c6e4506a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 12:34:00 +0000 Subject: [PATCH 0222/1121] Update dependencies from https://github.com/dotnet/templating build 20190821.1 (#4160) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19421.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 60da0a73c..30fae9a03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/dotnet/templating - 744e8f6807596b7b54655294085ec2ab683173b2 + fb6e6e379543a17d410afe5a808465bb4c40a1b2 https://github.com/dotnet/toolset From b8dcb2ee220916fdc929b70095d8c36852859ca8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 12:34:05 +0000 Subject: [PATCH 0223/1121] [master] Update dependencies from dotnet/arcade (#4126) * Update dependencies from https://github.com/dotnet/arcade build 20190820.8 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19420.8 * Update dependencies from https://github.com/dotnet/arcade build 20190821.4 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19421.4 --- eng/Version.Details.xml | 4 +- .../post-build/sourcelink-validation.ps1 | 82 +++++++++++++------ .../post-build/channels/netcore-dev-5.yml | 8 +- .../channels/netcore-tools-latest.yml | 8 +- .../channels/public-dev-release.yml | 6 ++ .../post-build/channels/public-release.yml | 1 + .../channels/public-validation-release.yml | 8 +- .../templates/post-build/common-variables.yml | 7 ++ .../templates/post-build/post-build.yml | 6 ++ global.json | 2 +- 10 files changed, 100 insertions(+), 32 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30fae9a03..3ba091412 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 10b2260aeed5f07582bf8d8dcd4221a447b171c5 + 27a6926f6b1d4b36d86a236d2b05cdee3669589e diff --git a/eng/common/post-build/sourcelink-validation.ps1 b/eng/common/post-build/sourcelink-validation.ps1 index 41e01ae6e..428e8c960 100644 --- a/eng/common/post-build/sourcelink-validation.ps1 +++ b/eng/common/post-build/sourcelink-validation.ps1 @@ -1,8 +1,8 @@ param( [Parameter(Mandatory=$true)][string] $InputPath, # Full path to directory where Symbols.NuGet packages to be checked are stored [Parameter(Mandatory=$true)][string] $ExtractPath, # Full path to directory where the packages will be extracted during validation - [Parameter(Mandatory=$true)][string] $GHRepoName, # GitHub name of the repo including the Org. E.g., dotnet/arcade - [Parameter(Mandatory=$true)][string] $GHCommit, # GitHub commit SHA used to build the packages + [Parameter(Mandatory=$false)][string] $GHRepoName, # GitHub name of the repo including the Org. E.g., dotnet/arcade + [Parameter(Mandatory=$false)][string] $GHCommit, # GitHub commit SHA used to build the packages [Parameter(Mandatory=$true)][string] $SourcelinkCliVersion # Version of SourceLink CLI to use ) @@ -13,6 +13,12 @@ param( # all files present in the repo at a specific commit point. $global:RepoFiles = @{} +# Maximum number of jobs to run in parallel +$MaxParallelJobs = 6 + +# Wait time between check for system load +$SecondsBetweenLoadChecks = 10 + $ValidatePackage = { param( [string] $PackagePath # Full path to a Symbols.NuGet package @@ -22,8 +28,8 @@ $ValidatePackage = { # Ensure input file exist if (!(Test-Path $PackagePath)) { - Write-PipelineTaskError "Input file does not exist: $PackagePath" - ExitWithExitCode 1 + Write-Host "Input file does not exist: $PackagePath" + return 1 } # Extensions for which we'll look for SourceLink information @@ -38,7 +44,7 @@ $ValidatePackage = { Add-Type -AssemblyName System.IO.Compression.FileSystem - [System.IO.Directory]::CreateDirectory($ExtractPath); + [System.IO.Directory]::CreateDirectory($ExtractPath) | Out-Null try { $zip = [System.IO.Compression.ZipFile]::OpenRead($PackagePath) @@ -138,16 +144,18 @@ $ValidatePackage = { if ($FailedFiles -eq 0) { Write-Host "Passed." + return 0 } else { - Write-PipelineTaskError "$PackagePath has broken SourceLink links." + Write-Host "$PackagePath has broken SourceLink links." + return 1 } } function ValidateSourceLinkLinks { - if (!($GHRepoName -Match "^[^\s\/]+/[^\s\/]+$")) { + if ($GHRepoName -ne "" -and !($GHRepoName -Match "^[^\s\/]+/[^\s\/]+$")) { if (!($GHRepoName -Match "^[^\s-]+-[^\s]+$")) { - Write-PipelineTaskError "GHRepoName should be in the format / or -" + Write-PipelineTaskError "GHRepoName should be in the format / or -. '$GHRepoName'" ExitWithExitCode 1 } else { @@ -155,30 +163,33 @@ function ValidateSourceLinkLinks { } } - if (!($GHCommit -Match "^[0-9a-fA-F]{40}$")) { - Write-PipelineTaskError "GHCommit should be a 40 chars hexadecimal string" + if ($GHCommit -ne "" -and !($GHCommit -Match "^[0-9a-fA-F]{40}$")) { + Write-PipelineTaskError "GHCommit should be a 40 chars hexadecimal string. '$GHCommit'" ExitWithExitCode 1 } - $RepoTreeURL = -Join("http://api.github.com/repos/", $GHRepoName, "/git/trees/", $GHCommit, "?recursive=1") - $CodeExtensions = @(".cs", ".vb", ".fs", ".fsi", ".fsx", ".fsscript") + if ($GHRepoName -ne "" -and $GHCommit -ne "") { + $RepoTreeURL = -Join("http://api.github.com/repos/", $GHRepoName, "/git/trees/", $GHCommit, "?recursive=1") + $CodeExtensions = @(".cs", ".vb", ".fs", ".fsi", ".fsx", ".fsscript") - try { - # Retrieve the list of files in the repo at that particular commit point and store them in the RepoFiles hash - $Data = Invoke-WebRequest $RepoTreeURL -UseBasicParsing | ConvertFrom-Json | Select-Object -ExpandProperty tree + try { + # Retrieve the list of files in the repo at that particular commit point and store them in the RepoFiles hash + $Data = Invoke-WebRequest $RepoTreeURL -UseBasicParsing | ConvertFrom-Json | Select-Object -ExpandProperty tree - foreach ($file in $Data) { - $Extension = [System.IO.Path]::GetExtension($file.path) + foreach ($file in $Data) { + $Extension = [System.IO.Path]::GetExtension($file.path) - if ($CodeExtensions.Contains($Extension)) { - $RepoFiles[$file.path] = 1 + if ($CodeExtensions.Contains($Extension)) { + $RepoFiles[$file.path] = 1 + } } } + catch { + Write-Host "Problems downloading the list of files from the repo. Url used: $RepoTreeURL . Execution will proceed without caching." + } } - catch { - Write-PipelineTaskError "Problems downloading the list of files from the repo. Url used: $RepoTreeURL" - Write-Host $_ - ExitWithExitCode 1 + elseif ($GHRepoName -ne "" -or $GHCommit -ne "") { + Write-Host "For using the http caching mechanism both GHRepoName and GHCommit should be informed." } if (Test-Path $ExtractPath) { @@ -186,14 +197,33 @@ function ValidateSourceLinkLinks { } # Process each NuGet package in parallel - $Jobs = @() Get-ChildItem "$InputPath\*.symbols.nupkg" | ForEach-Object { - $Jobs += Start-Job -ScriptBlock $ValidatePackage -ArgumentList $_.FullName + Start-Job -ScriptBlock $ValidatePackage -ArgumentList $_.FullName | Out-Null + $NumJobs = @(Get-Job -State 'Running').Count + + while ($NumJobs -ge $MaxParallelJobs) { + Write-Host "There are $NumJobs validation jobs running right now. Waiting $SecondsBetweenLoadChecks seconds to check again." + sleep $SecondsBetweenLoadChecks + $NumJobs = @(Get-Job -State 'Running').Count + } + + foreach ($Job in @(Get-Job -State 'Completed')) { + Receive-Job -Id $Job.Id + Remove-Job -Id $Job.Id + } } + $ValidationFailures = 0 foreach ($Job in $Jobs) { - Wait-Job -Id $Job.Id | Receive-Job + $jobResult = Wait-Job -Id $Job.Id | Receive-Job + if ($jobResult -ne "0") { + $ValidationFailures++ + } + } + if ($ValidationFailures -gt 0) { + Write-PipelineTaskError " $ValidationFailures package(s) failed validation." + ExitWithExitCode 1 } } diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index dab3a10e5..812def315 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -2,6 +2,7 @@ parameters: enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false stages: - stage: NetCore_Dev5_Publish @@ -101,7 +102,12 @@ stages: /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release + /p:Configuration=Release + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index 982ee0062..c2d207673 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -2,6 +2,7 @@ parameters: enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false stages: - stage: NetCore_Tools_Latest_Publish @@ -101,7 +102,12 @@ stages: /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release + /p:Configuration=Release + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 diff --git a/eng/common/templates/post-build/channels/public-dev-release.yml b/eng/common/templates/post-build/channels/public-dev-release.yml index 36b281855..afa954214 100644 --- a/eng/common/templates/post-build/channels/public-dev-release.yml +++ b/eng/common/templates/post-build/channels/public-dev-release.yml @@ -2,6 +2,7 @@ parameters: enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false stages: - stage: Publish @@ -102,6 +103,11 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 diff --git a/eng/common/templates/post-build/channels/public-release.yml b/eng/common/templates/post-build/channels/public-release.yml index 5dcd9a8c4..7ec1f89c0 100644 --- a/eng/common/templates/post-build/channels/public-release.yml +++ b/eng/common/templates/post-build/channels/public-release.yml @@ -90,6 +90,7 @@ stages: /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:AzureStorageAccountName=$(ProxyBackedFeedsAccountName) /p:AzureStorageAccountKey=$(dotnetfeed-storage-access-key-1) /p:AzureDevOpsFeedsBaseUrl=$(dotnetfeed-internal-private-feed-url) diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index c62831095..12124d621 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -1,5 +1,6 @@ parameters: artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false stages: - stage: PVR_Publish @@ -65,7 +66,12 @@ stages: /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' - /p:Configuration=Release + /p:Configuration=Release + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 52a74487f..b00d85d8c 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -1,5 +1,6 @@ variables: - group: Publish-Build-Assets + - group: DotNet-DotNetCli-Storage # .NET Core 3 Dev - name: PublicDevRelease_30_Channel_Id @@ -45,3 +46,9 @@ variables: value: 3.0.0 - name: SymbolToolVersion value: 1.0.1 + + # Default locations for Installers and checksums + - name: ChecksumsBlobFeedUrl + value: https://dotnetcli.blob.core.windows.net/dotnet/index.json + - name: InstallersBlobFeedUrl + value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index e6b75088c..3f239fae2 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -3,6 +3,7 @@ parameters: enableSigningValidation: true enableSymbolValidation: true enableNugetValidation: true + publishInstallersAndChecksums: false SDLValidationParameters: enable: false params: '' @@ -85,6 +86,7 @@ stages: -GHRepoName $(Build.Repository.Name) -GHCommit $(Build.SourceVersion) -SourcelinkCliVersion $(SourceLinkCLIVersion) + continueOnError: true - ${{ if eq(parameters.SDLValidationParameters.enable, 'true') }}: - template: /eng/common/templates/job/execute-sdl.yml @@ -96,22 +98,26 @@ stages: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\public-dev-release.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-tools-latest.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\public-validation-release.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\public-release.yml parameters: diff --git a/global.json b/global.json index 2e4612251..4f2c29110 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19419.12" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19421.4" } } From 88bc852715c53a835005ea39420fd5570b40bc5b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 13:10:44 +0000 Subject: [PATCH 0224/1121] [master] Update dependencies from dotnet/toolset (#4161) * Update dependencies from https://github.com/dotnet/toolset build 20190822.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19422.1 * Update dependencies from https://github.com/dotnet/toolset build 20190822.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19422.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3ba091412..5db85f413 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fb6e6e379543a17d410afe5a808465bb4c40a1b2 - + https://github.com/dotnet/toolset - f3e4c2ba67d6d8e494daf3be230aece6238997dc + 71d7394ffab67f62f4119d2abcb5613e9b5eb9ab https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 213fa2e60..3365f5198 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19421.22 + 5.0.100-alpha1.19422.2 From 512191a73f47150efbebb1cb936a8c41a246d5f7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 13:36:24 +0000 Subject: [PATCH 0225/1121] Update dependencies from https://github.com/dotnet/toolset build 20190822.4 (#4163) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19422.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5db85f413..f504efd1b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fb6e6e379543a17d410afe5a808465bb4c40a1b2 - + https://github.com/dotnet/toolset - 71d7394ffab67f62f4119d2abcb5613e9b5eb9ab + cd655847080bf54a477e3e9b79ad113151151263 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3365f5198..7d3a68395 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19422.2 + 5.0.100-alpha1.19422.4 From 9d1a212b959e816bd09fe9a61c6c029e817ce1de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 13:48:50 +0000 Subject: [PATCH 0226/1121] [master] Update dependencies from dotnet/cli (#4149) * Update dependencies from https://github.com/dotnet/cli build 20190821.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19421.6 * Update dependencies from https://github.com/dotnet/cli build 20190822.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19422.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f504efd1b..581ab7cb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - f0818d3f31520f8eae6dffb2d071f893fa40265f + 84b83427fdefec8da532df73f1245a320636808f diff --git a/eng/Versions.props b/eng/Versions.props index 7d3a68395..512888d94 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19421.4 + 5.0.100-alpha1.19422.2 0.2.0 From c255a56edc73c228d1883fbbcd7f5e5bd8673fe9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 14:25:49 +0000 Subject: [PATCH 0227/1121] Update dependencies from https://github.com/dotnet/toolset build 20190822.6 (#4166) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19422.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 581ab7cb4..84b404e4c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fb6e6e379543a17d410afe5a808465bb4c40a1b2 - + https://github.com/dotnet/toolset - cd655847080bf54a477e3e9b79ad113151151263 + 359d6174aa037f6f759525d249fde55841bca21f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 512888d94..5bdf88711 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19422.4 + 5.0.100-alpha1.19422.6 From 2d3eb50a6b70506ff2626c78984671cbb0a66566 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 05:41:43 +0000 Subject: [PATCH 0228/1121] [master] Update dependencies from dotnet/core-setup (#4048) * Update dependencies from https://github.com/dotnet/core-setup build 20190815.5 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.5 * Update dependencies from https://github.com/dotnet/core-setup build 20190815.7 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.7 * Update dependencies from https://github.com/dotnet/core-setup build 20190815.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.8 * Update dependencies from https://github.com/dotnet/core-setup build 20190815.11 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.11 * Update dependencies from https://github.com/dotnet/core-setup build 20190815.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.12 * Update dependencies from https://github.com/dotnet/core-setup build 20190816.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19416.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19416.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19416.9 * Update dependencies from https://github.com/dotnet/core-setup build 20190816.13 - Microsoft.NETCore.App - 5.0.0-alpha1.19416.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19416.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19416.13 * Update dependencies from https://github.com/dotnet/core-setup build 20190817.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19417.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19417.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19417.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190817.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19417.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19417.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19417.2 * Update dependencies from https://github.com/dotnet/core-setup build 20190818.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19418.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19418.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19418.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190818.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19418.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19418.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19418.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190819.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19419.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19419.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19419.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190819.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19419.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19419.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19419.4 * Update dependencies from https://github.com/dotnet/core-setup build 20190819.7 - Microsoft.NETCore.App - 5.0.0-alpha1.19419.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19419.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19419.7 * Update dependencies from https://github.com/dotnet/core-setup build 20190819.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19419.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19419.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19419.8 * Update dependencies from https://github.com/dotnet/core-setup build 20190820.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19420.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19420.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19420.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190820.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19420.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19420.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19420.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190820.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19420.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19420.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19420.9 * Update dependencies from https://github.com/dotnet/core-setup build 20190820.11 - Microsoft.NETCore.App - 5.0.0-alpha1.19420.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19420.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19420.11 * Update dependencies from https://github.com/dotnet/core-setup build 20190821.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19421.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19421.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19421.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190821.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19421.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19421.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19421.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190821.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19421.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19421.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19421.8 * Update dependencies from https://github.com/dotnet/core-setup build 20190821.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19421.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19421.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19421.12 * Update dependencies from https://github.com/dotnet/core-setup build 20190821.21 - Microsoft.NETCore.App - 5.0.0-alpha1.19421.21 - NETStandard.Library.Ref - 2.1.0-alpha1.19421.21 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19421.21 * Update dependencies from https://github.com/dotnet/core-setup build 20190822.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19422.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19422.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19422.2 * Update dependencies from https://github.com/dotnet/core-setup build 20190822.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19422.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19422.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19422.4 * Update dependencies from https://github.com/dotnet/core-setup build 20190822.5 - Microsoft.NETCore.App - 5.0.0-alpha1.19422.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19422.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19422.5 * Update dependencies from https://github.com/dotnet/core-setup build 20190822.13 - Microsoft.NETCore.App - 5.0.0-alpha1.19422.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19422.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19422.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84b404e4c..24c325035 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 4b82b1edad5fb7b1f9e865a8429c2da33c921854 + a307f0df21061400efeaf50b267f032a09146fee - + https://github.com/dotnet/core-setup - 4b82b1edad5fb7b1f9e865a8429c2da33c921854 + a307f0df21061400efeaf50b267f032a09146fee - + https://github.com/dotnet/core-setup - 4b82b1edad5fb7b1f9e865a8429c2da33c921854 + a307f0df21061400efeaf50b267f032a09146fee https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 5bdf88711..b25748df2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19422.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19415.3 + 2.1.0-alpha1.19422.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19422.13 $(MicrosoftWindowsDesktopAppPackageVersion) From 37741500b99b51183f23011c108b16b805ea0f0b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 07:10:41 +0000 Subject: [PATCH 0229/1121] Update dependencies from https://github.com/dotnet/toolset build 20190822.23 (#4189) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19422.23 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 24c325035..fb99666e0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fb6e6e379543a17d410afe5a808465bb4c40a1b2 - + https://github.com/dotnet/toolset - 359d6174aa037f6f759525d249fde55841bca21f + 89739a2dc49994b66362c4a43836b6ab8b923fec https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b25748df2..1e7f4bc7a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19422.6 + 5.0.100-alpha1.19422.23 From 5fea3bea7c18aa4f985ac85a827d4fc650cd27fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 12:33:14 +0000 Subject: [PATCH 0230/1121] Update dependencies from https://github.com/dotnet/arcade build 20190822.24 (#4193) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19422.24 --- eng/Version.Details.xml | 4 +- eng/common/performance/perfhelixpublish.proj | 25 +++++++++++++ eng/common/performance/performance-setup.ps1 | 17 ++++++++- eng/common/performance/performance-setup.sh | 37 ++++++++++++++++++- .../post-build/sourcelink-validation.ps1 | 2 +- global.json | 2 +- 6 files changed, 81 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb99666e0..c859ac6f9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 27a6926f6b1d4b36d86a236d2b05cdee3669589e + c7f03b2cf06bdfc64dad4140fd0d486127095cd8 diff --git a/eng/common/performance/perfhelixpublish.proj b/eng/common/performance/perfhelixpublish.proj index 05e5f0989..d07b1fa6e 100644 --- a/eng/common/performance/perfhelixpublish.proj +++ b/eng/common/performance/perfhelixpublish.proj @@ -5,8 +5,14 @@ --dotnet-versions %DOTNET_VERSION% --cli-source-info args --cli-branch %PERFLAB_BRANCH% --cli-commit-sha %PERFLAB_HASH% --cli-repository https://github.com/%PERFLAB_REPO% --cli-source-timestamp %PERFLAB_BUILDTIMESTAMP% py -3 %HELIX_CORRELATION_PAYLOAD%\Core_Root\CoreRun.exe + %HELIX_CORRELATION_PAYLOAD%\Baseline_Core_Root\CoreRun.exe $(HelixPreCommands);call %HELIX_CORRELATION_PAYLOAD%\performance\tools\machine-setup.cmd %HELIX_CORRELATION_PAYLOAD%\artifacts\BenchmarkDotNet.Artifacts + %HELIX_CORRELATION_PAYLOAD%\artifacts\BenchmarkDotNet.Artifacts_Baseline + %HELIX_CORRELATION_PAYLOAD%\performance\src\tools\ResultsComparer\ResultsComparer.csproj + %HELIX_CORRELATION_PAYLOAD%\performance\tools\dotnet\$(Architecture)\dotnet.exe + %25%25 + %HELIX_WORKITEM_ROOT%\testResults.xml @@ -24,14 +30,24 @@ --dotnet-versions $DOTNET_VERSION --cli-source-info args --cli-branch $PERFLAB_BRANCH --cli-commit-sha $PERFLAB_HASH --cli-repository https://github.com/$PERFLAB_REPO --cli-source-timestamp $PERFLAB_BUILDTIMESTAMP python3 $(BaseDirectory)/Core_Root/corerun + $(BaseDirectory)/Baseline_Core_Root/corerun $(HelixPreCommands);chmod +x $(PerformanceDirectory)/tools/machine-setup.sh;. $(PerformanceDirectory)/tools/machine-setup.sh $(BaseDirectory)/artifacts/BenchmarkDotNet.Artifacts + $(BaseDirectory)/artifacts/BenchmarkDotNet.Artifacts_Baseline + $(PerformanceDirectory)/src/tools/ResultsComparer/ResultsComparer.csproj + $(PerformanceDirectory)/tools/dotnet/$(Architecture)/dotnet + %25 + $HELIX_WORKITEM_ROOT/testResults.xml --corerun $(CoreRun) + + --corerun $(BaselineCoreRun) + + $(Python) $(WorkItemCommand) --incremental no --architecture $(Architecture) -f $(_Framework) $(PerfLabArguments) @@ -57,20 +73,29 @@ + + false + + $(WorkItemDirectory) + $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(BaselineCoreRunArgument) --artifacts $(BaselineArtifactsDirectory) --partition-count $(PartitionCount) --partition-index %(HelixWorkItem.Index)" $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(CoreRunArgument) --artifacts $(ArtifactsDirectory) --partition-count $(PartitionCount) --partition-index %(HelixWorkItem.Index)" + $(DotnetExe) run -f $(_Framework) -p $(ResultsComparer) --base $(BaselineArtifactsDirectory) --diff $(ArtifactsDirectory) --threshold 2$(Percent) --xml $(XMLResults);$(FinalCommand) 4:00 + $(WorkItemDirectory) + $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(BaselineCoreRunArgument) --artifacts $(ArtifactsDirectory)" $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(CoreRunArgument) --artifacts $(ArtifactsDirectory)" + $(DotnetExe) run -f $(_Framework) -p $(ResultsComparer) --base $(BaselineArtifactsDirectory) --diff $(ArtifactsDirectory) --threshold 2$(Percent) --xml $(XMLResults) 4:00 diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index 4a6706b63..268986246 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -1,6 +1,7 @@ Param( [string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY, [string] $CoreRootDirectory, + [string] $BaselineCoreRootDirectory, [string] $Architecture="x64", [string] $Framework="netcoreapp5.0", [string] $CompilationMode="Tiered", @@ -12,11 +13,13 @@ Param( [string] $Csproj="src\benchmarks\micro\MicroBenchmarks.csproj", [string] $Kind="micro", [switch] $Internal, + [switch] $Compare, [string] $Configurations="CompilationMode=$CompilationMode" ) $RunFromPerformanceRepo = ($Repository -eq "dotnet/performance") $UseCoreRun = ($CoreRootDirectory -ne [string]::Empty) +$UseBaselineCoreRun = ($BaselineCoreRootDirectory -ne [string]::Empty) $PayloadDirectory = (Join-Path $SourceDirectory "Payload") $PerformanceDirectory = (Join-Path $PayloadDirectory "performance") @@ -29,7 +32,13 @@ $HelixSourcePrefix = "pr" $Queue = "Windows.10.Amd64.ClientRS4.DevEx.15.8.Open" if ($Framework.StartsWith("netcoreapp")) { - $Queue = "Windows.10.Amd64.ClientRS4.Open" + $Queue = "Windows.10.Amd64.ClientRS5.Open" +} + +if ($Compare) { + $Queue = "Windows.10.Amd64.19H1.Tiger.Perf.Open" + $PerfLabArguments = "" + $ExtraBenchmarkDotNetArguments = "" } if ($Internal) { @@ -56,6 +65,10 @@ if ($UseCoreRun) { $NewCoreRoot = (Join-Path $PayloadDirectory "Core_Root") Move-Item -Path $CoreRootDirectory -Destination $NewCoreRoot } +if ($UseBaselineCoreRun) { + $NewBaselineCoreRoot = (Join-Path $PayloadDirectory "Baseline_Core_Root") + Move-Item -Path $BaselineCoreRootDirectory -Destination $NewBaselineCoreRoot +} $DocsDir = (Join-Path $PerformanceDirectory "docs") robocopy $DocsDir $WorkItemDirectory @@ -80,7 +93,9 @@ Write-PipelineSetVariable -Name 'TargetCsproj' -Value "$Csproj" -IsMultiJobVaria Write-PipelineSetVariable -Name 'Kind' -Value "$Kind" -IsMultiJobVariable $false Write-PipelineSetVariable -Name 'Architecture' -Value "$Architecture" -IsMultiJobVariable $false Write-PipelineSetVariable -Name 'UseCoreRun' -Value "$UseCoreRun" -IsMultiJobVariable $false +Write-PipelineSetVariable -Name 'UseBaselineCoreRun' -Value "$UseBaselineCoreRun" -IsMultiJobVariable $false Write-PipelineSetVariable -Name 'RunFromPerfRepo' -Value "$RunFromPerformanceRepo" -IsMultiJobVariable $false +Write-PipelineSetVariable -Name 'Compare' -Value "$Compare" -IsMultiJobVariable $false # Helix Arguments Write-PipelineSetVariable -Name 'Creator' -Value "$Creator" -IsMultiJobVariable $false diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 76126b1f8..550b3ebf1 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -2,6 +2,7 @@ source_directory=$BUILD_SOURCESDIRECTORY core_root_directory= +baseline_core_root_directory= architecture=x64 framework=netcoreapp5.0 compilation_mode=tiered @@ -10,12 +11,14 @@ branch=$BUILD_SOURCEBRANCH commit_sha=$BUILD_SOURCEVERSION build_number=$BUILD_BUILDNUMBER internal=false +compare=false kind="micro" run_categories="coreclr corefx" csproj="src\benchmarks\micro\MicroBenchmarks.csproj" configurations= run_from_perf_repo=false use_core_run=true +use_baseline_core_run=true while (($# > 0)); do lowerI="$(echo $1 | awk '{print tolower($0)}')" @@ -28,6 +31,10 @@ while (($# > 0)); do core_root_directory=$2 shift 2 ;; + --baselinecorerootdirectory) + baseline_core_root_directory=$2 + shift 2 + ;; --architecture) architecture=$2 shift 2 @@ -72,6 +79,10 @@ while (($# > 0)); do internal=true shift 1 ;; + --compare) + compare=true + shift 1 + ;; --configurations) configurations=$2 shift 2 @@ -114,6 +125,10 @@ if [ -z "$core_root_directory" ]; then use_core_run=false fi +if [ -z "$baseline_core_root_directory" ]; then + use_baseline_core_run=false +fi + payload_directory=$source_directory/Payload performance_directory=$payload_directory/performance workitem_directory=$source_directory/workitem @@ -123,6 +138,19 @@ queue=Ubuntu.1804.Amd64.Open creator=$BUILD_DEFINITIONNAME helix_source_prefix="pr" +if [[ "$compare" == true ]]; then + extra_benchmark_dotnet_arguments= + perflab_arguments= + + # No open queues for arm64 + if [[ "$architecture" = "arm64" ]]; then + echo "Compare not available for arm64" + exit 1 + fi + + queue=Ubuntu.1804.Amd64.Tiger.Perf.Open +fi + if [[ "$internal" == true ]]; then perflab_arguments="--upload-to-perflab-container" helix_source_prefix="official" @@ -156,6 +184,11 @@ if [[ "$use_core_run" = true ]]; then mv $core_root_directory $new_core_root fi +if [[ "$use_baseline_core_run" = true ]]; then + new_baseline_core_root=$payload_directory/Baseline_Core_Root + mv $baseline_core_root_directory $new_baseline_core_root +fi + ci=true _script_dir=$(pwd)/eng/common @@ -163,6 +196,7 @@ _script_dir=$(pwd)/eng/common # Make sure all of our variables are available for future steps Write-PipelineSetVariable -name "UseCoreRun" -value "$use_core_run" -is_multi_job_variable false +Write-PipelineSetVariable -name "UseBaselineCoreRun" -value "$use_baseline_core_run" -is_multi_job_variable false Write-PipelineSetVariable -name "Architecture" -value "$architecture" -is_multi_job_variable false Write-PipelineSetVariable -name "PayloadDirectory" -value "$payload_directory" -is_multi_job_variable false Write-PipelineSetVariable -name "PerformanceDirectory" -value "$performance_directory" -is_multi_job_variable false @@ -178,4 +212,5 @@ Write-PipelineSetVariable -name "RunFromPerfRepo" -value "$run_from_perf_repo" - Write-PipelineSetVariable -name "Creator" -value "$creator" -is_multi_job_variable false Write-PipelineSetVariable -name "HelixSourcePrefix" -value "$helix_source_prefix" -is_multi_job_variable false Write-PipelineSetVariable -name "Kind" -value "$kind" -is_multi_job_variable false -Write-PipelineSetVariable -name "_BuildConfig" -value "$architecture.$kind.$framework" -is_multi_job_variable false \ No newline at end of file +Write-PipelineSetVariable -name "_BuildConfig" -value "$architecture.$kind.$framework" -is_multi_job_variable false +Write-PipelineSetVariable -name "Compare" -value "$compare" -is_multi_job_variable false diff --git a/eng/common/post-build/sourcelink-validation.ps1 b/eng/common/post-build/sourcelink-validation.ps1 index 428e8c960..bbfdacca1 100644 --- a/eng/common/post-build/sourcelink-validation.ps1 +++ b/eng/common/post-build/sourcelink-validation.ps1 @@ -215,7 +215,7 @@ function ValidateSourceLinkLinks { } $ValidationFailures = 0 - foreach ($Job in $Jobs) { + foreach ($Job in @(Get-Job)) { $jobResult = Wait-Job -Id $Job.Id | Receive-Job if ($jobResult -ne "0") { $ValidationFailures++ diff --git a/global.json b/global.json index 4f2c29110..5571684d6 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19421.4" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19422.24" } } From 2a899f8c0b684ac29e9d8b97ede2fb02aa497196 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 12:33:35 +0000 Subject: [PATCH 0231/1121] Update dependencies from https://github.com/dotnet/templating build 20190822.1 (#4194) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19422.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c859ac6f9..3e1204244 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/dotnet/templating - fb6e6e379543a17d410afe5a808465bb4c40a1b2 + dc18771e863226441ac269c8c7311f346ea3f2f0 https://github.com/dotnet/toolset From ad545f4387808c619ed67fb8cfa8d36da29cbab4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 13:10:16 +0000 Subject: [PATCH 0232/1121] [master] Update dependencies from dotnet/toolset (#4195) * Update dependencies from https://github.com/dotnet/toolset build 20190823.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.3 * Update dependencies from https://github.com/dotnet/toolset build 20190823.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3e1204244..d9e464793 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - 89739a2dc49994b66362c4a43836b6ab8b923fec + 7ffd09ed29680026a2ce057f2d989c0643c4eddd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1e7f4bc7a..1f816e77a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19422.23 + 5.0.100-alpha1.19423.4 From 55701a451cdb326d4f2150d0159761bace145231 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 13:55:04 +0000 Subject: [PATCH 0233/1121] [master] Update dependencies from dotnet/cli (#4188) * Update dependencies from https://github.com/dotnet/cli build 20190822.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19422.7 * Update dependencies from https://github.com/dotnet/cli build 20190823.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.2 * Update dependencies from https://github.com/dotnet/cli build 20190823.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9e464793..21833f95c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 84b83427fdefec8da532df73f1245a320636808f + cbdc932a2259875239f861a0c6dc5316b56ebbc4 diff --git a/eng/Versions.props b/eng/Versions.props index 1f816e77a..2bc8649b2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19422.2 + 5.0.100-alpha1.19423.3 0.2.0 From 8bf15c73604f4345f3de39f7fddad1568653b0cc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 14:25:52 +0000 Subject: [PATCH 0234/1121] [master] Update dependencies from dotnet/toolset (#4197) * Update dependencies from https://github.com/dotnet/toolset build 20190823.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.6 * Update dependencies from https://github.com/dotnet/toolset build 20190823.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 21833f95c..d69d37ace 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - 7ffd09ed29680026a2ce057f2d989c0643c4eddd + 37163e713026f8dfd7214a9c6460e0c4c5105556 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2bc8649b2..b4af696de 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.4 + 5.0.100-alpha1.19423.8 From efd9bf88999b50c8dfd018704b5613887c36d7f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 15:06:51 +0000 Subject: [PATCH 0235/1121] Update dependencies from https://github.com/dotnet/toolset build 20190823.9 (#4198) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d69d37ace..814dfa7b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - 37163e713026f8dfd7214a9c6460e0c4c5105556 + 26d97f50be58d754e92c1a9581ca7207a85ca941 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b4af696de..9e97edb8d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.8 + 5.0.100-alpha1.19423.9 From e983c8bcc4ac3bdab43bc698358fa154014b0337 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 17:45:31 +0000 Subject: [PATCH 0236/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190823.2 (#4200) - Microsoft.NETCore.App - 5.0.0-alpha1.19423.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19423.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19423.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 814dfa7b2..366d25ef4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a307f0df21061400efeaf50b267f032a09146fee + 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 - + https://github.com/dotnet/core-setup - a307f0df21061400efeaf50b267f032a09146fee + 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 - + https://github.com/dotnet/core-setup - a307f0df21061400efeaf50b267f032a09146fee + 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9e97edb8d..d830cd60d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19422.13 + 5.0.0-alpha1.19423.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19422.13 + 2.1.0-alpha1.19423.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19422.13 + 5.0.0-alpha1.19423.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 775652059e71c6e69db14ce72b548c9f74801e59 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 18:21:15 +0000 Subject: [PATCH 0237/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190823.3 (#4202) - Microsoft.NETCore.App - 5.0.0-alpha1.19423.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19423.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19423.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 366d25ef4..148c78123 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 - + https://github.com/dotnet/core-setup 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 - + https://github.com/dotnet/core-setup 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 diff --git a/eng/Versions.props b/eng/Versions.props index d830cd60d..f1d655d39 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19423.2 + 5.0.0-alpha1.19423.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19423.2 + 2.1.0-alpha1.19423.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19423.2 + 5.0.0-alpha1.19423.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 41c1d71095c31cb220625459ba42bf56f24f3d9d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 18:45:43 +0000 Subject: [PATCH 0238/1121] Update dependencies from https://github.com/dotnet/cli build 20190823.5 (#4204) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 148c78123..58bf5d646 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - cbdc932a2259875239f861a0c6dc5316b56ebbc4 + 404e5a5fb6b3bfd34ead79f9ce42b0e64c857e15 diff --git a/eng/Versions.props b/eng/Versions.props index f1d655d39..6309dde1f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.3 + 5.0.100-alpha1.19423.5 0.2.0 From 259ba49b85e019a37a9da8f24fea7a899529de16 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 19:25:46 +0000 Subject: [PATCH 0239/1121] Update dependencies from https://github.com/dotnet/toolset build 20190823.12 (#4205) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 58bf5d646..a00b4ba49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - 26d97f50be58d754e92c1a9581ca7207a85ca941 + c0d6ea6ff603d3924374146af50c3ab6877f7597 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6309dde1f..1dbff8294 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.9 + 5.0.100-alpha1.19423.12 From a1ee9ae6d9f9f984e5f872ab1ff0b36d7dd99858 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 19:30:44 +0000 Subject: [PATCH 0240/1121] Update dependencies from https://github.com/dotnet/cli build 20190823.6 (#4206) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a00b4ba49..a700590f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 404e5a5fb6b3bfd34ead79f9ce42b0e64c857e15 + d985c4f5faeb3bf13b0f4d9763ee67c7d04ebd72 diff --git a/eng/Versions.props b/eng/Versions.props index 1dbff8294..052d1bfdd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.5 + 5.0.100-alpha1.19423.6 0.2.0 From 8f32a38bf8112ab8cc8adc68b4ecb72ccf5f95a7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 02:26:07 +0000 Subject: [PATCH 0241/1121] Update dependencies from https://github.com/dotnet/cli build 20190823.11 (#4218) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a700590f5..3b2b58fa8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - d985c4f5faeb3bf13b0f4d9763ee67c7d04ebd72 + 7bdc32ad3922cfcdf8e45fda7a2e69dbc13ed52b diff --git a/eng/Versions.props b/eng/Versions.props index 052d1bfdd..c1caa66f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.6 + 5.0.100-alpha1.19423.11 0.2.0 From d7c58952b276246deaef35d796a33b6f1bcb8f02 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 03:09:57 +0000 Subject: [PATCH 0242/1121] [master] Update dependencies from dotnet/toolset (#4208) * Update dependencies from https://github.com/dotnet/toolset build 20190823.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.14 * Update dependencies from https://github.com/dotnet/toolset build 20190823.22 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.22 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3b2b58fa8..99da87a79 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - c0d6ea6ff603d3924374146af50c3ab6877f7597 + 92d1652c05f9cda1c23c646398a28e62a120174b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c1caa66f6..0db4c388a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.12 + 5.0.100-alpha1.19423.22 From e0a226f58bddd2aea666c5989fc0db393c1d4ab2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 04:11:08 +0000 Subject: [PATCH 0243/1121] Update dependencies from https://github.com/dotnet/cli build 20190823.12 (#4221) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 99da87a79..bbfbc5a78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 7bdc32ad3922cfcdf8e45fda7a2e69dbc13ed52b + 97f9a352c3fced6eda67cd8825fba9741061caff diff --git a/eng/Versions.props b/eng/Versions.props index 0db4c388a..43725b05f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.11 + 5.0.100-alpha1.19423.12 0.2.0 From 339cd5e2423dc63c8fef4bca8d54ce4a065ed0e6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 04:15:51 +0000 Subject: [PATCH 0244/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190823.13 (#4220) - Microsoft.NETCore.App - 5.0.0-alpha1.19423.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19423.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19423.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bbfbc5a78..4a2df0ef2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 + 66e183e466589cb661cec1a76991f1a5bbd7cc56 - + https://github.com/dotnet/core-setup - 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 + 66e183e466589cb661cec1a76991f1a5bbd7cc56 - + https://github.com/dotnet/core-setup - 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 + 66e183e466589cb661cec1a76991f1a5bbd7cc56 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 43725b05f..d1a128161 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19423.3 + 5.0.0-alpha1.19423.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19423.3 + 2.1.0-alpha1.19423.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19423.3 + 5.0.0-alpha1.19423.13 $(MicrosoftWindowsDesktopAppPackageVersion) From 3f96434c06a7bf0e0157da85639b50a34941160f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 04:40:42 +0000 Subject: [PATCH 0245/1121] Update dependencies from https://github.com/dotnet/toolset build 20190823.24 (#4223) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.24 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4a2df0ef2..21c7d67ca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - 92d1652c05f9cda1c23c646398a28e62a120174b + f297c73025a9ecbbf9df3d2a71b8f95db88d70a8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d1a128161..9f68fff7c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.22 + 5.0.100-alpha1.19423.24 From 6bdc6d6bc87b4e7e60ad7dfc7d33d50cd8afffdc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 04:48:53 +0000 Subject: [PATCH 0246/1121] [master] Update dependencies from aspnet/AspNetCore (#4216) * Update dependencies from https://github.com/aspnet/AspNetCore build 20190823.6 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19423.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19423.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19423.6 - dotnet-watch - 5.0.0-alpha1.19423.6 - dotnet-user-secrets - 5.0.0-alpha1.19423.6 - dotnet-dev-certs - 5.0.0-alpha1.19423.6 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190823.12 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19423.12 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19423.12 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19423.12 - dotnet-watch - 5.0.0-alpha1.19423.12 - dotnet-user-secrets - 5.0.0-alpha1.19423.12 - dotnet-dev-certs - 5.0.0-alpha1.19423.12 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190823.14 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19423.14 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19423.14 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19423.14 - dotnet-watch - 5.0.0-alpha1.19423.14 - dotnet-user-secrets - 5.0.0-alpha1.19423.14 - dotnet-dev-certs - 5.0.0-alpha1.19423.14 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 21c7d67ca..fda37283a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 66e183e466589cb661cec1a76991f1a5bbd7cc56 - + https://github.com/aspnet/AspNetCore - e0f95cfa6feec402ea34a605965f356720006513 + 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/aspnet/AspNetCore - e0f95cfa6feec402ea34a605965f356720006513 + 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/aspnet/AspNetCore - e0f95cfa6feec402ea34a605965f356720006513 + 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/aspnet/AspNetCore - e0f95cfa6feec402ea34a605965f356720006513 + 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/aspnet/AspNetCore - e0f95cfa6feec402ea34a605965f356720006513 + 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/aspnet/AspNetCore - e0f95cfa6feec402ea34a605965f356720006513 + 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 9f68fff7c..5167c3af8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19421.1 - 5.0.0-alpha1.19421.1 - 5.0.0-alpha1.19421.1 - 5.0.0-alpha1.19421.1 - 5.0.0-alpha1.19421.1 - 5.0.0-alpha1.19421.1 + 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19423.14 From a4393486de7df0fbbc2479d211cb238bdfc4db29 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 05:15:45 +0000 Subject: [PATCH 0247/1121] Update dependencies from https://github.com/dotnet/cli build 20190823.13 (#4224) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fda37283a..dc0608f96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 97f9a352c3fced6eda67cd8825fba9741061caff + 25bdc1d0460b707bb600dfc1292867e318fada9d diff --git a/eng/Versions.props b/eng/Versions.props index 5167c3af8..7a9e4016d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.12 + 5.0.100-alpha1.19423.13 0.2.0 From 32bf5a5b6c4eca44213957db91f3025631612161 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 05:30:46 +0000 Subject: [PATCH 0248/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190823.14 (#4225) - Microsoft.NETCore.App - 5.0.0-alpha1.19423.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19423.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19423.14 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc0608f96..324a59fcd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 66e183e466589cb661cec1a76991f1a5bbd7cc56 - + https://github.com/dotnet/core-setup 66e183e466589cb661cec1a76991f1a5bbd7cc56 - + https://github.com/dotnet/core-setup 66e183e466589cb661cec1a76991f1a5bbd7cc56 diff --git a/eng/Versions.props b/eng/Versions.props index 7a9e4016d..858e50de5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19423.13 + 5.0.0-alpha1.19423.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19423.13 + 2.1.0-alpha1.19423.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19423.13 + 5.0.0-alpha1.19423.14 $(MicrosoftWindowsDesktopAppPackageVersion) From ccc8e5edfd9d4d110adb49faeac3db87cf38717d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 05:55:47 +0000 Subject: [PATCH 0249/1121] Update dependencies from https://github.com/dotnet/toolset build 20190823.25 (#4226) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.25 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 324a59fcd..b10feffe9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - f297c73025a9ecbbf9df3d2a71b8f95db88d70a8 + 06b08b57ccb9b1b0b2eebb21d37eb733d3dbbd2c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 858e50de5..c71aac69a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.24 + 5.0.100-alpha1.19423.25 From 7ec240426c4f400c1df927a84f89b17aed9742df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 06:45:42 +0000 Subject: [PATCH 0250/1121] Update dependencies from https://github.com/dotnet/cli build 20190823.14 (#4227) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b10feffe9..88097795d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 25bdc1d0460b707bb600dfc1292867e318fada9d + cc0c6715ca4bb6de3c8f087875c242f57bf42080 diff --git a/eng/Versions.props b/eng/Versions.props index c71aac69a..86ae663f5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.13 + 5.0.100-alpha1.19423.14 0.2.0 From d2785312a3dc593f96b3e37fe4d1bcb5751e6756 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 07:25:43 +0000 Subject: [PATCH 0251/1121] Update dependencies from https://github.com/dotnet/toolset build 20190823.26 (#4228) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.26 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 88097795d..f8c9ead9f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - 06b08b57ccb9b1b0b2eebb21d37eb733d3dbbd2c + b4ef596bcd76801e990a7e0df3f585e3703e8393 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 86ae663f5..0600d6140 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.25 + 5.0.100-alpha1.19423.26 From bc8c13045cdd54894a920fbe87dad8e9206b3230 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 12:38:06 +0000 Subject: [PATCH 0252/1121] Update dependencies from https://github.com/dotnet/arcade build 20190823.6 (#4229) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19423.6 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f8c9ead9f..41f51a7a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - c7f03b2cf06bdfc64dad4140fd0d486127095cd8 + c48732c894e73e4b1f491929392a465182eb7ba6 diff --git a/global.json b/global.json index 5571684d6..b8fe3b0ac 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19422.24" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19423.6" } } From 32a39c3c49381ed561633ce4a37e8dc08152a00b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 13:15:43 +0000 Subject: [PATCH 0253/1121] Update dependencies from https://github.com/dotnet/toolset build 20190824.1 (#4231) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19424.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 41f51a7a6..219ac540b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - b4ef596bcd76801e990a7e0df3f585e3703e8393 + fbe2a280e76a27d46ca67f8186f8a7c180cdcda3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0600d6140..209e7e259 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.26 + 5.0.100-alpha1.19424.1 From 9cf9d886963a47e98e1b98852a32988e3a032998 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 15:30:48 +0000 Subject: [PATCH 0254/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190824.1 (#4234) - Microsoft.NETCore.App - 5.0.0-alpha1.19424.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19424.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19424.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 219ac540b..ad1b548ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 66e183e466589cb661cec1a76991f1a5bbd7cc56 + 61725e710d8173ac069b169b20133d0e5da513b7 - + https://github.com/dotnet/core-setup - 66e183e466589cb661cec1a76991f1a5bbd7cc56 + 61725e710d8173ac069b169b20133d0e5da513b7 - + https://github.com/dotnet/core-setup - 66e183e466589cb661cec1a76991f1a5bbd7cc56 + 61725e710d8173ac069b169b20133d0e5da513b7 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 209e7e259..9b89de2c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19424.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19423.14 + 2.1.0-alpha1.19424.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19424.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 0feca53ec59732e2d2efe5ca8d5108977144aa82 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 16:26:11 +0000 Subject: [PATCH 0255/1121] Update dependencies from https://github.com/dotnet/cli build 20190824.1 (#4235) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19424.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad1b548ff..5e7092a7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - cc0c6715ca4bb6de3c8f087875c242f57bf42080 + 2215384ad66865e5e3c71225f5b8a1b77d015040 diff --git a/eng/Versions.props b/eng/Versions.props index 9b89de2c5..768b39576 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.14 + 5.0.100-alpha1.19424.1 0.2.0 From 46fb628c15a7b010e7dc5444347571523c2b0fa7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 16:52:57 +0000 Subject: [PATCH 0256/1121] [master] Update dependencies from dotnet/toolset (#4233) * Update dependencies from https://github.com/dotnet/toolset build 20190824.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19424.3 * Update dependencies from https://github.com/dotnet/toolset build 20190824.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19424.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5e7092a7f..c683fcb46 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - fbe2a280e76a27d46ca67f8186f8a7c180cdcda3 + e53314bc1aa8f92fb0a74f58896adb7edb8e4cd3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 768b39576..385e2f993 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19424.1 + 5.0.100-alpha1.19424.5 From 6e59656afc9f4d887d3e855e7f7bfba92d15ac90 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 17:05:57 +0000 Subject: [PATCH 0257/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190824.2 (#4237) - Microsoft.NETCore.App - 5.0.0-alpha1.19424.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19424.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19424.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c683fcb46..87127fc47 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 61725e710d8173ac069b169b20133d0e5da513b7 + d4bbdc295d12bce09a100a9f832f94a3d5ac3ab2 - + https://github.com/dotnet/core-setup - 61725e710d8173ac069b169b20133d0e5da513b7 + d4bbdc295d12bce09a100a9f832f94a3d5ac3ab2 - + https://github.com/dotnet/core-setup - 61725e710d8173ac069b169b20133d0e5da513b7 + d4bbdc295d12bce09a100a9f832f94a3d5ac3ab2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 385e2f993..027cdbede 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19424.1 + 5.0.0-alpha1.19424.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19424.1 + 2.1.0-alpha1.19424.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19424.1 + 5.0.0-alpha1.19424.2 $(MicrosoftWindowsDesktopAppPackageVersion) From a0e065e660a592bda6ea773a82b805734b28fac5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 18:20:45 +0000 Subject: [PATCH 0258/1121] Update dependencies from https://github.com/dotnet/cli build 20190824.2 (#4238) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19424.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87127fc47..22c8052f6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 2215384ad66865e5e3c71225f5b8a1b77d015040 + ce1b9166988b270c28f01860d6ae3298988ca00b diff --git a/eng/Versions.props b/eng/Versions.props index 027cdbede..0301c0a01 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19424.1 + 5.0.100-alpha1.19424.2 0.2.0 From 3ea4d91277dd083c64976d54eba7fc4bdff6a3fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 18:45:41 +0000 Subject: [PATCH 0259/1121] Update dependencies from https://github.com/dotnet/toolset build 20190824.6 (#4240) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19424.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 22c8052f6..a03b6ce29 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - e53314bc1aa8f92fb0a74f58896adb7edb8e4cd3 + 0a4b791cefd00bc739b38e451619b1db10c6bb1f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0301c0a01..9347ea6cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19424.5 + 5.0.100-alpha1.19424.6 From 5d26485a8d76632fa3633efb3745d5895699098f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 21:50:47 +0000 Subject: [PATCH 0260/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190824.5 (#4244) - Microsoft.NETCore.App - 5.0.0-alpha1.19424.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19424.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19424.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a03b6ce29..59b0cb347 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - d4bbdc295d12bce09a100a9f832f94a3d5ac3ab2 + 96eca94fc168c4e8fa637968357a964f9f1b3a81 - + https://github.com/dotnet/core-setup - d4bbdc295d12bce09a100a9f832f94a3d5ac3ab2 + 96eca94fc168c4e8fa637968357a964f9f1b3a81 - + https://github.com/dotnet/core-setup - d4bbdc295d12bce09a100a9f832f94a3d5ac3ab2 + 96eca94fc168c4e8fa637968357a964f9f1b3a81 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9347ea6cf..87a97b489 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19424.2 + 5.0.0-alpha1.19424.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19424.2 + 2.1.0-alpha1.19424.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19424.2 + 5.0.0-alpha1.19424.5 $(MicrosoftWindowsDesktopAppPackageVersion) From be9ddbcc5e8ddd8736dd93064a8e9e9e886f908f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 12:38:09 +0000 Subject: [PATCH 0261/1121] Update dependencies from https://github.com/dotnet/arcade build 20190824.1 (#4253) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19424.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 59b0cb347..ec87ded74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - c48732c894e73e4b1f491929392a465182eb7ba6 + a7b5eb8de300b6a30bd797c4ecc8769f7028aeec diff --git a/global.json b/global.json index b8fe3b0ac..b174bf2ab 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19423.6" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19424.1" } } From 3b459a4609d16e0a128636e41553b5aa6c7f01db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 12:47:25 +0000 Subject: [PATCH 0262/1121] [master] Update dependencies from dotnet/templating (#4230) * Update dependencies from https://github.com/dotnet/templating build 20190823.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19423.1 * Update dependencies from https://github.com/dotnet/templating build 20190824.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19424.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec87ded74..d0029de9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/dotnet/templating - dc18771e863226441ac269c8c7311f346ea3f2f0 + 1b8449ca5765b5d9914f8f4f578c777214e9f335 https://github.com/dotnet/toolset From 1ef9367d4ff25b76bcf4dae5f56903e2de67dea7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 13:10:37 +0000 Subject: [PATCH 0263/1121] Update dependencies from https://github.com/dotnet/toolset build 20190825.2 (#4255) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d0029de9c..e521ff80d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - 0a4b791cefd00bc739b38e451619b1db10c6bb1f + 2b4649beb8464237d400e61ed0be66e52debaf08 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 87a97b489..de5cf1722 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19424.6 + 5.0.100-alpha1.19425.2 From edbdfccf9465f0ad0e1e895609821bce9a298c72 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 13:41:05 +0000 Subject: [PATCH 0264/1121] Update dependencies from https://github.com/dotnet/cli build 20190825.2 (#4257) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19425.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e521ff80d..c38c27ff5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - ce1b9166988b270c28f01860d6ae3298988ca00b + b1e1372e240f4b8acef10c3bc40ddcd1f5639c08 diff --git a/eng/Versions.props b/eng/Versions.props index de5cf1722..f1ec0bfba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19424.2 + 5.0.100-alpha1.19425.2 0.2.0 From 7e02668f06357c95d4456463e783668697cc3730 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 14:26:13 +0000 Subject: [PATCH 0265/1121] [master] Update dependencies from dotnet/toolset (#4256) * Update dependencies from https://github.com/dotnet/toolset build 20190825.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.4 * Update dependencies from https://github.com/dotnet/toolset build 20190825.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c38c27ff5..e5a7c562e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - 2b4649beb8464237d400e61ed0be66e52debaf08 + 4f378de51800ea172e08ffb592bc5306f8a0269d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f1ec0bfba..75d2b9313 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19425.2 + 5.0.100-alpha1.19425.6 From 698f1c4d9546ed53b8421cc3ae2fce876991caca Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 15:00:40 +0000 Subject: [PATCH 0266/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190825.1 (#4259) - Microsoft.NETCore.App - 5.0.0-alpha1.19425.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19425.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19425.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e5a7c562e..e40a4e93f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 96eca94fc168c4e8fa637968357a964f9f1b3a81 + efaa9d38bc3e27ea2412b510cb76fbb2ddb5c475 - + https://github.com/dotnet/core-setup - 96eca94fc168c4e8fa637968357a964f9f1b3a81 + efaa9d38bc3e27ea2412b510cb76fbb2ddb5c475 - + https://github.com/dotnet/core-setup - 96eca94fc168c4e8fa637968357a964f9f1b3a81 + efaa9d38bc3e27ea2412b510cb76fbb2ddb5c475 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 75d2b9313..e46e2fe6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19424.5 + 5.0.0-alpha1.19425.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19424.5 + 2.1.0-alpha1.19425.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19424.5 + 5.0.0-alpha1.19425.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 4981bc9cf7827c38deaf79248b5d42840f6269a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 15:45:59 +0000 Subject: [PATCH 0267/1121] Update dependencies from https://github.com/dotnet/cli build 20190825.4 (#4261) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19425.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e40a4e93f..69faa1604 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - b1e1372e240f4b8acef10c3bc40ddcd1f5639c08 + 03b799ea526e3cfd559d8b046057491df37f177a diff --git a/eng/Versions.props b/eng/Versions.props index e46e2fe6c..6912dd0a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19425.2 + 5.0.100-alpha1.19425.4 0.2.0 From 129b646c656c4cce5251c3751f2246fc1f7af345 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 15:50:42 +0000 Subject: [PATCH 0268/1121] Update dependencies from https://github.com/dotnet/toolset build 20190825.7 (#4260) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 69faa1604..65fe7ac98 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - 4f378de51800ea172e08ffb592bc5306f8a0269d + 9bda46c293d55b35a9c6d2fc0b17c426e682993b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6912dd0a7..6587e3668 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19425.6 + 5.0.100-alpha1.19425.7 From 1e3b1bcd91ea47f502b0e68c8c416fb27d77ca8e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 16:25:45 +0000 Subject: [PATCH 0269/1121] Update dependencies from https://github.com/dotnet/cli build 20190825.5 (#4263) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19425.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 65fe7ac98..4c86d0238 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 03b799ea526e3cfd559d8b046057491df37f177a + c2ad7532eafade8c8a1e192c7f7cae225ebfe5df diff --git a/eng/Versions.props b/eng/Versions.props index 6587e3668..39ed80305 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19425.4 + 5.0.100-alpha1.19425.5 0.2.0 From 7625e4b55268be6135ddc5ebdd6680964ea58009 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 16:25:56 +0000 Subject: [PATCH 0270/1121] Update dependencies from https://github.com/dotnet/toolset build 20190825.9 (#4264) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4c86d0238..539991787 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - 9bda46c293d55b35a9c6d2fc0b17c426e682993b + 4d7366f52c931567966dea7cddae2af4da2a201a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 39ed80305..4130c36e0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19425.7 + 5.0.100-alpha1.19425.9 From 540e90cb78d12c1d28fec9dcc729ba3cc8e179c3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 16:55:44 +0000 Subject: [PATCH 0271/1121] Update dependencies from https://github.com/dotnet/toolset build 20190825.10 (#4265) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 539991787..94a3c58f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - 4d7366f52c931567966dea7cddae2af4da2a201a + e65d47db4fab63c03f546f76f676525d37d44da6 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4130c36e0..e7af60485 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19425.9 + 5.0.100-alpha1.19425.10 From 69d61498076a7be6cc05ed6893f87238ab510ddb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 17:25:27 +0000 Subject: [PATCH 0272/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190825.2 (#4267) - Microsoft.NETCore.App - 5.0.0-alpha1.19425.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19425.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19425.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 94a3c58f5..ca59509e0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - efaa9d38bc3e27ea2412b510cb76fbb2ddb5c475 + a0d855e96019ae68324a588d6200fc817ca260ad - + https://github.com/dotnet/core-setup - efaa9d38bc3e27ea2412b510cb76fbb2ddb5c475 + a0d855e96019ae68324a588d6200fc817ca260ad - + https://github.com/dotnet/core-setup - efaa9d38bc3e27ea2412b510cb76fbb2ddb5c475 + a0d855e96019ae68324a588d6200fc817ca260ad https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e7af60485..3f27fdb2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19425.1 + 5.0.0-alpha1.19425.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19425.1 + 2.1.0-alpha1.19425.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19425.1 + 5.0.0-alpha1.19425.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 7e2d1b4f4fece254d05f46ba43f70064aec899a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 17:56:06 +0000 Subject: [PATCH 0273/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190825.4 (#4269) - Microsoft.NETCore.App - 5.0.0-alpha1.19425.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19425.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19425.4 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca59509e0..6b2c4ae5a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup a0d855e96019ae68324a588d6200fc817ca260ad - + https://github.com/dotnet/core-setup a0d855e96019ae68324a588d6200fc817ca260ad - + https://github.com/dotnet/core-setup a0d855e96019ae68324a588d6200fc817ca260ad diff --git a/eng/Versions.props b/eng/Versions.props index 3f27fdb2d..960d0c3c4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19425.2 + 5.0.0-alpha1.19425.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19425.2 + 2.1.0-alpha1.19425.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19425.2 + 5.0.0-alpha1.19425.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 294663376261316e43af65f9122f448e2d32cef6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 18:55:41 +0000 Subject: [PATCH 0274/1121] Update dependencies from https://github.com/dotnet/toolset build 20190825.12 (#4271) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b2c4ae5a..b360f105c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - e65d47db4fab63c03f546f76f676525d37d44da6 + 467aa52f4d195c694803a60b11b5f39daeb11be4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 960d0c3c4..1afffc3f0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19425.10 + 5.0.100-alpha1.19425.12 From 3ff2cdbe198d3bb910c7d55345225bb67f23a29b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 09:45:51 +0000 Subject: [PATCH 0275/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190825.8 (#4273) - Microsoft.NETCore.App - 5.0.0-alpha1.19425.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19425.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19425.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b360f105c..fadc1ba3f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a0d855e96019ae68324a588d6200fc817ca260ad + 70a3592bd46540bd596f95db4469c040018aa249 - + https://github.com/dotnet/core-setup - a0d855e96019ae68324a588d6200fc817ca260ad + 70a3592bd46540bd596f95db4469c040018aa249 - + https://github.com/dotnet/core-setup - a0d855e96019ae68324a588d6200fc817ca260ad + 70a3592bd46540bd596f95db4469c040018aa249 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 1afffc3f0..4f69f0dda 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19425.4 + 5.0.0-alpha1.19425.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19425.4 + 2.1.0-alpha1.19425.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19425.4 + 5.0.0-alpha1.19425.8 $(MicrosoftWindowsDesktopAppPackageVersion) From dc625ec4dddc2444a0ff9d499b8dc4ffb230fc0d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 11:19:56 +0000 Subject: [PATCH 0276/1121] [master] Update dependencies from dotnet/cli (#4270) * Update dependencies from https://github.com/dotnet/cli build 20190825.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19425.6 * Update dependencies from https://github.com/dotnet/cli build 20190826.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fadc1ba3f..2d94bf204 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - c2ad7532eafade8c8a1e192c7f7cae225ebfe5df + e0826ba4913dd9bff0b59115c47c5d17ab08f2c3 diff --git a/eng/Versions.props b/eng/Versions.props index 4f69f0dda..e2571481e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19425.5 + 5.0.100-alpha1.19426.1 0.2.0 From f799ffd93a9476d6d8f9561aa0520fe2272c8924 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 11:45:43 +0000 Subject: [PATCH 0277/1121] Update dependencies from https://github.com/dotnet/toolset build 20190826.1 (#4274) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d94bf204..f29370f3b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - 467aa52f4d195c694803a60b11b5f39daeb11be4 + df840725f6a71e7d48498a91c0a562a10e89c2a7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e2571481e..809d9098d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19425.12 + 5.0.100-alpha1.19426.1 From d7b9c4429fb825f032ee9c1c3ee0fcf342f1fa85 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 12:38:01 +0000 Subject: [PATCH 0278/1121] Update dependencies from https://github.com/dotnet/templating build 20190825.1 (#4276) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19425.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f29370f3b..5463ceb7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/dotnet/templating - 1b8449ca5765b5d9914f8f4f578c777214e9f335 + adb5df40c24d8cd7cc657455da7456d4313f7de0 https://github.com/dotnet/toolset From c74c7ef65ea8ecbafe06a729951380845d54cfe6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 12:42:45 +0000 Subject: [PATCH 0279/1121] Update dependencies from https://github.com/dotnet/arcade build 20190825.1 (#4275) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19425.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5463ceb7f..c006ca8e8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - a7b5eb8de300b6a30bd797c4ecc8769f7028aeec + 2de3acc671fc624191672a45564f9ef130af5cd4 diff --git a/global.json b/global.json index b174bf2ab..f76d6b175 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19424.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19425.1" } } From cc3d84550f5ee37a6c910676a7cd3d84b69a6523 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 13:20:39 +0000 Subject: [PATCH 0280/1121] Update dependencies from https://github.com/dotnet/toolset build 20190826.3 (#4277) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c006ca8e8..6b3141427 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - df840725f6a71e7d48498a91c0a562a10e89c2a7 + 850f22f6f14a336e3afd1617ef3641d4c985a6fe https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 809d9098d..b8e815030 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.1 + 5.0.100-alpha1.19426.3 From b316481dcbc54dd96f28b66ff7e7c44d14d60185 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 13:55:28 +0000 Subject: [PATCH 0281/1121] Update dependencies from https://github.com/dotnet/cli build 20190826.2 (#4278) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b3141427..56d6ea154 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - e0826ba4913dd9bff0b59115c47c5d17ab08f2c3 + 9ebfafac9dcba0524e1acc2dc98eb0b65ca6d975 diff --git a/eng/Versions.props b/eng/Versions.props index b8e815030..ed75045fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.1 + 5.0.100-alpha1.19426.2 0.2.0 From 367ecba6a33e8e66595e3fa6edd61ef77ee99c29 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 14:05:15 +0000 Subject: [PATCH 0282/1121] [master] Update dependencies from dotnet/toolset (#4279) * Update dependencies from https://github.com/dotnet/toolset build 20190826.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.2 * Update dependencies from https://github.com/dotnet/toolset build 20190826.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 56d6ea154..e4813348d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 850f22f6f14a336e3afd1617ef3641d4c985a6fe + 676d3e87eb24b0a7387d83960cff2164add768e8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ed75045fb..7f59ccb1d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.3 + 5.0.100-alpha1.19426.5 From c126cb5b0b36fa76ec8ac941e55e9619e38e5bb9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 14:26:11 +0000 Subject: [PATCH 0283/1121] Update dependencies from https://github.com/dotnet/cli build 20190826.3 (#4281) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e4813348d..ef530024e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 9ebfafac9dcba0524e1acc2dc98eb0b65ca6d975 + e8729b0ec7540c5c04f63d1e3e46972e06f8723e diff --git a/eng/Versions.props b/eng/Versions.props index 7f59ccb1d..4cf4ecd57 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.2 + 5.0.100-alpha1.19426.3 0.2.0 From 8ac3dc4aa3dd68fcd083fd7c74ded2dd2d736050 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 14:30:56 +0000 Subject: [PATCH 0284/1121] [master] Update dependencies from dotnet/toolset (#4282) * Update dependencies from https://github.com/dotnet/toolset build 20190826.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.7 * Update dependencies from https://github.com/dotnet/toolset build 20190826.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef530024e..7581bf0c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 676d3e87eb24b0a7387d83960cff2164add768e8 + 434ccc6bbff8f53b4ec0c761762cee44ddf79700 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4cf4ecd57..b9d2923f7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.5 + 5.0.100-alpha1.19426.6 From cb9912e82f44733407ebf60aa94d10312eff92f4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 16:00:52 +0000 Subject: [PATCH 0285/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190826.2 (#4283) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7581bf0c5..8629add00 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 70a3592bd46540bd596f95db4469c040018aa249 + 72973d758939e9e071b0794873b0fb37cdf2057c - + https://github.com/dotnet/core-setup - 70a3592bd46540bd596f95db4469c040018aa249 + 72973d758939e9e071b0794873b0fb37cdf2057c - + https://github.com/dotnet/core-setup - 70a3592bd46540bd596f95db4469c040018aa249 + 72973d758939e9e071b0794873b0fb37cdf2057c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b9d2923f7..e80cc3d59 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19425.8 + 5.0.0-alpha1.19426.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19425.8 + 2.1.0-alpha1.19426.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19425.8 + 5.0.0-alpha1.19426.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 8cbdda82cbfeb696d5843393f136aeb70f38ec98 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 17:40:52 +0000 Subject: [PATCH 0286/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190826.3 (#4284) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8629add00..e072abe03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 72973d758939e9e071b0794873b0fb37cdf2057c + 07d6cbdcab47ae5da31c254a69c8706e6450aeec - + https://github.com/dotnet/core-setup - 72973d758939e9e071b0794873b0fb37cdf2057c + 07d6cbdcab47ae5da31c254a69c8706e6450aeec - + https://github.com/dotnet/core-setup - 72973d758939e9e071b0794873b0fb37cdf2057c + 07d6cbdcab47ae5da31c254a69c8706e6450aeec https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e80cc3d59..b6be54e29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.2 + 5.0.0-alpha1.19426.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.2 + 2.1.0-alpha1.19426.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.2 + 5.0.0-alpha1.19426.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 50cfbacbcdeea71ab61b73ce9fd045dec0b15cc2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 20:10:47 +0000 Subject: [PATCH 0287/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190826.5 (#4287) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e072abe03..d1d376317 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 07d6cbdcab47ae5da31c254a69c8706e6450aeec + fb1abf7f922c5f471d035b8573a20cbf6be43f18 - + https://github.com/dotnet/core-setup - 07d6cbdcab47ae5da31c254a69c8706e6450aeec + fb1abf7f922c5f471d035b8573a20cbf6be43f18 - + https://github.com/dotnet/core-setup - 07d6cbdcab47ae5da31c254a69c8706e6450aeec + fb1abf7f922c5f471d035b8573a20cbf6be43f18 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b6be54e29..9f671012e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.3 + 5.0.0-alpha1.19426.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.3 + 2.1.0-alpha1.19426.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.3 + 5.0.0-alpha1.19426.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 10952bf6d8b71556968d12099893094b5fd56279 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 22:01:02 +0000 Subject: [PATCH 0288/1121] Update dependencies from https://github.com/dotnet/toolset build 20190826.12 (#4292) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d1d376317..a3f360ed4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 434ccc6bbff8f53b4ec0c761762cee44ddf79700 + caa115100e8a98bb7c7b098223f446294640aed0 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9f671012e..9c73087cb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.6 + 5.0.100-alpha1.19426.12 From 8bb4b8540f0d2ee4abce94b12fe59db7628c9757 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 23:00:51 +0000 Subject: [PATCH 0289/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190826.8 (#4293) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a3f360ed4..039bba299 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - fb1abf7f922c5f471d035b8573a20cbf6be43f18 + 2c7d38cd482388451931ca303ef51aa3fb445f16 - + https://github.com/dotnet/core-setup - fb1abf7f922c5f471d035b8573a20cbf6be43f18 + 2c7d38cd482388451931ca303ef51aa3fb445f16 - + https://github.com/dotnet/core-setup - fb1abf7f922c5f471d035b8573a20cbf6be43f18 + 2c7d38cd482388451931ca303ef51aa3fb445f16 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9c73087cb..beb7ce01c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.5 + 5.0.0-alpha1.19426.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.5 + 2.1.0-alpha1.19426.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.5 + 5.0.0-alpha1.19426.8 $(MicrosoftWindowsDesktopAppPackageVersion) From dea5d0185d4c375bd924626b3a295148dbcb32ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 00:12:22 +0000 Subject: [PATCH 0290/1121] [master] Update dependencies from dotnet/cli (#4290) * Update dependencies from https://github.com/dotnet/cli build 20190826.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.5 * Update dependencies from https://github.com/dotnet/cli build 20190826.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 039bba299..ab68b26f1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - e8729b0ec7540c5c04f63d1e3e46972e06f8723e + 6b999339292a0de94d85ca0b8e9606143810d620 diff --git a/eng/Versions.props b/eng/Versions.props index beb7ce01c..46d5c22b5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.3 + 5.0.100-alpha1.19426.7 0.2.0 From 765fe1d1d168b4ebe7a76dbe988a0a46d7265c67 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 00:55:49 +0000 Subject: [PATCH 0291/1121] Update dependencies from https://github.com/dotnet/toolset build 20190826.14 (#4296) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab68b26f1..e6c4d8b5d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - caa115100e8a98bb7c7b098223f446294640aed0 + daeb4923221a27c169b72ff7231e651f36dbde4f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 46d5c22b5..61cfb86a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.12 + 5.0.100-alpha1.19426.14 From 36e340afb67a140ec902590c92a6d5929732c413 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 01:30:49 +0000 Subject: [PATCH 0292/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190826.9 (#4297) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.9 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e6c4d8b5d..13d8a28c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 2c7d38cd482388451931ca303ef51aa3fb445f16 + e37b0cfa157ee7b1979255750691131bc5b8ed9b - + https://github.com/dotnet/core-setup - 2c7d38cd482388451931ca303ef51aa3fb445f16 + e37b0cfa157ee7b1979255750691131bc5b8ed9b - + https://github.com/dotnet/core-setup - 2c7d38cd482388451931ca303ef51aa3fb445f16 + e37b0cfa157ee7b1979255750691131bc5b8ed9b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 61cfb86a8..090ca8326 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.8 + 5.0.0-alpha1.19426.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.8 + 2.1.0-alpha1.19426.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.8 + 5.0.0-alpha1.19426.9 $(MicrosoftWindowsDesktopAppPackageVersion) From 56b8d4babc16dfd59a99f7bbde45be267f6b71f7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 02:40:28 +0000 Subject: [PATCH 0293/1121] Update dependencies from https://github.com/dotnet/toolset build 20190826.15 (#4299) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 13d8a28c9..de525dc11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - daeb4923221a27c169b72ff7231e651f36dbde4f + 2f7701c51ce4cbf21140cee5788983cb06ce7bae https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 090ca8326..93e38ffa8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.14 + 5.0.100-alpha1.19426.15 From 62a47e1930cb664c12bc075b1b22d6f69d38febd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 02:46:11 +0000 Subject: [PATCH 0294/1121] [master] Update dependencies from dotnet/cli (#4298) * Update dependencies from https://github.com/dotnet/cli build 20190826.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.8 * Update dependencies from https://github.com/dotnet/cli build 20190826.9 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de525dc11..b43838cf1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 6b999339292a0de94d85ca0b8e9606143810d620 + d8299929c648351db2ddb3022ed7864c56b2d5a3 diff --git a/eng/Versions.props b/eng/Versions.props index 93e38ffa8..2d8f5fa31 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.7 + 5.0.100-alpha1.19426.9 0.2.0 From 89b3972c3a93e534d49f1ea1302d3e7c42a8ce47 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 02:49:03 +0000 Subject: [PATCH 0295/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190826.9 (#4300) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19426.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19426.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19426.9 - dotnet-watch - 5.0.0-alpha1.19426.9 - dotnet-user-secrets - 5.0.0-alpha1.19426.9 - dotnet-dev-certs - 5.0.0-alpha1.19426.9 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b43838cf1..535f729d7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup e37b0cfa157ee7b1979255750691131bc5b8ed9b - + https://github.com/aspnet/AspNetCore - 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 + 90e89e970877a39cb048bb6f0e59551351f661c3 - + https://github.com/aspnet/AspNetCore - 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 + 90e89e970877a39cb048bb6f0e59551351f661c3 - + https://github.com/aspnet/AspNetCore - 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 + 90e89e970877a39cb048bb6f0e59551351f661c3 - + https://github.com/aspnet/AspNetCore - 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 + 90e89e970877a39cb048bb6f0e59551351f661c3 - + https://github.com/aspnet/AspNetCore - 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 + 90e89e970877a39cb048bb6f0e59551351f661c3 - + https://github.com/aspnet/AspNetCore - 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 + 90e89e970877a39cb048bb6f0e59551351f661c3 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 2d8f5fa31..c0fb375d6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19423.14 - 5.0.0-alpha1.19423.14 - 5.0.0-alpha1.19423.14 - 5.0.0-alpha1.19423.14 - 5.0.0-alpha1.19423.14 - 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.9 From 8b0c19ef6ddaea5c6f7b5ae3a1f4f5a2e8904a6e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 03:11:11 +0000 Subject: [PATCH 0296/1121] Update dependencies from https://github.com/dotnet/toolset build 20190826.16 (#4302) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.16 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 535f729d7..35e1fdb0e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 2f7701c51ce4cbf21140cee5788983cb06ce7bae + a0c12b966ef63e0fab866cb464a37cdf4a046e5e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c0fb375d6..059a08ddd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.15 + 5.0.100-alpha1.19426.16 From 85dc42b47d66b33a792b9ab99ee27bc011d8895e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 03:25:42 +0000 Subject: [PATCH 0297/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190826.10 (#4303) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 35e1fdb0e..736d59bdc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - e37b0cfa157ee7b1979255750691131bc5b8ed9b + 9549b03effdc6ddfc21a8c2e6210916f83b691c1 - + https://github.com/dotnet/core-setup - e37b0cfa157ee7b1979255750691131bc5b8ed9b + 9549b03effdc6ddfc21a8c2e6210916f83b691c1 - + https://github.com/dotnet/core-setup - e37b0cfa157ee7b1979255750691131bc5b8ed9b + 9549b03effdc6ddfc21a8c2e6210916f83b691c1 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 059a08ddd..86cd2f6cd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.9 + 2.1.0-alpha1.19426.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.10 $(MicrosoftWindowsDesktopAppPackageVersion) From d1a3c899e41670e0a4ac2468c81824ea33fd3d4c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 03:56:16 +0000 Subject: [PATCH 0298/1121] Update dependencies from https://github.com/dotnet/cli build 20190826.11 (#4305) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 736d59bdc..6eab5021b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - d8299929c648351db2ddb3022ed7864c56b2d5a3 + fa04cd2ad008da51739a81b873f3fce784b36c79 diff --git a/eng/Versions.props b/eng/Versions.props index 86cd2f6cd..832158988 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.9 + 5.0.100-alpha1.19426.11 0.2.0 From 2b037c783e733810eb56eeec70f98ad9b324126e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 04:25:42 +0000 Subject: [PATCH 0299/1121] Update dependencies from https://github.com/dotnet/toolset build 20190826.21 (#4308) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.21 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6eab5021b..aa2879b61 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - a0c12b966ef63e0fab866cb464a37cdf4a046e5e + 6dba83fdec99bd68e13d02f327d92bdf7838f394 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 832158988..af364a583 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.16 + 5.0.100-alpha1.19426.21 From 5c39b919b02aee2e0cf8bea489f6dda85cf77dfb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 05:20:45 +0000 Subject: [PATCH 0300/1121] Update dependencies from https://github.com/dotnet/toolset build 20190826.22 (#4311) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.22 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa2879b61..03d5fe725 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 6dba83fdec99bd68e13d02f327d92bdf7838f394 + 4f1b39f94ea65d3d5430b9752d7f74aeb9cdcc55 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index af364a583..0cf64fb2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.21 + 5.0.100-alpha1.19426.22 From 4e4e87196115a1b6f1f92ea1da6ecf83d22d3c1a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 05:50:47 +0000 Subject: [PATCH 0301/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190826.12 (#4313) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.12 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 03d5fe725..1258b9f02 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 9549b03effdc6ddfc21a8c2e6210916f83b691c1 + 22cfa2bf11830a21ede91110a8df1a5252c7e583 - + https://github.com/dotnet/core-setup - 9549b03effdc6ddfc21a8c2e6210916f83b691c1 + 22cfa2bf11830a21ede91110a8df1a5252c7e583 - + https://github.com/dotnet/core-setup - 9549b03effdc6ddfc21a8c2e6210916f83b691c1 + 22cfa2bf11830a21ede91110a8df1a5252c7e583 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0cf64fb2d..1ed573403 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.10 + 5.0.0-alpha1.19426.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.10 + 2.1.0-alpha1.19426.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.10 + 5.0.0-alpha1.19426.12 $(MicrosoftWindowsDesktopAppPackageVersion) From 477d999b754b3e3e1619f2e4683dfe2fce970dc4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 06:26:03 +0000 Subject: [PATCH 0302/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190826.13 (#4314) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.13 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1258b9f02..933af3da5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 22cfa2bf11830a21ede91110a8df1a5252c7e583 - + https://github.com/dotnet/core-setup 22cfa2bf11830a21ede91110a8df1a5252c7e583 - + https://github.com/dotnet/core-setup 22cfa2bf11830a21ede91110a8df1a5252c7e583 diff --git a/eng/Versions.props b/eng/Versions.props index 1ed573403..22cd6dff7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.12 + 5.0.0-alpha1.19426.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.12 + 2.1.0-alpha1.19426.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.12 + 5.0.0-alpha1.19426.13 $(MicrosoftWindowsDesktopAppPackageVersion) From 14bc07c62c5d6cd9d228362892745aa4ae61661d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 06:55:30 +0000 Subject: [PATCH 0303/1121] [master] Update dependencies from dotnet/cli (#4309) * Update dependencies from https://github.com/dotnet/cli build 20190826.12 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.12 * Update dependencies from https://github.com/dotnet/cli build 20190826.14 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 933af3da5..ab6ff418e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - fa04cd2ad008da51739a81b873f3fce784b36c79 + bfbb789cb589fefc63a84bdb66b5bcf26f1eaae4 diff --git a/eng/Versions.props b/eng/Versions.props index 22cd6dff7..b37296196 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.11 + 5.0.100-alpha1.19426.14 0.2.0 From 43d9890a2b30793efccf562d5c399316de7305c6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 07:21:10 +0000 Subject: [PATCH 0304/1121] Update dependencies from https://github.com/dotnet/cli build 20190826.15 (#4316) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab6ff418e..0890e93c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - bfbb789cb589fefc63a84bdb66b5bcf26f1eaae4 + cfeab24938f97d38b3321f0d21e950760ce72bdf diff --git a/eng/Versions.props b/eng/Versions.props index b37296196..2260d5227 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.14 + 5.0.100-alpha1.19426.15 0.2.0 From 085a2b95db48db4e3b83c279f3a9f2b9c03c87f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 07:25:51 +0000 Subject: [PATCH 0305/1121] Update dependencies from https://github.com/dotnet/toolset build 20190826.24 (#4315) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.24 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0890e93c7..0058eb8b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 4f1b39f94ea65d3d5430b9752d7f74aeb9cdcc55 + 2ae04171e133401153b2dd25d764bbc8a383b4fc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2260d5227..ad5074d00 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.22 + 5.0.100-alpha1.19426.24 From 2be361368c2dbfe8d29d4b3582acf7a6a2665a3a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 07:55:45 +0000 Subject: [PATCH 0306/1121] Update dependencies from https://github.com/dotnet/toolset build 20190827.1 (#4317) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0058eb8b3..5e1c78422 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 2ae04171e133401153b2dd25d764bbc8a383b4fc + 2a1ce44d561fa0c18f00400d53092a1d28afeace https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ad5074d00..5bc79563c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.24 + 5.0.100-alpha1.19427.1 From 9584791cb3ff0388b99b8f09db71202e51f57893 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 08:45:58 +0000 Subject: [PATCH 0307/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190826.15 (#4318) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.15 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.15 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.15 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5e1c78422..43806e3da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 22cfa2bf11830a21ede91110a8df1a5252c7e583 + 33b5bc3460986bbddcc4e674ca58eb3704570c39 - + https://github.com/dotnet/core-setup - 22cfa2bf11830a21ede91110a8df1a5252c7e583 + 33b5bc3460986bbddcc4e674ca58eb3704570c39 - + https://github.com/dotnet/core-setup - 22cfa2bf11830a21ede91110a8df1a5252c7e583 + 33b5bc3460986bbddcc4e674ca58eb3704570c39 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 5bc79563c..5ea6ef458 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.13 + 5.0.0-alpha1.19426.15 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.13 + 2.1.0-alpha1.19426.15 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.13 + 5.0.0-alpha1.19426.15 $(MicrosoftWindowsDesktopAppPackageVersion) From 1590d73dac8b91d02827359afe0b34c1d7f8e374 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 09:30:42 +0000 Subject: [PATCH 0308/1121] Update dependencies from https://github.com/dotnet/cli build 20190827.1 (#4320) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 43806e3da..2ab071911 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - cfeab24938f97d38b3321f0d21e950760ce72bdf + 7c6e36ac01d98b9d49805b391b4607991111245c diff --git a/eng/Versions.props b/eng/Versions.props index 5ea6ef458..4b294dc0d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.15 + 5.0.100-alpha1.19427.1 0.2.0 From 6441207f57c461b0df641155178fb94b2edf8858 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 10:10:44 +0000 Subject: [PATCH 0309/1121] Update dependencies from https://github.com/dotnet/toolset build 20190827.2 (#4321) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2ab071911..b3252edeb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 2a1ce44d561fa0c18f00400d53092a1d28afeace + dfc3badbf5626d758870e5e46b8ff71a65eee077 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4b294dc0d..4250aeeaa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.1 + 5.0.100-alpha1.19427.2 From 6a8eba25d2c15fd750b695ed1aecf08cab540a5b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 12:53:13 +0000 Subject: [PATCH 0310/1121] Update dependencies from https://github.com/dotnet/arcade build 20190826.12 (#4322) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19426.12 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b3252edeb..75b339247 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 2de3acc671fc624191672a45564f9ef130af5cd4 + 36ce21e795e2e90081300f4cb645dfd8cf6eb2b3 diff --git a/global.json b/global.json index f76d6b175..aba09bff6 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19425.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19426.12" } } From 940739446f068fad948f35b65753e919f56608d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 13:20:41 +0000 Subject: [PATCH 0311/1121] [master] Update dependencies from dotnet/toolset (#4324) * Update dependencies from https://github.com/dotnet/toolset build 20190827.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.3 * Update dependencies from https://github.com/dotnet/toolset build 20190827.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75b339247..74b35e4ed 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - dfc3badbf5626d758870e5e46b8ff71a65eee077 + c9b986fd3c4cbb1efd476f75d0f08d2d43c2ef41 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4250aeeaa..e6c92d0a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.2 + 5.0.100-alpha1.19427.4 From fb4676b2b3f007be4931512afe3696deab1f5918 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 13:56:33 +0000 Subject: [PATCH 0312/1121] Update dependencies from https://github.com/dotnet/toolset build 20190827.6 (#4326) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 74b35e4ed..610f24d25 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - c9b986fd3c4cbb1efd476f75d0f08d2d43c2ef41 + 8cd211eb513babc5e7e85bd534399b1e1bb007ea https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e6c92d0a7..6497e5641 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.4 + 5.0.100-alpha1.19427.6 From 2ff947251f08465ade5531d6d1c71fdfedcec3b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 14:25:47 +0000 Subject: [PATCH 0313/1121] Update dependencies from https://github.com/dotnet/cli build 20190827.2 (#4327) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 610f24d25..741ef05ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 7c6e36ac01d98b9d49805b391b4607991111245c + be9c8fc15dd23f545470d25f23ed9d98650ffde9 diff --git a/eng/Versions.props b/eng/Versions.props index 6497e5641..3a8693499 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.1 + 5.0.100-alpha1.19427.2 0.2.0 From 60403622258374394e4c2314e519e1dcbf4c067d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 14:56:31 +0000 Subject: [PATCH 0314/1121] Update dependencies from https://github.com/dotnet/cli build 20190827.3 (#4329) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 741ef05ae..e1ba4636e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - be9c8fc15dd23f545470d25f23ed9d98650ffde9 + 9b07750349d381e93f1f5c6c75a83d870972339d diff --git a/eng/Versions.props b/eng/Versions.props index 3a8693499..c71ea08fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.2 + 5.0.100-alpha1.19427.3 0.2.0 From 420451a04eb7c09c121cd075a207d6ba87f0d200 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 17:50:25 +0000 Subject: [PATCH 0315/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190827.4 (#4330) - Microsoft.NETCore.App - 5.0.0-alpha1.19427.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19427.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19427.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e1ba4636e..933426a4c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 33b5bc3460986bbddcc4e674ca58eb3704570c39 + ab5aa4be7a8c59af99d152c8e56867ed55e87407 - + https://github.com/dotnet/core-setup - 33b5bc3460986bbddcc4e674ca58eb3704570c39 + ab5aa4be7a8c59af99d152c8e56867ed55e87407 - + https://github.com/dotnet/core-setup - 33b5bc3460986bbddcc4e674ca58eb3704570c39 + ab5aa4be7a8c59af99d152c8e56867ed55e87407 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c71ea08fb..f5e73c366 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.15 + 5.0.0-alpha1.19427.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.15 + 2.1.0-alpha1.19427.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.15 + 5.0.0-alpha1.19427.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 55cfee8c5bd464c5da69f107771536b18c4920fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 18:21:11 +0000 Subject: [PATCH 0316/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190827.3 (#4332) - Microsoft.NETCore.App - 5.0.0-alpha1.19427.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19427.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19427.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 933426a4c..3dcb6d4b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup ab5aa4be7a8c59af99d152c8e56867ed55e87407 - + https://github.com/dotnet/core-setup ab5aa4be7a8c59af99d152c8e56867ed55e87407 - + https://github.com/dotnet/core-setup ab5aa4be7a8c59af99d152c8e56867ed55e87407 diff --git a/eng/Versions.props b/eng/Versions.props index f5e73c366..fcea50002 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19427.4 + 5.0.0-alpha1.19427.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19427.4 + 2.1.0-alpha1.19427.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19427.4 + 5.0.0-alpha1.19427.3 $(MicrosoftWindowsDesktopAppPackageVersion) From f48ef3cadfacb515da6e597ea6c7c45e5a45f0aa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 18:58:31 +0000 Subject: [PATCH 0317/1121] [master] Update dependencies from dotnet/toolset (#4328) * Update dependencies from https://github.com/dotnet/toolset build 20190827.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.7 * Update dependencies from https://github.com/dotnet/toolset build 20190827.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3dcb6d4b3..a1fa314a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 8cd211eb513babc5e7e85bd534399b1e1bb007ea + b83c61685ab01c890c216849dd6f78ea74213891 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index fcea50002..e65fc003b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.6 + 5.0.100-alpha1.19427.8 From 0c21a262bfa1f4a1184d1dbec3316920e95fae63 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 19:12:53 +0000 Subject: [PATCH 0318/1121] Update dependencies from https://github.com/dotnet/templating build 20190826.1 (#4323) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19426.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a1fa314a6..4383b72ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 90e89e970877a39cb048bb6f0e59551351f661c3 - + https://github.com/dotnet/templating - adb5df40c24d8cd7cc657455da7456d4313f7de0 + c84b71686a5c2482f028a945f1d8a3ac8fe78c7b https://github.com/dotnet/toolset From 821a8c441a79a4cbdd9eddc8610ec767f54d1704 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 19:41:04 +0000 Subject: [PATCH 0319/1121] [master] Update dependencies from dotnet/cli (#4335) * Update dependencies from https://github.com/dotnet/cli build 20190827.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.5 * Update dependencies from https://github.com/dotnet/cli build 20190827.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4383b72ce..e04513a9f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 9b07750349d381e93f1f5c6c75a83d870972339d + d09cb355a9530ac8ed5641cc164fd832cc52f14d diff --git a/eng/Versions.props b/eng/Versions.props index e65fc003b..ef2498f34 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.3 + 5.0.100-alpha1.19427.6 0.2.0 From 017e0474fd0cececedb35a53dff04114e775a77a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 19:42:35 +0000 Subject: [PATCH 0320/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190827.3 (#4336) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19427.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19427.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19427.3 - dotnet-watch - 5.0.0-alpha1.19427.3 - dotnet-user-secrets - 5.0.0-alpha1.19427.3 - dotnet-dev-certs - 5.0.0-alpha1.19427.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e04513a9f..145ba5058 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup ab5aa4be7a8c59af99d152c8e56867ed55e87407 - + https://github.com/aspnet/AspNetCore - 90e89e970877a39cb048bb6f0e59551351f661c3 + b242d5426ec1939e4dfd0dd571048516cba3b770 - + https://github.com/aspnet/AspNetCore - 90e89e970877a39cb048bb6f0e59551351f661c3 + b242d5426ec1939e4dfd0dd571048516cba3b770 - + https://github.com/aspnet/AspNetCore - 90e89e970877a39cb048bb6f0e59551351f661c3 + b242d5426ec1939e4dfd0dd571048516cba3b770 - + https://github.com/aspnet/AspNetCore - 90e89e970877a39cb048bb6f0e59551351f661c3 + b242d5426ec1939e4dfd0dd571048516cba3b770 - + https://github.com/aspnet/AspNetCore - 90e89e970877a39cb048bb6f0e59551351f661c3 + b242d5426ec1939e4dfd0dd571048516cba3b770 - + https://github.com/aspnet/AspNetCore - 90e89e970877a39cb048bb6f0e59551351f661c3 + b242d5426ec1939e4dfd0dd571048516cba3b770 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index ef2498f34..0274074a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19426.9 - 5.0.0-alpha1.19426.9 - 5.0.0-alpha1.19426.9 - 5.0.0-alpha1.19426.9 - 5.0.0-alpha1.19426.9 - 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.3 From fde4e51d90f95c93ff21261aaa305336012a0885 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 19:45:41 +0000 Subject: [PATCH 0321/1121] Update dependencies from https://github.com/dotnet/toolset build 20190827.12 (#4337) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 145ba5058..55a613177 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating c84b71686a5c2482f028a945f1d8a3ac8fe78c7b - + https://github.com/dotnet/toolset - b83c61685ab01c890c216849dd6f78ea74213891 + e6f6c087afcd437d5d1e664d75607ff7d6b2009f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0274074a4..d2026a372 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.8 + 5.0.100-alpha1.19427.12 From 9889b3c42a50625c1df8f6d981781beeb79bf7a2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 21:36:38 +0000 Subject: [PATCH 0322/1121] [master] Update dependencies from dotnet/toolset (#4338) * Update dependencies from https://github.com/dotnet/toolset build 20190827.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.13 * Update dependencies from https://github.com/dotnet/toolset build 20190827.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 55a613177..bddd8b5ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating c84b71686a5c2482f028a945f1d8a3ac8fe78c7b - + https://github.com/dotnet/toolset - e6f6c087afcd437d5d1e664d75607ff7d6b2009f + 830c625875edc985306eaf3e5a2dd350349ea201 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d2026a372..5aebd0297 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.12 + 5.0.100-alpha1.19427.14 From 3590b13c7f71ea85f4cb0504c57a6aee0289d072 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 21:45:54 +0000 Subject: [PATCH 0323/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190827.5 (#4343) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19427.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19427.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19427.5 - dotnet-watch - 5.0.0-alpha1.19427.5 - dotnet-user-secrets - 5.0.0-alpha1.19427.5 - dotnet-dev-certs - 5.0.0-alpha1.19427.5 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bddd8b5ae..0b10dec19 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup ab5aa4be7a8c59af99d152c8e56867ed55e87407 - + https://github.com/aspnet/AspNetCore - b242d5426ec1939e4dfd0dd571048516cba3b770 + af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/aspnet/AspNetCore - b242d5426ec1939e4dfd0dd571048516cba3b770 + af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/aspnet/AspNetCore - b242d5426ec1939e4dfd0dd571048516cba3b770 + af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/aspnet/AspNetCore - b242d5426ec1939e4dfd0dd571048516cba3b770 + af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/aspnet/AspNetCore - b242d5426ec1939e4dfd0dd571048516cba3b770 + af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/aspnet/AspNetCore - b242d5426ec1939e4dfd0dd571048516cba3b770 + af0a2048a207b49bee29de9629208afd8ba27da4 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 5aebd0297..3d211cde9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19427.3 - 5.0.0-alpha1.19427.3 - 5.0.0-alpha1.19427.3 - 5.0.0-alpha1.19427.3 - 5.0.0-alpha1.19427.3 - 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.5 + 5.0.0-alpha1.19427.5 + 5.0.0-alpha1.19427.5 + 5.0.0-alpha1.19427.5 + 5.0.0-alpha1.19427.5 + 5.0.0-alpha1.19427.5 From 21a1a0054d62dd52ef68560c4e0696ee29b1f8d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 22:55:27 +0000 Subject: [PATCH 0324/1121] [master] Update dependencies from dotnet/cli (#4341) * Update dependencies from https://github.com/dotnet/cli build 20190827.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.7 * Update dependencies from https://github.com/dotnet/cli build 20190827.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0b10dec19..93128a463 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - d09cb355a9530ac8ed5641cc164fd832cc52f14d + f0660a4e76c07d179ac45c7ade7111a1ee889858 diff --git a/eng/Versions.props b/eng/Versions.props index 3d211cde9..f778e355d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.6 + 5.0.100-alpha1.19427.8 0.2.0 From 601197b31bf5ebc73e702567cbc73c127a0d776d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 23:25:26 +0000 Subject: [PATCH 0325/1121] Update dependencies from https://github.com/dotnet/toolset build 20190827.16 (#4346) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.16 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 93128a463..54ec70753 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating c84b71686a5c2482f028a945f1d8a3ac8fe78c7b - + https://github.com/dotnet/toolset - 830c625875edc985306eaf3e5a2dd350349ea201 + 00bd2a3ebcbb1689d20e18e397661df7407a9b0e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f778e355d..b77bd607a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.14 + 5.0.100-alpha1.19427.16 From e5e125d2d588481e37368e3fdb79bdb70d09734b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 23:31:08 +0000 Subject: [PATCH 0326/1121] Update dependencies from https://github.com/dotnet/cli build 20190827.9 (#4347) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 54ec70753..9c296026b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - f0660a4e76c07d179ac45c7ade7111a1ee889858 + 91571dc7c546fd30ecaf49b2d979fe430bac5082 diff --git a/eng/Versions.props b/eng/Versions.props index b77bd607a..45b49cd90 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.8 + 5.0.100-alpha1.19427.9 0.2.0 From 94be247bf7c2c62c5b793750763b67b3995632f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 00:01:10 +0000 Subject: [PATCH 0327/1121] Update dependencies from https://github.com/dotnet/toolset build 20190827.17 (#4348) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.17 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c296026b..949c082ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating c84b71686a5c2482f028a945f1d8a3ac8fe78c7b - + https://github.com/dotnet/toolset - 00bd2a3ebcbb1689d20e18e397661df7407a9b0e + 61475252168394b5a9253ae9e8fb3ed5982dfa7c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 45b49cd90..dd9b921e3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.16 + 5.0.100-alpha1.19427.17 From 94f756dd53f1395862709ceecabcef45cff2fae9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 01:18:25 +0000 Subject: [PATCH 0328/1121] [master] Update dependencies from dotnet/core-setup (#4342) * Update dependencies from https://github.com/dotnet/core-setup build 20190827.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19427.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19427.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19427.6 * Update dependencies from https://github.com/dotnet/core-setup build 20190827.10 - Microsoft.NETCore.App - 5.0.0-alpha1.19427.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19427.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19427.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 949c082ce..f61db4ee0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ab5aa4be7a8c59af99d152c8e56867ed55e87407 + 69d9499a05b402451f9588ecd002bd6feb4d2440 - + https://github.com/dotnet/core-setup - ab5aa4be7a8c59af99d152c8e56867ed55e87407 + 69d9499a05b402451f9588ecd002bd6feb4d2440 - + https://github.com/dotnet/core-setup - ab5aa4be7a8c59af99d152c8e56867ed55e87407 + 69d9499a05b402451f9588ecd002bd6feb4d2440 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index dd9b921e3..ab4639fb3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19427.3 + 2.1.0-alpha1.19427.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.10 $(MicrosoftWindowsDesktopAppPackageVersion) From 53334b95cec7c7f6c4a72663f4bd900733fbacba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 02:30:43 +0000 Subject: [PATCH 0329/1121] Update dependencies from https://github.com/dotnet/cli build 20190827.12 (#4355) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f61db4ee0..f276c9c25 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 91571dc7c546fd30ecaf49b2d979fe430bac5082 + 770bf6d1c2a6a521b02706a826f0a80e35814aef diff --git a/eng/Versions.props b/eng/Versions.props index ab4639fb3..5eebf9b8d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.9 + 5.0.100-alpha1.19427.12 0.2.0 From e55973058f54b91ba9928a44699b8e21c62785d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 03:15:48 +0000 Subject: [PATCH 0330/1121] Update dependencies from https://github.com/dotnet/toolset build 20190827.21 (#4356) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.21 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f276c9c25..ebc6ee311 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating c84b71686a5c2482f028a945f1d8a3ac8fe78c7b - + https://github.com/dotnet/toolset - 61475252168394b5a9253ae9e8fb3ed5982dfa7c + f3d5f22262820b23d1488510d27942e93e3994c2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5eebf9b8d..3a72482cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.17 + 5.0.100-alpha1.19427.21 From 3703ce8a2af6e86f8610cb85a656dd217b7cf00b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 05:45:42 +0000 Subject: [PATCH 0331/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190827.12 (#4359) - Microsoft.NETCore.App - 5.0.0-alpha1.19427.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19427.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19427.12 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ebc6ee311..9aeaa55b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 69d9499a05b402451f9588ecd002bd6feb4d2440 - + https://github.com/dotnet/core-setup 69d9499a05b402451f9588ecd002bd6feb4d2440 - + https://github.com/dotnet/core-setup 69d9499a05b402451f9588ecd002bd6feb4d2440 diff --git a/eng/Versions.props b/eng/Versions.props index 3a72482cf..8ed012779 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19427.10 + 5.0.0-alpha1.19427.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19427.10 + 2.1.0-alpha1.19427.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19427.10 + 5.0.0-alpha1.19427.12 $(MicrosoftWindowsDesktopAppPackageVersion) From c4c1c37ec19b8cf5216ad66ed96ac66134986349 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 07:05:43 +0000 Subject: [PATCH 0332/1121] Update dependencies from https://github.com/dotnet/cli build 20190827.14 (#4360) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9aeaa55b2..3defbadb5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 770bf6d1c2a6a521b02706a826f0a80e35814aef + dc71af9ee10d843d76e6d1f6413fe8d7653e935b diff --git a/eng/Versions.props b/eng/Versions.props index 8ed012779..32905d874 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.12 + 5.0.100-alpha1.19427.14 0.2.0 From 6a509cffc960154e17466f9b03c2fafacbb55ae8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 09:56:11 +0000 Subject: [PATCH 0333/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190828.1 (#4365) - Microsoft.NETCore.App - 5.0.0-alpha1.19428.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19428.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19428.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3defbadb5..8eca1cf53 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 69d9499a05b402451f9588ecd002bd6feb4d2440 + 336610e763b17b328617b13abbab8a30a54f664c - + https://github.com/dotnet/core-setup - 69d9499a05b402451f9588ecd002bd6feb4d2440 + 336610e763b17b328617b13abbab8a30a54f664c - + https://github.com/dotnet/core-setup - 69d9499a05b402451f9588ecd002bd6feb4d2440 + 336610e763b17b328617b13abbab8a30a54f664c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 32905d874..de70de59e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19427.12 + 5.0.0-alpha1.19428.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19427.12 + 2.1.0-alpha1.19428.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19427.12 + 5.0.0-alpha1.19428.1 $(MicrosoftWindowsDesktopAppPackageVersion) From aea859b6eb971897c89e7ee6c3e42bfd37ea5232 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 12:32:48 +0000 Subject: [PATCH 0334/1121] Update dependencies from https://github.com/dotnet/templating build 20190827.1 (#4368) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19427.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8eca1cf53..c95a61084 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - c84b71686a5c2482f028a945f1d8a3ac8fe78c7b + 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a https://github.com/dotnet/toolset From 5124586c3dbbd052f6e592066f518df17df11fd8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 12:37:30 +0000 Subject: [PATCH 0335/1121] Update dependencies from https://github.com/dotnet/arcade build 20190827.8 (#4367) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19427.8 --- eng/Version.Details.xml | 4 ++-- eng/common/native/CommonLibrary.psm1 | 2 ++ eng/common/sdl/init-sdl.ps1 | 3 +++ eng/common/tools.ps1 | 2 ++ eng/common/tools.sh | 15 +++++++++++---- global.json | 2 +- 6 files changed, 21 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c95a61084..2081ab96e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 36ce21e795e2e90081300f4cb645dfd8cf6eb2b3 + c02ca5d078b5b54bef8043d972082f41fd912190 diff --git a/eng/common/native/CommonLibrary.psm1 b/eng/common/native/CommonLibrary.psm1 index 2a08d5246..41416862d 100644 --- a/eng/common/native/CommonLibrary.psm1 +++ b/eng/common/native/CommonLibrary.psm1 @@ -152,6 +152,8 @@ function Get-File { } else { Write-Verbose "Downloading $Uri" + # Don't display the console progress UI - it's a huge perf hit + $ProgressPreference = 'SilentlyContinue' while($Attempt -Lt $DownloadRetries) { try { diff --git a/eng/common/sdl/init-sdl.ps1 b/eng/common/sdl/init-sdl.ps1 index 26e01c067..c737eb0e7 100644 --- a/eng/common/sdl/init-sdl.ps1 +++ b/eng/common/sdl/init-sdl.ps1 @@ -11,6 +11,9 @@ $ErrorActionPreference = "Stop" Set-StrictMode -Version 2.0 $LASTEXITCODE = 0 +# Don't display the console progress UI - it's a huge perf hit +$ProgressPreference = 'SilentlyContinue' + # Construct basic auth from AzDO access token; construct URI to the repository's gdn folder stored in that repository; construct location of zip file $encodedPat = [Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes(":$AzureDevOpsAccessToken")) $escapedRepository = [Uri]::EscapeDataString("/$Repository/$BranchName/.gdn") diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 9c12b1b4f..bb5638930 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -163,6 +163,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) { $installScript = Join-Path $dotnetRoot "dotnet-install.ps1" if (!(Test-Path $installScript)) { Create-Directory $dotnetRoot + $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit Invoke-WebRequest "https://dot.net/$dotnetInstallScriptVersion/dotnet-install.ps1" -OutFile $installScript } @@ -282,6 +283,7 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) { Create-Directory $packageDir Write-Host "Downloading $packageName $packageVersion" + $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit Invoke-WebRequest "https://dotnet.myget.org/F/roslyn-tools/api/v2/package/$packageName/$packageVersion/" -OutFile $packagePath Unzip $packagePath $packageDir } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 3af9be615..94a1edd7d 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -208,12 +208,19 @@ function GetDotNetInstallScript { # Use curl if available, otherwise use wget if command -v curl > /dev/null; then - curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" - else - wget -q -O "$install_script" "$install_script_url" + curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." + ExitWithExitCode $exit_code + } + else + wget -q -O "$install_script" "$install_script_url" || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." + ExitWithExitCode $exit_code + } fi fi - # return value _GetDotNetInstallScript="$install_script" } diff --git a/global.json b/global.json index aba09bff6..33b7add33 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19426.12" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19427.8" } } From ac20447f8bebc2a6e2605960ab00fb694b11e390 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 13:10:14 +0000 Subject: [PATCH 0336/1121] [master] Update dependencies from dotnet/toolset (#4361) * Update dependencies from https://github.com/dotnet/toolset build 20190827.24 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.24 * Update dependencies from https://github.com/dotnet/toolset build 20190828.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19428.3 * Update dependencies from https://github.com/dotnet/toolset build 20190828.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19428.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2081ab96e..539c847ed 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - f3d5f22262820b23d1488510d27942e93e3994c2 + 9f099558b3b19da3fa1393a6f24a9b8b40d0c29c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index de70de59e..6b6814383 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.21 + 5.0.100-alpha1.19428.4 From e3a03cb52a8bdc0c05879d902f945d196d15360a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 13:35:52 +0000 Subject: [PATCH 0337/1121] Update dependencies from https://github.com/dotnet/toolset build 20190828.6 (#4369) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19428.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 539c847ed..c0413b181 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - 9f099558b3b19da3fa1393a6f24a9b8b40d0c29c + 84a2b9ed09639c8f01acf1eef00c6d09e01ff59d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6b6814383..a7892572a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19428.4 + 5.0.100-alpha1.19428.6 From 63465d8a1ac724b520b6426348277eef2955cf33 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 14:50:48 +0000 Subject: [PATCH 0338/1121] Update dependencies from https://github.com/dotnet/toolset build 20190828.9 (#4372) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19428.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c0413b181..566f206e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - 84a2b9ed09639c8f01acf1eef00c6d09e01ff59d + cdbedfeeab74f946ad873cca8c8128df6a29ebb1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a7892572a..d376aa68f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19428.6 + 5.0.100-alpha1.19428.9 From 4b7c0d1ff48426ffd9734fdabdaa0dc31712c5a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 15:40:49 +0000 Subject: [PATCH 0339/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190828.2 (#4374) - Microsoft.NETCore.App - 5.0.0-alpha1.19428.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19428.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19428.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 566f206e6..6a531bfea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 336610e763b17b328617b13abbab8a30a54f664c + da5aba1e47b3cf68ceede54a5c597de5ba6a5715 - + https://github.com/dotnet/core-setup - 336610e763b17b328617b13abbab8a30a54f664c + da5aba1e47b3cf68ceede54a5c597de5ba6a5715 - + https://github.com/dotnet/core-setup - 336610e763b17b328617b13abbab8a30a54f664c + da5aba1e47b3cf68ceede54a5c597de5ba6a5715 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d376aa68f..62e539a88 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19428.1 + 5.0.0-alpha1.19428.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19428.1 + 2.1.0-alpha1.19428.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19428.1 + 5.0.0-alpha1.19428.2 $(MicrosoftWindowsDesktopAppPackageVersion) From ce2ea289a06e6d113e891c7241b58c2372c7452d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 16:47:33 +0000 Subject: [PATCH 0340/1121] [master] Update dependencies from dotnet/cli (#4370) * Update dependencies from https://github.com/dotnet/cli build 20190828.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19428.2 * Update dependencies from https://github.com/dotnet/cli build 20190828.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19428.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6a531bfea..dcbf0bf97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - dc71af9ee10d843d76e6d1f6413fe8d7653e935b + 9d495aa9449904f7f9caa269b6e48393bb86f8c1 diff --git a/eng/Versions.props b/eng/Versions.props index 62e539a88..2d1e01bf4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.14 + 5.0.100-alpha1.19428.3 0.2.0 From f7901cd28677fcd8791976603ebb89e063e08a3b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 17:30:52 +0000 Subject: [PATCH 0341/1121] Update dependencies from https://github.com/dotnet/toolset build 20190828.10 (#4375) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19428.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dcbf0bf97..a07b55e52 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - cdbedfeeab74f946ad873cca8c8128df6a29ebb1 + 1a985dc91bf9e869ac4571da2455118d50a2fb80 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2d1e01bf4..e0817da86 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19428.9 + 5.0.100-alpha1.19428.10 From b0c9222460bd73476110bc2eeb76f4075e507900 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 01:08:27 +0000 Subject: [PATCH 0342/1121] [master] Update dependencies from dotnet/core-setup (#4379) * Update dependencies from https://github.com/dotnet/core-setup build 20190828.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19428.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19428.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19428.6 * Update dependencies from https://github.com/dotnet/core-setup build 20190828.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19428.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19428.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19428.9 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a07b55e52..d5d922017 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - da5aba1e47b3cf68ceede54a5c597de5ba6a5715 + 29aaa4b5751ed073b775c00b45ae237f9229eca9 - + https://github.com/dotnet/core-setup - da5aba1e47b3cf68ceede54a5c597de5ba6a5715 + 29aaa4b5751ed073b775c00b45ae237f9229eca9 - + https://github.com/dotnet/core-setup - da5aba1e47b3cf68ceede54a5c597de5ba6a5715 + 29aaa4b5751ed073b775c00b45ae237f9229eca9 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e0817da86..3bbfb3f9c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19428.2 + 5.0.0-alpha1.19428.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19428.2 + 2.1.0-alpha1.19428.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19428.2 + 5.0.0-alpha1.19428.9 $(MicrosoftWindowsDesktopAppPackageVersion) From cc17d915b2f6f4e31fbf8e18b1509e5d2f3c1f1c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 03:15:45 +0000 Subject: [PATCH 0343/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190828.11 (#4388) - Microsoft.NETCore.App - 5.0.0-alpha1.19428.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19428.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19428.11 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d5d922017..0ea4cdc97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 29aaa4b5751ed073b775c00b45ae237f9229eca9 + 0b41f3dbfdabc15ada7d795ff7f822cc25c36433 - + https://github.com/dotnet/core-setup - 29aaa4b5751ed073b775c00b45ae237f9229eca9 + 0b41f3dbfdabc15ada7d795ff7f822cc25c36433 - + https://github.com/dotnet/core-setup - 29aaa4b5751ed073b775c00b45ae237f9229eca9 + 0b41f3dbfdabc15ada7d795ff7f822cc25c36433 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 3bbfb3f9c..04ec2a796 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19428.9 + 5.0.0-alpha1.19428.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19428.9 + 2.1.0-alpha1.19428.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19428.9 + 5.0.0-alpha1.19428.11 $(MicrosoftWindowsDesktopAppPackageVersion) From 3a58f5cb50126f8c0a31ca446a6d2e193958e0fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 03:21:08 +0000 Subject: [PATCH 0344/1121] Update dependencies from https://github.com/dotnet/toolset build 20190828.20 (#4389) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19428.20 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0ea4cdc97..3d71a8ac2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - 1a985dc91bf9e869ac4571da2455118d50a2fb80 + b91336fe05eb49e6b2310d9df32945cb95252ce8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 04ec2a796..656e2b642 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19428.10 + 5.0.100-alpha1.19428.20 From 072cf5b198e474d8ec78af9944184147208f5f71 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 06:05:49 +0000 Subject: [PATCH 0345/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190828.13 (#4392) - Microsoft.NETCore.App - 5.0.0-alpha1.19428.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19428.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19428.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3d71a8ac2..459a419ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 0b41f3dbfdabc15ada7d795ff7f822cc25c36433 + dc499b1cf07268a9926bd51b16e3ef749bf39340 - + https://github.com/dotnet/core-setup - 0b41f3dbfdabc15ada7d795ff7f822cc25c36433 + dc499b1cf07268a9926bd51b16e3ef749bf39340 - + https://github.com/dotnet/core-setup - 0b41f3dbfdabc15ada7d795ff7f822cc25c36433 + dc499b1cf07268a9926bd51b16e3ef749bf39340 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 656e2b642..9b7727e14 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19428.11 + 5.0.0-alpha1.19428.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19428.11 + 2.1.0-alpha1.19428.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19428.11 + 5.0.0-alpha1.19428.13 $(MicrosoftWindowsDesktopAppPackageVersion) From 2e6a2cde3183e8d644dbddce7f1cb6627f3d887e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 12:43:02 +0000 Subject: [PATCH 0346/1121] Update dependencies from https://github.com/dotnet/arcade build 20190828.9 (#4397) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19428.9 --- eng/Version.Details.xml | 4 ++-- eng/common/post-build/symbols-validation.ps1 | 20 +++++++++---------- .../templates/post-build/common-variables.yml | 4 ++-- .../templates/post-build/post-build.yml | 4 ++-- global.json | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 459a419ff..6d38a629e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - c02ca5d078b5b54bef8043d972082f41fd912190 + dc55bd4b7353be8e36b2f71b9557e84f743dd6f6 diff --git a/eng/common/post-build/symbols-validation.ps1 b/eng/common/post-build/symbols-validation.ps1 index d5ec51b15..096ac321d 100644 --- a/eng/common/post-build/symbols-validation.ps1 +++ b/eng/common/post-build/symbols-validation.ps1 @@ -37,10 +37,10 @@ function FirstMatchingSymbolDescriptionOrDefault { # DWARF file for a .dylib $DylibDwarf = $SymbolPath.Replace($Extension, ".dylib.dwarf") - $dotnetsymbolExe = "$env:USERPROFILE\.dotnet\tools" - $dotnetsymbolExe = Resolve-Path "$dotnetsymbolExe\dotnet-symbol.exe" + $dotnetSymbolExe = "$env:USERPROFILE\.dotnet\tools" + $dotnetSymbolExe = Resolve-Path "$dotnetSymbolExe\dotnet-symbol.exe" - & $dotnetsymbolExe --symbols --modules --windows-pdbs $TargetServerParam $FullPath -o $SymbolsPath | Out-Null + & $dotnetSymbolExe --symbols --modules --windows-pdbs $TargetServerParam $FullPath -o $SymbolsPath | Out-Null if (Test-Path $PdbPath) { return "PDB" @@ -159,25 +159,25 @@ function CheckSymbolsAvailable { } } -function Installdotnetsymbol { - $dotnetsymbolPackageName = "dotnet-symbol" +function InstallDotnetSymbol { + $dotnetSymbolPackageName = "dotnet-symbol" $dotnetRoot = InitializeDotNetCli -install:$true $dotnet = "$dotnetRoot\dotnet.exe" $toolList = & "$dotnet" tool list --global - if (($toolList -like "*$dotnetsymbolPackageName*") -and ($toolList -like "*$dotnetsymbolVersion*")) { - Write-Host "dotnet-symbol version $dotnetsymbolVersion is already installed." + if (($toolList -like "*$dotnetSymbolPackageName*") -and ($toolList -like "*$dotnetSymbolVersion*")) { + Write-Host "dotnet-symbol version $dotnetSymbolVersion is already installed." } else { - Write-Host "Installing dotnet-symbol version $dotnetsymbolVersion..." + Write-Host "Installing dotnet-symbol version $dotnetSymbolVersion..." Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." - & "$dotnet" tool install $dotnetsymbolPackageName --version $dotnetsymbolVersion --verbosity "minimal" --global + & "$dotnet" tool install $dotnetSymbolPackageName --version $dotnetSymbolVersion --verbosity "minimal" --global } } try { - Installdotnetsymbol + InstallDotnetSymbol CheckSymbolsAvailable } diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index b00d85d8c..7b3fdb136 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -49,6 +49,6 @@ variables: # Default locations for Installers and checksums - name: ChecksumsBlobFeedUrl - value: https://dotnetcli.blob.core.windows.net/dotnet/index.json - - name: InstallersBlobFeedUrl value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json + - name: InstallersBlobFeedUrl + value: https://dotnetcli.blob.core.windows.net/dotnet/index.json diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 3f239fae2..be92789ac 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -1,7 +1,7 @@ parameters: - enableSourceLinkValidation: true + enableSourceLinkValidation: false enableSigningValidation: true - enableSymbolValidation: true + enableSymbolValidation: false enableNugetValidation: true publishInstallersAndChecksums: false SDLValidationParameters: diff --git a/global.json b/global.json index 33b7add33..efd9f5144 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19427.8" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19428.9" } } From 431768532a993e07cd4eba3ec8317603b45d8ac5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 13:20:24 +0000 Subject: [PATCH 0347/1121] [master] Update dependencies from dotnet/toolset (#4400) * Update dependencies from https://github.com/dotnet/toolset build 20190829.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.3 * Update dependencies from https://github.com/dotnet/toolset build 20190829.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6d38a629e..adbd50951 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - b91336fe05eb49e6b2310d9df32945cb95252ce8 + 5e56cc8d3f0b507db1f3bebe1af0487538599a86 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9b7727e14..069ff7788 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19428.20 + 5.0.100-alpha1.19429.4 From 781a6a89424bcc6dc92c66d25f104e12113c63c0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 14:05:10 +0000 Subject: [PATCH 0348/1121] Update dependencies from https://github.com/dotnet/toolset build 20190829.5 (#4401) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index adbd50951..d2c1d10c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - 5e56cc8d3f0b507db1f3bebe1af0487538599a86 + aa12436f7fdb1181d187cc35e608616fcdf99cf8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 069ff7788..3f55e32a2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.4 + 5.0.100-alpha1.19429.5 From b6741806e935c2413943a3f1c4c4166ca02bfc49 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 14:07:33 +0000 Subject: [PATCH 0349/1121] [master] Update dependencies from dotnet/cli (#4387) * Update dependencies from https://github.com/dotnet/cli build 20190828.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19428.8 * Update dependencies from https://github.com/dotnet/cli build 20190829.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d2c1d10c3..b3dcce2ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 9d495aa9449904f7f9caa269b6e48393bb86f8c1 + 076308ee1c49c7b5e0647823598f23bd754c8878 diff --git a/eng/Versions.props b/eng/Versions.props index 3f55e32a2..148a451c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19428.3 + 5.0.100-alpha1.19429.2 0.2.0 From a456f9d8296ffae8ac4ca4d4ea3b23983552f928 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 14:30:50 +0000 Subject: [PATCH 0350/1121] [master] Update dependencies from dotnet/toolset (#4403) * Update dependencies from https://github.com/dotnet/toolset build 20190829.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.8 * Update dependencies from https://github.com/dotnet/toolset build 20190829.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b3dcce2ae..3f337fd81 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - aa12436f7fdb1181d187cc35e608616fcdf99cf8 + c1e8400150091b782944c758e2933feb3cf1eeef https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 148a451c7..7587d4f10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.5 + 5.0.100-alpha1.19429.7 From d384f0920d229a88c94d1a39692a69b38067e27f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 14:42:03 +0000 Subject: [PATCH 0351/1121] Update dependencies from https://github.com/dotnet/cli build 20190829.3 (#4404) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3f337fd81..e3b0aae97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 076308ee1c49c7b5e0647823598f23bd754c8878 + 98998e3e0d47c3c353481f4843ef16b0e10b1139 diff --git a/eng/Versions.props b/eng/Versions.props index 7587d4f10..29319f3a3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.2 + 5.0.100-alpha1.19429.3 0.2.0 From f95252efd6fd75521791621c9cb125467b1c3a08 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 16:15:46 +0000 Subject: [PATCH 0352/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190829.1 (#4405) - Microsoft.NETCore.App - 5.0.0-alpha1.19429.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e3b0aae97..ef4bc1f97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - dc499b1cf07268a9926bd51b16e3ef749bf39340 + eaa3cc1efabfdd80e2f765ac9c44b97af3dd478e - + https://github.com/dotnet/core-setup - dc499b1cf07268a9926bd51b16e3ef749bf39340 + eaa3cc1efabfdd80e2f765ac9c44b97af3dd478e - + https://github.com/dotnet/core-setup - dc499b1cf07268a9926bd51b16e3ef749bf39340 + eaa3cc1efabfdd80e2f765ac9c44b97af3dd478e https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 29319f3a3..3473ccee7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19428.13 + 5.0.0-alpha1.19429.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19428.13 + 2.1.0-alpha1.19429.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19428.13 + 5.0.0-alpha1.19429.1 $(MicrosoftWindowsDesktopAppPackageVersion) From cb6b8066ed9a23415c4773f186d60229d5d374c4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 17:25:44 +0000 Subject: [PATCH 0353/1121] Update dependencies from https://github.com/dotnet/cli build 20190829.4 (#4407) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef4bc1f97..b5153bb09 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 98998e3e0d47c3c353481f4843ef16b0e10b1139 + 9571de73b172cc8b4c7ab825cbf9c56e4e3006b1 diff --git a/eng/Versions.props b/eng/Versions.props index 3473ccee7..b6753c3ef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.3 + 5.0.100-alpha1.19429.4 0.2.0 From 72e8987325932d679d38ccb75752f56a69473083 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 17:55:26 +0000 Subject: [PATCH 0354/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190829.2 (#4408) - Microsoft.NETCore.App - 5.0.0-alpha1.19429.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b5153bb09..81bd10fa0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - eaa3cc1efabfdd80e2f765ac9c44b97af3dd478e + 87a51614c113ceab24d3a89754392bdc1a7a325c - + https://github.com/dotnet/core-setup - eaa3cc1efabfdd80e2f765ac9c44b97af3dd478e + 87a51614c113ceab24d3a89754392bdc1a7a325c - + https://github.com/dotnet/core-setup - eaa3cc1efabfdd80e2f765ac9c44b97af3dd478e + 87a51614c113ceab24d3a89754392bdc1a7a325c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b6753c3ef..43a233333 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19429.1 + 5.0.0-alpha1.19429.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19429.1 + 2.1.0-alpha1.19429.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19429.1 + 5.0.0-alpha1.19429.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 65fd04e33c3dcc40741f1007a9b8a3891927d164 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 18:15:47 +0000 Subject: [PATCH 0355/1121] Update dependencies from https://github.com/dotnet/toolset build 20190829.9 (#4411) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 81bd10fa0..bd46c1338 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - c1e8400150091b782944c758e2933feb3cf1eeef + cf131dd8b8cde6afe1ff93691d7709508efe52cc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 43a233333..86a1fb2f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.7 + 5.0.100-alpha1.19429.9 From 809c5cb61ba6dbc786904bf1daf9b23316a5f91c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 18:21:04 +0000 Subject: [PATCH 0356/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190829.3 (#4412) - Microsoft.NETCore.App - 5.0.0-alpha1.19429.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd46c1338..32f15558d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 87a51614c113ceab24d3a89754392bdc1a7a325c - + https://github.com/dotnet/core-setup 87a51614c113ceab24d3a89754392bdc1a7a325c - + https://github.com/dotnet/core-setup 87a51614c113ceab24d3a89754392bdc1a7a325c diff --git a/eng/Versions.props b/eng/Versions.props index 86a1fb2f6..d426a27b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19429.2 + 5.0.0-alpha1.19429.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19429.2 + 2.1.0-alpha1.19429.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19429.2 + 5.0.0-alpha1.19429.3 $(MicrosoftWindowsDesktopAppPackageVersion) From db3e1143d72642e471bf4ef34db7c9ff298a1146 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 19:20:29 +0000 Subject: [PATCH 0357/1121] Update dependencies from https://github.com/dotnet/cli build 20190829.5 (#4414) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 32f15558d..df5051020 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 9571de73b172cc8b4c7ab825cbf9c56e4e3006b1 + c133e89cf55102b7ab7214818d2ac4d93c6bb0aa diff --git a/eng/Versions.props b/eng/Versions.props index d426a27b4..f69b176a9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.4 + 5.0.100-alpha1.19429.5 0.2.0 From 2d3a6f86d3572538209566724c344c2975c77695 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 19:55:47 +0000 Subject: [PATCH 0358/1121] Update dependencies from https://github.com/dotnet/toolset build 20190829.10 (#4415) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index df5051020..84f57ff7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - cf131dd8b8cde6afe1ff93691d7709508efe52cc + c8c020b8696524e622a2c02cb4def8ff762b9b3c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f69b176a9..0688ab205 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.9 + 5.0.100-alpha1.19429.10 From 0d2b6275dd5b98d47d1dd5af40a69823c69f4f8b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 19:56:10 +0000 Subject: [PATCH 0359/1121] Update dependencies from https://github.com/dotnet/cli build 20190829.6 (#4416) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84f57ff7f..672bd0b75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - c133e89cf55102b7ab7214818d2ac4d93c6bb0aa + 398bdbbebff8c1ca2718fd9424189610353b51f9 diff --git a/eng/Versions.props b/eng/Versions.props index 0688ab205..f4fd211da 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.5 + 5.0.100-alpha1.19429.6 0.2.0 From 152ec3590880d12047111effb6778707714a7922 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 20:36:21 +0000 Subject: [PATCH 0360/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190829.4 (#4418) - Microsoft.NETCore.App - 5.0.0-alpha1.19429.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 672bd0b75..057a9b021 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 87a51614c113ceab24d3a89754392bdc1a7a325c + bd1ddfd3df018675999ae7316f08a953f799ed0d - + https://github.com/dotnet/core-setup - 87a51614c113ceab24d3a89754392bdc1a7a325c + bd1ddfd3df018675999ae7316f08a953f799ed0d - + https://github.com/dotnet/core-setup - 87a51614c113ceab24d3a89754392bdc1a7a325c + bd1ddfd3df018675999ae7316f08a953f799ed0d https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f4fd211da..5815f8f36 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19429.3 + 5.0.0-alpha1.19429.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19429.3 + 2.1.0-alpha1.19429.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19429.3 + 5.0.0-alpha1.19429.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 7d2778ea8abb4d80ba833ee3e0ac444934197bb8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 20:45:55 +0000 Subject: [PATCH 0361/1121] Update dependencies from https://github.com/dotnet/toolset build 20190829.11 (#4419) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 057a9b021..0741be178 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - c8c020b8696524e622a2c02cb4def8ff762b9b3c + 19f09e28a01e51a256aa83dc9878d3f65c259d50 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5815f8f36..aaa5e20cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.10 + 5.0.100-alpha1.19429.11 From d50e1e7cbc39d7b03fdef94e7fe93794bd979e7e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 03:20:46 +0000 Subject: [PATCH 0362/1121] Update dependencies from https://github.com/dotnet/cli build 20190829.10 (#4428) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0741be178..a5c9ced2f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 398bdbbebff8c1ca2718fd9424189610353b51f9 + 8f384fdc1b2c81c358a97c9a9b766ef281bb8cbb diff --git a/eng/Versions.props b/eng/Versions.props index aaa5e20cf..428cc5826 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.6 + 5.0.100-alpha1.19429.10 0.2.0 From 44687b71f5f5d14c0ab3839060a257b111f5c675 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 03:50:39 +0000 Subject: [PATCH 0363/1121] Update dependencies from https://github.com/dotnet/toolset build 20190829.20 (#4431) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.20 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a5c9ced2f..a32020fde 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - 19f09e28a01e51a256aa83dc9878d3f65c259d50 + d76558d6245b819c77e529f0ef0552a2bad90c6c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 428cc5826..e8eb0c002 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.11 + 5.0.100-alpha1.19429.20 From d4af9250d5c0c57ba21f71636052c514e6af2bd2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 04:22:10 +0000 Subject: [PATCH 0364/1121] [master] Update dependencies from dotnet/core-setup (#4426) * Update dependencies from https://github.com/dotnet/core-setup build 20190829.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19429.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.9 * Update dependencies from https://github.com/dotnet/core-setup build 20190829.10 - Microsoft.NETCore.App - 5.0.0-alpha1.19429.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a32020fde..333ea2505 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - bd1ddfd3df018675999ae7316f08a953f799ed0d + a47c6d0e6a7ca883995f9b4d59d686f1e682e613 - + https://github.com/dotnet/core-setup - bd1ddfd3df018675999ae7316f08a953f799ed0d + a47c6d0e6a7ca883995f9b4d59d686f1e682e613 - + https://github.com/dotnet/core-setup - bd1ddfd3df018675999ae7316f08a953f799ed0d + a47c6d0e6a7ca883995f9b4d59d686f1e682e613 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e8eb0c002..b83eea05c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19429.4 + 5.0.0-alpha1.19429.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19429.4 + 2.1.0-alpha1.19429.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19429.4 + 5.0.0-alpha1.19429.10 $(MicrosoftWindowsDesktopAppPackageVersion) From 7707b167dda82d8fd03b4f6f2281ad264f3c348f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 05:30:44 +0000 Subject: [PATCH 0365/1121] Update dependencies from https://github.com/dotnet/cli build 20190829.11 (#4434) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 333ea2505..bc4066ec0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 8f384fdc1b2c81c358a97c9a9b766ef281bb8cbb + 35d88a5b0a9b8df721bc91524a60c5c0e8869417 diff --git a/eng/Versions.props b/eng/Versions.props index b83eea05c..19373a5b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.10 + 5.0.100-alpha1.19429.11 0.2.0 From 4e69d1921a5d023cda57c36046ef8327fa4df897 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 06:05:42 +0000 Subject: [PATCH 0366/1121] Update dependencies from https://github.com/dotnet/toolset build 20190829.24 (#4435) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.24 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc4066ec0..0306023e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - d76558d6245b819c77e529f0ef0552a2bad90c6c + e08ffd45b27ba3cd80e966ad482d7d20e283234d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 19373a5b4..3a3e7de30 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.20 + 5.0.100-alpha1.19429.24 From 15a01ec5b05e40f6746b90fe434d21f39776f4e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 06:40:55 +0000 Subject: [PATCH 0367/1121] [master] Update dependencies from dotnet/core-setup (#4436) * Update dependencies from https://github.com/dotnet/core-setup build 20190829.11 - Microsoft.NETCore.App - 5.0.0-alpha1.19429.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.11 * Update dependencies from https://github.com/dotnet/core-setup build 20190829.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19429.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.12 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0306023e9..1d53c163b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a47c6d0e6a7ca883995f9b4d59d686f1e682e613 + 22127873b44c20e85680e19da1f8c27e9f051b02 - + https://github.com/dotnet/core-setup - a47c6d0e6a7ca883995f9b4d59d686f1e682e613 + 22127873b44c20e85680e19da1f8c27e9f051b02 - + https://github.com/dotnet/core-setup - a47c6d0e6a7ca883995f9b4d59d686f1e682e613 + 22127873b44c20e85680e19da1f8c27e9f051b02 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 3a3e7de30..dddcc7944 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19429.10 + 5.0.0-alpha1.19429.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19429.10 + 2.1.0-alpha1.19429.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19429.10 + 5.0.0-alpha1.19429.12 $(MicrosoftWindowsDesktopAppPackageVersion) From 93fd3267bc323e64e814566581793190cf941995 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 07:30:53 +0000 Subject: [PATCH 0368/1121] Update dependencies from https://github.com/dotnet/cli build 20190829.13 (#4437) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1d53c163b..61266d82d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 35d88a5b0a9b8df721bc91524a60c5c0e8869417 + 2cb2fb0022ba454e0a4e224c57bae42e8cd5e5b6 diff --git a/eng/Versions.props b/eng/Versions.props index dddcc7944..e8dc0a0bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.11 + 5.0.100-alpha1.19429.13 0.2.0 From da022466ab8d559e2ebb750fa80ae270a1187a07 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 08:20:51 +0000 Subject: [PATCH 0369/1121] Update dependencies from https://github.com/dotnet/toolset build 20190830.1 (#4438) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61266d82d..cb22980b8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - e08ffd45b27ba3cd80e966ad482d7d20e283234d + afbf5a4e74e19b03c73ecb7cc182fac62a6b1f97 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e8dc0a0bf..83a1bb556 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.24 + 5.0.100-alpha1.19430.1 From 84776d92a3484e60bf91f3229732e35d3d6f1a2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 12:28:19 +0000 Subject: [PATCH 0370/1121] [master] Update dependencies from dotnet/templating (#4398) * Update dependencies from https://github.com/dotnet/templating build 20190828.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19428.1 * Update dependencies from https://github.com/dotnet/templating build 20190829.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19429.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cb22980b8..2864957fb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a + 98fae47807bde9657649b70d63a29a7d8a76f926 https://github.com/dotnet/toolset From e0f4b30afecfdb751cfcfaec06eaf9a8c17250c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 12:32:56 +0000 Subject: [PATCH 0371/1121] Update dependencies from https://github.com/dotnet/arcade build 20190829.16 (#4441) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19429.16 --- eng/Version.Details.xml | 4 ++-- eng/common/darc-init.ps1 | 4 ++-- eng/common/darc-init.sh | 6 +++++- eng/common/performance/perfhelixpublish.proj | 8 ++++---- eng/common/sdl/execute-all-sdl-tools.ps1 | 4 ++-- eng/common/sdl/packages.config | 4 ++-- eng/common/sdl/run-sdl.ps1 | 10 +++++----- eng/common/templates/job/execute-sdl.yml | 15 +++++++++------ eng/common/templates/post-build/post-build.yml | 2 ++ global.json | 2 +- 10 files changed, 34 insertions(+), 25 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2864957fb..31d248bdf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - dc55bd4b7353be8e36b2f71b9557e84f743dd6f6 + e5aaea7fcfc46449b035d5b220032bfb933e98a4 diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1 index 8854d979f..46d175fdf 100644 --- a/eng/common/darc-init.ps1 +++ b/eng/common/darc-init.ps1 @@ -1,9 +1,9 @@ param ( $darcVersion = $null, - $versionEndpoint = "https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16" + $versionEndpoint = "https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16", + $verbosity = "m" ) -$verbosity = "m" . $PSScriptRoot\tools.ps1 function InstallDarcCli ($darcVersion) { diff --git a/eng/common/darc-init.sh b/eng/common/darc-init.sh index abdd0bc05..242429bca 100755 --- a/eng/common/darc-init.sh +++ b/eng/common/darc-init.sh @@ -3,6 +3,7 @@ source="${BASH_SOURCE[0]}" darcVersion='' versionEndpoint="https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16" +verbosity=m while [[ $# > 0 ]]; do opt="$(echo "$1" | awk '{print tolower($0)}')" @@ -15,6 +16,10 @@ while [[ $# > 0 ]]; do versionEndpoint=$2 shift ;; + --verbosity) + verbosity=$2 + shift + ;; *) echo "Invalid argument: $1" usage @@ -34,7 +39,6 @@ while [[ -h "$source" ]]; do [[ $source != /* ]] && source="$scriptroot/$source" done scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" -verbosity=m . "$scriptroot/tools.sh" diff --git a/eng/common/performance/perfhelixpublish.proj b/eng/common/performance/perfhelixpublish.proj index d07b1fa6e..e5826b532 100644 --- a/eng/common/performance/perfhelixpublish.proj +++ b/eng/common/performance/perfhelixpublish.proj @@ -83,8 +83,8 @@ $(WorkItemDirectory) - $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(BaselineCoreRunArgument) --artifacts $(BaselineArtifactsDirectory) --partition-count $(PartitionCount) --partition-index %(HelixWorkItem.Index)" - $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(CoreRunArgument) --artifacts $(ArtifactsDirectory) --partition-count $(PartitionCount) --partition-index %(HelixWorkItem.Index)" + $(WorkItemCommand) --bdn-artifacts $(BaselineArtifactsDirectory) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(BaselineCoreRunArgument) --partition-count $(PartitionCount) --partition-index %(HelixWorkItem.Index)" + $(WorkItemCommand) --bdn-artifacts $(ArtifactsDirectory) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(CoreRunArgument) --partition-count $(PartitionCount) --partition-index %(HelixWorkItem.Index)" $(DotnetExe) run -f $(_Framework) -p $(ResultsComparer) --base $(BaselineArtifactsDirectory) --diff $(ArtifactsDirectory) --threshold 2$(Percent) --xml $(XMLResults);$(FinalCommand) 4:00 @@ -93,8 +93,8 @@ $(WorkItemDirectory) - $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(BaselineCoreRunArgument) --artifacts $(ArtifactsDirectory)" - $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(CoreRunArgument) --artifacts $(ArtifactsDirectory)" + $(WorkItemCommand) --bdn-artifacts $(BaselineArtifactsDirectory) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(BaselineCoreRunArgument)" + $(WorkItemCommand) --bdn-artifacts $(ArtifactsDirectory) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(CoreRunArgument)" $(DotnetExe) run -f $(_Framework) -p $(ResultsComparer) --base $(BaselineArtifactsDirectory) --diff $(ArtifactsDirectory) --threshold 2$(Percent) --xml $(XMLResults) 4:00 diff --git a/eng/common/sdl/execute-all-sdl-tools.ps1 b/eng/common/sdl/execute-all-sdl-tools.ps1 index 6d9bdcf72..fa239484f 100644 --- a/eng/common/sdl/execute-all-sdl-tools.ps1 +++ b/eng/common/sdl/execute-all-sdl-tools.ps1 @@ -53,8 +53,8 @@ if ($ValidPath -eq $False) exit 1 } -& $(Join-Path $PSScriptRoot "init-sdl.ps1") -GuardianCliLocation $guardianCliLocation -Repository $RepoName -BranchName $BranchName -WorkingDirectory $ArtifactsDirectory -AzureDevOpsAccessToken $AzureDevOpsAccessToken -GuardianLoggerLevel $GuardianLoggerLevel -$gdnFolder = Join-Path $ArtifactsDirectory ".gdn" +& $(Join-Path $PSScriptRoot "init-sdl.ps1") -GuardianCliLocation $guardianCliLocation -Repository $RepoName -BranchName $BranchName -WorkingDirectory (Split-Path $SourceDirectory -Parent) -AzureDevOpsAccessToken $AzureDevOpsAccessToken -GuardianLoggerLevel $GuardianLoggerLevel +$gdnFolder = Join-Path (Split-Path $SourceDirectory -Parent) ".gdn" if ($TsaOnboard) { if ($TsaCodebaseName -and $TsaNotificationEmail -and $TsaCodebaseAdmin -and $TsaBugAreaPath) { diff --git a/eng/common/sdl/packages.config b/eng/common/sdl/packages.config index 3f97ac2f1..256ffbfb9 100644 --- a/eng/common/sdl/packages.config +++ b/eng/common/sdl/packages.config @@ -1,4 +1,4 @@ - + - + diff --git a/eng/common/sdl/run-sdl.ps1 b/eng/common/sdl/run-sdl.ps1 index b90c4399b..9bc25314a 100644 --- a/eng/common/sdl/run-sdl.ps1 +++ b/eng/common/sdl/run-sdl.ps1 @@ -32,16 +32,16 @@ foreach ($tool in $ToolsList) { Write-Host $tool # We have to manually configure tools that run on source to look at the source directory only if ($tool -eq "credscan") { - Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" TargetDirectory : $TargetDirectory `" `" OutputType : pre `" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams})" - & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " TargetDirectory : $TargetDirectory " "OutputType : pre" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams}) + Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" TargetDirectory < $TargetDirectory `" `" OutputType < pre `" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams})" + & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " TargetDirectory < $TargetDirectory " "OutputType < pre" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams}) if ($LASTEXITCODE -ne 0) { Write-Host "Guardian configure for $tool failed with exit code $LASTEXITCODE." exit $LASTEXITCODE } } if ($tool -eq "policheck") { - Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" Target : $TargetDirectory `" $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams})" - & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " Target : $TargetDirectory " $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams}) + Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" Target < $TargetDirectory `" $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams})" + & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " Target < $TargetDirectory " $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams}) if ($LASTEXITCODE -ne 0) { Write-Host "Guardian configure for $tool failed with exit code $LASTEXITCODE." exit $LASTEXITCODE @@ -56,4 +56,4 @@ Write-Host "$GuardianCliLocation run --working-directory $WorkingDirectory --bas if ($LASTEXITCODE -ne 0) { Write-Host "Guardian run for $ToolsList using $configParam failed with exit code $LASTEXITCODE." exit $LASTEXITCODE -} \ No newline at end of file +} diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index 91621cf88..a7f996419 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -1,7 +1,10 @@ parameters: overrideParameters: '' # Optional: to override values for parameters. additionalParameters: '' # Optional: parameters that need user specific values eg: '-SourceToolsList @("abc","def") -ArtifactToolsList @("ghi","jkl")' - continueOnError: false # optional: determines whether to continue the build if the step errors; + # There is some sort of bug (has been reported) in Azure DevOps where if this parameter is named + # 'continueOnError', the parameter value is not correctly picked up. + # This can also be remedied by the caller (post-build.yml) if it does not use a nested parameter + sdlContinueOnError: false # optional: determines whether to continue the build if the step errors; dependsOn: '' # Optional: dependencies of the job jobs: @@ -26,12 +29,12 @@ jobs: -InputPath $(Build.SourcesDirectory)\artifacts\BlobArtifacts -ExtractPath $(Build.SourcesDirectory)\artifacts\BlobArtifacts displayName: Extract Blob Artifacts - continueOnError: ${{ parameters.continueOnError }} + continueOnError: ${{ parameters.sdlContinueOnError }} - powershell: eng/common/sdl/extract-artifact-packages.ps1 -InputPath $(Build.SourcesDirectory)\artifacts\PackageArtifacts -ExtractPath $(Build.SourcesDirectory)\artifacts\PackageArtifacts displayName: Extract Package Artifacts - continueOnError: ${{ parameters.continueOnError }} + continueOnError: ${{ parameters.sdlContinueOnError }} - task: NuGetToolInstaller@1 displayName: 'Install NuGet.exe' - task: NuGetCommand@2 @@ -45,12 +48,12 @@ jobs: - ${{ if ne(parameters.overrideParameters, '') }}: - powershell: eng/common/sdl/execute-all-sdl-tools.ps1 ${{ parameters.overrideParameters }} displayName: Execute SDL - continueOnError: ${{ parameters.continueOnError }} + continueOnError: ${{ parameters.sdlContinueOnError }} - ${{ if eq(parameters.overrideParameters, '') }}: - powershell: eng/common/sdl/execute-all-sdl-tools.ps1 - -GuardianPackageName Microsoft.Guardian.Cli.0.7.1 + -GuardianPackageName Microsoft.Guardian.Cli.0.7.2 -NugetPackageDirectory $(Build.SourcesDirectory)\.packages -AzureDevOpsAccessToken $(dn-bot-dotnet-build-rw-code-rw) ${{ parameters.additionalParameters }} displayName: Execute SDL - continueOnError: ${{ parameters.continueOnError }} + continueOnError: ${{ parameters.sdlContinueOnError }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index be92789ac..34667b6c0 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -6,6 +6,7 @@ parameters: publishInstallersAndChecksums: false SDLValidationParameters: enable: false + continueOnError: false params: '' # These parameters let the user customize the call to sdk-task.ps1 for publishing @@ -92,6 +93,7 @@ stages: - template: /eng/common/templates/job/execute-sdl.yml parameters: additionalParameters: ${{ parameters.SDLValidationParameters.params }} + continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }} - template: \eng\common\templates\post-build\channels\netcore-dev-5.yml parameters: diff --git a/global.json b/global.json index efd9f5144..13ed125df 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19428.9" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19429.16" } } From 0c4f3b8b57f5be259adf1d78ddc40cba7bb27373 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 13:20:29 +0000 Subject: [PATCH 0372/1121] Update dependencies from https://github.com/dotnet/toolset build 20190830.3 (#4442) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 31d248bdf..7aedb56bd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - afbf5a4e74e19b03c73ecb7cc182fac62a6b1f97 + c0f513a077d54beef75584b730ef3cf34e77adc5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 83a1bb556..6331916eb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.1 + 5.0.100-alpha1.19430.3 From ddc1b31d733d8780b752245bd178cf30e1010c5e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 13:55:17 +0000 Subject: [PATCH 0373/1121] Update dependencies from https://github.com/dotnet/cli build 20190830.1 (#4445) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7aedb56bd..042588d73 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 2cb2fb0022ba454e0a4e224c57bae42e8cd5e5b6 + 086a563372651314e87bf76b5efce23e486a6614 diff --git a/eng/Versions.props b/eng/Versions.props index 6331916eb..bef34b59f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.13 + 5.0.100-alpha1.19430.1 0.2.0 From 40f291213963de251cc3d93fcca7d8c27d03b07d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 13:56:30 +0000 Subject: [PATCH 0374/1121] [master] Update dependencies from dotnet/toolset (#4444) * Update dependencies from https://github.com/dotnet/toolset build 20190830.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.4 * Update dependencies from https://github.com/dotnet/toolset build 20190830.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.5 * Update dependencies from https://github.com/dotnet/toolset build 20190830.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 042588d73..9f339564f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - c0f513a077d54beef75584b730ef3cf34e77adc5 + 04df81bce898aee65806927e257144f52ccf95bd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bef34b59f..162b3721f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.3 + 5.0.100-alpha1.19430.7 From 1cc374ba9a1ee5e746e3e4d1aa2705bb08f4cb6a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 14:40:28 +0000 Subject: [PATCH 0375/1121] Update dependencies from https://github.com/dotnet/toolset build 20190830.9 (#4448) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9f339564f..40b5b78c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 04df81bce898aee65806927e257144f52ccf95bd + 2ca3c018f8d41b07fbcebe65f074a457f783d6d2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 162b3721f..2e433ab37 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.7 + 5.0.100-alpha1.19430.9 From c87ac61eef3504e30e3974d3cc850661665e89cf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 15:11:08 +0000 Subject: [PATCH 0376/1121] Update dependencies from https://github.com/dotnet/toolset build 20190830.10 (#4451) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 40b5b78c4..511e14889 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 2ca3c018f8d41b07fbcebe65f074a457f783d6d2 + aadb7f18f30073318cc0db64572c3710ba2ef59e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2e433ab37..fcfef7202 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.9 + 5.0.100-alpha1.19430.10 From 8bcfbbcfa52c218b42d7c561603b64acd70b426c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 16:47:20 +0000 Subject: [PATCH 0377/1121] [master] Update dependencies from dotnet/cli (#4447) * Update dependencies from https://github.com/dotnet/cli build 20190830.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.2 * Update dependencies from https://github.com/dotnet/cli build 20190830.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 511e14889..c34a991e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 086a563372651314e87bf76b5efce23e486a6614 + de4510192089d9d1346e069ec9306eaaa872cb00 diff --git a/eng/Versions.props b/eng/Versions.props index fcfef7202..ac43f7c18 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19430.1 + 5.0.100-alpha1.19430.4 0.2.0 From 30841de8e7e9cbeaca7ba02c9d97867877c7e6bb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 17:20:41 +0000 Subject: [PATCH 0378/1121] Update dependencies from https://github.com/dotnet/toolset build 20190830.12 (#4454) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c34a991e9..e0f08f914 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - aadb7f18f30073318cc0db64572c3710ba2ef59e + bdf2d31ee344783aff852f204bcd0672bb1557d7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ac43f7c18..791378e93 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.10 + 5.0.100-alpha1.19430.12 From 3190f262d0a536b30a60f2d4d76f66b01bcfe690 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 17:56:12 +0000 Subject: [PATCH 0379/1121] [master] Update dependencies from dotnet/core-setup (#4440) * Update dependencies from https://github.com/dotnet/core-setup build 20190829.14 - Microsoft.NETCore.App - 5.0.0-alpha1.19429.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.14 * Update dependencies from https://github.com/dotnet/core-setup build 20190830.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19430.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190830.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19430.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0f08f914..8397bc96c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 22127873b44c20e85680e19da1f8c27e9f051b02 + c5a1f450ea5415dac206367841d602243d8884d8 - + https://github.com/dotnet/core-setup - 22127873b44c20e85680e19da1f8c27e9f051b02 + c5a1f450ea5415dac206367841d602243d8884d8 - + https://github.com/dotnet/core-setup - 22127873b44c20e85680e19da1f8c27e9f051b02 + c5a1f450ea5415dac206367841d602243d8884d8 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 791378e93..8eee990b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19429.12 + 5.0.0-alpha1.19430.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19429.12 + 2.1.0-alpha1.19430.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19429.12 + 5.0.0-alpha1.19430.3 $(MicrosoftWindowsDesktopAppPackageVersion) From fea16616b840430fe8703862cabde297e458ed4d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 19:15:41 +0000 Subject: [PATCH 0380/1121] Update dependencies from https://github.com/dotnet/cli build 20190830.6 (#4458) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8397bc96c..0aa34e273 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - de4510192089d9d1346e069ec9306eaaa872cb00 + 0f2db7e3bdd952fb0ea66031acbf8064c5424a12 diff --git a/eng/Versions.props b/eng/Versions.props index 8eee990b4..9cfebf835 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19430.4 + 5.0.100-alpha1.19430.6 0.2.0 From d2c21e08f714c73459760273422ffdca0ca44e62 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 19:55:43 +0000 Subject: [PATCH 0381/1121] Update dependencies from https://github.com/dotnet/toolset build 20190830.14 (#4459) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0aa34e273..ccb103005 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - bdf2d31ee344783aff852f204bcd0672bb1557d7 + 2cb4b37398ff86ed26eccceeb3483a008f0f19cd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9cfebf835..522583d06 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.12 + 5.0.100-alpha1.19430.14 From 477b9278de0ff97698b7dc299c925a4d66339075 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 22:30:39 +0000 Subject: [PATCH 0382/1121] Update dependencies from https://github.com/dotnet/cli build 20190830.9 (#4463) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ccb103005..58cadc148 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 0f2db7e3bdd952fb0ea66031acbf8064c5424a12 + 0d186e814f7013153140126e82f09110e3b869f7 diff --git a/eng/Versions.props b/eng/Versions.props index 522583d06..a6e7e5ec8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19430.6 + 5.0.100-alpha1.19430.9 0.2.0 From e047cdbd95cd13bca2a98e120bf8c2a94ea13963 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 23:10:39 +0000 Subject: [PATCH 0383/1121] Update dependencies from https://github.com/dotnet/toolset build 20190830.17 (#4465) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.17 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 58cadc148..26404df8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 2cb4b37398ff86ed26eccceeb3483a008f0f19cd + d5b5e8a5fda39f0893fd3101b7630fe9ee631c37 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a6e7e5ec8..0d09487a6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.14 + 5.0.100-alpha1.19430.17 From d160f407f6cbd61b63e8210fc4d7698284af6803 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 01:53:20 +0000 Subject: [PATCH 0384/1121] [master] Update dependencies from dotnet/core-setup (#4462) * Update dependencies from https://github.com/dotnet/core-setup build 20190830.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19430.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.4 * Update dependencies from https://github.com/dotnet/core-setup build 20190830.10 - Microsoft.NETCore.App - 5.0.0-alpha1.19430.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 26404df8d..580bfbd88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c5a1f450ea5415dac206367841d602243d8884d8 + 040fffc8465f1933b0a46b2e734c10407fa3d88f - + https://github.com/dotnet/core-setup - c5a1f450ea5415dac206367841d602243d8884d8 + 040fffc8465f1933b0a46b2e734c10407fa3d88f - + https://github.com/dotnet/core-setup - c5a1f450ea5415dac206367841d602243d8884d8 + 040fffc8465f1933b0a46b2e734c10407fa3d88f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0d09487a6..9e1653f46 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19430.3 + 5.0.0-alpha1.19430.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19430.3 + 2.1.0-alpha1.19430.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19430.3 + 5.0.0-alpha1.19430.10 $(MicrosoftWindowsDesktopAppPackageVersion) From bcd2f13474edf8e2d3d62eb25778d655b93f2706 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 03:25:41 +0000 Subject: [PATCH 0385/1121] Update dependencies from https://github.com/dotnet/cli build 20190830.11 (#4469) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 580bfbd88..6029be3de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 0d186e814f7013153140126e82f09110e3b869f7 + f23e9bd307d6fef666445275b824f8e9ec1a95a0 diff --git a/eng/Versions.props b/eng/Versions.props index 9e1653f46..4fa49d9f9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19430.9 + 5.0.100-alpha1.19430.11 0.2.0 From 5d08220c6aa807b3c74aee423a4fb2a0e387ebe8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 03:50:38 +0000 Subject: [PATCH 0386/1121] Update dependencies from https://github.com/dotnet/toolset build 20190830.21 (#4470) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.21 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6029be3de..194104485 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - d5b5e8a5fda39f0893fd3101b7630fe9ee631c37 + 9404d708ba5ea5c671385c58daed2f00f3d5d087 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4fa49d9f9..7c8acf98a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.17 + 5.0.100-alpha1.19430.21 From 0ca1b67691bb97833f09792d54b559eadd26e157 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 04:00:40 +0000 Subject: [PATCH 0387/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190830.11 (#4471) - Microsoft.NETCore.App - 5.0.0-alpha1.19430.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.11 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 194104485..bdf02f393 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 040fffc8465f1933b0a46b2e734c10407fa3d88f + 67f96ca519825f9d209c5b0176b5dcef3fcbcfde - + https://github.com/dotnet/core-setup - 040fffc8465f1933b0a46b2e734c10407fa3d88f + 67f96ca519825f9d209c5b0176b5dcef3fcbcfde - + https://github.com/dotnet/core-setup - 040fffc8465f1933b0a46b2e734c10407fa3d88f + 67f96ca519825f9d209c5b0176b5dcef3fcbcfde https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 7c8acf98a..91c753213 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19430.10 + 5.0.0-alpha1.19430.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19430.10 + 2.1.0-alpha1.19430.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19430.10 + 5.0.0-alpha1.19430.11 $(MicrosoftWindowsDesktopAppPackageVersion) From 03b3e0a1fcbb411c6e251f911607e742cbecbd18 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 05:45:39 +0000 Subject: [PATCH 0388/1121] Update dependencies from https://github.com/dotnet/toolset build 20190830.23 (#4473) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.23 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bdf02f393..db927ced6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 9404d708ba5ea5c671385c58daed2f00f3d5d087 + 894b651867673cbbf57197e3aee8e47838f2fba2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 91c753213..d90f222dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.21 + 5.0.100-alpha1.19430.23 From 70564b60722d78fc704c1da98c99ee61005a62d6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 06:10:39 +0000 Subject: [PATCH 0389/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190830.12 (#4474) - Microsoft.NETCore.App - 5.0.0-alpha1.19430.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.12 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db927ced6..f1d97f86a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 67f96ca519825f9d209c5b0176b5dcef3fcbcfde + 06399d63c856e8bfaff32c3b04d9fb14a44f6744 - + https://github.com/dotnet/core-setup - 67f96ca519825f9d209c5b0176b5dcef3fcbcfde + 06399d63c856e8bfaff32c3b04d9fb14a44f6744 - + https://github.com/dotnet/core-setup - 67f96ca519825f9d209c5b0176b5dcef3fcbcfde + 06399d63c856e8bfaff32c3b04d9fb14a44f6744 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d90f222dc..b94c418dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19430.11 + 5.0.0-alpha1.19430.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19430.11 + 2.1.0-alpha1.19430.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19430.11 + 5.0.0-alpha1.19430.12 $(MicrosoftWindowsDesktopAppPackageVersion) From f963e01d4098412dac654a77cd5289b06546ba42 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 06:40:59 +0000 Subject: [PATCH 0390/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190830.13 (#4475) - Microsoft.NETCore.App - 5.0.0-alpha1.19430.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.13 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f1d97f86a..5b0de8dfd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 06399d63c856e8bfaff32c3b04d9fb14a44f6744 - + https://github.com/dotnet/core-setup 06399d63c856e8bfaff32c3b04d9fb14a44f6744 - + https://github.com/dotnet/core-setup 06399d63c856e8bfaff32c3b04d9fb14a44f6744 diff --git a/eng/Versions.props b/eng/Versions.props index b94c418dc..e615eaf9f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19430.12 + 5.0.0-alpha1.19430.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19430.12 + 2.1.0-alpha1.19430.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19430.12 + 5.0.0-alpha1.19430.13 $(MicrosoftWindowsDesktopAppPackageVersion) From ac3a85357c51b4c79d2c6b9846fa37561a547051 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 08:02:15 +0000 Subject: [PATCH 0391/1121] [master] Update dependencies from dotnet/cli (#4472) * Update dependencies from https://github.com/dotnet/cli build 20190830.12 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.12 * Update dependencies from https://github.com/dotnet/cli build 20190830.13 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5b0de8dfd..a78d84463 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - f23e9bd307d6fef666445275b824f8e9ec1a95a0 + 95b1e662b604a5c8ccfe0b73944abe22f9ca7798 diff --git a/eng/Versions.props b/eng/Versions.props index e615eaf9f..07d9dba8a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19430.11 + 5.0.100-alpha1.19430.13 0.2.0 From d006246a4a5dead71bf63cbe8a29aea2005fe5e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 08:35:43 +0000 Subject: [PATCH 0392/1121] Update dependencies from https://github.com/dotnet/toolset build 20190831.1 (#4477) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a78d84463..95787bde4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 894b651867673cbbf57197e3aee8e47838f2fba2 + 0ba85c4b6dcff235e510a83f50126d5ddd53ffc7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 07d9dba8a..ce98db779 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.23 + 5.0.100-alpha1.19431.1 From 4c5b45b7b83c460a62c0f4d2ae35b77b6f3ab45c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 09:10:42 +0000 Subject: [PATCH 0393/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190830.14 (#4478) - Microsoft.NETCore.App - 5.0.0-alpha1.19430.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.14 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 95787bde4..84c421e18 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 06399d63c856e8bfaff32c3b04d9fb14a44f6744 + 8d9cefa3759f03d84e2e00ffa918b24ac1d387f8 - + https://github.com/dotnet/core-setup - 06399d63c856e8bfaff32c3b04d9fb14a44f6744 + 8d9cefa3759f03d84e2e00ffa918b24ac1d387f8 - + https://github.com/dotnet/core-setup - 06399d63c856e8bfaff32c3b04d9fb14a44f6744 + 8d9cefa3759f03d84e2e00ffa918b24ac1d387f8 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ce98db779..a1de8d2ca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19430.13 + 5.0.0-alpha1.19430.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19430.13 + 2.1.0-alpha1.19430.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19430.13 + 5.0.0-alpha1.19430.14 $(MicrosoftWindowsDesktopAppPackageVersion) From f73b96a77cfd3fbd6c4c9782436a3c7d7a79544b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 10:20:58 +0000 Subject: [PATCH 0394/1121] Update dependencies from https://github.com/dotnet/cli build 20190831.1 (#4479) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19431.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84c421e18..02066c8e7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 95b1e662b604a5c8ccfe0b73944abe22f9ca7798 + 749eaee933b976d4115f6dc47aceaa296e9361e2 diff --git a/eng/Versions.props b/eng/Versions.props index a1de8d2ca..8f1706740 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19430.13 + 5.0.100-alpha1.19431.1 0.2.0 From 41c80d8f6d0857eda55b683f74d6b93841e7ed45 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 10:55:39 +0000 Subject: [PATCH 0395/1121] Update dependencies from https://github.com/dotnet/toolset build 20190831.2 (#4480) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 02066c8e7..e53967c63 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 0ba85c4b6dcff235e510a83f50126d5ddd53ffc7 + 1c6c707e200e641e9dc031ddbe2f84c77ab9a34a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8f1706740..b3f63e367 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.1 + 5.0.100-alpha1.19431.2 From 5b5d2c1302014da53ed1cb44ddd4adff2ae9c251 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 11:40:40 +0000 Subject: [PATCH 0396/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190831.1 (#4481) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e53967c63..5b1f0b8fc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 8d9cefa3759f03d84e2e00ffa918b24ac1d387f8 + 141199b3c49a0a6d278a4fc816508a5cc9380f7b - + https://github.com/dotnet/core-setup - 8d9cefa3759f03d84e2e00ffa918b24ac1d387f8 + 141199b3c49a0a6d278a4fc816508a5cc9380f7b - + https://github.com/dotnet/core-setup - 8d9cefa3759f03d84e2e00ffa918b24ac1d387f8 + 141199b3c49a0a6d278a4fc816508a5cc9380f7b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b3f63e367..25f3f4608 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19430.14 + 5.0.0-alpha1.19431.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19430.14 + 2.1.0-alpha1.19431.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19430.14 + 5.0.0-alpha1.19431.1 $(MicrosoftWindowsDesktopAppPackageVersion) From f25a753869039c1b59ccccdc4ba8d26290b06373 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 13:00:18 +0000 Subject: [PATCH 0397/1121] Update dependencies from https://github.com/dotnet/toolset build 20190831.3 (#4484) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5b1f0b8fc..c4a63de1f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 1c6c707e200e641e9dc031ddbe2f84c77ab9a34a + 056181de55838b10ba099bb662637ad8539aee42 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 25f3f4608..25b8f5dae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.2 + 5.0.100-alpha1.19431.3 From 822a46a37ed5c3193da0268d3bedb677f607bf9d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 14:36:31 +0000 Subject: [PATCH 0398/1121] [master] Update dependencies from dotnet/toolset (#4485) * Update dependencies from https://github.com/dotnet/toolset build 20190831.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.4 * Update dependencies from https://github.com/dotnet/toolset build 20190831.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c4a63de1f..ffe52893e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 056181de55838b10ba099bb662637ad8539aee42 + d12ff53beb38ecc8cd858f56b39c6824a5cd9cbc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 25b8f5dae..d3406b953 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.3 + 5.0.100-alpha1.19431.6 From 8d1b9c427ff423f3ad06e5adf691b8239e73e09d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 16:20:50 +0000 Subject: [PATCH 0399/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190831.3 (#4486) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ffe52893e..a1ea328ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 141199b3c49a0a6d278a4fc816508a5cc9380f7b + ed0af91340a962833bb0ce9888c56b542215c432 - + https://github.com/dotnet/core-setup - 141199b3c49a0a6d278a4fc816508a5cc9380f7b + ed0af91340a962833bb0ce9888c56b542215c432 - + https://github.com/dotnet/core-setup - 141199b3c49a0a6d278a4fc816508a5cc9380f7b + ed0af91340a962833bb0ce9888c56b542215c432 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d3406b953..9bf1b0b3e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.1 + 5.0.0-alpha1.19431.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.1 + 2.1.0-alpha1.19431.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.1 + 5.0.0-alpha1.19431.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 460af599015975a051382d138bfefeaaedebe96f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 17:25:41 +0000 Subject: [PATCH 0400/1121] Update dependencies from https://github.com/dotnet/cli build 20190831.2 (#4487) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19431.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a1ea328ef..ee7fade0c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 749eaee933b976d4115f6dc47aceaa296e9361e2 + 8654b841e67137490c050cb273e33d23c1adfb14 diff --git a/eng/Versions.props b/eng/Versions.props index 9bf1b0b3e..a8c0ab10e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19431.1 + 5.0.100-alpha1.19431.2 0.2.0 From cb0b70cb3d771183fa645248ecda95c8738eb573 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 17:55:09 +0000 Subject: [PATCH 0401/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190831.4 (#4488) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ee7fade0c..e8c62008b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ed0af91340a962833bb0ce9888c56b542215c432 + 23c83baa497c4bbdd238611c51b4fc7650a16f98 - + https://github.com/dotnet/core-setup - ed0af91340a962833bb0ce9888c56b542215c432 + 23c83baa497c4bbdd238611c51b4fc7650a16f98 - + https://github.com/dotnet/core-setup - ed0af91340a962833bb0ce9888c56b542215c432 + 23c83baa497c4bbdd238611c51b4fc7650a16f98 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index a8c0ab10e..1b55929bd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.3 + 5.0.0-alpha1.19431.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.3 + 2.1.0-alpha1.19431.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.3 + 5.0.0-alpha1.19431.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 5623c52682cc053451d83961f03c01602e42e732 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 18:00:41 +0000 Subject: [PATCH 0402/1121] Update dependencies from https://github.com/dotnet/toolset build 20190831.8 (#4489) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e8c62008b..99c8fc7bf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - d12ff53beb38ecc8cd858f56b39c6824a5cd9cbc + bb5277955821d7be1ac4145de85183e2bd077e0a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1b55929bd..bcaa1ea34 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.6 + 5.0.100-alpha1.19431.8 From f8251de73d1d49476ab5bddc936c72b5831037c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 18:25:50 +0000 Subject: [PATCH 0403/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190831.5 (#4490) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.5 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 99c8fc7bf..f91402a2a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 23c83baa497c4bbdd238611c51b4fc7650a16f98 - + https://github.com/dotnet/core-setup 23c83baa497c4bbdd238611c51b4fc7650a16f98 - + https://github.com/dotnet/core-setup 23c83baa497c4bbdd238611c51b4fc7650a16f98 diff --git a/eng/Versions.props b/eng/Versions.props index bcaa1ea34..b9ed27223 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.4 + 5.0.0-alpha1.19431.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.4 + 2.1.0-alpha1.19431.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.4 + 5.0.0-alpha1.19431.5 $(MicrosoftWindowsDesktopAppPackageVersion) From ca45db67c962ff8885cbd7ef32e97ab85b69ec43 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 20:40:43 +0000 Subject: [PATCH 0404/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190831.6 (#4491) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f91402a2a..0fea69e02 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 23c83baa497c4bbdd238611c51b4fc7650a16f98 + 69dde4d4c7f962cc1f52499fc1bae38e342472ce - + https://github.com/dotnet/core-setup - 23c83baa497c4bbdd238611c51b4fc7650a16f98 + 69dde4d4c7f962cc1f52499fc1bae38e342472ce - + https://github.com/dotnet/core-setup - 23c83baa497c4bbdd238611c51b4fc7650a16f98 + 69dde4d4c7f962cc1f52499fc1bae38e342472ce https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b9ed27223..186f6179c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.5 + 5.0.0-alpha1.19431.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.5 + 2.1.0-alpha1.19431.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.5 + 5.0.0-alpha1.19431.6 $(MicrosoftWindowsDesktopAppPackageVersion) From d2b91920366b05f6af8f47858d5bea5a76f5bea1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 21:45:43 +0000 Subject: [PATCH 0405/1121] Update dependencies from https://github.com/dotnet/cli build 20190831.3 (#4492) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19431.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0fea69e02..9935aacf4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 8654b841e67137490c050cb273e33d23c1adfb14 + 8eeb1e966b145ee23d4709e0f1ad50f823eb1401 diff --git a/eng/Versions.props b/eng/Versions.props index 186f6179c..8621f573e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19431.2 + 5.0.100-alpha1.19431.3 0.2.0 From 05a8c8cde37f5dd6914608183be754daecbe330e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 22:05:40 +0000 Subject: [PATCH 0406/1121] Update dependencies from https://github.com/dotnet/toolset build 20190831.9 (#4493) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9935aacf4..57d878d32 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - bb5277955821d7be1ac4145de85183e2bd077e0a + 293d1e9e1172fc5902dc0c7a035161bb0014f8ef https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8621f573e..326224141 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.8 + 5.0.100-alpha1.19431.9 From 3999226a01e9e3b6d404ff6496600e0b010a1269 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 05:40:42 +0000 Subject: [PATCH 0407/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190831.8 (#4495) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57d878d32..0091e5158 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 69dde4d4c7f962cc1f52499fc1bae38e342472ce + f737f2532a8e123dac4100a048d039488d416497 - + https://github.com/dotnet/core-setup - 69dde4d4c7f962cc1f52499fc1bae38e342472ce + f737f2532a8e123dac4100a048d039488d416497 - + https://github.com/dotnet/core-setup - 69dde4d4c7f962cc1f52499fc1bae38e342472ce + f737f2532a8e123dac4100a048d039488d416497 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 326224141..2d6d772c4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.6 + 5.0.0-alpha1.19431.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.6 + 2.1.0-alpha1.19431.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.6 + 5.0.0-alpha1.19431.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 21883990cfaa4601cefdd02c25e7c62850412906 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 07:00:40 +0000 Subject: [PATCH 0408/1121] Update dependencies from https://github.com/dotnet/cli build 20190831.4 (#4496) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19431.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0091e5158..2ccd434dc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 8eeb1e966b145ee23d4709e0f1ad50f823eb1401 + 41f6e509b574b2081f7fbbdba39b8f9db964ca6d diff --git a/eng/Versions.props b/eng/Versions.props index 2d6d772c4..45b7117e5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19431.3 + 5.0.100-alpha1.19431.4 0.2.0 From 268aff05d769f940e9c2ede4e250ab7c64a396da Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 07:15:40 +0000 Subject: [PATCH 0409/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190831.9 (#4497) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.9 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2ccd434dc..36e2934d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - f737f2532a8e123dac4100a048d039488d416497 + cabc10d2675e4b61f349b7b7887f549ad15bd060 - + https://github.com/dotnet/core-setup - f737f2532a8e123dac4100a048d039488d416497 + cabc10d2675e4b61f349b7b7887f549ad15bd060 - + https://github.com/dotnet/core-setup - f737f2532a8e123dac4100a048d039488d416497 + cabc10d2675e4b61f349b7b7887f549ad15bd060 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 45b7117e5..8d0f2c600 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.8 + 5.0.0-alpha1.19431.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.8 + 2.1.0-alpha1.19431.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.8 + 5.0.0-alpha1.19431.9 $(MicrosoftWindowsDesktopAppPackageVersion) From b4ad2412d3c3ee59b152d7423de8831804c73799 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 07:35:41 +0000 Subject: [PATCH 0410/1121] Update dependencies from https://github.com/dotnet/toolset build 20190831.11 (#4498) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 36e2934d6..5cbd8d3e7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 293d1e9e1172fc5902dc0c7a035161bb0014f8ef + 109fe7e804c0c7c722e510d79af8b083f28f9734 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8d0f2c600..980037be2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.9 + 5.0.100-alpha1.19431.11 From 8fba8fd2a9ac460ef2bf72b407b25a9a1a437f65 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 09:05:39 +0000 Subject: [PATCH 0411/1121] Update dependencies from https://github.com/dotnet/toolset build 20190901.1 (#4500) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5cbd8d3e7..c796186e8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 109fe7e804c0c7c722e510d79af8b083f28f9734 + 189567ccca0ac68a7149f219106228a41669c7b9 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 980037be2..08011418a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.11 + 5.0.100-alpha1.19451.1 From b7ef6c68595780e6e45d32fe05b8f53650fc472b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 13:05:18 +0000 Subject: [PATCH 0412/1121] Update dependencies from https://github.com/dotnet/toolset build 20190901.2 (#4501) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c796186e8..8100f218b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 189567ccca0ac68a7149f219106228a41669c7b9 + b19cb0fdf942da740f06eb00827050cb4787b809 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 08011418a..00fa6fc38 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.1 + 5.0.100-alpha1.19451.2 From a9ab3f2bc65d7632432f92b556ddfb1dc4ca2640 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 13:30:52 +0000 Subject: [PATCH 0413/1121] Update dependencies from https://github.com/dotnet/toolset build 20190901.3 (#4502) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8100f218b..e208a7f32 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - b19cb0fdf942da740f06eb00827050cb4787b809 + 00cdc4e117ecb64b5dede7204e2942a93bb9f60c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 00fa6fc38..90e375409 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.2 + 5.0.100-alpha1.19451.3 From d3148febd585e391ab612043b45bb689488911f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 16:20:40 +0000 Subject: [PATCH 0414/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190901.1 (#4503) - Microsoft.NETCore.App - 5.0.0-alpha1.19451.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e208a7f32..b2ec27b92 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - cabc10d2675e4b61f349b7b7887f549ad15bd060 + 7f46800bde35842a5e1d945857c14a172bd78122 - + https://github.com/dotnet/core-setup - cabc10d2675e4b61f349b7b7887f549ad15bd060 + 7f46800bde35842a5e1d945857c14a172bd78122 - + https://github.com/dotnet/core-setup - cabc10d2675e4b61f349b7b7887f549ad15bd060 + 7f46800bde35842a5e1d945857c14a172bd78122 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 90e375409..a46eba8c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.9 + 5.0.0-alpha1.19451.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.9 + 2.1.0-alpha1.19451.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.9 + 5.0.0-alpha1.19451.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 6e1515b4e16f76fce27640bd6219f8f464f1cbb7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 17:50:22 +0000 Subject: [PATCH 0415/1121] [master] Update dependencies from dotnet/cli (#4499) * Update dependencies from https://github.com/dotnet/cli build 20190901.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.1 * Update dependencies from https://github.com/dotnet/cli build 20190901.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b2ec27b92..a83dfb4ed 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 41f6e509b574b2081f7fbbdba39b8f9db964ca6d + 0e5f79cdabbf69c44010f4ec04d843e9740dc988 diff --git a/eng/Versions.props b/eng/Versions.props index a46eba8c6..08ed7a963 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19431.4 + 5.0.100-alpha1.19451.2 0.2.0 From 81579e3cd09df71ef5b5003ba7d61eae1a5a0199 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 18:25:40 +0000 Subject: [PATCH 0416/1121] Update dependencies from https://github.com/dotnet/toolset build 20190901.4 (#4506) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a83dfb4ed..303738de2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 00cdc4e117ecb64b5dede7204e2942a93bb9f60c + 916d59cca7cdfe4dbca38ed7828788b9ef90db46 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 08ed7a963..23d473b24 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.3 + 5.0.100-alpha1.19451.4 From cc8282d3153d4f3ffb362d32fd4eab6ae3770992 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 19:20:44 +0000 Subject: [PATCH 0417/1121] Update dependencies from https://github.com/dotnet/toolset build 20190901.6 (#4509) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 303738de2..314adfc8c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 916d59cca7cdfe4dbca38ed7828788b9ef90db46 + 0523bbf48106dede63194c72c82e327e9cb1e219 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 23d473b24..8e3e03bd1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.4 + 5.0.100-alpha1.19451.6 From 0dedb6b43634ef042b113393119f9c9604e7772e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 19:36:47 +0000 Subject: [PATCH 0418/1121] [master] Update dependencies from dotnet/core-setup (#4505) * Update dependencies from https://github.com/dotnet/core-setup build 20190901.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19451.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.2 * Update dependencies from https://github.com/dotnet/core-setup build 20190901.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19451.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 314adfc8c..e81be5554 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7f46800bde35842a5e1d945857c14a172bd78122 + 935899164fe464349001a9a67ad0175aa2bf780a - + https://github.com/dotnet/core-setup - 7f46800bde35842a5e1d945857c14a172bd78122 + 935899164fe464349001a9a67ad0175aa2bf780a - + https://github.com/dotnet/core-setup - 7f46800bde35842a5e1d945857c14a172bd78122 + 935899164fe464349001a9a67ad0175aa2bf780a https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8e3e03bd1..945252790 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19451.1 + 5.0.0-alpha1.19451.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19451.1 + 2.1.0-alpha1.19451.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19451.1 + 5.0.0-alpha1.19451.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 949225e28bd692eb669b21215abcdaf656e85c6d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 21:10:40 +0000 Subject: [PATCH 0419/1121] Update dependencies from https://github.com/dotnet/toolset build 20190901.7 (#4510) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e81be5554..1e42e6aaa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 0523bbf48106dede63194c72c82e327e9cb1e219 + bb4e748dd45767236123bad71a74c1a0baac445d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 945252790..db874483b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.6 + 5.0.100-alpha1.19451.7 From 6275e570f93c785ea4824969e569885380323718 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 21:15:41 +0000 Subject: [PATCH 0420/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190901.4 (#4511) - Microsoft.NETCore.App - 5.0.0-alpha1.19451.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1e42e6aaa..7ec623955 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 935899164fe464349001a9a67ad0175aa2bf780a + dd6b0fefee06929fd7e643c68502d39cda449151 - + https://github.com/dotnet/core-setup - 935899164fe464349001a9a67ad0175aa2bf780a + dd6b0fefee06929fd7e643c68502d39cda449151 - + https://github.com/dotnet/core-setup - 935899164fe464349001a9a67ad0175aa2bf780a + dd6b0fefee06929fd7e643c68502d39cda449151 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index db874483b..9b481ecc3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19451.3 + 5.0.0-alpha1.19451.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19451.3 + 2.1.0-alpha1.19451.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19451.3 + 5.0.0-alpha1.19451.4 $(MicrosoftWindowsDesktopAppPackageVersion) From d88f9b9a3047d0b8ca711b736c5e617048539cce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 22:55:41 +0000 Subject: [PATCH 0421/1121] Update dependencies from https://github.com/dotnet/toolset build 20190901.8 (#4512) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ec623955..98f8ffde8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - bb4e748dd45767236123bad71a74c1a0baac445d + 477e842bf46005ed71ca9c251df76ac423c23310 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9b481ecc3..690e6020c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.7 + 5.0.100-alpha1.19451.8 From 7044e415e2c7a1a4da1ef03ce0bace80d3aa0973 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 23:40:49 +0000 Subject: [PATCH 0422/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190901.5 (#4513) - Microsoft.NETCore.App - 5.0.0-alpha1.19451.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 98f8ffde8..3879cae96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - dd6b0fefee06929fd7e643c68502d39cda449151 + ae1362ff29650bc471e65a38330e79bcb0c67416 - + https://github.com/dotnet/core-setup - dd6b0fefee06929fd7e643c68502d39cda449151 + ae1362ff29650bc471e65a38330e79bcb0c67416 - + https://github.com/dotnet/core-setup - dd6b0fefee06929fd7e643c68502d39cda449151 + ae1362ff29650bc471e65a38330e79bcb0c67416 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 690e6020c..90d4782b5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19451.4 + 5.0.0-alpha1.19451.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19451.4 + 2.1.0-alpha1.19451.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19451.4 + 5.0.0-alpha1.19451.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 35f5b0a543c1385463b51500fc98928e31c46173 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 00:53:51 +0000 Subject: [PATCH 0423/1121] [master] Update dependencies from dotnet/cli (#4508) * Update dependencies from https://github.com/dotnet/cli build 20190901.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.4 * Update dependencies from https://github.com/dotnet/cli build 20190901.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.5 * Update dependencies from https://github.com/dotnet/cli build 20190901.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.6 * Update dependencies from https://github.com/dotnet/cli build 20190901.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3879cae96..1a9e184b4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 0e5f79cdabbf69c44010f4ec04d843e9740dc988 + b72c9d45a7c033ec7f6685d88493c16310af7036 diff --git a/eng/Versions.props b/eng/Versions.props index 90d4782b5..bbb8f0d97 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19451.2 + 5.0.100-alpha1.19451.7 0.2.0 From cbeb8bf9d7ff7846debdef64d9760ecfb7cf7a14 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 01:25:41 +0000 Subject: [PATCH 0424/1121] Update dependencies from https://github.com/dotnet/toolset build 20190901.9 (#4514) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1a9e184b4..f9fb3b1e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 477e842bf46005ed71ca9c251df76ac423c23310 + 51814dc9d7a15797d715e0d66aa480b0968b788c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bbb8f0d97..42813681d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.8 + 5.0.100-alpha1.19451.9 From a26d5976dfaf6512bdca7ce222a48f3154a33106 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 05:40:41 +0000 Subject: [PATCH 0425/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190901.6 (#4515) - Microsoft.NETCore.App - 5.0.0-alpha1.19451.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.6 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f9fb3b1e4..8bacbff4e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup ae1362ff29650bc471e65a38330e79bcb0c67416 - + https://github.com/dotnet/core-setup ae1362ff29650bc471e65a38330e79bcb0c67416 - + https://github.com/dotnet/core-setup ae1362ff29650bc471e65a38330e79bcb0c67416 diff --git a/eng/Versions.props b/eng/Versions.props index 42813681d..f42bd6e5e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19451.5 + 5.0.0-alpha1.19451.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19451.5 + 2.1.0-alpha1.19451.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19451.5 + 5.0.0-alpha1.19451.6 $(MicrosoftWindowsDesktopAppPackageVersion) From 77c846f79cb279ecd50ef0d56b9244b34347c15d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 07:00:44 +0000 Subject: [PATCH 0426/1121] Update dependencies from https://github.com/dotnet/cli build 20190901.8 (#4516) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8bacbff4e..0e55fb2d5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - b72c9d45a7c033ec7f6685d88493c16310af7036 + 060b49cec0992b1cb93689f5e030a348ed83aa12 diff --git a/eng/Versions.props b/eng/Versions.props index f42bd6e5e..4fb92350a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19451.7 + 5.0.100-alpha1.19451.8 0.2.0 From 936e99f6e8b599f5bb21651b5d74131f16b17984 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 07:40:43 +0000 Subject: [PATCH 0427/1121] Update dependencies from https://github.com/dotnet/toolset build 20190901.10 (#4517) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0e55fb2d5..9617df8cc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 51814dc9d7a15797d715e0d66aa480b0968b788c + 2056a97db1b725c4435aedfb58bddc137fdeed19 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4fb92350a..ac763c69f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.9 + 5.0.100-alpha1.19451.10 From c5318b15e8d10cb35475df7e28ea9ce820f98667 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 07:45:46 +0000 Subject: [PATCH 0428/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190901.7 (#4518) - Microsoft.NETCore.App - 5.0.0-alpha1.19451.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9617df8cc..b2c66f47f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ae1362ff29650bc471e65a38330e79bcb0c67416 + 1b429e8f37ec1314165331481079af9632981c0c - + https://github.com/dotnet/core-setup - ae1362ff29650bc471e65a38330e79bcb0c67416 + 1b429e8f37ec1314165331481079af9632981c0c - + https://github.com/dotnet/core-setup - ae1362ff29650bc471e65a38330e79bcb0c67416 + 1b429e8f37ec1314165331481079af9632981c0c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ac763c69f..bd521a4cd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19451.6 + 5.0.0-alpha1.19451.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19451.6 + 2.1.0-alpha1.19451.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19451.6 + 5.0.0-alpha1.19451.7 $(MicrosoftWindowsDesktopAppPackageVersion) From 01b432062b5499a3646746d4c73910037c138c1e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 08:55:45 +0000 Subject: [PATCH 0429/1121] Update dependencies from https://github.com/dotnet/cli build 20190902.1 (#4519) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19452.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b2c66f47f..0fb4d7ee5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 060b49cec0992b1cb93689f5e030a348ed83aa12 + 5fd38f171e793562d23bf83099a6c601fa597c1f diff --git a/eng/Versions.props b/eng/Versions.props index bd521a4cd..f4fd65df5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19451.8 + 5.0.100-alpha1.19452.1 0.2.0 From 35955f792b832628caf6a7fc9f052da27aaf68ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 09:30:41 +0000 Subject: [PATCH 0430/1121] Update dependencies from https://github.com/dotnet/toolset build 20190902.1 (#4520) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19452.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0fb4d7ee5..d8dfbfce6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 2056a97db1b725c4435aedfb58bddc137fdeed19 + 67dc05696188b6933a9fe0638bf03efdb7cde49f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f4fd65df5..ff7003001 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.10 + 5.0.100-alpha1.19452.1 From 99c4db506c7b9490000b62a1622e8637efff620a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 10:25:46 +0000 Subject: [PATCH 0431/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190902.1 (#4521) - Microsoft.NETCore.App - 5.0.0-alpha1.19452.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d8dfbfce6..fe32ff98e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 1b429e8f37ec1314165331481079af9632981c0c + fb49d11c77525a6af8e5bc7067a17d9eee6948dd - + https://github.com/dotnet/core-setup - 1b429e8f37ec1314165331481079af9632981c0c + fb49d11c77525a6af8e5bc7067a17d9eee6948dd - + https://github.com/dotnet/core-setup - 1b429e8f37ec1314165331481079af9632981c0c + fb49d11c77525a6af8e5bc7067a17d9eee6948dd https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ff7003001..adba1f24c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19451.7 + 5.0.0-alpha1.19452.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19451.7 + 2.1.0-alpha1.19452.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19451.7 + 5.0.0-alpha1.19452.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 130e1fbdd18b9ce4849eaff8cf32723004a76a19 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 21:45:42 +0000 Subject: [PATCH 0432/1121] Update dependencies from https://github.com/dotnet/cli build 20190902.2 (#4528) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19452.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe32ff98e..fa890c12c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 5fd38f171e793562d23bf83099a6c601fa597c1f + dcaee60fb03b0ae759dc6532e67eda6c6e50ac84 diff --git a/eng/Versions.props b/eng/Versions.props index adba1f24c..3032b0fc1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19452.1 + 5.0.100-alpha1.19452.2 0.2.0 From 9747b6bec66cacf9dc868236cb4a412fb2fef0ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 22:25:56 +0000 Subject: [PATCH 0433/1121] [master] Update dependencies from dotnet/toolset (#4522) * Update dependencies from https://github.com/dotnet/toolset build 20190902.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19452.2 * Update dependencies from https://github.com/dotnet/toolset build 20190902.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19452.3 * Update dependencies from https://github.com/dotnet/toolset build 20190902.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19452.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fa890c12c..ca474f86b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 67dc05696188b6933a9fe0638bf03efdb7cde49f + 6aed4bbc10cf38cfb63be9757a9cdc8f9e09c242 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3032b0fc1..8470b4805 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19452.1 + 5.0.100-alpha1.19452.6 From e3149968aeee376b8fdf767ed16bdf4d096e6c12 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 23:27:19 +0000 Subject: [PATCH 0434/1121] [master] Update dependencies from dotnet/core-setup (#4527) * Update dependencies from https://github.com/dotnet/core-setup build 20190902.5 - Microsoft.NETCore.App - 5.0.0-alpha1.19452.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.5 * Update dependencies from https://github.com/dotnet/core-setup build 20190902.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19452.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca474f86b..e99f95806 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - fb49d11c77525a6af8e5bc7067a17d9eee6948dd + 4b175eb55dafc7aef1f978c2398bdd20c9e33ae6 - + https://github.com/dotnet/core-setup - fb49d11c77525a6af8e5bc7067a17d9eee6948dd + 4b175eb55dafc7aef1f978c2398bdd20c9e33ae6 - + https://github.com/dotnet/core-setup - fb49d11c77525a6af8e5bc7067a17d9eee6948dd + 4b175eb55dafc7aef1f978c2398bdd20c9e33ae6 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8470b4805..95b940b76 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19452.1 + 5.0.0-alpha1.19452.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19452.1 + 2.1.0-alpha1.19452.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19452.1 + 5.0.0-alpha1.19452.6 $(MicrosoftWindowsDesktopAppPackageVersion) From 2ee82207cc7695020bc62b8077f260aacd527b54 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 00:55:40 +0000 Subject: [PATCH 0435/1121] Update dependencies from https://github.com/dotnet/cli build 20190902.3 (#4529) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19452.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e99f95806..e9dd65500 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - dcaee60fb03b0ae759dc6532e67eda6c6e50ac84 + 4e003444353f26b220bdae0cb690c9e4d97ad766 diff --git a/eng/Versions.props b/eng/Versions.props index 95b940b76..03fdae5a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19452.2 + 5.0.100-alpha1.19452.3 0.2.0 From 4aaf7a1144a5c15ae97f801fcc108d93243c4cb6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 01:35:39 +0000 Subject: [PATCH 0436/1121] Update dependencies from https://github.com/dotnet/toolset build 20190902.7 (#4530) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19452.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9dd65500..90b5cba11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 6aed4bbc10cf38cfb63be9757a9cdc8f9e09c242 + 3fc585199a87c16e30bfacf29ea07d931a7e2eaf https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 03fdae5a8..6cb315067 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19452.6 + 5.0.100-alpha1.19452.7 From 2c7226bdc63240ae9097f7915f9e433df9582d0c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 02:45:42 +0000 Subject: [PATCH 0437/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190902.7 (#4532) - Microsoft.NETCore.App - 5.0.0-alpha1.19452.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 90b5cba11..e04456594 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 4b175eb55dafc7aef1f978c2398bdd20c9e33ae6 + 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 - + https://github.com/dotnet/core-setup - 4b175eb55dafc7aef1f978c2398bdd20c9e33ae6 + 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 - + https://github.com/dotnet/core-setup - 4b175eb55dafc7aef1f978c2398bdd20c9e33ae6 + 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6cb315067..ba47c7286 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19452.6 + 5.0.0-alpha1.19452.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19452.6 + 2.1.0-alpha1.19452.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19452.6 + 5.0.0-alpha1.19452.7 $(MicrosoftWindowsDesktopAppPackageVersion) From 49f5faafc8e8e39bf6bf549506e097f87b84b245 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 04:20:40 +0000 Subject: [PATCH 0438/1121] Update dependencies from https://github.com/dotnet/toolset build 20190902.8 (#4534) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19452.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e04456594..ec4882254 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 3fc585199a87c16e30bfacf29ea07d931a7e2eaf + 684c316b4a2a859badd85181d52748696203fd64 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ba47c7286..199a32288 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19452.7 + 5.0.100-alpha1.19452.8 From 8779e62c906d033ee6f2bd3242e6046e3ba3aed0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 05:45:44 +0000 Subject: [PATCH 0439/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190902.8 (#4535) - Microsoft.NETCore.App - 5.0.0-alpha1.19452.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.8 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec4882254..fdd447370 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 - + https://github.com/dotnet/core-setup 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 - + https://github.com/dotnet/core-setup 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 diff --git a/eng/Versions.props b/eng/Versions.props index 199a32288..fdd6f25ba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19452.7 + 5.0.0-alpha1.19452.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19452.7 + 2.1.0-alpha1.19452.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19452.7 + 5.0.0-alpha1.19452.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 86a59fb63e9e9ae6eea8d99bf37bb2d98b286a86 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 07:25:43 +0000 Subject: [PATCH 0440/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190902.9 (#4537) - Microsoft.NETCore.App - 5.0.0-alpha1.19452.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.9 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fdd447370..805bc05ea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 + efc8a85bd08e36223bd9de1096a927dc759667bc - + https://github.com/dotnet/core-setup - 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 + efc8a85bd08e36223bd9de1096a927dc759667bc - + https://github.com/dotnet/core-setup - 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 + efc8a85bd08e36223bd9de1096a927dc759667bc https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index fdd6f25ba..9321c99a3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19452.8 + 5.0.0-alpha1.19452.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19452.8 + 2.1.0-alpha1.19452.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19452.8 + 5.0.0-alpha1.19452.9 $(MicrosoftWindowsDesktopAppPackageVersion) From 5f8263a02bb3502dba64ee19403c241e3521c9b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 09:50:46 +0000 Subject: [PATCH 0441/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190902.10 (#4539) - Microsoft.NETCore.App - 5.0.0-alpha1.19452.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 805bc05ea..15cb0f7d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - efc8a85bd08e36223bd9de1096a927dc759667bc + 6c40a810faacb904c623a5d2575b424298f0e37b - + https://github.com/dotnet/core-setup - efc8a85bd08e36223bd9de1096a927dc759667bc + 6c40a810faacb904c623a5d2575b424298f0e37b - + https://github.com/dotnet/core-setup - efc8a85bd08e36223bd9de1096a927dc759667bc + 6c40a810faacb904c623a5d2575b424298f0e37b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9321c99a3..6a5a50b7f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19452.9 + 5.0.0-alpha1.19452.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19452.9 + 2.1.0-alpha1.19452.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19452.9 + 5.0.0-alpha1.19452.10 $(MicrosoftWindowsDesktopAppPackageVersion) From 0d2e0fa14a691b888c8517300d22a5a5a49ede97 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 11:50:42 +0000 Subject: [PATCH 0442/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190903.1 (#4540) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 15cb0f7d6..23bc54dd4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6c40a810faacb904c623a5d2575b424298f0e37b + f9447b382bae01ebd6a06334b965cd3989247beb - + https://github.com/dotnet/core-setup - 6c40a810faacb904c623a5d2575b424298f0e37b + f9447b382bae01ebd6a06334b965cd3989247beb - + https://github.com/dotnet/core-setup - 6c40a810faacb904c623a5d2575b424298f0e37b + f9447b382bae01ebd6a06334b965cd3989247beb https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6a5a50b7f..cd91dfd32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19452.10 + 5.0.0-alpha1.19453.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19452.10 + 2.1.0-alpha1.19453.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19452.10 + 5.0.0-alpha1.19453.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 45f603104714bbb659575ce0bb31a2d3e36b9fb2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 13:10:43 +0000 Subject: [PATCH 0443/1121] Update dependencies from https://github.com/dotnet/toolset build 20190903.2 (#4541) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19453.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 23bc54dd4..9d6a74e91 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 684c316b4a2a859badd85181d52748696203fd64 + d6c5f35a58475d8a78e28f932e7d8d7e444a23a0 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index cd91dfd32..aaeb86bcb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19452.8 + 5.0.100-alpha1.19453.2 From 1896c8da488b15b6d69e35f3b58e40932bc8cf01 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 17:30:42 +0000 Subject: [PATCH 0444/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190903.3 (#4544) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9d6a74e91..12b5f87a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - f9447b382bae01ebd6a06334b965cd3989247beb + 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e - + https://github.com/dotnet/core-setup - f9447b382bae01ebd6a06334b965cd3989247beb + 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e - + https://github.com/dotnet/core-setup - f9447b382bae01ebd6a06334b965cd3989247beb + 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index aaeb86bcb..cc48c51da 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.1 + 5.0.0-alpha1.19453.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.1 + 2.1.0-alpha1.19453.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.1 + 5.0.0-alpha1.19453.3 $(MicrosoftWindowsDesktopAppPackageVersion) From d0a4477a802b9660f39d0be6e9978b745704a74a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 18:15:44 +0000 Subject: [PATCH 0445/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190903.4 (#4545) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.4 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 12b5f87a6..249d8dccd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e - + https://github.com/dotnet/core-setup 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e - + https://github.com/dotnet/core-setup 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e diff --git a/eng/Versions.props b/eng/Versions.props index cc48c51da..c6d15f7f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.3 + 5.0.0-alpha1.19453.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.3 + 2.1.0-alpha1.19453.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.3 + 5.0.0-alpha1.19453.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 725098f4fa4febb7f04f6cf96d128ce53ebf6ac8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 21:45:41 +0000 Subject: [PATCH 0446/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190903.5 (#4547) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 249d8dccd..950bcaf67 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e + d0bc0a02eba7f261597905629aa75268eef92761 - + https://github.com/dotnet/core-setup - 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e + d0bc0a02eba7f261597905629aa75268eef92761 - + https://github.com/dotnet/core-setup - 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e + d0bc0a02eba7f261597905629aa75268eef92761 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c6d15f7f3..dfcd07cfa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.4 + 5.0.0-alpha1.19453.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.4 + 2.1.0-alpha1.19453.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.4 + 5.0.0-alpha1.19453.5 $(MicrosoftWindowsDesktopAppPackageVersion) From f65ad0474fa6fcbe9cef9c11930c20e6f0dd022e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 00:25:42 +0000 Subject: [PATCH 0447/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190903.7 (#4553) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 950bcaf67..2bf3986f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - d0bc0a02eba7f261597905629aa75268eef92761 + 2d7faf4f7b5ac17a9417ca0b7860251ff798ca42 - + https://github.com/dotnet/core-setup - d0bc0a02eba7f261597905629aa75268eef92761 + 2d7faf4f7b5ac17a9417ca0b7860251ff798ca42 - + https://github.com/dotnet/core-setup - d0bc0a02eba7f261597905629aa75268eef92761 + 2d7faf4f7b5ac17a9417ca0b7860251ff798ca42 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index dfcd07cfa..e67533b13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.5 + 5.0.0-alpha1.19453.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.5 + 2.1.0-alpha1.19453.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.5 + 5.0.0-alpha1.19453.7 $(MicrosoftWindowsDesktopAppPackageVersion) From 67343695129d0aa15402efd99019291fcbf75505 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 03:15:53 +0000 Subject: [PATCH 0448/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190903.8 (#4555) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2bf3986f2..df7e4c799 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 2d7faf4f7b5ac17a9417ca0b7860251ff798ca42 + 6d1722465de05a3aac7d7bf2d453ff52f33e2326 - + https://github.com/dotnet/core-setup - 2d7faf4f7b5ac17a9417ca0b7860251ff798ca42 + 6d1722465de05a3aac7d7bf2d453ff52f33e2326 - + https://github.com/dotnet/core-setup - 2d7faf4f7b5ac17a9417ca0b7860251ff798ca42 + 6d1722465de05a3aac7d7bf2d453ff52f33e2326 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e67533b13..8ae5f6a45 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.7 + 5.0.0-alpha1.19453.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.7 + 2.1.0-alpha1.19453.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.7 + 5.0.0-alpha1.19453.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 54f094c673c0f4f6e716a019f3ec343dfcc70715 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 05:55:45 +0000 Subject: [PATCH 0449/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190903.10 (#4556) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index df7e4c799..7945a5007 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6d1722465de05a3aac7d7bf2d453ff52f33e2326 + 464113f3877b9f64ed143432e2c7eb43bef5f489 - + https://github.com/dotnet/core-setup - 6d1722465de05a3aac7d7bf2d453ff52f33e2326 + 464113f3877b9f64ed143432e2c7eb43bef5f489 - + https://github.com/dotnet/core-setup - 6d1722465de05a3aac7d7bf2d453ff52f33e2326 + 464113f3877b9f64ed143432e2c7eb43bef5f489 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8ae5f6a45..b18cc201f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.8 + 5.0.0-alpha1.19453.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.8 + 2.1.0-alpha1.19453.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.8 + 5.0.0-alpha1.19453.10 $(MicrosoftWindowsDesktopAppPackageVersion) From a0e98120b16632be809222e3ef413a9cdfe23c8e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 12:40:18 +0000 Subject: [PATCH 0450/1121] [master] Update dependencies from dotnet/arcade (#4482) * Update dependencies from https://github.com/dotnet/arcade build 20190830.3 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19430.3 * Update dependencies from https://github.com/dotnet/arcade build 20190903.5 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19453.5 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7945a5007..52eac228f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - e5aaea7fcfc46449b035d5b220032bfb933e98a4 + 6e94f0da0f12c7663ab39ce5bd6a67c4ab58b5ee diff --git a/global.json b/global.json index 13ed125df..4a2adffdb 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19429.16" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19453.5" } } From 704a234527788a3e991787b0b9968485a035432d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 13:40:26 +0000 Subject: [PATCH 0451/1121] Update dependencies from https://github.com/dotnet/toolset build 20190904.1 (#4558) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19454.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 52eac228f..67ef6d1e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - d6c5f35a58475d8a78e28f932e7d8d7e444a23a0 + 6da2e0df0fdf5f93a65ec06adcfe5038c56aee56 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b18cc201f..d76687fa6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19453.2 + 5.0.100-alpha1.19454.1 From 8e7d1a742ec3033ea3039702787ce6e2db00c52b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 14:36:08 +0000 Subject: [PATCH 0452/1121] [master] Update dependencies from dotnet/core-setup (#4557) * Update dependencies from https://github.com/dotnet/core-setup build 20190903.11 - Microsoft.NETCore.App - 5.0.0-alpha1.19453.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.11 * Update dependencies from https://github.com/dotnet/core-setup build 20190903.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19453.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.12 * Update dependencies from https://github.com/dotnet/core-setup build 20190904.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19454.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190904.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19454.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 67ef6d1e2..c720bf2f8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 464113f3877b9f64ed143432e2c7eb43bef5f489 + 52c6c21a383f5a47320f4f1749bce9f27a668d15 - + https://github.com/dotnet/core-setup - 464113f3877b9f64ed143432e2c7eb43bef5f489 + 52c6c21a383f5a47320f4f1749bce9f27a668d15 - + https://github.com/dotnet/core-setup - 464113f3877b9f64ed143432e2c7eb43bef5f489 + 52c6c21a383f5a47320f4f1749bce9f27a668d15 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d76687fa6..bfc48c61b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.10 + 5.0.0-alpha1.19454.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.10 + 2.1.0-alpha1.19454.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.10 + 5.0.0-alpha1.19454.2 $(MicrosoftWindowsDesktopAppPackageVersion) From b6703fc64373a302bbfc8cbdf0f2d42c39983950 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 14:36:38 +0000 Subject: [PATCH 0453/1121] [master] Update dependencies from dotnet/toolset (#4560) * Update dependencies from https://github.com/dotnet/toolset build 20190904.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19454.2 * Update dependencies from https://github.com/dotnet/toolset build 20190904.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19454.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c720bf2f8..333152503 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 6da2e0df0fdf5f93a65ec06adcfe5038c56aee56 + dfd8079f4bdbfd08c81a54c205a19b885e44c6de https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bfc48c61b..7357970f4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19454.1 + 5.0.100-alpha1.19454.3 From 6f7991ecd1c4d52b5057212948f3fd1eeb2adbd6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 15:15:48 +0000 Subject: [PATCH 0454/1121] Update dependencies from https://github.com/dotnet/toolset build 20190904.6 (#4561) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19454.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 333152503..941946740 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - dfd8079f4bdbfd08c81a54c205a19b885e44c6de + a353eb70a5a06659c328f1c90d1c85f8b28eec21 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7357970f4..14e25d47c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19454.3 + 5.0.100-alpha1.19454.6 From 54fc2f34a512aadec4569566388820abcb7e1be3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 16:40:55 +0000 Subject: [PATCH 0455/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190904.3 (#4562) - Microsoft.NETCore.App - 5.0.0-alpha1.19454.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 941946740..35230c1d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 52c6c21a383f5a47320f4f1749bce9f27a668d15 + d77e2e0bd89991109ff5266fd0709326fab68d90 - + https://github.com/dotnet/core-setup - 52c6c21a383f5a47320f4f1749bce9f27a668d15 + d77e2e0bd89991109ff5266fd0709326fab68d90 - + https://github.com/dotnet/core-setup - 52c6c21a383f5a47320f4f1749bce9f27a668d15 + d77e2e0bd89991109ff5266fd0709326fab68d90 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 14e25d47c..683e3bdba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.2 + 5.0.0-alpha1.19454.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.2 + 2.1.0-alpha1.19454.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.2 + 5.0.0-alpha1.19454.3 $(MicrosoftWindowsDesktopAppPackageVersion) From b818dca3a0fe3a5cf09969204dbdf5257b794346 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 18:35:46 +0000 Subject: [PATCH 0456/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190904.5 (#4564) - Microsoft.NETCore.App - 5.0.0-alpha1.19454.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 35230c1d6..fe124b5af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - d77e2e0bd89991109ff5266fd0709326fab68d90 + 33d05af6ff91b7f8f0badb97f643ffd9d6c48521 - + https://github.com/dotnet/core-setup - d77e2e0bd89991109ff5266fd0709326fab68d90 + 33d05af6ff91b7f8f0badb97f643ffd9d6c48521 - + https://github.com/dotnet/core-setup - d77e2e0bd89991109ff5266fd0709326fab68d90 + 33d05af6ff91b7f8f0badb97f643ffd9d6c48521 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 683e3bdba..ed03712b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.3 + 5.0.0-alpha1.19454.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.3 + 2.1.0-alpha1.19454.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.3 + 5.0.0-alpha1.19454.5 $(MicrosoftWindowsDesktopAppPackageVersion) From a4e41e78af0eff5c7e03b73a8b05d70eb9c1d08b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 21:26:05 +0000 Subject: [PATCH 0457/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190904.7 (#4567) - Microsoft.NETCore.App - 5.0.0-alpha1.19454.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe124b5af..b41fe288e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 33d05af6ff91b7f8f0badb97f643ffd9d6c48521 + a5ff7e5062aad84918167238e18fc264064b0d94 - + https://github.com/dotnet/core-setup - 33d05af6ff91b7f8f0badb97f643ffd9d6c48521 + a5ff7e5062aad84918167238e18fc264064b0d94 - + https://github.com/dotnet/core-setup - 33d05af6ff91b7f8f0badb97f643ffd9d6c48521 + a5ff7e5062aad84918167238e18fc264064b0d94 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ed03712b3..bd81a25e4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.5 + 5.0.0-alpha1.19454.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.5 + 2.1.0-alpha1.19454.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.5 + 5.0.0-alpha1.19454.7 $(MicrosoftWindowsDesktopAppPackageVersion) From d8787b3942ff9532aff587e945a313473aac8eaa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 23:36:03 +0000 Subject: [PATCH 0458/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190904.11 (#4569) - Microsoft.NETCore.App - 5.0.0-alpha1.19454.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.11 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b41fe288e..3e40a4b74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a5ff7e5062aad84918167238e18fc264064b0d94 + 8ff9d0b89e554ba4e7063456414c1f3091dc7d7f - + https://github.com/dotnet/core-setup - a5ff7e5062aad84918167238e18fc264064b0d94 + 8ff9d0b89e554ba4e7063456414c1f3091dc7d7f - + https://github.com/dotnet/core-setup - a5ff7e5062aad84918167238e18fc264064b0d94 + 8ff9d0b89e554ba4e7063456414c1f3091dc7d7f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index bd81a25e4..0de6a3117 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.7 + 5.0.0-alpha1.19454.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.7 + 2.1.0-alpha1.19454.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.7 + 5.0.0-alpha1.19454.11 $(MicrosoftWindowsDesktopAppPackageVersion) From e7c3c70d2b6ecbdd8950539f09b997bef70f6255 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 01:45:48 +0000 Subject: [PATCH 0459/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190904.14 (#4571) - Microsoft.NETCore.App - 5.0.0-alpha1.19454.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.14 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3e40a4b74..a143c84d5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 8ff9d0b89e554ba4e7063456414c1f3091dc7d7f + ce971b238196b08e9423bf9a5bfd192b8f7e1e0b - + https://github.com/dotnet/core-setup - 8ff9d0b89e554ba4e7063456414c1f3091dc7d7f + ce971b238196b08e9423bf9a5bfd192b8f7e1e0b - + https://github.com/dotnet/core-setup - 8ff9d0b89e554ba4e7063456414c1f3091dc7d7f + ce971b238196b08e9423bf9a5bfd192b8f7e1e0b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0de6a3117..8eb399462 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.11 + 5.0.0-alpha1.19454.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.11 + 2.1.0-alpha1.19454.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.11 + 5.0.0-alpha1.19454.14 $(MicrosoftWindowsDesktopAppPackageVersion) From 69e284dcfc50dd153b518c467c4b1df125255222 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 04:31:04 +0000 Subject: [PATCH 0460/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190904.18 (#4572) - Microsoft.NETCore.App - 5.0.0-alpha1.19454.18 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.18 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.18 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a143c84d5..0eeed3b90 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ce971b238196b08e9423bf9a5bfd192b8f7e1e0b + 5458568ae3f6ca2de3dcdc9f541d6fb2d90f760e - + https://github.com/dotnet/core-setup - ce971b238196b08e9423bf9a5bfd192b8f7e1e0b + 5458568ae3f6ca2de3dcdc9f541d6fb2d90f760e - + https://github.com/dotnet/core-setup - ce971b238196b08e9423bf9a5bfd192b8f7e1e0b + 5458568ae3f6ca2de3dcdc9f541d6fb2d90f760e https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8eb399462..4e2ebec78 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.14 + 5.0.0-alpha1.19454.18 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.14 + 2.1.0-alpha1.19454.18 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.14 + 5.0.0-alpha1.19454.18 $(MicrosoftWindowsDesktopAppPackageVersion) From a0198c787c8f1951a78fa48e95df614c1c002c2b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 08:27:04 +0000 Subject: [PATCH 0461/1121] [master] Update dependencies from dotnet/core-setup (#4574) * Update dependencies from https://github.com/dotnet/core-setup build 20190904.20 - Microsoft.NETCore.App - 5.0.0-alpha1.19454.20 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.20 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.20 * Update dependencies from https://github.com/dotnet/core-setup build 20190904.21 - Microsoft.NETCore.App - 5.0.0-alpha1.19454.21 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.21 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.21 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0eeed3b90..3f28cc2c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 5458568ae3f6ca2de3dcdc9f541d6fb2d90f760e + 61303f4523b934b3dadd825525a3acbac18bb23e - + https://github.com/dotnet/core-setup - 5458568ae3f6ca2de3dcdc9f541d6fb2d90f760e + 61303f4523b934b3dadd825525a3acbac18bb23e - + https://github.com/dotnet/core-setup - 5458568ae3f6ca2de3dcdc9f541d6fb2d90f760e + 61303f4523b934b3dadd825525a3acbac18bb23e https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 4e2ebec78..d366a9e40 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.18 + 5.0.0-alpha1.19454.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.18 + 2.1.0-alpha1.19454.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.18 + 5.0.0-alpha1.19454.21 $(MicrosoftWindowsDesktopAppPackageVersion) From 407a0d81c54ce40631aa6f606fad89dd90d4a4aa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 10:50:52 +0000 Subject: [PATCH 0462/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190905.1 (#4575) - Microsoft.NETCore.App - 5.0.0-alpha1.19455.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3f28cc2c4..293ad7a28 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 61303f4523b934b3dadd825525a3acbac18bb23e + 3984a3386e70ccb2c1df8c13d0d2e192745ba2b0 - + https://github.com/dotnet/core-setup - 61303f4523b934b3dadd825525a3acbac18bb23e + 3984a3386e70ccb2c1df8c13d0d2e192745ba2b0 - + https://github.com/dotnet/core-setup - 61303f4523b934b3dadd825525a3acbac18bb23e + 3984a3386e70ccb2c1df8c13d0d2e192745ba2b0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d366a9e40..d161dff1b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.21 + 5.0.0-alpha1.19455.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.21 + 2.1.0-alpha1.19455.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.21 + 5.0.0-alpha1.19455.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 5d46931d5989750bd1c7a78b66264638d384831c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 13:11:54 +0000 Subject: [PATCH 0463/1121] [master] Update dependencies from dotnet/templating (#4483) * Update dependencies from https://github.com/dotnet/templating build 20190830.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19430.1 * Update dependencies from https://github.com/dotnet/templating build 20190904.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19454.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 293ad7a28..5dc700f58 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 98fae47807bde9657649b70d63a29a7d8a76f926 + b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 https://github.com/dotnet/toolset From 2bc267254b1ff38e7bea938e60d6986724aa9d32 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 14:05:33 +0000 Subject: [PATCH 0464/1121] Update dependencies from https://github.com/dotnet/toolset build 20190905.5 (#4581) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5dc700f58..a6618688e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - a353eb70a5a06659c328f1c90d1c85f8b28eec21 + 125885c3eb5db2cce6454f82f56917abb5165114 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d161dff1b..f1b67fb43 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19454.6 + 5.0.100-alpha1.19455.5 From 827c84fa2518ba59716f2907b90ab94b95d5cd88 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 14:53:55 +0000 Subject: [PATCH 0465/1121] [master] Update dependencies from dotnet/cli (#4533) * Update dependencies from https://github.com/dotnet/cli build 20190902.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19452.4 * Update dependencies from https://github.com/dotnet/cli build 20190904.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19454.1 * Update dependencies from https://github.com/dotnet/cli build 20190905.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19455.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a6618688e..b054efe87 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 4e003444353f26b220bdae0cb690c9e4d97ad766 + 4e9f13e613d07d8382e25f53d28c92cca459bff8 diff --git a/eng/Versions.props b/eng/Versions.props index f1b67fb43..98be53f08 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19452.3 + 5.0.100-alpha1.19455.2 0.2.0 From ad78632b0f56b42b5c16b6bce7e3ca58c122374b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 15:00:21 +0000 Subject: [PATCH 0466/1121] [master] Update dependencies from dotnet/toolset (#4582) * Update dependencies from https://github.com/dotnet/toolset build 20190905.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.6 * Update dependencies from https://github.com/dotnet/toolset build 20190905.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.7 * Update dependencies from https://github.com/dotnet/toolset build 20190905.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b054efe87..b4dfaab13 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - 125885c3eb5db2cce6454f82f56917abb5165114 + a8f65d1f53e62a28fc56456361b86f20fb016db1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 98be53f08..49a6ba9ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.5 + 5.0.100-alpha1.19455.8 From a20fc43076e0639882c30875a0eacceca227e852 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 15:50:50 +0000 Subject: [PATCH 0467/1121] Update dependencies from https://github.com/dotnet/toolset build 20190905.12 (#4584) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b4dfaab13..4de61a9cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - a8f65d1f53e62a28fc56456361b86f20fb016db1 + 39b6e4069c364758dffb5092d307f0bfe0903bdd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 49a6ba9ce..80416e2bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.8 + 5.0.100-alpha1.19455.12 From ed972385082025d062a9765afca34d0c1abc349b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 15:56:36 +0000 Subject: [PATCH 0468/1121] Update dependencies from https://github.com/dotnet/cli build 20190905.3 (#4583) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19455.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4de61a9cd..73f2bd4f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 4e9f13e613d07d8382e25f53d28c92cca459bff8 + 395df0e5ab104c3b091102da8d4d58250db66883 diff --git a/eng/Versions.props b/eng/Versions.props index 80416e2bb..b35364261 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19455.2 + 5.0.100-alpha1.19455.3 0.2.0 From a8ff1d83a7265c49e86840064d06329d2cd4ac64 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 16:43:57 +0000 Subject: [PATCH 0469/1121] Update dependencies from https://github.com/dotnet/sdk build 20190905.1 (#4585) - Microsoft.NET.Sdk - 5.0.100-alpha1.19455.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 73f2bd4f2..8b8ab6d00 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 39b6e4069c364758dffb5092d307f0bfe0903bdd - + https://github.com/dotnet/sdk - 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 + 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index b35364261..628852289 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19421.1 + 5.0.100-alpha1.19455.1 $(MicrosoftNETSdkPackageVersion) From 3e55d27f5904102c4ac047ca4eab253f4506c904 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 16:51:50 +0000 Subject: [PATCH 0470/1121] Update dependencies from https://github.com/dotnet/toolset build 20190905.13 (#4586) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b8ab6d00..34d71d106 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - 39b6e4069c364758dffb5092d307f0bfe0903bdd + 2aa7792f9fad5dc1b00993d7b9b37c677607da6d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 628852289..116457729 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.12 + 5.0.100-alpha1.19455.13 From 5531dccf346b8f958647ce8cade1b12c806e6a98 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 18:25:57 +0000 Subject: [PATCH 0471/1121] Update dependencies from https://github.com/dotnet/cli build 20190905.5 (#4589) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19455.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 34d71d106..318094db3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - 395df0e5ab104c3b091102da8d4d58250db66883 + 73a560a1253819288a2ec9d502f42f166394e293 diff --git a/eng/Versions.props b/eng/Versions.props index 116457729..321f5f986 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19455.3 + 5.0.100-alpha1.19455.5 0.2.0 From d662e287d200cc07a9ba0208876db891642a142c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 19:26:01 +0000 Subject: [PATCH 0472/1121] Update dependencies from https://github.com/dotnet/toolset build 20190905.17 (#4593) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.17 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 318094db3..043720230 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - 2aa7792f9fad5dc1b00993d7b9b37c677607da6d + 9671401947616bf7d9df7bb0d30858fc7eeabae0 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 321f5f986..59ca70b54 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.13 + 5.0.100-alpha1.19455.17 From 26eed496b72cd0cace04f3853178e799aef9eb0e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 20:10:54 +0000 Subject: [PATCH 0473/1121] Update dependencies from https://github.com/dotnet/toolset build 20190905.20 (#4594) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.20 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 043720230..c5f880a9b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - 9671401947616bf7d9df7bb0d30858fc7eeabae0 + a580dc08e0bd4960c255af0ba920681616b9afaa https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 59ca70b54..78443bf4e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.17 + 5.0.100-alpha1.19455.20 From ebe42495fe73ce89b26f6896c939b8bb61a6e493 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 23:24:54 +0000 Subject: [PATCH 0474/1121] [master] Update dependencies from dotnet/core-setup (#4587) * Update dependencies from https://github.com/dotnet/core-setup build 20190905.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19455.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190905.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19455.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.12 * Update dependencies from https://github.com/dotnet/core-setup build 20190905.17 - Microsoft.NETCore.App - 5.0.0-alpha1.19455.17 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.17 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.17 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c5f880a9b..b3bdf85b6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 3984a3386e70ccb2c1df8c13d0d2e192745ba2b0 + e8f7aaf617218ee21f0d15fb79e339662fea14a7 - + https://github.com/dotnet/core-setup - 3984a3386e70ccb2c1df8c13d0d2e192745ba2b0 + e8f7aaf617218ee21f0d15fb79e339662fea14a7 - + https://github.com/dotnet/core-setup - 3984a3386e70ccb2c1df8c13d0d2e192745ba2b0 + e8f7aaf617218ee21f0d15fb79e339662fea14a7 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 78443bf4e..75805e0fc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19455.1 + 5.0.0-alpha1.19455.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19455.1 + 2.1.0-alpha1.19455.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19455.1 + 5.0.0-alpha1.19455.17 $(MicrosoftWindowsDesktopAppPackageVersion) From ab70a69de8448b1b21c07cdaa151106daf48af8a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 23:56:05 +0000 Subject: [PATCH 0475/1121] Update dependencies from https://github.com/dotnet/toolset build 20190905.29 (#4599) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.29 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b3bdf85b6..e7c3c68a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - a580dc08e0bd4960c255af0ba920681616b9afaa + cf71463928ac6970b2997195973b095b07260f47 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 75805e0fc..cfc438888 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.20 + 5.0.100-alpha1.19455.29 From b90c24576ab29f707e41660e6b931dc8c4764931 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 02:00:22 +0000 Subject: [PATCH 0476/1121] [master] Update dependencies from dotnet/cli (#4592) * Update dependencies from https://github.com/dotnet/cli build 20190905.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19455.6 * Update dependencies from https://github.com/dotnet/cli build 20190905.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19455.8 * Update dependencies from https://github.com/dotnet/cli build 20190905.16 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19455.16 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e7c3c68a1..8ecf85d79 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - 73a560a1253819288a2ec9d502f42f166394e293 + a5c00b379a1eb4c6ae498bb11e7556da64a8cbff diff --git a/eng/Versions.props b/eng/Versions.props index cfc438888..0a6c5eb10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19455.5 + 5.0.100-alpha1.19455.16 0.2.0 From 2b52b5cc12c7dd54b1a03410dfd958d164a64ab8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 02:41:03 +0000 Subject: [PATCH 0477/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190905.21 (#4603) - Microsoft.NETCore.App - 5.0.0-alpha1.19455.21 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.21 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.21 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8ecf85d79..c3c10fdc0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - e8f7aaf617218ee21f0d15fb79e339662fea14a7 + 1beee058941a48fe3da68f151bbd84a690af6ab8 - + https://github.com/dotnet/core-setup - e8f7aaf617218ee21f0d15fb79e339662fea14a7 + 1beee058941a48fe3da68f151bbd84a690af6ab8 - + https://github.com/dotnet/core-setup - e8f7aaf617218ee21f0d15fb79e339662fea14a7 + 1beee058941a48fe3da68f151bbd84a690af6ab8 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0a6c5eb10..1f4890d9c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19455.17 + 5.0.0-alpha1.19455.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19455.17 + 2.1.0-alpha1.19455.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19455.17 + 5.0.0-alpha1.19455.21 $(MicrosoftWindowsDesktopAppPackageVersion) From bcc79d4763b8ad7b093a56d8e38b1b7a612b55fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 10:51:20 +0000 Subject: [PATCH 0478/1121] Update dependencies from https://github.com/dotnet/cli build 20190906.2 (#4609) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c3c10fdc0..32c16ddb5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - a5c00b379a1eb4c6ae498bb11e7556da64a8cbff + 5a00965e7f5c42b2bf04fe5d02f820e2ef2f9030 diff --git a/eng/Versions.props b/eng/Versions.props index 1f4890d9c..e66fdcbac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19455.16 + 5.0.100-alpha1.19456.2 0.2.0 From 9336d3aa522251359fd1bf185d96a4aa1c06699c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 11:02:25 +0000 Subject: [PATCH 0479/1121] [master] Update dependencies from dotnet/core-setup (#4607) * Update dependencies from https://github.com/dotnet/core-setup build 20190905.27 - Microsoft.NETCore.App - 5.0.0-alpha1.19455.27 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.27 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.27 * Update dependencies from https://github.com/dotnet/core-setup build 20190905.30 - Microsoft.NETCore.App - 5.0.0-alpha1.19455.30 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.30 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.30 * Update dependencies from https://github.com/dotnet/core-setup build 20190906.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19456.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 32c16ddb5..60251b836 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 1beee058941a48fe3da68f151bbd84a690af6ab8 + 7bc2cd591ca8f2ae31119d8a137c69a192a88bac - + https://github.com/dotnet/core-setup - 1beee058941a48fe3da68f151bbd84a690af6ab8 + 7bc2cd591ca8f2ae31119d8a137c69a192a88bac - + https://github.com/dotnet/core-setup - 1beee058941a48fe3da68f151bbd84a690af6ab8 + 7bc2cd591ca8f2ae31119d8a137c69a192a88bac https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e66fdcbac..649146d33 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19455.21 + 5.0.0-alpha1.19456.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19455.21 + 2.1.0-alpha1.19456.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19455.21 + 5.0.0-alpha1.19456.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 90380c08a087884f164afed5b88d06bfe8a79395 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 12:30:53 +0000 Subject: [PATCH 0480/1121] [master] Update dependencies from dotnet/toolset (#4604) * Update dependencies from https://github.com/dotnet/toolset build 20190905.43 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.43 * Update dependencies from https://github.com/dotnet/toolset build 20190906.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19456.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 60251b836..aae6a1564 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - cf71463928ac6970b2997195973b095b07260f47 + c870dd8c812b7ac32142200501a281b9b71ff30b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 649146d33..ff522efea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.29 + 5.0.100-alpha1.19456.4 From dcd8cacfa7d2fc6e98ed3f3de8f5785120f63996 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 13:09:11 +0000 Subject: [PATCH 0481/1121] Update dependencies from https://github.com/dotnet/templating build 20190905.1 (#4611) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19455.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aae6a1564..81d680539 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 + b926d9bee62f0c8962c7645015ab8e68c794f9e4 https://github.com/dotnet/toolset From 9a37d82935b3acd29b64dcd96198603ea7f96ddb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 13:10:41 +0000 Subject: [PATCH 0482/1121] [master] Update dependencies from dotnet/arcade (#4579) * Update dependencies from https://github.com/dotnet/arcade build 20190904.31 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19454.31 * Update dependencies from https://github.com/dotnet/arcade build 20190905.21 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19455.21 --- eng/Version.Details.xml | 4 +- eng/common/sdl/execute-all-sdl-tools.ps1 | 17 +- eng/common/templates/job/job.yml | 5 +- .../templates/job/publish-build-assets.yml | 7 + ...lic-dev-release.yml => netcore-dev-30.yml} | 63 +++---- .../post-build/channels/netcore-dev-31.yml | 154 +++++++++++++++++ .../post-build/channels/netcore-dev-5.yml | 69 ++++---- ...-servicing.yml => netcore-internal-30.yml} | 64 ++++--- ...lic-release.yml => netcore-release-30.yml} | 64 ++++--- .../channels/netcore-release-31.yml | 156 ++++++++++++++++++ .../channels/netcore-tools-latest.yml | 67 ++++---- .../channels/public-validation-release.yml | 60 +++---- .../templates/post-build/common-variables.yml | 32 +++- .../templates/post-build/post-build.yml | 22 ++- global.json | 2 +- 15 files changed, 550 insertions(+), 236 deletions(-) rename eng/common/templates/post-build/channels/{public-dev-release.yml => netcore-dev-30.yml} (78%) create mode 100644 eng/common/templates/post-build/channels/netcore-dev-31.yml rename eng/common/templates/post-build/channels/{internal-servicing.yml => netcore-internal-30.yml} (75%) rename eng/common/templates/post-build/channels/{public-release.yml => netcore-release-30.yml} (73%) create mode 100644 eng/common/templates/post-build/channels/netcore-release-31.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 81d680539..6be2e27d4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 6e94f0da0f12c7663ab39ce5bd6a67c4ab58b5ee + e99f81b0e3289cfd851be0d927c1fcffa43af6b5 diff --git a/eng/common/sdl/execute-all-sdl-tools.ps1 b/eng/common/sdl/execute-all-sdl-tools.ps1 index fa239484f..01799d63f 100644 --- a/eng/common/sdl/execute-all-sdl-tools.ps1 +++ b/eng/common/sdl/execute-all-sdl-tools.ps1 @@ -45,6 +45,7 @@ if ($GuardianPackageName) { $guardianCliLocation = $GuardianCliLocation } +$workingDirectory = (Split-Path $SourceDirectory -Parent) $ValidPath = Test-Path $guardianCliLocation if ($ValidPath -eq $False) @@ -53,13 +54,13 @@ if ($ValidPath -eq $False) exit 1 } -& $(Join-Path $PSScriptRoot "init-sdl.ps1") -GuardianCliLocation $guardianCliLocation -Repository $RepoName -BranchName $BranchName -WorkingDirectory (Split-Path $SourceDirectory -Parent) -AzureDevOpsAccessToken $AzureDevOpsAccessToken -GuardianLoggerLevel $GuardianLoggerLevel -$gdnFolder = Join-Path (Split-Path $SourceDirectory -Parent) ".gdn" +& $(Join-Path $PSScriptRoot "init-sdl.ps1") -GuardianCliLocation $guardianCliLocation -Repository $RepoName -BranchName $BranchName -WorkingDirectory $workingDirectory -AzureDevOpsAccessToken $AzureDevOpsAccessToken -GuardianLoggerLevel $GuardianLoggerLevel +$gdnFolder = Join-Path $workingDirectory ".gdn" if ($TsaOnboard) { if ($TsaCodebaseName -and $TsaNotificationEmail -and $TsaCodebaseAdmin -and $TsaBugAreaPath) { - Write-Host "$guardianCliLocation tsa-onboard --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel" - & $guardianCliLocation tsa-onboard --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel + Write-Host "$guardianCliLocation tsa-onboard --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel" + & $guardianCliLocation tsa-onboard --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel if ($LASTEXITCODE -ne 0) { Write-Host "Guardian tsa-onboard failed with exit code $LASTEXITCODE." exit $LASTEXITCODE @@ -71,10 +72,10 @@ if ($TsaOnboard) { } if ($ArtifactToolsList -and $ArtifactToolsList.Count -gt 0) { - & $(Join-Path $PSScriptRoot "run-sdl.ps1") -GuardianCliLocation $guardianCliLocation -WorkingDirectory $ArtifactsDirectory -TargetDirectory $ArtifactsDirectory -GdnFolder $gdnFolder -ToolsList $ArtifactToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams + & $(Join-Path $PSScriptRoot "run-sdl.ps1") -GuardianCliLocation $guardianCliLocation -WorkingDirectory $workingDirectory -TargetDirectory $ArtifactsDirectory -GdnFolder $gdnFolder -ToolsList $ArtifactToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams } if ($SourceToolsList -and $SourceToolsList.Count -gt 0) { - & $(Join-Path $PSScriptRoot "run-sdl.ps1") -GuardianCliLocation $guardianCliLocation -WorkingDirectory $ArtifactsDirectory -TargetDirectory $SourceDirectory -GdnFolder $gdnFolder -ToolsList $SourceToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams + & $(Join-Path $PSScriptRoot "run-sdl.ps1") -GuardianCliLocation $guardianCliLocation -WorkingDirectory $workingDirectory -TargetDirectory $SourceDirectory -GdnFolder $gdnFolder -ToolsList $SourceToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams } if ($UpdateBaseline) { @@ -86,8 +87,8 @@ if ($TsaPublish) { if (-not $TsaRepositoryName) { $TsaRepositoryName = "$($Repository)-$($BranchName)" } - Write-Host "$guardianCliLocation tsa-publish --all-tools --repository-name `"$TsaRepositoryName`" --branch-name `"$TsaBranchName`" --build-number `"$BuildNumber`" --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel" - & $guardianCliLocation tsa-publish --all-tools --repository-name "$TsaRepositoryName" --branch-name "$TsaBranchName" --build-number "$BuildNumber" --onboard $True --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel + Write-Host "$guardianCliLocation tsa-publish --all-tools --repository-name `"$TsaRepositoryName`" --branch-name `"$TsaBranchName`" --build-number `"$BuildNumber`" --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel" + & $guardianCliLocation tsa-publish --all-tools --repository-name "$TsaRepositoryName" --branch-name "$TsaBranchName" --build-number "$BuildNumber" --onboard $True --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel if ($LASTEXITCODE -ne 0) { Write-Host "Guardian tsa-publish failed with exit code $LASTEXITCODE." exit $LASTEXITCODE diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 8db456bb7..ffda80a19 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -24,7 +24,7 @@ parameters: workspace: '' -# Job base template specific parameters + # Job base template specific parameters # Optional: Enable installing Microbuild plugin # if 'true', these "variables" must be specified in the variables object or as part of the queue matrix # _TeamName - the name of your team @@ -151,6 +151,9 @@ jobs: continueOnError: ${{ parameters.continueOnError }} condition: and(succeeded(), in(variables['_SignType'], 'real', 'test'), eq(variables['Agent.Os'], 'Windows_NT')) + - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - task: NuGetAuthenticate@0 + - ${{ each step in parameters.steps }}: - ${{ step }} diff --git a/eng/common/templates/job/publish-build-assets.yml b/eng/common/templates/job/publish-build-assets.yml index 9e77ef1b5..b722975f9 100644 --- a/eng/common/templates/job/publish-build-assets.yml +++ b/eng/common/templates/job/publish-build-assets.yml @@ -47,6 +47,10 @@ jobs: downloadPath: '$(Build.StagingDirectory)/Download' condition: ${{ parameters.condition }} continueOnError: ${{ parameters.continueOnError }} + + - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - task: NuGetAuthenticate@0 + - task: PowerShell@2 displayName: Publish Build Assets inputs: @@ -59,6 +63,7 @@ jobs: /p:Configuration=$(_BuildConfig) condition: ${{ parameters.condition }} continueOnError: ${{ parameters.continueOnError }} + - task: powershell@2 displayName: Create ReleaseConfigs Artifact inputs: @@ -67,12 +72,14 @@ jobs: Add-Content -Path "$(Build.StagingDirectory)/ReleaseConfigs.txt" -Value $(BARBuildId) Add-Content -Path "$(Build.StagingDirectory)/ReleaseConfigs.txt" -Value "$(DefaultChannels)" Add-Content -Path "$(Build.StagingDirectory)/ReleaseConfigs.txt" -Value $(IsStableBuild) + - task: PublishBuildArtifacts@1 displayName: Publish ReleaseConfigs Artifact inputs: PathtoPublish: '$(Build.StagingDirectory)/ReleaseConfigs.txt' PublishLocation: Container ArtifactName: ReleaseConfigs + - ${{ if eq(parameters.enablePublishBuildArtifacts, 'true') }}: - task: PublishBuildArtifacts@1 displayName: Publish Logs to VSTS diff --git a/eng/common/templates/post-build/channels/public-dev-release.yml b/eng/common/templates/post-build/channels/netcore-dev-30.yml similarity index 78% rename from eng/common/templates/post-build/channels/public-dev-release.yml rename to eng/common/templates/post-build/channels/netcore-dev-30.yml index afa954214..16e4eff7d 100644 --- a/eng/common/templates/post-build/channels/public-dev-release.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-30.yml @@ -5,11 +5,11 @@ parameters: publishInstallersAndChecksums: false stages: -- stage: Publish +- stage: NetCore_Dev30_Publish dependsOn: validate variables: - template: ../common-variables.yml - displayName: Developer Channel + displayName: .NET Core 3.0 Dev Publishing jobs: - template: ../setup-maestro-vars.yml @@ -39,15 +39,15 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release ${{ parameters.symbolPublishingAdditionalParameters }} - - job: + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars variables: @@ -79,22 +79,33 @@ stages: buildType: current artifactName: AssetManifests + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 - displayName: Add Assets Location + displayName: Publish Assets env: - AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ChannelId=$(PublicDevRelease_30_Channel_Id) /p:ArtifactsCategory=$(_DotNetArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' @@ -109,30 +120,12 @@ stages: /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - - - task: NuGetCommand@2 - displayName: Publish Packages to AzDO Feed - condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') - inputs: - command: push - vstsFeed: $(AzDoFeedName) - packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg - publishVstsFeed: $(AzDoFeedName) - - - task: PowerShell@2 - displayName: Publish Blobs to AzDO Feed - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 - arguments: -FeedName $(AzDoFeedName) - -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) - enabled: false -- stage: PublishValidation - displayName: Publish Validation +- stage: NetCore_Dev30_Publish_Validation + displayName: .NET Core 3.0 Dev Publish Validation variables: - - template: ../common-variables.yml + - template: ../common-variables.yml jobs: - template: ../setup-maestro-vars.yml @@ -156,10 +149,6 @@ stages: filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../darc-gather-drop.yml + - template: ../promote-build.yml parameters: ChannelId: ${{ variables.PublicDevRelease_30_Channel_Id }} - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicDevRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml new file mode 100644 index 000000000..52322b128 --- /dev/null +++ b/eng/common/templates/post-build/channels/netcore-dev-31.yml @@ -0,0 +1,154 @@ +parameters: + enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false + +stages: +- stage: NetCore_Dev31_Publish + dependsOn: validate + variables: + - template: ../common-variables.yml + displayName: .NET Core 3.1 Dev Publishing + jobs: + - template: ../setup-maestro-vars.yml + + - job: + displayName: Symbol Publishing + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_31_Channel_Id)) + variables: + - group: DotNet-Symbol-Server-Pats + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true + + - task: PowerShell@2 + displayName: Publish + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' + /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} + + - job: + displayName: Publish Assets + dependsOn: setupMaestroVars + variables: + - group: DotNet-Blob-Feed + - group: AzureDevOps-Artifact-Feeds-Pats + - name: BARBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] + - name: IsStableBuild + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_31_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: current + artifactName: BlobArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Asset Manifests + inputs: + buildType: current + artifactName: AssetManifests + + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Publish Assets + env: + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:IsStableBuild=$(IsStableBuild) + /p:IsInternalBuild=$(IsInternalBuild) + /p:RepositoryName=$(Build.Repository.Name) + /p:CommitSha=$(Build.SourceVersion) + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + ${{ parameters.artifactsPublishingAdditionalParameters }} + + +- stage: NetCore_Dev31_Publish_Validation + displayName: .NET Core 3.1 Dev Publish Validation + variables: + - template: ../common-variables.yml + jobs: + - template: ../setup-maestro-vars.yml + + - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: + - job: + displayName: Symbol Availability + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_31_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: PowerShell@2 + displayName: Check Symbol Availability + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 + arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) + + - template: ../promote-build.yml + parameters: + ChannelId: ${{ variables.PublicDevRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index 812def315..4d77d2669 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -3,13 +3,14 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false + publishToAzureDevOpsFeeds: true stages: - stage: NetCore_Dev5_Publish dependsOn: validate variables: - template: ../common-variables.yml - displayName: .NET Core 5 Dev Channel + displayName: .NET Core 5 Dev Publishing jobs: - template: ../setup-maestro-vars.yml @@ -39,15 +40,15 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release ${{ parameters.symbolPublishingAdditionalParameters }} - - job: + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars variables: @@ -79,22 +80,33 @@ stages: buildType: current artifactName: AssetManifests + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 - displayName: Add Assets Location + displayName: Publish Assets env: - AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ChannelId=$(NetCore_5_Dev_Channel_Id) /p:ArtifactsCategory=$(_DotNetArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' @@ -103,36 +115,23 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=${{ parameters.publishToAzureDevOpsFeeds }} + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw) ${{ parameters.artifactsPublishingAdditionalParameters }} - - - task: NuGetCommand@2 - displayName: Publish Packages to AzDO Feed - condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') - inputs: - command: push - vstsFeed: $(AzDoFeedName) - packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg - publishVstsFeed: $(AzDoFeedName) - - - task: PowerShell@2 - displayName: Publish Blobs to AzDO Feed - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 - arguments: -FeedName $(AzDoFeedName) - -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) - enabled: false -- stage: NetCore_Dev5_PublishValidation - displayName: Publish Validation +- stage: NetCore_Dev5_Publish_Validation + displayName: .NET Core 5 Dev Publish Validation variables: - - template: ../common-variables.yml + - template: ../common-variables.yml jobs: - template: ../setup-maestro-vars.yml @@ -156,10 +155,6 @@ stages: filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../darc-gather-drop.yml + - template: ../promote-build.yml parameters: ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/internal-servicing.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml similarity index 75% rename from eng/common/templates/post-build/channels/internal-servicing.yml rename to eng/common/templates/post-build/channels/netcore-internal-30.yml index 4ca36358d..ad3650127 100644 --- a/eng/common/templates/post-build/channels/internal-servicing.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -4,11 +4,11 @@ parameters: artifactsPublishingAdditionalParameters: '' stages: -- stage: IS_Publish +- stage: NetCore_30_Internal_Servicing_Publishing dependsOn: validate variables: - template: ../common-variables.yml - displayName: Internal Servicing + displayName: .NET Core 3.0 Internal Servicing Publishing jobs: - template: ../setup-maestro-vars.yml @@ -38,8 +38,8 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' @@ -78,58 +78,50 @@ stages: buildType: current artifactName: AssetManifests + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 - displayName: Add Assets Location + displayName: Publish Assets env: - AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ChannelId=$(InternalServicing_30_Channel_Id) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:AzureStorageAccountName=$(ProxyBackedFeedsAccountName) - /p:AzureStorageAccountKey=$(dotnetfeed-storage-access-key-1) - /p:AzureDevOpsFeedsBaseUrl=$(dotnetfeed-internal-private-feed-url) - /p:StaticInternalFeed=$(dotnetfeed-internal-nonstable-feed-url) - /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release ${{ parameters.artifactsPublishingAdditionalParameters }} - - - task: NuGetCommand@2 - displayName: Publish Packages to AzDO Feed - condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') - inputs: - command: push - vstsFeed: $(AzDoFeedName) - packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg - publishVstsFeed: $(AzDoFeedName) - - - task: PowerShell@2 - displayName: Publish Blobs to AzDO Feed - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 - arguments: -FeedName $(AzDoFeedName) - -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) - enabled: false - template: ../trigger-subscription.yml parameters: ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} - -- stage: IS_PublishValidation - displayName: Publish Validation + +- stage: NetCore_30_Internal_Servicing_Publish_Validation + displayName: .NET Core 3.0 Internal Servicing Publish Validation variables: - - template: ../common-variables.yml + - template: ../common-variables.yml jobs: - template: ../setup-maestro-vars.yml diff --git a/eng/common/templates/post-build/channels/public-release.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml similarity index 73% rename from eng/common/templates/post-build/channels/public-release.yml rename to eng/common/templates/post-build/channels/netcore-release-30.yml index 7ec1f89c0..8c4bb6005 100644 --- a/eng/common/templates/post-build/channels/public-release.yml +++ b/eng/common/templates/post-build/channels/netcore-release-30.yml @@ -4,11 +4,11 @@ parameters: artifactsPublishingAdditionalParameters: '' stages: -- stage: PubRel_Publish +- stage: NetCore_Release30_Publish dependsOn: validate variables: - template: ../common-variables.yml - displayName: Public Release + displayName: .NET Core 3.0 Release Publishing jobs: - template: ../setup-maestro-vars.yml @@ -38,8 +38,8 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' @@ -78,59 +78,50 @@ stages: buildType: current artifactName: AssetManifests + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 - displayName: Publish + displayName: Publish Assets env: - AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ChannelId=$(PublicRelease_30_Channel_Id) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:AzureStorageAccountName=$(ProxyBackedFeedsAccountName) - /p:AzureStorageAccountKey=$(dotnetfeed-storage-access-key-1) - /p:AzureDevOpsFeedsBaseUrl=$(dotnetfeed-internal-private-feed-url) - /p:StaticInternalFeed=$(dotnetfeed-internal-nonstable-feed-url) - /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release ${{ parameters.artifactsPublishingAdditionalParameters }} - - - task: NuGetCommand@2 - displayName: Publish Packages to AzDO Feed - condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') - inputs: - command: push - vstsFeed: $(AzDoFeedName) - packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg - publishVstsFeed: $(AzDoFeedName) - - - task: PowerShell@2 - displayName: Publish Blobs to AzDO Feed - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 - arguments: -FeedName $(AzDoFeedName) - -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) - enabled: false - template: ../trigger-subscription.yml parameters: ChannelId: ${{ variables.PublicRelease_30_Channel_Id }} -- stage: PubRel_PublishValidation - displayName: Publish Validation +- stage: NetCore_Release30_Publish_Validation + displayName: .NET Core 3.0 Release Publish Validation variables: - - template: ../common-variables.yml + - template: ../common-variables.yml jobs: - template: ../setup-maestro-vars.yml @@ -138,7 +129,8 @@ stages: - job: displayName: Symbol Availability dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)) + condition: or(contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)), + contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id))) pool: vmImage: 'windows-2019' steps: diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/netcore-release-31.yml new file mode 100644 index 000000000..cfe6386da --- /dev/null +++ b/eng/common/templates/post-build/channels/netcore-release-31.yml @@ -0,0 +1,156 @@ +parameters: + enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' + +stages: +- stage: NetCore_Release31_Publish + dependsOn: validate + variables: + - template: ../common-variables.yml + displayName: .NET Core 3.1 Release Publishing + jobs: + - template: ../setup-maestro-vars.yml + + - job: + displayName: Symbol Publishing + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id)) + variables: + - group: DotNet-Symbol-Server-Pats + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true + + - task: PowerShell@2 + displayName: Publish + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' + /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} + + - job: publish_assets + displayName: Publish Assets + dependsOn: setupMaestroVars + variables: + - group: DotNet-Blob-Feed + - group: AzureDevOps-Artifact-Feeds-Pats + - name: BARBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] + - name: IsStableBuild + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: current + artifactName: BlobArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Asset Manifests + inputs: + buildType: current + artifactName: AssetManifests + + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Publish Assets + env: + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:IsStableBuild=$(IsStableBuild) + /p:IsInternalBuild=$(IsInternalBuild) + /p:RepositoryName=$(Build.Repository.Name) + /p:CommitSha=$(Build.SourceVersion) + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + ${{ parameters.artifactsPublishingAdditionalParameters }} + + - template: ../trigger-subscription.yml + parameters: + ChannelId: ${{ variables.PublicRelease_31_Channel_Id }} + +- stage: NetCore_Release31_Publish_Validation + displayName: .NET Core 3.1 Release Publish Validation + variables: + - template: ../common-variables.yml + jobs: + - template: ../setup-maestro-vars.yml + + - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: + - job: + displayName: Symbol Availability + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: PowerShell@2 + displayName: Check Symbol Availability + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 + arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) + + - template: ../promote-build.yml + parameters: + ChannelId: ${{ variables.PublicRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index c2d207673..83dbdeea1 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -3,13 +3,14 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false + publishToAzureDevOpsFeeds: true stages: - stage: NetCore_Tools_Latest_Publish dependsOn: validate variables: - template: ../common-variables.yml - displayName: .NET Tools - Latest + displayName: .NET Tools - Latest Publishing jobs: - template: ../setup-maestro-vars.yml @@ -39,15 +40,15 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release ${{ parameters.symbolPublishingAdditionalParameters }} - - job: + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars variables: @@ -79,22 +80,33 @@ stages: buildType: current artifactName: AssetManifests + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 - displayName: Add Assets Location + displayName: Publish Assets env: - AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ChannelId=$(NetCore_Tools_Latest_Channel_Id) /p:ArtifactsCategory=$(_DotNetArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' @@ -103,36 +115,23 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=${{ parameters.publishToAzureDevOpsFeeds }} + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw) ${{ parameters.artifactsPublishingAdditionalParameters }} - - task: NuGetCommand@2 - displayName: Publish Packages to AzDO Feed - condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') - inputs: - command: push - vstsFeed: $(AzDoFeedName) - packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg - publishVstsFeed: $(AzDoFeedName) - - - task: PowerShell@2 - displayName: Publish Blobs to AzDO Feed - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 - arguments: -FeedName $(AzDoFeedName) - -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) - enabled: false - - stage: NetCore_Tools_Latest_PublishValidation - displayName: Publish Validation + displayName: .NET Tools - Latest Publish Validation variables: - - template: ../common-variables.yml + - template: ../common-variables.yml jobs: - template: ../setup-maestro-vars.yml @@ -156,10 +155,6 @@ stages: filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../darc-gather-drop.yml + - template: ../promote-build.yml parameters: ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index 12124d621..a5fcdc581 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -1,17 +1,18 @@ parameters: artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false + publishToAzureDevOpsFeeds: true stages: - stage: PVR_Publish dependsOn: validate variables: - template: ../common-variables.yml - displayName: Validation Channel + displayName: .NET Tools - Validation Publishing jobs: - template: ../setup-maestro-vars.yml - - job: + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars variables: @@ -43,67 +44,56 @@ stages: buildType: current artifactName: AssetManifests + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 - displayName: Add Assets Location + displayName: Publish Assets env: - AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ChannelId=$(PublicValidationRelease_30_Channel_Id) /p:ArtifactsCategory=$(_DotNetValidationArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=${{ parameters.publishToAzureDevOpsFeeds }} + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - - task: NuGetCommand@2 - displayName: Publish Packages to AzDO Feed - condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') - inputs: - command: push - vstsFeed: $(AzDoFeedName) - packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg - publishVstsFeed: $(AzDoFeedName) - - - task: PowerShell@2 - displayName: Publish Blobs to AzDO Feed - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 - arguments: -FeedName $(AzDoFeedName) - -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) - enabled: false - - stage: PVR_PublishValidation - displayName: Publish Validation + displayName: .NET Tools - Validation Publish Validation variables: - template: ../common-variables.yml jobs: - template: ../setup-maestro-vars.yml - - template: ../darc-gather-drop.yml + - template: ../promote-build.yml parameters: ChannelId: ${{ variables.PublicValidationRelease_30_Channel_Id }} - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicValidationRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 7b3fdb136..c13476449 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -1,11 +1,16 @@ variables: - group: Publish-Build-Assets - group: DotNet-DotNetCli-Storage + - group: DotNet-MSRC-Storage # .NET Core 3 Dev - name: PublicDevRelease_30_Channel_Id value: 3 + # .NET Core 3.1 Dev + - name: PublicDevRelease_31_Channel_Id + value: 128 + # .NET Core 5 Dev - name: NetCore_5_Dev_Channel_Id value: 131 @@ -26,14 +31,14 @@ variables: - name: PublicRelease_30_Channel_Id value: 19 + # .NET Core 3.1 Release + - name: PublicRelease_31_Channel_Id + value: 129 + # Whether the build is internal or not - name: IsInternalBuild value: ${{ and(ne(variables['System.TeamProject'], 'public'), contains(variables['Build.SourceBranch'], 'internal')) }} - # Storage account name for proxy-backed feeds - - name: ProxyBackedFeedsAccountName - value: dotnetfeed - # Default Maestro++ API Endpoint and API Version - name: MaestroApiEndPoint value: "https://maestro-prod.westus2.cloudapp.azure.com" @@ -47,8 +52,27 @@ variables: - name: SymbolToolVersion value: 1.0.1 + # Feed Configurations + # These should include the suffix "/index.json" + + # Configuration for the feed where packages from internal non-stable builds will be published to + - name: StaticInternalFeed + value: 'https://dnceng.pkgs.visualstudio.com/_packaging/dotnet-core-internal/nuget/v3/index.json' + # Default locations for Installers and checksums + # Public Locations - name: ChecksumsBlobFeedUrl value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json - name: InstallersBlobFeedUrl value: https://dotnetcli.blob.core.windows.net/dotnet/index.json + + # Private Locations + - name: InternalChecksumsBlobFeedUrl + value: https://dotnetclichecksumsmsrc.blob.core.windows.net/dotnet/index.json + - name: InternalChecksumsBlobFeedKey + value: $(dotnetclichecksumsmsrc-storage-key) + + - name: InternalInstallersBlobFeedUrl + value: https://dotnetclimsrc.blob.core.windows.net/dotnet/index.json + - name: InternalInstallersBlobFeedKey + value: $(dotnetclimsrc-access-key) diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 34667b6c0..5770bb21c 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -4,6 +4,7 @@ parameters: enableSymbolValidation: false enableNugetValidation: true publishInstallersAndChecksums: false + enableAzDONuGetFeeds: true SDLValidationParameters: enable: false continueOnError: false @@ -101,8 +102,16 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + enableAzDONuGetFeeds: ${{ parameters.enableAzDONuGetFeeds }} -- template: \eng\common\templates\post-build\channels\public-dev-release.yml +- template: \eng\common\templates\post-build\channels\netcore-dev-30.yml + parameters: + enableSymbolValidation: ${{ parameters.enableSymbolValidation }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + +- template: \eng\common\templates\post-build\channels\netcore-dev-31.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} @@ -115,18 +124,25 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + enableAzDONuGetFeeds: ${{ parameters.enableAzDONuGetFeeds }} - template: \eng\common\templates\post-build\channels\public-validation-release.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + enableAzDONuGetFeeds: ${{ parameters.enableAzDONuGetFeeds }} -- template: \eng\common\templates\post-build\channels\public-release.yml +- template: \eng\common\templates\post-build\channels\netcore-release-30.yml parameters: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} -- template: \eng\common\templates\post-build\channels\internal-servicing.yml +- template: \eng\common\templates\post-build\channels\netcore-release-31.yml + parameters: + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + +- template: \eng\common\templates\post-build\channels\netcore-internal-30.yml parameters: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/global.json b/global.json index 4a2adffdb..c124f18e1 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19453.5" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19455.21" } } From eca78a178b965fe64417ed3672a2fb67eec8d5f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 13:10:54 +0000 Subject: [PATCH 0483/1121] Update dependencies from https://github.com/dotnet/cli build 20190906.4 (#4612) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6be2e27d4..af66a24e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - 5a00965e7f5c42b2bf04fe5d02f820e2ef2f9030 + a3f8edf3e9f83742b811718a748d858ba8467e16 diff --git a/eng/Versions.props b/eng/Versions.props index ff522efea..e2d3237cb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.2 + 5.0.100-alpha1.19456.4 0.2.0 From f6c36b925279a006d633623ded29cc5cc5bbb736 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 15:05:43 +0000 Subject: [PATCH 0484/1121] Update dependencies from https://github.com/dotnet/cli build 20190906.5 (#4615) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index af66a24e3..4b6489cfd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - a3f8edf3e9f83742b811718a748d858ba8467e16 + 32f9d499dbef14e7287f0225f5d640326bc5520f diff --git a/eng/Versions.props b/eng/Versions.props index e2d3237cb..731d97dd3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.4 + 5.0.100-alpha1.19456.5 0.2.0 From 5232fc7998c015dce0035294eec28b171d2570b0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 18:21:07 +0000 Subject: [PATCH 0485/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190906.10 (#4616) - Microsoft.NETCore.App - 5.0.0-alpha1.19456.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.10 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b6489cfd..9e12ed0e0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 7bc2cd591ca8f2ae31119d8a137c69a192a88bac - + https://github.com/dotnet/core-setup 7bc2cd591ca8f2ae31119d8a137c69a192a88bac - + https://github.com/dotnet/core-setup 7bc2cd591ca8f2ae31119d8a137c69a192a88bac diff --git a/eng/Versions.props b/eng/Versions.props index 731d97dd3..ea4672437 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19456.2 + 5.0.0-alpha1.19456.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19456.2 + 2.1.0-alpha1.19456.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19456.2 + 5.0.0-alpha1.19456.10 $(MicrosoftWindowsDesktopAppPackageVersion) From d55bd2e1cfc221584744633d9398a6534ddcaa63 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 18:53:03 +0000 Subject: [PATCH 0486/1121] Update dependencies from https://github.com/dotnet/arcade build 20190906.2 (#4617) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19456.2 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/post-build/channels/netcore-dev-5.yml | 2 +- global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e12ed0e0..e3ef45416 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - e99f81b0e3289cfd851be0d927c1fcffa43af6b5 + 397060df67388da56b50de7e6f7292a5dccc2de6 diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index 4d77d2669..839121dec 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -124,7 +124,7 @@ stages: /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw) + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/global.json b/global.json index c124f18e1..07a8b9b68 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19455.21" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.2" } } From d1b2d191052e1a9d07c945da36cc84f2c368f0e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 20:20:58 +0000 Subject: [PATCH 0487/1121] Update dependencies from https://github.com/dotnet/toolset build 20190906.17 (#4620) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19456.17 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e3ef45416..e36273afd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b926d9bee62f0c8962c7645015ab8e68c794f9e4 - + https://github.com/dotnet/toolset - c870dd8c812b7ac32142200501a281b9b71ff30b + d32a85101dc2434ca1ce539b85819d585f1e1346 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ea4672437..8b5da73fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19456.4 + 5.0.100-alpha1.19456.17 From 6e38fbf742cba6d2d173fe936a50b32ad8f89a25 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 21:15:20 +0000 Subject: [PATCH 0488/1121] Update dependencies from https://github.com/dotnet/cli build 20190906.8 (#4622) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e36273afd..14a224243 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - 32f9d499dbef14e7287f0225f5d640326bc5520f + 1e73c7a06250571525501548a909e5f1afa09724 diff --git a/eng/Versions.props b/eng/Versions.props index 8b5da73fa..a95dedb18 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.5 + 5.0.100-alpha1.19456.8 0.2.0 From 505fbf826df366ab4be9c143a4a22c5c695aa4e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 22:11:11 +0000 Subject: [PATCH 0489/1121] Update dependencies from https://github.com/dotnet/cli build 20190906.10 (#4623) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 14a224243..efd626975 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - 1e73c7a06250571525501548a909e5f1afa09724 + 2d9962b8034ca1be7f95df030cd2de12b3ca70c7 diff --git a/eng/Versions.props b/eng/Versions.props index a95dedb18..032a5aebd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.8 + 5.0.100-alpha1.19456.10 0.2.0 From 55c1bb0c4d9caea8266162cd5ac2f623ae63bfce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 22:19:23 +0000 Subject: [PATCH 0490/1121] Update dependencies from https://github.com/dotnet/sdk build 20190906.1 (#4624) - Microsoft.NET.Sdk - 5.0.100-alpha1.19456.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index efd626975..9457cc8bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset d32a85101dc2434ca1ce539b85819d585f1e1346 - + https://github.com/dotnet/sdk - 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a + 00237232bd209c73d25924ce5e17a20af033ba71 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 032a5aebd..c09f14041 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19455.1 + 5.0.100-alpha1.19456.1 $(MicrosoftNETSdkPackageVersion) From b5239e4b006ada2b0e34ba60e5b44f789d250a3d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 00:06:25 +0000 Subject: [PATCH 0491/1121] [master] Update dependencies from dotnet/toolset (#4626) * Update dependencies from https://github.com/dotnet/toolset build 20190906.21 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19456.21 * Update dependencies from https://github.com/dotnet/toolset build 20190906.22 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19456.22 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9457cc8bb..19813208e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b926d9bee62f0c8962c7645015ab8e68c794f9e4 - + https://github.com/dotnet/toolset - d32a85101dc2434ca1ce539b85819d585f1e1346 + 1775cd1c1c75eb895421dcd85df6541d9cc62ff1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c09f14041..12985258b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19456.17 + 5.0.100-alpha1.19456.22 From c951912cae39c48c81b44df87aa00601d45140b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 01:12:24 +0000 Subject: [PATCH 0492/1121] [master] Update dependencies from dotnet/core-setup (#4625) * Update dependencies from https://github.com/dotnet/core-setup build 20190906.16 - Microsoft.NETCore.App - 5.0.0-alpha1.19456.16 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.16 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.16 * Update dependencies from https://github.com/dotnet/core-setup build 20190906.24 - Microsoft.NETCore.App - 5.0.0-alpha1.19456.24 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.24 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.24 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19813208e..c8570682f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7bc2cd591ca8f2ae31119d8a137c69a192a88bac + d61b4d67758c9c5c9668fd5564564f4ad82bedf2 - + https://github.com/dotnet/core-setup - 7bc2cd591ca8f2ae31119d8a137c69a192a88bac + d61b4d67758c9c5c9668fd5564564f4ad82bedf2 - + https://github.com/dotnet/core-setup - 7bc2cd591ca8f2ae31119d8a137c69a192a88bac + d61b4d67758c9c5c9668fd5564564f4ad82bedf2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 12985258b..2c6996cbf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19456.10 + 5.0.0-alpha1.19456.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19456.10 + 2.1.0-alpha1.19456.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19456.10 + 5.0.0-alpha1.19456.24 $(MicrosoftWindowsDesktopAppPackageVersion) From 83be8a49868bc2ba17eaf5cdf450574b0f08971e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 03:25:53 +0000 Subject: [PATCH 0493/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190906.27 (#4628) - Microsoft.NETCore.App - 5.0.0-alpha1.19456.27 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.27 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.27 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c8570682f..f40d733d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - d61b4d67758c9c5c9668fd5564564f4ad82bedf2 + eee6d7a3cc7418cec87f109a1cf6d94e97e25cb0 - + https://github.com/dotnet/core-setup - d61b4d67758c9c5c9668fd5564564f4ad82bedf2 + eee6d7a3cc7418cec87f109a1cf6d94e97e25cb0 - + https://github.com/dotnet/core-setup - d61b4d67758c9c5c9668fd5564564f4ad82bedf2 + eee6d7a3cc7418cec87f109a1cf6d94e97e25cb0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 2c6996cbf..c1c9e3dd1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19456.24 + 5.0.0-alpha1.19456.27 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19456.24 + 2.1.0-alpha1.19456.27 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19456.24 + 5.0.0-alpha1.19456.27 $(MicrosoftWindowsDesktopAppPackageVersion) From 2404e8985dc9c046e4f75b82465a856e860ed0fa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 05:25:51 +0000 Subject: [PATCH 0494/1121] Update dependencies from https://github.com/dotnet/cli build 20190906.14 (#4629) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f40d733d9..a96820dca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 00237232bd209c73d25924ce5e17a20af033ba71 - + https://github.com/dotnet/cli - 2d9962b8034ca1be7f95df030cd2de12b3ca70c7 + f2ba49670fb706b485860b0b93a8b9c4ecb526f1 diff --git a/eng/Versions.props b/eng/Versions.props index c1c9e3dd1..492a882df 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.10 + 5.0.100-alpha1.19456.14 0.2.0 From 8052c584d0d23d8ade54a793e422ecee257ed3d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 06:20:46 +0000 Subject: [PATCH 0495/1121] Update dependencies from https://github.com/dotnet/toolset build 20190906.32 (#4631) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19456.32 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a96820dca..4f1084650 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b926d9bee62f0c8962c7645015ab8e68c794f9e4 - + https://github.com/dotnet/toolset - 1775cd1c1c75eb895421dcd85df6541d9cc62ff1 + b86d1d4d415ba9846f2f8b5cf0b5306d7c436e88 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 492a882df..d49d65b13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19456.22 + 5.0.100-alpha1.19456.32 From 60ba1d0e78cc3614351a0c9070ae14e881424cc3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 06:51:38 +0000 Subject: [PATCH 0496/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190906.33 (#4632) - Microsoft.NETCore.App - 5.0.0-alpha1.19456.33 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.33 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.33 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4f1084650..f351c03c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - eee6d7a3cc7418cec87f109a1cf6d94e97e25cb0 + 16b82c65565db5621891530e71c0272536927246 - + https://github.com/dotnet/core-setup - eee6d7a3cc7418cec87f109a1cf6d94e97e25cb0 + 16b82c65565db5621891530e71c0272536927246 - + https://github.com/dotnet/core-setup - eee6d7a3cc7418cec87f109a1cf6d94e97e25cb0 + 16b82c65565db5621891530e71c0272536927246 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d49d65b13..8b2a305d3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19456.27 + 5.0.0-alpha1.19456.33 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19456.27 + 2.1.0-alpha1.19456.33 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19456.27 + 5.0.0-alpha1.19456.33 $(MicrosoftWindowsDesktopAppPackageVersion) From 4cf0be5cdc99bf7bc024c8718c4e933daa2e657b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 07:50:48 +0000 Subject: [PATCH 0497/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190906.31 (#4633) - Microsoft.NETCore.App - 5.0.0-alpha1.19456.31 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.31 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.31 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f351c03c9..87cd6b979 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 16b82c65565db5621891530e71c0272536927246 - + https://github.com/dotnet/core-setup 16b82c65565db5621891530e71c0272536927246 - + https://github.com/dotnet/core-setup 16b82c65565db5621891530e71c0272536927246 diff --git a/eng/Versions.props b/eng/Versions.props index 8b2a305d3..cd9452413 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19456.33 + 5.0.0-alpha1.19456.31 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19456.33 + 2.1.0-alpha1.19456.31 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19456.33 + 5.0.0-alpha1.19456.31 $(MicrosoftWindowsDesktopAppPackageVersion) From 961115bc97a5d94fd52b16ccf9986a054f7c5761 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 08:40:46 +0000 Subject: [PATCH 0498/1121] Update dependencies from https://github.com/dotnet/cli build 20190906.17 (#4634) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.17 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87cd6b979..41f6df36e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 00237232bd209c73d25924ce5e17a20af033ba71 - + https://github.com/dotnet/cli - f2ba49670fb706b485860b0b93a8b9c4ecb526f1 + 3aeb97837a46eccce55c9e481cd42548831146dc diff --git a/eng/Versions.props b/eng/Versions.props index cd9452413..d392f8050 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.14 + 5.0.100-alpha1.19456.17 0.2.0 From d9fa90bfe7c0adbd9c233558608fb536354346d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 09:20:47 +0000 Subject: [PATCH 0499/1121] Update dependencies from https://github.com/dotnet/cli build 20190907.1 (#4635) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19457.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 41f6df36e..56553b72f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 00237232bd209c73d25924ce5e17a20af033ba71 - + https://github.com/dotnet/cli - 3aeb97837a46eccce55c9e481cd42548831146dc + 440a163330801b7f912f6180415b977fe13f1919 diff --git a/eng/Versions.props b/eng/Versions.props index d392f8050..3267f5869 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.17 + 5.0.100-alpha1.19457.1 0.2.0 From 15ce2a4551af9e7f42611cec69dfbeb5c6ba21e0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 09:35:43 +0000 Subject: [PATCH 0500/1121] Update dependencies from https://github.com/dotnet/toolset build 20190907.1 (#4636) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 56553b72f..a874bf6a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b926d9bee62f0c8962c7645015ab8e68c794f9e4 - + https://github.com/dotnet/toolset - b86d1d4d415ba9846f2f8b5cf0b5306d7c436e88 + cb31bfc793798234c384b6ffd7de1b11b20167b4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3267f5869..49ff559b8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19456.32 + 5.0.100-alpha1.19457.1 From 7c43f6aac217697348334fdb00ffddc8d1a1a735 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 10:10:44 +0000 Subject: [PATCH 0501/1121] Update dependencies from https://github.com/dotnet/toolset build 20190907.2 (#4637) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a874bf6a5..4fb16c675 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b926d9bee62f0c8962c7645015ab8e68c794f9e4 - + https://github.com/dotnet/toolset - cb31bfc793798234c384b6ffd7de1b11b20167b4 + 5932b4aaa4340ded3fc69242687bbae6a7dc0751 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 49ff559b8..aae9b50f0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.1 + 5.0.100-alpha1.19457.2 From 1860c6734cda00c6a242ac25a84c00ec393d5948 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 12:43:59 +0000 Subject: [PATCH 0502/1121] Update dependencies from https://github.com/dotnet/arcade build 20190906.10 (#4640) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19456.10 --- eng/Version.Details.xml | 4 ++-- eng/common/build.ps1 | 4 ++++ eng/common/performance/performance-setup.ps1 | 2 +- eng/common/performance/performance-setup.sh | 2 +- eng/common/templates/job/performance.yml | 6 +++-- .../post-build/channels/netcore-dev-30.yml | 21 ------------------ .../post-build/channels/netcore-dev-31.yml | 21 ------------------ .../post-build/channels/netcore-dev-5.yml | 21 ------------------ .../channels/netcore-internal-30.yml | 21 ------------------ .../channels/netcore-release-30.yml | 22 ------------------- .../channels/netcore-release-31.yml | 21 ------------------ .../channels/netcore-tools-latest.yml | 21 ------------------ .../templates/post-build/post-build.yml | 4 ---- global.json | 2 +- 14 files changed, 13 insertions(+), 159 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4fb16c675..78b1a6807 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 397060df67388da56b50de7e6f7292a5dccc2de6 + 2d393243ba4a0c95c2c18aa266df6e0f43ffe22d diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index feb58d141..e001ccb48 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -85,6 +85,10 @@ function Build { # Re-assign properties to a new variable because PowerShell doesn't let us append properties directly for unclear reasons. # Explicitly set the type as string[] because otherwise PowerShell would make this char[] if $properties is empty. [string[]] $msbuildArgs = $properties + + # Resolve relative project paths into full paths + $projects = ($projects.Split(';').ForEach({Resolve-Path $_}) -join ';') + $msbuildArgs += "/p:Projects=$projects" $properties = $msbuildArgs } diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index 268986246..ec41965fc 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -17,7 +17,7 @@ Param( [string] $Configurations="CompilationMode=$CompilationMode" ) -$RunFromPerformanceRepo = ($Repository -eq "dotnet/performance") +$RunFromPerformanceRepo = ($Repository -eq "dotnet/performance") -or ($Repository -eq "dotnet-performance") $UseCoreRun = ($CoreRootDirectory -ne [string]::Empty) $UseBaselineCoreRun = ($BaselineCoreRootDirectory -ne [string]::Empty) diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 550b3ebf1..2f2092166 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -113,7 +113,7 @@ while (($# > 0)); do esac done -if [[ "$repository" == "dotnet/performance" ]]; then +if [ "$repository" == "dotnet/performance" ] || [ "$repository" == "dotnet-performance" ]; then run_from_perf_repo=true fi diff --git a/eng/common/templates/job/performance.yml b/eng/common/templates/job/performance.yml index ef809253d..f877fd7a8 100644 --- a/eng/common/templates/job/performance.yml +++ b/eng/common/templates/job/performance.yml @@ -5,6 +5,7 @@ parameters: displayName: '' # optional -- display name for the job. Will use jobName if not passed pool: '' # required -- name of the Build pool container: '' # required -- name of the container + osGroup: '' # required -- operating system for the job extraSetupParameters: '' # optional -- extra arguments to pass to the setup script frameworks: ['netcoreapp3.0'] # optional -- list of frameworks to run against continueOnError: 'false' # optional -- determines whether to continue the build if the step errors @@ -44,12 +45,13 @@ jobs: - HelixPreCommand: '' - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - ${{ if eq(variables['Agent.Os'], 'Windows_NT') }}: + - ${{ if eq( parameters.osGroup, 'Windows_NT') }}: - HelixPreCommand: 'set "PERFLAB_UPLOAD_TOKEN=$(PerfCommandUploadToken)"' - IsInternal: -Internal - - ${{ if ne(variables['Agent.Os'], 'Windows_NT') }}: + - ${{ if ne(parameters.osGroup, 'Windows_NT') }}: - HelixPreCommand: 'export PERFLAB_UPLOAD_TOKEN="$(PerfCommandUploadTokenLinux)"' - IsInternal: --internal + - group: DotNet-HelixApi-Access - group: dotnet-benchview diff --git a/eng/common/templates/post-build/channels/netcore-dev-30.yml b/eng/common/templates/post-build/channels/netcore-dev-30.yml index 16e4eff7d..7984f06d1 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-30.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-30.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false @@ -129,26 +128,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_30_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.PublicDevRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml index 52322b128..bcedd0f07 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-31.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-31.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false @@ -129,26 +128,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_31_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.PublicDevRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index 839121dec..18432cc60 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false @@ -135,26 +134,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_5_Dev_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index ad3650127..36e1d1188 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' @@ -125,26 +124,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-release-30.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml index 8c4bb6005..abae985ab 100644 --- a/eng/common/templates/post-build/channels/netcore-release-30.yml +++ b/eng/common/templates/post-build/channels/netcore-release-30.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' @@ -125,27 +124,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: or(contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)), - contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id))) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.PublicRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/netcore-release-31.yml index cfe6386da..b2a6c7659 100644 --- a/eng/common/templates/post-build/channels/netcore-release-31.yml +++ b/eng/common/templates/post-build/channels/netcore-release-31.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' @@ -131,26 +130,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.PublicRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index 83dbdeea1..36f6dea62 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false @@ -135,26 +134,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Latest_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 5770bb21c..e473cadbc 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -98,7 +98,6 @@ stages: - template: \eng\common\templates\post-build\channels\netcore-dev-5.yml parameters: - enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -106,21 +105,18 @@ stages: - template: \eng\common\templates\post-build\channels\netcore-dev-30.yml parameters: - enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-dev-31.yml parameters: - enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-tools-latest.yml parameters: - enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} diff --git a/global.json b/global.json index 07a8b9b68..d4c7a87ee 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.10" } } From 2246f50217f4a3031236d91e5937056c6477a66f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 12:44:20 +0000 Subject: [PATCH 0503/1121] Update dependencies from https://github.com/dotnet/templating build 20190906.2 (#4641) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19456.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78b1a6807..099a85cd6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - b926d9bee62f0c8962c7645015ab8e68c794f9e4 + 79647cb60a68056a93805e6e9d54452aae60fc66 https://github.com/dotnet/toolset From 786871da1b2c53d3ec593c517b818f1c94d580a7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 13:10:50 +0000 Subject: [PATCH 0504/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190907.1 (#4642) - Microsoft.NETCore.App - 5.0.0-alpha1.19457.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19457.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19457.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 099a85cd6..19b28a370 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 16b82c65565db5621891530e71c0272536927246 + 7209dbc7d3417ed8fc77ffa54c485336d49e48a2 - + https://github.com/dotnet/core-setup - 16b82c65565db5621891530e71c0272536927246 + 7209dbc7d3417ed8fc77ffa54c485336d49e48a2 - + https://github.com/dotnet/core-setup - 16b82c65565db5621891530e71c0272536927246 + 7209dbc7d3417ed8fc77ffa54c485336d49e48a2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index aae9b50f0..7fd7c7743 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19456.31 + 5.0.0-alpha1.19457.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19456.31 + 2.1.0-alpha1.19457.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19456.31 + 5.0.0-alpha1.19457.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 9a6ad63a4c30a3aef9b65b80f12a92dd9bb527bd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 13:45:35 +0000 Subject: [PATCH 0505/1121] Update dependencies from https://github.com/dotnet/toolset build 20190907.6 (#4644) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19b28a370..61f78d033 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - 5932b4aaa4340ded3fc69242687bbae6a7dc0751 + 311b820bdcb88ef389bd60a74d56f7948e425222 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7fd7c7743..2d2d40155 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.2 + 5.0.100-alpha1.19457.6 From 17d289fd2856664b5c757ec3680806a36d86d3f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 14:26:33 +0000 Subject: [PATCH 0506/1121] [master] Update dependencies from dotnet/toolset (#4645) * Update dependencies from https://github.com/dotnet/toolset build 20190907.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.7 * Update dependencies from https://github.com/dotnet/toolset build 20190907.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61f78d033..4eb75d398 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - 311b820bdcb88ef389bd60a74d56f7948e425222 + 3218707723c1cd2742c27a8b84497ea3b6be0090 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2d2d40155..ecd4f7ef0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.6 + 5.0.100-alpha1.19457.9 From 8c2412a32e221592083505b410187d76fc20af89 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 14:35:50 +0000 Subject: [PATCH 0507/1121] Update dependencies from https://github.com/dotnet/cli build 20190907.4 (#4646) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19457.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4eb75d398..34563a193 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 00237232bd209c73d25924ce5e17a20af033ba71 - + https://github.com/dotnet/cli - 440a163330801b7f912f6180415b977fe13f1919 + 9c57a7bb516d90192d26000e90f3ca576999059f diff --git a/eng/Versions.props b/eng/Versions.props index ecd4f7ef0..6702a7aaf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19457.1 + 5.0.100-alpha1.19457.4 0.2.0 From 773d203c279a7b8335e7bc3e1b28818a917d73d6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 15:25:31 +0000 Subject: [PATCH 0508/1121] Update dependencies from https://github.com/dotnet/cli build 20190907.6 (#4647) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19457.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 34563a193..2cbd07f11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 00237232bd209c73d25924ce5e17a20af033ba71 - + https://github.com/dotnet/cli - 9c57a7bb516d90192d26000e90f3ca576999059f + a3cd2be1fafa704e88e8005bd2a24cc038da89c7 diff --git a/eng/Versions.props b/eng/Versions.props index 6702a7aaf..122e3a6a2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19457.4 + 5.0.100-alpha1.19457.6 0.2.0 From 46f448da28bc03c097b7874f9f5d701e69ae1e9c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 15:40:14 +0000 Subject: [PATCH 0509/1121] Update dependencies from https://github.com/dotnet/toolset build 20190907.13 (#4649) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2cbd07f11..4051fe847 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - 3218707723c1cd2742c27a8b84497ea3b6be0090 + efd17a9ecec2b96c2aedafc477bf29218b29f8ed https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 122e3a6a2..cc0ab0979 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.9 + 5.0.100-alpha1.19457.13 From e089da7ff6fb064737f285cdcb0f4d901e46b8a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 15:56:10 +0000 Subject: [PATCH 0510/1121] Update dependencies from https://github.com/dotnet/cli build 20190907.5 (#4650) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19457.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4051fe847..327b55b60 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 00237232bd209c73d25924ce5e17a20af033ba71 - + https://github.com/dotnet/cli - a3cd2be1fafa704e88e8005bd2a24cc038da89c7 + aeafbbb6ba20c3b1130adbac153463e3b2beb9e1 diff --git a/eng/Versions.props b/eng/Versions.props index cc0ab0979..4ad635e0d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19457.6 + 5.0.100-alpha1.19457.5 0.2.0 From acae35ceb7b8241e1c43b681ea2fbd5639ca7828 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 16:10:55 +0000 Subject: [PATCH 0511/1121] Update dependencies from https://github.com/dotnet/toolset build 20190907.15 (#4651) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 327b55b60..c6ecf73eb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - efd17a9ecec2b96c2aedafc477bf29218b29f8ed + e2563883a035c0f0075b6b465e16b466acc91c60 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4ad635e0d..61cc282db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.13 + 5.0.100-alpha1.19457.15 From fc7067641a438902959a68dcb37cc2f0092dcb57 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 16:45:52 +0000 Subject: [PATCH 0512/1121] Update dependencies from https://github.com/dotnet/sdk build 20190907.1 (#4652) - Microsoft.NET.Sdk - 5.0.100-alpha1.19457.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6ecf73eb..facd16f9d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset e2563883a035c0f0075b6b465e16b466acc91c60 - + https://github.com/dotnet/sdk - 00237232bd209c73d25924ce5e17a20af033ba71 + 516921bf14612d3148b6d8c6cd9691783a254e0b https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 61cc282db..f85728c6f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19456.1 + 5.0.100-alpha1.19457.1 $(MicrosoftNETSdkPackageVersion) From dc4e22e249705e14bc20083862fc21c836b90794 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 19:56:26 +0000 Subject: [PATCH 0513/1121] [master] Update dependencies from dotnet/core-setup (#4653) * Update dependencies from https://github.com/dotnet/core-setup build 20190907.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19457.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19457.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19457.8 * Update dependencies from https://github.com/dotnet/core-setup build 20190907.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19457.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19457.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19457.12 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index facd16f9d..f2ff21076 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7209dbc7d3417ed8fc77ffa54c485336d49e48a2 + 7d168004c635b20b676323c6d477acacdf3d045a - + https://github.com/dotnet/core-setup - 7209dbc7d3417ed8fc77ffa54c485336d49e48a2 + 7d168004c635b20b676323c6d477acacdf3d045a - + https://github.com/dotnet/core-setup - 7209dbc7d3417ed8fc77ffa54c485336d49e48a2 + 7d168004c635b20b676323c6d477acacdf3d045a https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f85728c6f..83f5d8a67 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19457.1 + 5.0.0-alpha1.19457.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19457.1 + 2.1.0-alpha1.19457.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19457.1 + 5.0.0-alpha1.19457.12 $(MicrosoftWindowsDesktopAppPackageVersion) From 8773b1b24adb744e6574d1c4b5a88a120e805f6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 21:10:47 +0000 Subject: [PATCH 0514/1121] Update dependencies from https://github.com/dotnet/cli build 20190907.10 (#4655) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19457.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f2ff21076..797250f64 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 516921bf14612d3148b6d8c6cd9691783a254e0b - + https://github.com/dotnet/cli - aeafbbb6ba20c3b1130adbac153463e3b2beb9e1 + e9f0e4ff99367c7a75ba58daa6739f012fa89afa diff --git a/eng/Versions.props b/eng/Versions.props index 83f5d8a67..8bd24d494 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19457.5 + 5.0.100-alpha1.19457.10 0.2.0 From 5984030a5c3d8fdff49ed19803af5a83b0d70fa8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 21:30:39 +0000 Subject: [PATCH 0515/1121] Update dependencies from https://github.com/dotnet/toolset build 20190907.25 (#4656) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.25 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 797250f64..2d924c159 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - e2563883a035c0f0075b6b465e16b466acc91c60 + ff0b42bf46a3c8d89f6d0bc5bb1078be4514c5fb https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8bd24d494..e92e5de37 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.15 + 5.0.100-alpha1.19457.25 From 8b029f0a098c455a1aa5719c0e2fe43e0d26e637 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 05:55:49 +0000 Subject: [PATCH 0516/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190907.16 (#4658) - Microsoft.NETCore.App - 5.0.0-alpha1.19457.16 - NETStandard.Library.Ref - 2.1.0-alpha1.19457.16 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19457.16 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d924c159..5c41afb87 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 7d168004c635b20b676323c6d477acacdf3d045a - + https://github.com/dotnet/core-setup 7d168004c635b20b676323c6d477acacdf3d045a - + https://github.com/dotnet/core-setup 7d168004c635b20b676323c6d477acacdf3d045a diff --git a/eng/Versions.props b/eng/Versions.props index e92e5de37..3a46a66e0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19457.12 + 5.0.0-alpha1.19457.16 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19457.12 + 2.1.0-alpha1.19457.16 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19457.12 + 5.0.0-alpha1.19457.16 $(MicrosoftWindowsDesktopAppPackageVersion) From ac54e49dd26a5930b33e916fa5fb9042a4eea9f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 07:05:43 +0000 Subject: [PATCH 0517/1121] Update dependencies from https://github.com/dotnet/cli build 20190907.13 (#4659) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19457.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5c41afb87..ebe4e8adc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 516921bf14612d3148b6d8c6cd9691783a254e0b - + https://github.com/dotnet/cli - e9f0e4ff99367c7a75ba58daa6739f012fa89afa + 90589b181f156207f6a47f3e2827b70c2cccad0e diff --git a/eng/Versions.props b/eng/Versions.props index 3a46a66e0..fc2915b2e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19457.10 + 5.0.100-alpha1.19457.13 0.2.0 From 2b7fd607283ede7ccd601096587fa6d2ea079074 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 07:35:41 +0000 Subject: [PATCH 0518/1121] Update dependencies from https://github.com/dotnet/toolset build 20190907.32 (#4660) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.32 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ebe4e8adc..1e4e4dd1b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - ff0b42bf46a3c8d89f6d0bc5bb1078be4514c5fb + 71c6103b980c800d19df8dcc04ef27a179e9fa2a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index fc2915b2e..6eeb4db72 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.25 + 5.0.100-alpha1.19457.32 From b99739273e2bf6e29005cea9408aaf2b2e84cd77 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 07:50:44 +0000 Subject: [PATCH 0519/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190907.17 (#4661) - Microsoft.NETCore.App - 5.0.0-alpha1.19457.17 - NETStandard.Library.Ref - 2.1.0-alpha1.19457.17 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19457.17 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1e4e4dd1b..cd0781cc3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7d168004c635b20b676323c6d477acacdf3d045a + 5e4273b1e9c94ed3c0b80a0cf56fb22be678cad0 - + https://github.com/dotnet/core-setup - 7d168004c635b20b676323c6d477acacdf3d045a + 5e4273b1e9c94ed3c0b80a0cf56fb22be678cad0 - + https://github.com/dotnet/core-setup - 7d168004c635b20b676323c6d477acacdf3d045a + 5e4273b1e9c94ed3c0b80a0cf56fb22be678cad0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6eeb4db72..2d112d240 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19457.16 + 5.0.0-alpha1.19457.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19457.16 + 2.1.0-alpha1.19457.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19457.16 + 5.0.0-alpha1.19457.17 $(MicrosoftWindowsDesktopAppPackageVersion) From 863aaeafd976da79205f33a43d7ec1956e366a94 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 09:30:41 +0000 Subject: [PATCH 0520/1121] Update dependencies from https://github.com/dotnet/cli build 20190908.1 (#4662) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cd0781cc3..17b74dd50 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 516921bf14612d3148b6d8c6cd9691783a254e0b - + https://github.com/dotnet/cli - 90589b181f156207f6a47f3e2827b70c2cccad0e + ed8a3c8060a2f3d545353f22e71c5197f074282e diff --git a/eng/Versions.props b/eng/Versions.props index 2d112d240..9c13eca20 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19457.13 + 5.0.100-alpha1.19458.1 0.2.0 From f4458e918fb34436f2bf77e7f226334c9e3b2162 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 10:05:47 +0000 Subject: [PATCH 0521/1121] Update dependencies from https://github.com/dotnet/toolset build 20190908.2 (#4663) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 17b74dd50..875fb708a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - 71c6103b980c800d19df8dcc04ef27a179e9fa2a + eea4beb2f4d1cb237078bcd75c4ee21b0dd81127 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9c13eca20..2e78f2e41 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.32 + 5.0.100-alpha1.19458.2 From 756f24bf4b44ba24627771408410ea6d3a4b4d49 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 12:38:38 +0000 Subject: [PATCH 0522/1121] Update dependencies from https://github.com/dotnet/arcade build 20190907.1 (#4664) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19457.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 875fb708a..2c48fb073 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 2d393243ba4a0c95c2c18aa266df6e0f43ffe22d + c27945fc559ee636139d9f460db71242b16483e6 diff --git a/global.json b/global.json index d4c7a87ee..e6fff8422 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.10" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19457.1" } } From 4553bc55c87ff0a3b4aa8f44dd3352404dac28ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 12:38:57 +0000 Subject: [PATCH 0523/1121] Update dependencies from https://github.com/dotnet/templating build 20190907.1 (#4665) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19457.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2c48fb073..be1c12943 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 79647cb60a68056a93805e6e9d54452aae60fc66 + 1f32b8f99773cae5fbb21c6634504547f498ea28 https://github.com/dotnet/toolset From 22ba5af6896e631b9086d50533cac6e5456bec6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 13:25:33 +0000 Subject: [PATCH 0524/1121] Update dependencies from https://github.com/dotnet/toolset build 20190908.5 (#4666) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be1c12943..5399f8642 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - eea4beb2f4d1cb237078bcd75c4ee21b0dd81127 + 69d526304ba009d026ba63685d60b1974e3325d3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2e78f2e41..6964a827e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.2 + 5.0.100-alpha1.19458.5 From 3371190294c5a0032da722a8c19b7b3e2ef2b24d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 13:50:19 +0000 Subject: [PATCH 0525/1121] Update dependencies from https://github.com/dotnet/cli build 20190908.3 (#4668) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5399f8642..176fdc974 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 516921bf14612d3148b6d8c6cd9691783a254e0b - + https://github.com/dotnet/cli - ed8a3c8060a2f3d545353f22e71c5197f074282e + 9fedfc868ca5fb296462ec8fe7156150c770939c diff --git a/eng/Versions.props b/eng/Versions.props index 6964a827e..c850e8922 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.1 + 5.0.100-alpha1.19458.3 0.2.0 From 31af567aa6d0a969e100c805b5ecd4e747ab5b46 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 14:05:10 +0000 Subject: [PATCH 0526/1121] [master] Update dependencies from dotnet/toolset (#4669) * Update dependencies from https://github.com/dotnet/toolset build 20190908.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.4 * Update dependencies from https://github.com/dotnet/toolset build 20190908.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 176fdc974..7748e8c99 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 69d526304ba009d026ba63685d60b1974e3325d3 + 39972df691213fbfd88db905edf652c8c49868c5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c850e8922..fd3177a34 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.5 + 5.0.100-alpha1.19458.7 From b15a6649d93d94962b194288d153042044b5a765 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 14:25:57 +0000 Subject: [PATCH 0527/1121] Update dependencies from https://github.com/dotnet/cli build 20190908.4 (#4670) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7748e8c99..0c9be7903 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 516921bf14612d3148b6d8c6cd9691783a254e0b - + https://github.com/dotnet/cli - 9fedfc868ca5fb296462ec8fe7156150c770939c + 144d5ead27b103f24a94450c3b42f80bc60e358e diff --git a/eng/Versions.props b/eng/Versions.props index fd3177a34..721dd095e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.3 + 5.0.100-alpha1.19458.4 0.2.0 From f357ac6ae186f68966477f3cf876e57f230d2343 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 14:40:51 +0000 Subject: [PATCH 0528/1121] [master] Update dependencies from dotnet/toolset (#4671) * Update dependencies from https://github.com/dotnet/toolset build 20190908.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.10 * Update dependencies from https://github.com/dotnet/toolset build 20190908.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0c9be7903..81fb1949e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 39972df691213fbfd88db905edf652c8c49868c5 + 4c49832fa7ec65554f20adfa2a0dc697aed3d4c8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 721dd095e..6a09e6687 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.7 + 5.0.100-alpha1.19458.9 From 39a88794c7ce798fdf3ec5d7b2eb7caf48d8a250 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 15:51:54 +0000 Subject: [PATCH 0529/1121] Update dependencies from https://github.com/dotnet/sdk build 20190908.2 (#4672) - Microsoft.NET.Sdk - 5.0.100-alpha1.19458.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 81fb1949e..0945e0ef8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 4c49832fa7ec65554f20adfa2a0dc697aed3d4c8 - + https://github.com/dotnet/sdk - 516921bf14612d3148b6d8c6cd9691783a254e0b + 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 6a09e6687..176548fd9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19457.1 + 5.0.100-alpha1.19458.2 $(MicrosoftNETSdkPackageVersion) From a203bf94376c43e0d9befb0b244e563039e7723d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 16:35:52 +0000 Subject: [PATCH 0530/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190908.1 (#4673) - Microsoft.NETCore.App - 5.0.0-alpha1.19458.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0945e0ef8..250662748 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 5e4273b1e9c94ed3c0b80a0cf56fb22be678cad0 + 1d3323621e83ee7e810895a69267b20e816f1571 - + https://github.com/dotnet/core-setup - 5e4273b1e9c94ed3c0b80a0cf56fb22be678cad0 + 1d3323621e83ee7e810895a69267b20e816f1571 - + https://github.com/dotnet/core-setup - 5e4273b1e9c94ed3c0b80a0cf56fb22be678cad0 + 1d3323621e83ee7e810895a69267b20e816f1571 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 176548fd9..58fa0f4d7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19457.17 + 5.0.0-alpha1.19458.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19457.17 + 2.1.0-alpha1.19458.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19457.17 + 5.0.0-alpha1.19458.1 $(MicrosoftWindowsDesktopAppPackageVersion) From bd4f5e605959fe429f823176fa26c14db3e897be Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 17:50:48 +0000 Subject: [PATCH 0531/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190908.4 (#4675) - Microsoft.NETCore.App - 5.0.0-alpha1.19458.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 250662748..309be92b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 1d3323621e83ee7e810895a69267b20e816f1571 + 33a0bd1d2873e14e092aaae831f6383c2f8e0213 - + https://github.com/dotnet/core-setup - 1d3323621e83ee7e810895a69267b20e816f1571 + 33a0bd1d2873e14e092aaae831f6383c2f8e0213 - + https://github.com/dotnet/core-setup - 1d3323621e83ee7e810895a69267b20e816f1571 + 33a0bd1d2873e14e092aaae831f6383c2f8e0213 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 58fa0f4d7..8cb5ae6d2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.1 + 5.0.0-alpha1.19458.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.1 + 2.1.0-alpha1.19458.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.1 + 5.0.0-alpha1.19458.4 $(MicrosoftWindowsDesktopAppPackageVersion) From b44c5ab39a9c08f8cb1ae3863088c03a8beb6337 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 18:11:05 +0000 Subject: [PATCH 0532/1121] Update dependencies from https://github.com/dotnet/toolset build 20190908.15 (#4676) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 309be92b3..7e5b79d6e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 4c49832fa7ec65554f20adfa2a0dc697aed3d4c8 + 51214cebb2f0bde186bfe09064fea1baee34e22a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8cb5ae6d2..22154da66 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.9 + 5.0.100-alpha1.19458.15 From 8b2397e06d7ee5e0d855b01c1e30ea446e317219 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 19:00:55 +0000 Subject: [PATCH 0533/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190908.5 (#4677) - Microsoft.NETCore.App - 5.0.0-alpha1.19458.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7e5b79d6e..628397550 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 33a0bd1d2873e14e092aaae831f6383c2f8e0213 + ccfcd4a0bf2331cb3c098a7f9e57cd53897da821 - + https://github.com/dotnet/core-setup - 33a0bd1d2873e14e092aaae831f6383c2f8e0213 + ccfcd4a0bf2331cb3c098a7f9e57cd53897da821 - + https://github.com/dotnet/core-setup - 33a0bd1d2873e14e092aaae831f6383c2f8e0213 + ccfcd4a0bf2331cb3c098a7f9e57cd53897da821 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 22154da66..43dcfe4cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.4 + 5.0.0-alpha1.19458.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.4 + 2.1.0-alpha1.19458.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.4 + 5.0.0-alpha1.19458.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 88fbbe16d3679c4de59c5191b6f2f1b750c98422 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 19:01:46 +0000 Subject: [PATCH 0534/1121] [master] Update dependencies from dotnet/cli (#4674) * Update dependencies from https://github.com/dotnet/cli build 20190908.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.7 * Update dependencies from https://github.com/dotnet/cli build 20190908.9 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 628397550..ba39ca0ec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 - + https://github.com/dotnet/cli - 144d5ead27b103f24a94450c3b42f80bc60e358e + 06cd0c6a4b880ce704f34a9d4d86279659390ec0 diff --git a/eng/Versions.props b/eng/Versions.props index 43dcfe4cc..df1eb0d76 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.4 + 5.0.100-alpha1.19458.9 0.2.0 From 437cdca3a4f97c7daed82706290fd1479e0375bc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 19:25:43 +0000 Subject: [PATCH 0535/1121] Update dependencies from https://github.com/dotnet/toolset build 20190908.18 (#4678) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.18 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba39ca0ec..7f5bbdfa3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 51214cebb2f0bde186bfe09064fea1baee34e22a + 3853f17f1b5638c954bac2f783ba15cfd89575c3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index df1eb0d76..bb8bb44ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.15 + 5.0.100-alpha1.19458.18 From c0399730a200c83425f22f38de259a66b35cc0b3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 20:10:46 +0000 Subject: [PATCH 0536/1121] Update dependencies from https://github.com/dotnet/cli build 20190908.10 (#4679) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f5bbdfa3..943d810d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 - + https://github.com/dotnet/cli - 06cd0c6a4b880ce704f34a9d4d86279659390ec0 + 91ff6cf255b880725b790f54d443287c52f66a81 diff --git a/eng/Versions.props b/eng/Versions.props index bb8bb44ea..c630a3e65 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.9 + 5.0.100-alpha1.19458.10 0.2.0 From e29335411781314435d1496406ecdb198c9a6345 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 20:40:40 +0000 Subject: [PATCH 0537/1121] Update dependencies from https://github.com/dotnet/toolset build 20190908.20 (#4680) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.20 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 943d810d3..8880642c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 3853f17f1b5638c954bac2f783ba15cfd89575c3 + f88beeb4548cc80224b382cedafeef963a997708 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c630a3e65..1c4857c4b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.18 + 5.0.100-alpha1.19458.20 From 55eae15c373993c222737e924f577487fc1206e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 21:10:47 +0000 Subject: [PATCH 0538/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190908.10 (#4681) - Microsoft.NETCore.App - 5.0.0-alpha1.19458.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8880642c2..1bb1554cc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ccfcd4a0bf2331cb3c098a7f9e57cd53897da821 + ff6613425cc51b64a6693a62e12eec23dfb0f6e2 - + https://github.com/dotnet/core-setup - ccfcd4a0bf2331cb3c098a7f9e57cd53897da821 + ff6613425cc51b64a6693a62e12eec23dfb0f6e2 - + https://github.com/dotnet/core-setup - ccfcd4a0bf2331cb3c098a7f9e57cd53897da821 + ff6613425cc51b64a6693a62e12eec23dfb0f6e2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 1c4857c4b..2ca525a12 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.5 + 5.0.0-alpha1.19458.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.5 + 2.1.0-alpha1.19458.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.5 + 5.0.0-alpha1.19458.10 $(MicrosoftWindowsDesktopAppPackageVersion) From 7968073b1b70be33af4f5a41eb07fbaa5e36d057 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 22:15:42 +0000 Subject: [PATCH 0539/1121] Update dependencies from https://github.com/dotnet/cli build 20190908.12 (#4682) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1bb1554cc..db87aa052 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 - + https://github.com/dotnet/cli - 91ff6cf255b880725b790f54d443287c52f66a81 + 2d4e6e011247b812f6d1746564c160c37711a179 diff --git a/eng/Versions.props b/eng/Versions.props index 2ca525a12..d8d50d0d6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.10 + 5.0.100-alpha1.19458.12 0.2.0 From 0911eeef75914e60a6f52b2bf355a9c4f3872b69 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 22:50:43 +0000 Subject: [PATCH 0540/1121] Update dependencies from https://github.com/dotnet/toolset build 20190908.25 (#4683) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.25 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db87aa052..3b13ecc95 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - f88beeb4548cc80224b382cedafeef963a997708 + 38c15a16044b0f1430bdd71f2f592e0024278acc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d8d50d0d6..8e82c8cea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.20 + 5.0.100-alpha1.19458.25 From d4497f8f424d93b71073ae84baaf2134390ebfde Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 00:50:47 +0000 Subject: [PATCH 0541/1121] [master] Update dependencies from dotnet/toolset (#4685) * Update dependencies from https://github.com/dotnet/toolset build 20190809.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.1 * Update dependencies from https://github.com/dotnet/toolset build 20190809.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3b13ecc95..04c335ac1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 38c15a16044b0f1430bdd71f2f592e0024278acc + b761aee2a34e516070457fbd0b4003e00f285a84 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8e82c8cea..fdb703b54 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.25 + 5.0.100-alpha1.19409.2 From 0d0b0b77b158d1434ab88f917a9f5d756197f873 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 01:00:50 +0000 Subject: [PATCH 0542/1121] Update dependencies from https://github.com/dotnet/cli build 20190908.13 (#4686) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04c335ac1..87cc44392 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 - + https://github.com/dotnet/cli - 2d4e6e011247b812f6d1746564c160c37711a179 + 4bfa9d49b25822536ca4a7a3549401b4d0c428bc diff --git a/eng/Versions.props b/eng/Versions.props index fdb703b54..3db0b101e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.12 + 5.0.100-alpha1.19458.13 0.2.0 From 4be1d7ed2942ea92e7a2ea9dfe8464b8fb038e00 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 01:20:40 +0000 Subject: [PATCH 0543/1121] Update dependencies from https://github.com/dotnet/toolset build 20190908.27 (#4687) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.27 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87cc44392..c41e0615a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - b761aee2a34e516070457fbd0b4003e00f285a84 + d4307b0c9afae0649c7958dab9f005d2226ce359 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3db0b101e..f99781e5d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19409.2 + 5.0.100-alpha1.19458.27 From caaf07c9a643d8926c66a3a63470028a99906eba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 05:59:19 +0000 Subject: [PATCH 0544/1121] [master] Update dependencies from dotnet/core-setup (#4684) * Update dependencies from https://github.com/dotnet/core-setup build 20190908.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19458.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.12 * Update dependencies from https://github.com/dotnet/core-setup build 20190908.13 - Microsoft.NETCore.App - 5.0.0-alpha1.19458.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c41e0615a..78bb40deb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ff6613425cc51b64a6693a62e12eec23dfb0f6e2 + b9483216b383fc846d2497334768ff9d280431e6 - + https://github.com/dotnet/core-setup - ff6613425cc51b64a6693a62e12eec23dfb0f6e2 + b9483216b383fc846d2497334768ff9d280431e6 - + https://github.com/dotnet/core-setup - ff6613425cc51b64a6693a62e12eec23dfb0f6e2 + b9483216b383fc846d2497334768ff9d280431e6 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f99781e5d..c581ab5b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.10 + 5.0.0-alpha1.19458.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.10 + 2.1.0-alpha1.19458.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.10 + 5.0.0-alpha1.19458.13 $(MicrosoftWindowsDesktopAppPackageVersion) From d4de44735ac53d7024334906c353eeb98e740ab9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 07:10:53 +0000 Subject: [PATCH 0545/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190908.14 (#4688) - Microsoft.NETCore.App - 5.0.0-alpha1.19458.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.14 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78bb40deb..f141ce98f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b9483216b383fc846d2497334768ff9d280431e6 + 13a18485aebe0925ef93a74ac271210711705e16 - + https://github.com/dotnet/core-setup - b9483216b383fc846d2497334768ff9d280431e6 + 13a18485aebe0925ef93a74ac271210711705e16 - + https://github.com/dotnet/core-setup - b9483216b383fc846d2497334768ff9d280431e6 + 13a18485aebe0925ef93a74ac271210711705e16 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c581ab5b0..7bd8893b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.13 + 5.0.0-alpha1.19458.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.13 + 2.1.0-alpha1.19458.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.13 + 5.0.0-alpha1.19458.14 $(MicrosoftWindowsDesktopAppPackageVersion) From 1cd9fb4086efd0ae1ee1c9c07b23e9b9e1b3c479 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 07:55:50 +0000 Subject: [PATCH 0546/1121] Update dependencies from https://github.com/dotnet/toolset build 20190908.31 (#4690) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.31 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f141ce98f..57d9f87da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - d4307b0c9afae0649c7958dab9f005d2226ce359 + 46600954c6aa0d21285b419c885e8e2653b78302 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7bd8893b0..ddacf4cd7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.27 + 5.0.100-alpha1.19458.31 From db08cc35a4793f8fd0617d3ea0a6a9fb09e23291 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 10:00:45 +0000 Subject: [PATCH 0547/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190908.15 (#4691) - Microsoft.NETCore.App - 5.0.0-alpha1.19458.15 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.15 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.15 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57d9f87da..1e577b6f7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 13a18485aebe0925ef93a74ac271210711705e16 + 7a24cba982af080eeb957380be1464e446643a39 - + https://github.com/dotnet/core-setup - 13a18485aebe0925ef93a74ac271210711705e16 + 7a24cba982af080eeb957380be1464e446643a39 - + https://github.com/dotnet/core-setup - 13a18485aebe0925ef93a74ac271210711705e16 + 7a24cba982af080eeb957380be1464e446643a39 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ddacf4cd7..a8b71479a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.14 + 5.0.0-alpha1.19458.15 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.14 + 2.1.0-alpha1.19458.15 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.14 + 5.0.0-alpha1.19458.15 $(MicrosoftWindowsDesktopAppPackageVersion) From db5f950e9a065e24c00ade48377269372a4d385f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 11:28:11 +0000 Subject: [PATCH 0548/1121] [master] Update dependencies from dotnet/cli (#4689) * Update dependencies from https://github.com/dotnet/cli build 20190908.14 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.14 * Update dependencies from https://github.com/dotnet/cli build 20190909.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19459.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1e577b6f7..83824ee80 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 - + https://github.com/dotnet/cli - 4bfa9d49b25822536ca4a7a3549401b4d0c428bc + 8907fa5ad15f1b893f7a0745e9a0dce88f4a9fc5 diff --git a/eng/Versions.props b/eng/Versions.props index a8b71479a..54c5cf936 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.13 + 5.0.100-alpha1.19459.2 0.2.0 From b3ef38eba444da2bf63654298553e7c257a270f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 12:05:43 +0000 Subject: [PATCH 0549/1121] Update dependencies from https://github.com/dotnet/toolset build 20190909.2 (#4692) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 83824ee80..5a96dd27f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 46600954c6aa0d21285b419c885e8e2653b78302 + 8df1ac3fce7e157f87db9252ad09010c2a10b1e8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 54c5cf936..401e3c92c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.31 + 5.0.100-alpha1.19459.2 From 3ad82f9c83fb5ea05f4d24fe54158e6d9bb2b3f6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 12:39:10 +0000 Subject: [PATCH 0550/1121] Update dependencies from https://github.com/dotnet/arcade build 20190908.2 (#4693) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19458.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5a96dd27f..f01c0f904 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - c27945fc559ee636139d9f460db71242b16483e6 + 29ee79a10c58dd6863a46157e374521cac610ad8 diff --git a/global.json b/global.json index e6fff8422..9b2de486b 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19457.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19458.2" } } From 8f76f25abbbf478d107113d88868f061cf66b7ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 12:49:36 +0000 Subject: [PATCH 0551/1121] Update dependencies from https://github.com/dotnet/templating build 20190908.1 (#4694) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19458.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f01c0f904..f45689270 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 1f32b8f99773cae5fbb21c6634504547f498ea28 + 463a5afda8cadc690e0f2025017f3bb24945023a https://github.com/dotnet/toolset From ba430692abcbc9909db68cc791bab213726d2902 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 13:40:27 +0000 Subject: [PATCH 0552/1121] Update dependencies from https://github.com/dotnet/toolset build 20190909.3 (#4696) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f45689270..bc130af5c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 463a5afda8cadc690e0f2025017f3bb24945023a - + https://github.com/dotnet/toolset - 8df1ac3fce7e157f87db9252ad09010c2a10b1e8 + 0e168edab591577b1b9d951ca297a8ca4c2daca2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 401e3c92c..991b053dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19459.2 + 5.0.100-alpha1.19459.3 From 3a8e6f443828511dc781b52d14cffc1060e55982 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 14:00:45 +0000 Subject: [PATCH 0553/1121] Update dependencies from https://github.com/dotnet/cli build 20190909.3 (#4697) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19459.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc130af5c..07c1202cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 - + https://github.com/dotnet/cli - 8907fa5ad15f1b893f7a0745e9a0dce88f4a9fc5 + 4cf50201869767d542b0d2499c2b3838667d395e diff --git a/eng/Versions.props b/eng/Versions.props index 991b053dc..8cd4df288 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19459.2 + 5.0.100-alpha1.19459.3 0.2.0 From 18cbdc3ef5fc1ae6ed13dfc948741dc4799e3d46 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 14:36:39 +0000 Subject: [PATCH 0554/1121] [master] Update dependencies from dotnet/toolset (#4699) * Update dependencies from https://github.com/dotnet/toolset build 20190909.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.4 * Update dependencies from https://github.com/dotnet/toolset build 20190909.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 07c1202cd..c191081ee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 463a5afda8cadc690e0f2025017f3bb24945023a - + https://github.com/dotnet/toolset - 0e168edab591577b1b9d951ca297a8ca4c2daca2 + a8e6fbbfdbf7ed68628299f40b9c88fbc45c88f1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8cd4df288..4eb7b731b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19459.3 + 5.0.100-alpha1.19459.6 From 0879f14febe73dc4727d762943d852985e8ce36b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 15:21:53 +0000 Subject: [PATCH 0555/1121] [master] Update dependencies from dotnet/toolset (#4701) * Update dependencies from https://github.com/dotnet/toolset build 20190909.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.8 * Update dependencies from https://github.com/dotnet/toolset build 20190909.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c191081ee..641f6cabf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 463a5afda8cadc690e0f2025017f3bb24945023a - + https://github.com/dotnet/toolset - a8e6fbbfdbf7ed68628299f40b9c88fbc45c88f1 + 7b803e842cdcc2fe6db4b2072dd2097f5fa3bee1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4eb7b731b..e7f348acb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19459.6 + 5.0.100-alpha1.19459.10 From 606b6bab802fee5d3791defc8f5ada463d8ee65d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 15:47:30 +0000 Subject: [PATCH 0556/1121] Update dependencies from https://github.com/dotnet/sdk build 20190909.1 (#4702) - Microsoft.NET.Sdk - 5.0.100-alpha1.19459.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 641f6cabf..5d8383dc9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 7b803e842cdcc2fe6db4b2072dd2097f5fa3bee1 - + https://github.com/dotnet/sdk - 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 + 82055971c3d76fd3bb33d17d6c08c373e81bf54f https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index e7f348acb..c8e9901fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19458.2 + 5.0.100-alpha1.19459.1 $(MicrosoftNETSdkPackageVersion) From 8624c9e666255f68b1a9be2f7fa18087459fcae1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 18:10:52 +0000 Subject: [PATCH 0557/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190909.6 (#4703) - Microsoft.NETCore.App - 5.0.0-alpha1.19459.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19459.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19459.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5d8383dc9..1c549b74d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7a24cba982af080eeb957380be1464e446643a39 + 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 - + https://github.com/dotnet/core-setup - 7a24cba982af080eeb957380be1464e446643a39 + 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 - + https://github.com/dotnet/core-setup - 7a24cba982af080eeb957380be1464e446643a39 + 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c8e9901fa..9702b3432 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.15 + 5.0.0-alpha1.19459.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.15 + 2.1.0-alpha1.19459.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.15 + 5.0.0-alpha1.19459.6 $(MicrosoftWindowsDesktopAppPackageVersion) From ebec4598fb4b1f573f30b25318740b01c9d613f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 19:10:50 +0000 Subject: [PATCH 0558/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190909.8 (#4704) - Microsoft.NETCore.App - 5.0.0-alpha1.19459.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19459.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19459.8 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1c549b74d..a905612fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 - + https://github.com/dotnet/core-setup 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 - + https://github.com/dotnet/core-setup 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 diff --git a/eng/Versions.props b/eng/Versions.props index 9702b3432..41268d356 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19459.6 + 5.0.0-alpha1.19459.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19459.6 + 2.1.0-alpha1.19459.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19459.6 + 5.0.0-alpha1.19459.8 $(MicrosoftWindowsDesktopAppPackageVersion) From e24b1c742d1c019740055f73692e8af18a538057 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 20:41:05 +0000 Subject: [PATCH 0559/1121] Update dependencies from https://github.com/dotnet/toolset build 20190909.14 (#4705) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a905612fe..77cdc6a52 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 463a5afda8cadc690e0f2025017f3bb24945023a - + https://github.com/dotnet/toolset - 7b803e842cdcc2fe6db4b2072dd2097f5fa3bee1 + dbe6369865965fec157775bca1941293af8f81f0 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 41268d356..4e1f34841 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19459.10 + 5.0.100-alpha1.19459.14 From ce3f4479a65e64978766ecd74d1aac3c99f053b3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 00:58:18 +0000 Subject: [PATCH 0560/1121] [master] Update dependencies from dotnet/cli (#4700) * Update dependencies from https://github.com/dotnet/cli build 20190909.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19459.4 * Update dependencies from https://github.com/dotnet/cli build 20190909.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19459.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 77cdc6a52..9673086d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 82055971c3d76fd3bb33d17d6c08c373e81bf54f - + https://github.com/dotnet/cli - 4cf50201869767d542b0d2499c2b3838667d395e + 4ff69f4f9d60985576f7f91d451ddf141d85c250 diff --git a/eng/Versions.props b/eng/Versions.props index 4e1f34841..2354e6646 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19459.3 + 5.0.100-alpha1.19459.8 0.2.0 From 6a7edc5a1d127a2bbcd84247f26be51ce3b9b8ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 01:40:32 +0000 Subject: [PATCH 0561/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190909.17 (#4707) - Microsoft.NETCore.App - 5.0.0-alpha1.19459.17 - NETStandard.Library.Ref - 2.1.0-alpha1.19459.17 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19459.17 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9673086d8..2cd70b279 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 + ea725aaa7d430368911f9604534e955ef7fff0de - + https://github.com/dotnet/core-setup - 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 + ea725aaa7d430368911f9604534e955ef7fff0de - + https://github.com/dotnet/core-setup - 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 + ea725aaa7d430368911f9604534e955ef7fff0de https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 2354e6646..d705dab5b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19459.8 + 5.0.0-alpha1.19459.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19459.8 + 2.1.0-alpha1.19459.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19459.8 + 5.0.0-alpha1.19459.17 $(MicrosoftWindowsDesktopAppPackageVersion) From 77955ec5e240abfbe7940074bb8d6a61c7fd336d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 04:17:23 +0000 Subject: [PATCH 0562/1121] [master] Update dependencies from dotnet/core-setup (#4709) * Update dependencies from https://github.com/dotnet/core-setup build 20190909.27 - Microsoft.NETCore.App - 5.0.0-alpha1.19459.27 - NETStandard.Library.Ref - 2.1.0-alpha1.19459.27 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19459.27 * Update dependencies from https://github.com/dotnet/core-setup build 20190909.31 - Microsoft.NETCore.App - 5.0.0-alpha1.19459.31 - NETStandard.Library.Ref - 2.1.0-alpha1.19459.31 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19459.31 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2cd70b279..a524b13d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ea725aaa7d430368911f9604534e955ef7fff0de + 2aa1111d83976a4fba3ab87aa442e12cf5ddbbfd - + https://github.com/dotnet/core-setup - ea725aaa7d430368911f9604534e955ef7fff0de + 2aa1111d83976a4fba3ab87aa442e12cf5ddbbfd - + https://github.com/dotnet/core-setup - ea725aaa7d430368911f9604534e955ef7fff0de + 2aa1111d83976a4fba3ab87aa442e12cf5ddbbfd https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d705dab5b..411222b4e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19459.17 + 5.0.0-alpha1.19459.31 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19459.17 + 2.1.0-alpha1.19459.31 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19459.17 + 5.0.0-alpha1.19459.31 $(MicrosoftWindowsDesktopAppPackageVersion) From d19f4ea779677ebc1a13cfe351d0d0a844482c15 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 05:30:45 +0000 Subject: [PATCH 0563/1121] Update dependencies from https://github.com/dotnet/cli build 20190909.13 (#4710) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19459.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a524b13d3..d5eddcba2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 82055971c3d76fd3bb33d17d6c08c373e81bf54f - + https://github.com/dotnet/cli - 4ff69f4f9d60985576f7f91d451ddf141d85c250 + 477374f1c82b6e0f4ee7191996138b87abcca50c diff --git a/eng/Versions.props b/eng/Versions.props index 411222b4e..d55e305d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19459.8 + 5.0.100-alpha1.19459.13 0.2.0 From 2ea6dac736e9341db81844b93c781302a0dd5de0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 09:05:58 +0000 Subject: [PATCH 0564/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190909.39 (#4712) - Microsoft.NETCore.App - 5.0.0-alpha1.19459.39 - NETStandard.Library.Ref - 2.1.0-alpha1.19459.39 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19459.39 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d5eddcba2..574b33c1e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 2aa1111d83976a4fba3ab87aa442e12cf5ddbbfd + 9090711c8aba450144a57008fa6e0bad0e601313 - + https://github.com/dotnet/core-setup - 2aa1111d83976a4fba3ab87aa442e12cf5ddbbfd + 9090711c8aba450144a57008fa6e0bad0e601313 - + https://github.com/dotnet/core-setup - 2aa1111d83976a4fba3ab87aa442e12cf5ddbbfd + 9090711c8aba450144a57008fa6e0bad0e601313 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d55e305d9..3c64ce726 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19459.31 + 5.0.0-alpha1.19459.39 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19459.31 + 2.1.0-alpha1.19459.39 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19459.31 + 5.0.0-alpha1.19459.39 $(MicrosoftWindowsDesktopAppPackageVersion) From c6605f1bc62e63fa82a28bd230aa667922a62ad3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 10:35:48 +0000 Subject: [PATCH 0565/1121] Update dependencies from https://github.com/dotnet/cli build 20190910.2 (#4713) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19460.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 574b33c1e..54fd8081a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 82055971c3d76fd3bb33d17d6c08c373e81bf54f - + https://github.com/dotnet/cli - 477374f1c82b6e0f4ee7191996138b87abcca50c + 5fddf188da42afd788c29170925b1d0d681d6b41 diff --git a/eng/Versions.props b/eng/Versions.props index 3c64ce726..a71ad8f62 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19459.13 + 5.0.100-alpha1.19460.2 0.2.0 From e0dfb629ca06861166820f0b569fb5afecdafd16 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 11:47:09 +0000 Subject: [PATCH 0566/1121] [master] Update dependencies from dotnet/toolset (#4708) * Update dependencies from https://github.com/dotnet/toolset build 20190809.20 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.20 * Update dependencies from https://github.com/dotnet/toolset build 20190809.22 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.22 * Update dependencies from https://github.com/dotnet/toolset build 20190809.24 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.24 * Update dependencies from https://github.com/dotnet/toolset build 20190810.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19410.1 * Update dependencies from https://github.com/dotnet/toolset build 20190810.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19410.2 * Update dependencies from https://github.com/dotnet/toolset build 20190810.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19410.3 * Update dependencies from https://github.com/dotnet/toolset build 20190810.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19410.4 * Update dependencies from https://github.com/dotnet/toolset build 20190810.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19410.5 * Update dependencies from https://github.com/dotnet/toolset build 20190909.29 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.29 * Update dependencies from https://github.com/dotnet/toolset build 20190910.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 54fd8081a..7660993b8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 463a5afda8cadc690e0f2025017f3bb24945023a - + https://github.com/dotnet/toolset - dbe6369865965fec157775bca1941293af8f81f0 + 1eee6ed2b2647b2e0a3d7a9142657329a20eda99 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a71ad8f62..a0b433b5b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19459.14 + 5.0.100-alpha1.19460.5 From 7a587fd9a695fa77d457cafb985d5cc7b8e953b7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 12:49:11 +0000 Subject: [PATCH 0567/1121] Update dependencies from https://github.com/dotnet/templating build 20190909.1 (#4715) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19459.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7660993b8..06bfedfe0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 463a5afda8cadc690e0f2025017f3bb24945023a + 14b103821b71c908a76996ef2bf13291cf0664b1 https://github.com/dotnet/toolset From 8877fce45af0b4c58274468931b33c963046f69d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 12:58:57 +0000 Subject: [PATCH 0568/1121] Update dependencies from https://github.com/dotnet/arcade build 20190909.10 (#4714) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19459.10 --- eng/Version.Details.xml | 4 ++-- .../post-build/channels/netcore-dev-30.yml | 14 +++----------- .../post-build/channels/netcore-dev-31.yml | 14 +++----------- .../post-build/channels/netcore-dev-5.yml | 14 +++----------- .../post-build/channels/netcore-internal-30.yml | 15 ++------------- .../post-build/channels/netcore-release-30.yml | 13 +------------ .../post-build/channels/netcore-release-31.yml | 13 +------------ .../post-build/channels/netcore-tools-latest.yml | 16 ++++------------ .../channels/public-validation-release.yml | 16 ++++------------ eng/common/templates/steps/promote-build.yml | 13 +++++++++++++ global.json | 2 +- 11 files changed, 37 insertions(+), 97 deletions(-) create mode 100644 eng/common/templates/steps/promote-build.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 06bfedfe0..565f211c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 29ee79a10c58dd6863a46157e374521cac610ad8 + f5ccfdcbd828383d39cf583086ef42d72ca5b320 diff --git a/eng/common/templates/post-build/channels/netcore-dev-30.yml b/eng/common/templates/post-build/channels/netcore-dev-30.yml index 7984f06d1..3c5eb8398 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-30.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-30.yml @@ -120,14 +120,6 @@ stages: /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - -- stage: NetCore_Dev30_Publish_Validation - displayName: .NET Core 3.0 Dev Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicDevRelease_30_Channel_Id }} + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.PublicDevRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml index bcedd0f07..965309d15 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-31.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-31.yml @@ -120,14 +120,6 @@ stages: /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - -- stage: NetCore_Dev31_Publish_Validation - displayName: .NET Core 3.1 Dev Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicDevRelease_31_Channel_Id }} + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.PublicDevRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index 18432cc60..9975dda4e 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -126,14 +126,6 @@ stages: /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - -- stage: NetCore_Dev5_Publish_Validation - displayName: .NET Core 5 Dev Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 36e1d1188..20eef377b 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -113,17 +113,6 @@ stages: /p:Configuration=Release ${{ parameters.artifactsPublishingAdditionalParameters }} - - template: ../trigger-subscription.yml + - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} - -- stage: NetCore_30_Internal_Servicing_Publish_Validation - displayName: .NET Core 3.0 Internal Servicing Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} + ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} \ No newline at end of file diff --git a/eng/common/templates/post-build/channels/netcore-release-30.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml index abae985ab..5a5c28e1b 100644 --- a/eng/common/templates/post-build/channels/netcore-release-30.yml +++ b/eng/common/templates/post-build/channels/netcore-release-30.yml @@ -113,17 +113,6 @@ stages: /p:Configuration=Release ${{ parameters.artifactsPublishingAdditionalParameters }} - - template: ../trigger-subscription.yml + - template: ../../steps/promote-build.yml parameters: ChannelId: ${{ variables.PublicRelease_30_Channel_Id }} - -- stage: NetCore_Release30_Publish_Validation - displayName: .NET Core 3.0 Release Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/netcore-release-31.yml index b2a6c7659..294521588 100644 --- a/eng/common/templates/post-build/channels/netcore-release-31.yml +++ b/eng/common/templates/post-build/channels/netcore-release-31.yml @@ -119,17 +119,6 @@ stages: /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - - template: ../trigger-subscription.yml + - template: ../../steps/promote-build.yml parameters: ChannelId: ${{ variables.PublicRelease_31_Channel_Id }} - -- stage: NetCore_Release31_Publish_Validation - displayName: .NET Core 3.1 Release Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index 36f6dea62..09445aee0 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -125,15 +125,7 @@ stages: /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw) ${{ parameters.artifactsPublishingAdditionalParameters }} - - -- stage: NetCore_Tools_Latest_PublishValidation - displayName: .NET Tools - Latest Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} + + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} \ No newline at end of file diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index a5fcdc581..4feed3297 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -85,15 +85,7 @@ stages: /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - - -- stage: PVR_PublishValidation - displayName: .NET Tools - Validation Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicValidationRelease_30_Channel_Id }} + + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.PublicValidationRelease_30_Channel_Id }} diff --git a/eng/common/templates/steps/promote-build.yml b/eng/common/templates/steps/promote-build.yml new file mode 100644 index 000000000..b90404435 --- /dev/null +++ b/eng/common/templates/steps/promote-build.yml @@ -0,0 +1,13 @@ +parameters: + ChannelId: 0 + +steps: +- task: PowerShell@2 + displayName: Add Build to Channel + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/promote-build.ps1 + arguments: -BuildId $(BARBuildId) + -ChannelId ${{ parameters.ChannelId }} + -MaestroApiAccessToken $(MaestroApiAccessToken) + -MaestroApiEndPoint $(MaestroApiEndPoint) + -MaestroApiVersion $(MaestroApiVersion) diff --git a/global.json b/global.json index 9b2de486b..91019b412 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19458.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19459.10" } } From fa455c385094dbc7089e1d6429ea12f9aa1449e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 14:25:53 +0000 Subject: [PATCH 0569/1121] [master] Update dependencies from dotnet/toolset (#4718) * Update dependencies from https://github.com/dotnet/toolset build 20190910.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.6 * Update dependencies from https://github.com/dotnet/toolset build 20190910.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.7 * Update dependencies from https://github.com/dotnet/toolset build 20190910.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 565f211c7..299fea1e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - 1eee6ed2b2647b2e0a3d7a9142657329a20eda99 + b744deb0c1c1c1db08f4427e215afec82fc55726 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a0b433b5b..686bae977 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19460.5 + 5.0.100-alpha1.19460.9 From 0fa63a5fef687b97565cf2554d939689d35a7ac6 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Wed, 11 Sep 2019 10:33:24 -0700 Subject: [PATCH 0570/1121] Re-doing the merge of GenerateBundledVersion.targets. --- .../targets/GenerateBundledVersions.targets | 61 ------------------- 1 file changed, 61 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index a7324f168..909d916d8 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -180,7 +180,6 @@ Copyright (c) .NET Foundation. All rights reserved. @(ImplicitPackageVariable->'', ' ') - - - - - - - - - - - - - - ]]> From cfe44270d8f9f4d57939bd0873bac60756d0b3a8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 20:24:46 +0000 Subject: [PATCH 0571/1121] [master] Update dependencies from dotnet/core-setup (#4717) * Update dependencies from https://github.com/dotnet/core-setup build 20190910.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19460.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19460.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19460.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190910.35 - Microsoft.NETCore.App - 5.0.0-alpha1.19460.35 - NETStandard.Library.Ref - 2.1.0-alpha1.19460.35 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19460.35 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19460.10 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190910.37 - Microsoft.NETCore.App - 5.0.0-alpha1.19460.37 - NETStandard.Library.Ref - 2.1.0-alpha1.19460.37 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19460.37 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19460.11 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190910.44 - Microsoft.NETCore.App - 5.0.0-alpha1.19460.44 - NETStandard.Library.Ref - 2.1.0-alpha1.19460.44 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19460.44 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19460.11 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190911.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19461.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19460.11 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190911.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19461.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.14 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.1 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190911.5 - Microsoft.NETCore.App - 5.0.0-alpha1.19461.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.14 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.2 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190911.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19461.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.8 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.1 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.3 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190911.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19461.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.9 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.4 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e6a099134..367b8ebd4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 9090711c8aba450144a57008fa6e0bad0e601313 + 8f4d4f32d1382e8d34348a43b49bafa4f68c5368 - + https://github.com/dotnet/core-setup - 9090711c8aba450144a57008fa6e0bad0e601313 + 8f4d4f32d1382e8d34348a43b49bafa4f68c5368 - + https://github.com/dotnet/core-setup - 9090711c8aba450144a57008fa6e0bad0e601313 + 8f4d4f32d1382e8d34348a43b49bafa4f68c5368 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 5fddf188da42afd788c29170925b1d0d681d6b41 - + https://github.com/dotnet/winforms - 2db14f6fd1ff9b9bba3c3b6436987e02193a75e7 + c383d0522e2b186accb27b29d41ed8d184a3801c - + https://github.com/dotnet/wpf - 8a234021a4e697f7e4999c282bde42d2473131f0 + 9352c874e564f6189667dc9794fc12d4d363f84e diff --git a/eng/Versions.props b/eng/Versions.props index 2dd8f1f15..4714c1399 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-rc1.19455.20 + 5.0.0-alpha1.19461.2 - 3.0.0-rc1.19455.14 + 5.0.0-alpha1.19461.4 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19459.39 + 5.0.0-alpha1.19461.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19459.39 + 2.1.0-alpha1.19461.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19459.39 + 5.0.0-alpha1.19461.9 $(MicrosoftWindowsDesktopAppPackageVersion) From a7009c466b3ed357e41ace79bdecbba8b478b0f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 20:28:56 +0000 Subject: [PATCH 0572/1121] [master] Update dependencies from dotnet/cli (#4724) * Update dependencies from https://github.com/dotnet/cli build 20190910.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19460.7 * Update dependencies from https://github.com/dotnet/cli build 20190911.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.2 * Update dependencies from https://github.com/dotnet/cli build 20190911.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.3 * Update dependencies from https://github.com/dotnet/cli build 20190911.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.4 * Update dependencies from https://github.com/dotnet/cli build 20190911.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.5 * Update dependencies from https://github.com/dotnet/cli build 20190911.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.8 * Update dependencies from https://github.com/dotnet/cli build 20190911.9 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 367b8ebd4..923a5c33f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 82055971c3d76fd3bb33d17d6c08c373e81bf54f - + https://github.com/dotnet/cli - 5fddf188da42afd788c29170925b1d0d681d6b41 + c15a327ffffc7b4dc02480aea911b185f5e602ee diff --git a/eng/Versions.props b/eng/Versions.props index 4714c1399..ad035d7e1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19460.2 + 5.0.100-alpha1.19461.9 0.2.0 From aef9c54d0c309d7424583320fbb8a26f2afbda6f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 20:37:03 +0000 Subject: [PATCH 0573/1121] Update dependencies from https://github.com/dotnet/arcade build 20190910.3 (#4727) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19460.3 --- eng/Version.Details.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 923a5c33f..fbb1878a3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,7 +67,7 @@ https://github.com/dotnet/arcade - f5ccfdcbd828383d39cf583086ef42d72ca5b320 + 0f5cfb20a355c27bc84cedd049c946b44a7fc1da From a3f9cf2d7a903aab443123a4ce850c95e5462ed5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 20:40:10 +0000 Subject: [PATCH 0574/1121] [master] Update dependencies from dotnet/toolset (#4719) * Update dependencies from https://github.com/dotnet/toolset build 20190910.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.11 * Update dependencies from https://github.com/dotnet/toolset build 20190910.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.10 * Update dependencies from https://github.com/dotnet/toolset build 20190811.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19411.1 * Update dependencies from https://github.com/dotnet/toolset build 20190811.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19411.4 * Update dependencies from https://github.com/dotnet/toolset build 20190910.27 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.27 * Update dependencies from https://github.com/dotnet/toolset build 20190911.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.1 * Update dependencies from https://github.com/dotnet/toolset build 20190911.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.3 * Update dependencies from https://github.com/dotnet/toolset build 20190911.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.5 * Update dependencies from https://github.com/dotnet/toolset build 20190911.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.4 * Update dependencies from https://github.com/dotnet/toolset build 20190911.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.6 * Update dependencies from https://github.com/dotnet/toolset build 20190911.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.7 * Update dependencies from https://github.com/dotnet/toolset build 20190911.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.10 * Update dependencies from https://github.com/dotnet/toolset build 20190911.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.13 * Update dependencies from https://github.com/dotnet/toolset build 20190911.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fbb1878a3..fb51b936e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - b744deb0c1c1c1db08f4427e215afec82fc55726 + 010e4fd281f2411a7c1841918b1998eac0d501dd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ad035d7e1..2c8690ccb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19460.9 + 5.0.100-alpha1.19461.14 From 25c82d4612b30857736601c85af361088491d654 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 20:43:58 +0000 Subject: [PATCH 0575/1121] Update dependencies from https://github.com/dotnet/sdk build 20190911.1 (#4732) - Microsoft.NET.Sdk - 5.0.100-alpha1.19461.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb51b936e..99b838a96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 010e4fd281f2411a7c1841918b1998eac0d501dd - + https://github.com/dotnet/sdk - 82055971c3d76fd3bb33d17d6c08c373e81bf54f + e7dcc8d1f96874305db603df40bffd9c848b6478 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 2c8690ccb..fa67492e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19459.1 + 5.0.100-alpha1.19461.1 $(MicrosoftNETSdkPackageVersion) From fe6b75e20c4664c8a60f4d67ec649e855dbf204b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 21:06:11 +0000 Subject: [PATCH 0576/1121] Update dependencies from https://github.com/dotnet/cli build 20190911.10 (#4737) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 99b838a96..fe1cf79f6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - c15a327ffffc7b4dc02480aea911b185f5e602ee + a0512068a26428a30168c9de2f485a53e2aba473 diff --git a/eng/Versions.props b/eng/Versions.props index fa67492e6..5f0f30a2b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19461.9 + 5.0.100-alpha1.19461.10 0.2.0 From 874796426db7a4074e48a9e7dd902f9cbb98c101 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 21:20:42 +0000 Subject: [PATCH 0577/1121] Update dependencies from https://github.com/dotnet/toolset build 20190911.15 (#4738) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe1cf79f6..04510239c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - 010e4fd281f2411a7c1841918b1998eac0d501dd + d35f7394ed2071a82f8b5b10003f0d9387d6443c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5f0f30a2b..58bc86405 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19461.14 + 5.0.100-alpha1.19461.15 From 0714086bdf997096ff5fde32922be8cc2beb964f Mon Sep 17 00:00:00 2001 From: Livar Date: Wed, 11 Sep 2019 14:48:13 -0700 Subject: [PATCH 0578/1121] Fixing the channel for the master branch. --- src/CopyToLatest/targets/BranchInfo.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CopyToLatest/targets/BranchInfo.props b/src/CopyToLatest/targets/BranchInfo.props index 7a1921c15..9bd214aa9 100644 --- a/src/CopyToLatest/targets/BranchInfo.props +++ b/src/CopyToLatest/targets/BranchInfo.props @@ -1,5 +1,5 @@ - release/3.1.1xx + master From 5261aaaf388533418b0bdcdc5bee0d41bfa0fb84 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 22:05:46 +0000 Subject: [PATCH 0579/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190911.17 (#4740) - Microsoft.NETCore.App - 5.0.0-alpha1.19461.17 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.17 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.17 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.8 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04510239c..4eb2e9848 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 8f4d4f32d1382e8d34348a43b49bafa4f68c5368 + 85640d1b93bd767305a8020074973326a5c4f4c7 - + https://github.com/dotnet/core-setup - 8f4d4f32d1382e8d34348a43b49bafa4f68c5368 + 85640d1b93bd767305a8020074973326a5c4f4c7 - + https://github.com/dotnet/core-setup - 8f4d4f32d1382e8d34348a43b49bafa4f68c5368 + 85640d1b93bd767305a8020074973326a5c4f4c7 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ a0512068a26428a30168c9de2f485a53e2aba473 - + https://github.com/dotnet/winforms - c383d0522e2b186accb27b29d41ed8d184a3801c + 30ce3dfcea0fe4eafce5bbf37a3e2938fb19d06f - + https://github.com/dotnet/wpf - 9352c874e564f6189667dc9794fc12d4d363f84e + 3b8429f60aa9431f9c573007a403dffe46de4592 diff --git a/eng/Versions.props b/eng/Versions.props index 58bc86405..c0d1b05e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.2 + 5.0.0-alpha1.19461.3 - 5.0.0-alpha1.19461.4 + 5.0.0-alpha1.19461.8 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19461.9 + 5.0.0-alpha1.19461.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19461.9 + 2.1.0-alpha1.19461.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19461.9 + 5.0.0-alpha1.19461.17 $(MicrosoftWindowsDesktopAppPackageVersion) From 22fd6cb2cea4ab52edf6f8c6f6697288501ad59b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 22:55:38 +0000 Subject: [PATCH 0580/1121] Update dependencies from https://github.com/dotnet/toolset build 20190911.21 (#4746) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.21 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4eb2e9848..d85029297 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - d35f7394ed2071a82f8b5b10003f0d9387d6443c + 4ade02ca6d9ff18ebbed973aff6285a888038b6f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c0d1b05e6..bf762b758 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19461.15 + 5.0.100-alpha1.19461.21 From 570777856fb1064ee93b339d82a01ea3018265e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 23:15:37 +0000 Subject: [PATCH 0581/1121] Update dependencies from https://github.com/dotnet/cli build 20190911.13 (#4747) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d85029297..c68418310 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - a0512068a26428a30168c9de2f485a53e2aba473 + 8a0a266c6b0d7bf00e8e91272ec925ae64d856bc diff --git a/eng/Versions.props b/eng/Versions.props index bf762b758..744ef124a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19461.10 + 5.0.100-alpha1.19461.13 0.2.0 From e7d220fdf2b4768a2a7e5b16ffd7e213bbb8030f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 00:20:45 +0000 Subject: [PATCH 0582/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190911.26 (#4750) - Microsoft.NETCore.App - 5.0.0-alpha1.19461.26 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.26 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.26 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.7 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.11 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c68418310..9b546905f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 85640d1b93bd767305a8020074973326a5c4f4c7 + c11c61c1d51005ab1e4f96377580fbaef692a1a4 - + https://github.com/dotnet/core-setup - 85640d1b93bd767305a8020074973326a5c4f4c7 + c11c61c1d51005ab1e4f96377580fbaef692a1a4 - + https://github.com/dotnet/core-setup - 85640d1b93bd767305a8020074973326a5c4f4c7 + c11c61c1d51005ab1e4f96377580fbaef692a1a4 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 8a0a266c6b0d7bf00e8e91272ec925ae64d856bc - + https://github.com/dotnet/winforms - 30ce3dfcea0fe4eafce5bbf37a3e2938fb19d06f + cecb4861c569fb05f7411a20623b76d627bae489 - + https://github.com/dotnet/wpf - 3b8429f60aa9431f9c573007a403dffe46de4592 + 0707592545edf0bd27ecd1d4278f2853e4ca2ae8 diff --git a/eng/Versions.props b/eng/Versions.props index 744ef124a..b4240c41b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.3 + 5.0.0-alpha1.19461.7 - 5.0.0-alpha1.19461.8 + 5.0.0-alpha1.19461.11 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19461.17 + 5.0.0-alpha1.19461.26 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19461.17 + 2.1.0-alpha1.19461.26 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19461.17 + 5.0.0-alpha1.19461.26 $(MicrosoftWindowsDesktopAppPackageVersion) From ed4c00fd9154ec928fe612697fc9e867baeec3a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 00:46:06 +0000 Subject: [PATCH 0583/1121] [master] Update dependencies from dotnet/toolset (#4749) * Update dependencies from https://github.com/dotnet/toolset build 20190911.22 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.22 * Update dependencies from https://github.com/dotnet/toolset build 20190812.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19412.2 * Update dependencies from https://github.com/dotnet/toolset build 20190812.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19412.3 * Update dependencies from https://github.com/dotnet/toolset build 20190812.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19412.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9b546905f..288266687 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - 4ade02ca6d9ff18ebbed973aff6285a888038b6f + 884382134f24ced091984192dd19bb0937aa4ffa https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b4240c41b..3e3d77f71 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19461.21 + 5.0.100-alpha1.19412.5 From e229fc471ff47ad8e39f2f13b61815782b62e5b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 01:50:36 +0000 Subject: [PATCH 0584/1121] Update dependencies from https://github.com/dotnet/cli build 20190911.14 (#4754) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 288266687..c5c2641c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - 8a0a266c6b0d7bf00e8e91272ec925ae64d856bc + 9b450a8391729fd93e540c5a31f39229fddf1a05 diff --git a/eng/Versions.props b/eng/Versions.props index 3e3d77f71..8a0b9b397 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19461.13 + 5.0.100-alpha1.19461.14 0.2.0 From 9c0c3db5851f4f6d730af6b9e42fcbfa5b8bcb72 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 02:20:37 +0000 Subject: [PATCH 0585/1121] Update dependencies from https://github.com/dotnet/toolset build 20190911.23 (#4755) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.23 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c5c2641c2..c0d4ce373 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - 884382134f24ced091984192dd19bb0937aa4ffa + b18b40e576781dbf2e7ac37f0a2a4231c13ba6d4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8a0b9b397..e1db6d2a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19412.5 + 5.0.100-alpha1.19461.23 From 0ff15bb6b78c2186870c4d1f442dca965f4fb969 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 02:55:38 +0000 Subject: [PATCH 0586/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190911.33 (#4757) - Microsoft.NETCore.App - 5.0.0-alpha1.19461.33 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.33 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.33 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.9 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.12 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c0d4ce373..ca7a57640 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c11c61c1d51005ab1e4f96377580fbaef692a1a4 + 2d1771caf587de48931af92379903f7cc1213ca5 - + https://github.com/dotnet/core-setup - c11c61c1d51005ab1e4f96377580fbaef692a1a4 + 2d1771caf587de48931af92379903f7cc1213ca5 - + https://github.com/dotnet/core-setup - c11c61c1d51005ab1e4f96377580fbaef692a1a4 + 2d1771caf587de48931af92379903f7cc1213ca5 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 9b450a8391729fd93e540c5a31f39229fddf1a05 - + https://github.com/dotnet/winforms - cecb4861c569fb05f7411a20623b76d627bae489 + 11b465722c3b0e06f6f507919df37db1cbad7214 - + https://github.com/dotnet/wpf - 0707592545edf0bd27ecd1d4278f2853e4ca2ae8 + a3dd02b6f49eb5377a6a39f222fe4b2b2394f7cc diff --git a/eng/Versions.props b/eng/Versions.props index e1db6d2a7..886713f57 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.7 + 5.0.0-alpha1.19461.9 - 5.0.0-alpha1.19461.11 + 5.0.0-alpha1.19461.12 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19461.26 + 5.0.0-alpha1.19461.33 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19461.26 + 2.1.0-alpha1.19461.33 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19461.26 + 5.0.0-alpha1.19461.33 $(MicrosoftWindowsDesktopAppPackageVersion) From b58d042819e2a3adef307b5ba943e57e29ffdf27 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 06:00:41 +0000 Subject: [PATCH 0587/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190911.40 (#4759) - Microsoft.NETCore.App - 5.0.0-alpha1.19461.40 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.40 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.40 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.16 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.16 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca7a57640..726782b8f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 2d1771caf587de48931af92379903f7cc1213ca5 + 6ca07a84140c3e8d3a6bd38f82908ae8957001a2 - + https://github.com/dotnet/core-setup - 2d1771caf587de48931af92379903f7cc1213ca5 + 6ca07a84140c3e8d3a6bd38f82908ae8957001a2 - + https://github.com/dotnet/core-setup - 2d1771caf587de48931af92379903f7cc1213ca5 + 6ca07a84140c3e8d3a6bd38f82908ae8957001a2 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 9b450a8391729fd93e540c5a31f39229fddf1a05 - + https://github.com/dotnet/winforms - 11b465722c3b0e06f6f507919df37db1cbad7214 + 8663a4190de48fa5e3332be704c58250ff5a4275 - + https://github.com/dotnet/wpf - a3dd02b6f49eb5377a6a39f222fe4b2b2394f7cc + c673c9ceb339277822657df9bf11e2fcaff16b45 diff --git a/eng/Versions.props b/eng/Versions.props index 886713f57..f6e7f25f2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.9 + 5.0.0-alpha1.19461.16 - 5.0.0-alpha1.19461.12 + 5.0.0-alpha1.19461.16 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19461.33 + 5.0.0-alpha1.19461.40 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19461.33 + 2.1.0-alpha1.19461.40 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19461.33 + 5.0.0-alpha1.19461.40 $(MicrosoftWindowsDesktopAppPackageVersion) From 3dd0b14a90d8023cf7dddb987cfba667d9d28b93 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 07:15:41 +0000 Subject: [PATCH 0588/1121] Update dependencies from https://github.com/dotnet/cli build 20190911.15 (#4760) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 726782b8f..6b67a31be 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - 9b450a8391729fd93e540c5a31f39229fddf1a05 + 772ad6da88e124b72dd2bcb87ded4ccfe18c4222 diff --git a/eng/Versions.props b/eng/Versions.props index f6e7f25f2..b77946ac5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19461.14 + 5.0.100-alpha1.19461.15 0.2.0 From 588d0f8c728e5661dbe6e8d0842ff8597bb7beb5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 07:50:38 +0000 Subject: [PATCH 0589/1121] Update dependencies from https://github.com/dotnet/toolset build 20190912.1 (#4761) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b67a31be..a7f5c519e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - b18b40e576781dbf2e7ac37f0a2a4231c13ba6d4 + eb22047cc4c55e138cd8e7b741751cd63038f363 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b77946ac5..b7e4fb1c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19461.23 + 5.0.100-alpha1.19462.1 From da83a6cae72020cd5a925d653821b1f9c2a8075b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 09:00:43 +0000 Subject: [PATCH 0590/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190911.47 (#4762) - Microsoft.NETCore.App - 5.0.0-alpha1.19461.47 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.47 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.47 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.18 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.19 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a7f5c519e..ca1554454 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6ca07a84140c3e8d3a6bd38f82908ae8957001a2 + 7e6ca511536653f9391bf6d0a9eb669b4562089c - + https://github.com/dotnet/core-setup - 6ca07a84140c3e8d3a6bd38f82908ae8957001a2 + 7e6ca511536653f9391bf6d0a9eb669b4562089c - + https://github.com/dotnet/core-setup - 6ca07a84140c3e8d3a6bd38f82908ae8957001a2 + 7e6ca511536653f9391bf6d0a9eb669b4562089c https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 772ad6da88e124b72dd2bcb87ded4ccfe18c4222 - + https://github.com/dotnet/winforms - 8663a4190de48fa5e3332be704c58250ff5a4275 + 9c8851be131464a89d3b9eaaa493fe5fd96486b6 - + https://github.com/dotnet/wpf - c673c9ceb339277822657df9bf11e2fcaff16b45 + 3fe5b8150e43e6ad3ae861f88379ad8e7d51a8f9 diff --git a/eng/Versions.props b/eng/Versions.props index b7e4fb1c6..e22c50a57 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.16 + 5.0.0-alpha1.19461.18 - 5.0.0-alpha1.19461.16 + 5.0.0-alpha1.19461.19 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19461.40 + 5.0.0-alpha1.19461.47 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19461.40 + 2.1.0-alpha1.19461.47 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19461.40 + 5.0.0-alpha1.19461.47 $(MicrosoftWindowsDesktopAppPackageVersion) From d350a1e00455e4ab03771a5a3c9b602c6faddaa4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 11:00:50 +0000 Subject: [PATCH 0591/1121] Update dependencies from https://github.com/dotnet/cli build 20190912.1 (#4763) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19462.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca1554454..6ea2ad183 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - 772ad6da88e124b72dd2bcb87ded4ccfe18c4222 + 080855a2809ede6d15234be0ad3bb368ac899c3a diff --git a/eng/Versions.props b/eng/Versions.props index e22c50a57..3df2287d2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19461.15 + 5.0.100-alpha1.19462.1 0.2.0 From 623dcb0c6e5970b8ee69f1560ef35dc031a64454 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 11:30:38 +0000 Subject: [PATCH 0592/1121] Update dependencies from https://github.com/dotnet/toolset build 20190912.2 (#4764) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6ea2ad183..d26ecccb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - eb22047cc4c55e138cd8e7b741751cd63038f363 + bc5c5380044bd6d53569fc771176246e81006fa2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3df2287d2..b910c46ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.1 + 5.0.100-alpha1.19462.2 From 746cbff32fee7d9ba5bca79d6b30f5b6ceb2fecd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 12:38:08 +0000 Subject: [PATCH 0593/1121] Update dependencies from https://github.com/dotnet/arcade build 20190911.7 (#4766) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19461.7 --- eng/Version.Details.xml | 4 +- .../post-build/channels/netcore-dev-30.yml | 13 ++++--- .../post-build/channels/netcore-dev-31.yml | 15 ++++---- .../post-build/channels/netcore-dev-5.yml | 29 ++++++-------- .../channels/netcore-internal-30.yml | 38 +++++++++++-------- .../channels/netcore-release-30.yml | 38 +++++++++++-------- .../channels/netcore-release-31.yml | 14 ++++--- .../channels/netcore-tools-latest.yml | 33 +++++++--------- .../channels/public-validation-release.yml | 26 ++++++------- .../templates/post-build/common-variables.yml | 4 -- .../templates/post-build/post-build.yml | 6 +-- global.json | 2 +- 12 files changed, 112 insertions(+), 110 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d26ecccb4..e12645356 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 0f5cfb20a355c27bc84cedd049c946b44a7fc1da + 8eb29ba860a3cfcfe68f9a8256caa7efc1f1aaba diff --git a/eng/common/templates/post-build/channels/netcore-dev-30.yml b/eng/common/templates/post-build/channels/netcore-dev-30.yml index 3c5eb8398..69f1a9013 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-30.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-30.yml @@ -97,14 +97,8 @@ stages: /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' @@ -118,6 +112,13 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=true + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml index 965309d15..720a0ab08 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-31.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-31.yml @@ -46,7 +46,7 @@ stages: /p:Configuration=Release ${{ parameters.symbolPublishingAdditionalParameters }} - - job: + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars variables: @@ -97,14 +97,8 @@ stages: /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' @@ -118,6 +112,13 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=true + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index 9975dda4e..9c81e39e9 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -2,7 +2,6 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false - publishToAzureDevOpsFeeds: true stages: - stage: NetCore_Dev5_Publish @@ -92,38 +91,34 @@ stages: AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet /p:ArtifactsCategory=$(_DotNetArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=${{ parameters.publishToAzureDevOpsFeeds }} + /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 20eef377b..594a1a9a7 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -90,27 +90,33 @@ stages: AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + /p:PublishInstallersAndChecksums=true + /p:ChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:ChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:PublishToAzureDevOpsNuGetFeeds=true + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/eng/common/templates/post-build/channels/netcore-release-30.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml index 5a5c28e1b..8ba9237ff 100644 --- a/eng/common/templates/post-build/channels/netcore-release-30.yml +++ b/eng/common/templates/post-build/channels/netcore-release-30.yml @@ -1,6 +1,7 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false stages: - stage: NetCore_Release30_Publish @@ -90,27 +91,34 @@ stages: AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=true + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/netcore-release-31.yml index 294521588..d8270eada 100644 --- a/eng/common/templates/post-build/channels/netcore-release-31.yml +++ b/eng/common/templates/post-build/channels/netcore-release-31.yml @@ -1,6 +1,7 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false stages: - stage: NetCore_Release31_Publish @@ -96,14 +97,8 @@ stages: /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' @@ -117,6 +112,13 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=true + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index 09445aee0..c75d18673 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -2,7 +2,6 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false - publishToAzureDevOpsFeeds: true stages: - stage: NetCore_Tools_Latest_Publish @@ -92,40 +91,36 @@ stages: AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet /p:ArtifactsCategory=$(_DotNetArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=${{ parameters.publishToAzureDevOpsFeeds }} + /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw) + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - + - template: ../../steps/promote-build.yml parameters: ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} \ No newline at end of file diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index 4feed3297..fb2c23d0f 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -1,7 +1,6 @@ parameters: artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false - publishToAzureDevOpsFeeds: true stages: - stage: PVR_Publish @@ -57,35 +56,36 @@ stages: AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet /p:ArtifactsCategory=$(_DotNetValidationArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=${{ parameters.publishToAzureDevOpsFeeds }} + /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - + - template: ../../steps/promote-build.yml parameters: ChannelId: ${{ variables.PublicValidationRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index c13476449..adb2a854f 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -55,10 +55,6 @@ variables: # Feed Configurations # These should include the suffix "/index.json" - # Configuration for the feed where packages from internal non-stable builds will be published to - - name: StaticInternalFeed - value: 'https://dnceng.pkgs.visualstudio.com/_packaging/dotnet-core-internal/nuget/v3/index.json' - # Default locations for Installers and checksums # Public Locations - name: ChecksumsBlobFeedUrl diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index e473cadbc..5b9d0a5d9 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -4,7 +4,6 @@ parameters: enableSymbolValidation: false enableNugetValidation: true publishInstallersAndChecksums: false - enableAzDONuGetFeeds: true SDLValidationParameters: enable: false continueOnError: false @@ -101,7 +100,6 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - enableAzDONuGetFeeds: ${{ parameters.enableAzDONuGetFeeds }} - template: \eng\common\templates\post-build\channels\netcore-dev-30.yml parameters: @@ -120,23 +118,23 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - enableAzDONuGetFeeds: ${{ parameters.enableAzDONuGetFeeds }} - template: \eng\common\templates\post-build\channels\public-validation-release.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - enableAzDONuGetFeeds: ${{ parameters.enableAzDONuGetFeeds }} - template: \eng\common\templates\post-build\channels\netcore-release-30.yml parameters: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-release-31.yml parameters: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-internal-30.yml parameters: diff --git a/global.json b/global.json index 8c6b8ec55..3275aa5ff 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19460.3" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19461.7" } } From e93dec1650451b63b1e6bd1e1368c85e1b2c4147 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 12:43:32 +0000 Subject: [PATCH 0594/1121] Update dependencies from https://github.com/dotnet/templating build 20190911.1 (#4767) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19461.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e12645356..8afa9ebc4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 14b103821b71c908a76996ef2bf13291cf0664b1 + 2314f6fee49053985776822a6784e36ea3ef910b https://github.com/dotnet/toolset From e48ad3310e1d4d6380af43cd1dfbaca166192a04 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 13:05:22 +0000 Subject: [PATCH 0595/1121] [master] Update dependencies from dotnet/toolset (#4768) * Update dependencies from https://github.com/dotnet/toolset build 20190912.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.3 * Update dependencies from https://github.com/dotnet/toolset build 20190912.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8afa9ebc4..fe80a67f9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 2314f6fee49053985776822a6784e36ea3ef910b - + https://github.com/dotnet/toolset - bc5c5380044bd6d53569fc771176246e81006fa2 + 2d30b37dbd37b78da42cf49763d3b85b0fc3ae00 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b910c46ce..595d9b20e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.2 + 5.0.100-alpha1.19462.4 From 501e4a5c58b1a38fa3a986c80a5483d7c8b1c930 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 13:35:20 +0000 Subject: [PATCH 0596/1121] [master] Update dependencies from dotnet/toolset (#4771) * Update dependencies from https://github.com/dotnet/toolset build 20190912.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.5 * Update dependencies from https://github.com/dotnet/toolset build 20190912.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe80a67f9..005350211 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 2314f6fee49053985776822a6784e36ea3ef910b - + https://github.com/dotnet/toolset - 2d30b37dbd37b78da42cf49763d3b85b0fc3ae00 + 83eaa5fc823a230d893e85534b58a221131809af https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 595d9b20e..f43bc0241 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.4 + 5.0.100-alpha1.19462.6 From 583bd6323bd969fa32886b2588c3fa44a40e6509 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 13:50:44 +0000 Subject: [PATCH 0597/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190912.1 (#4772) - Microsoft.NETCore.App - 5.0.0-alpha1.19462.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19462.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19462.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.20 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19462.1 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 005350211..fb1ff70b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7e6ca511536653f9391bf6d0a9eb669b4562089c + b10ec820fbf45431edfb492bcca6aa7156d77a94 - + https://github.com/dotnet/core-setup - 7e6ca511536653f9391bf6d0a9eb669b4562089c + b10ec820fbf45431edfb492bcca6aa7156d77a94 - + https://github.com/dotnet/core-setup - 7e6ca511536653f9391bf6d0a9eb669b4562089c + b10ec820fbf45431edfb492bcca6aa7156d77a94 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 080855a2809ede6d15234be0ad3bb368ac899c3a - + https://github.com/dotnet/winforms - 9c8851be131464a89d3b9eaaa493fe5fd96486b6 + cd4674692716776f2fe202b87cbf32d8d9a21204 - + https://github.com/dotnet/wpf - 3fe5b8150e43e6ad3ae861f88379ad8e7d51a8f9 + e273dad64acdb6c6d3b3ec688242cec3b76595e3 diff --git a/eng/Versions.props b/eng/Versions.props index f43bc0241..4e1b3f683 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.18 + 5.0.0-alpha1.19461.20 - 5.0.0-alpha1.19461.19 + 5.0.0-alpha1.19462.1 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19461.47 + 5.0.0-alpha1.19462.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19461.47 + 2.1.0-alpha1.19462.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19461.47 + 5.0.0-alpha1.19462.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 15454fcfd592e58250901f35a65b629915203aec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 13:56:02 +0000 Subject: [PATCH 0598/1121] Update dependencies from https://github.com/dotnet/cli build 20190912.2 (#4773) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19462.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb1ff70b0..bc0007920 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - 080855a2809ede6d15234be0ad3bb368ac899c3a + 59c9304e56f41eeab73a1e76d76f1768da85cba1 diff --git a/eng/Versions.props b/eng/Versions.props index 4e1b3f683..385dbb352 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19462.1 + 5.0.100-alpha1.19462.2 0.2.0 From 3f18347219ec1ea766c0d887ae99a6a753d571c9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 14:05:59 +0000 Subject: [PATCH 0599/1121] Update dependencies from https://github.com/dotnet/toolset build 20190912.8 (#4774) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc0007920..61ae01b0d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 2314f6fee49053985776822a6784e36ea3ef910b - + https://github.com/dotnet/toolset - 83eaa5fc823a230d893e85534b58a221131809af + 75337b6d7edb0a606d95bb5830a73b790f2f7f77 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 385dbb352..c1254e5f2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.6 + 5.0.100-alpha1.19462.8 From cd4f75e4e1f834f7e5279c6b32779970906438f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 15:06:50 +0000 Subject: [PATCH 0600/1121] Update dependencies from https://github.com/dotnet/cli build 20190912.4 (#4778) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19462.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61ae01b0d..a5044c1c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - 59c9304e56f41eeab73a1e76d76f1768da85cba1 + 8f243466c32cd479b439121f9348b3010c12ccb0 diff --git a/eng/Versions.props b/eng/Versions.props index c1254e5f2..8052b9aef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19462.2 + 5.0.100-alpha1.19462.4 0.2.0 From bfd65e2372bd7f4be3ec80eb30c5ac73598f733c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 15:51:26 +0000 Subject: [PATCH 0601/1121] [master] Update dependencies from dotnet/toolset (#4777) * Update dependencies from https://github.com/dotnet/toolset build 20190912.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.11 * Update dependencies from https://github.com/dotnet/toolset build 20190912.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a5044c1c5..957f42d77 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 2314f6fee49053985776822a6784e36ea3ef910b - + https://github.com/dotnet/toolset - 75337b6d7edb0a606d95bb5830a73b790f2f7f77 + 1a9798d00467177e47fcbb099e96b22586f18c58 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8052b9aef..2451f20ac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.8 + 5.0.100-alpha1.19462.14 From 668f8d5586adf3bff2f87c483733c3f20b5cd2f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 15:57:22 +0000 Subject: [PATCH 0602/1121] Update dependencies from https://github.com/dotnet/sdk build 20190912.1 (#4782) - Microsoft.NET.Sdk - 5.0.100-alpha1.19462.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 957f42d77..dc5e74675 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 1a9798d00467177e47fcbb099e96b22586f18c58 - + https://github.com/dotnet/sdk - e7dcc8d1f96874305db603df40bffd9c848b6478 + c03a030cdfb336a37ad740f0021cc7c6d1a71a63 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 2451f20ac..268932b7d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19461.1 + 5.0.100-alpha1.19462.1 $(MicrosoftNETSdkPackageVersion) From 42fdb3ae892a1a4703dbee7d1ac1e8284a2a63e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 17:00:42 +0000 Subject: [PATCH 0603/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190912.5 (#4784) - Microsoft.NETCore.App - 5.0.0-alpha1.19462.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19462.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19462.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19462.1 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19462.3 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc5e74675..51e7029de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b10ec820fbf45431edfb492bcca6aa7156d77a94 + 2718e02209b325d3d188cb529c85a9fba94557d9 - + https://github.com/dotnet/core-setup - b10ec820fbf45431edfb492bcca6aa7156d77a94 + 2718e02209b325d3d188cb529c85a9fba94557d9 - + https://github.com/dotnet/core-setup - b10ec820fbf45431edfb492bcca6aa7156d77a94 + 2718e02209b325d3d188cb529c85a9fba94557d9 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 8f243466c32cd479b439121f9348b3010c12ccb0 - + https://github.com/dotnet/winforms - cd4674692716776f2fe202b87cbf32d8d9a21204 + 0bf6255b1bca80c7780d4304d6a536862aaca3bc - + https://github.com/dotnet/wpf - e273dad64acdb6c6d3b3ec688242cec3b76595e3 + 1773197a02fbc962cc267f79e1a09b0454c23666 diff --git a/eng/Versions.props b/eng/Versions.props index 268932b7d..0889aaf32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.20 + 5.0.0-alpha1.19462.1 - 5.0.0-alpha1.19462.1 + 5.0.0-alpha1.19462.3 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19462.1 + 5.0.0-alpha1.19462.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19462.1 + 2.1.0-alpha1.19462.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19462.1 + 5.0.0-alpha1.19462.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 56cc62cdefc87f781e6604075e5217b5fd34843b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 18:20:40 +0000 Subject: [PATCH 0604/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190912.12 (#4785) - Microsoft.NETCore.App - 5.0.0-alpha1.19462.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19462.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19462.12 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 51e7029de..753e63c1f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 2718e02209b325d3d188cb529c85a9fba94557d9 + 6801fa0737b337f0b0902e785d826efe000e5d45 - + https://github.com/dotnet/core-setup - 2718e02209b325d3d188cb529c85a9fba94557d9 + 6801fa0737b337f0b0902e785d826efe000e5d45 - + https://github.com/dotnet/core-setup - 2718e02209b325d3d188cb529c85a9fba94557d9 + 6801fa0737b337f0b0902e785d826efe000e5d45 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0889aaf32..4063819cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19462.5 + 5.0.0-alpha1.19462.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19462.5 + 2.1.0-alpha1.19462.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19462.5 + 5.0.0-alpha1.19462.12 $(MicrosoftWindowsDesktopAppPackageVersion) From b593e32344ea3e8dc51064ccfc782411594eb105 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 23:55:46 +0000 Subject: [PATCH 0605/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190912.20 (#4788) - Microsoft.NETCore.App - 5.0.0-alpha1.19462.20 - NETStandard.Library.Ref - 2.1.0-alpha1.19462.20 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19462.20 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19462.9 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19462.13 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 753e63c1f..0a0ba399a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6801fa0737b337f0b0902e785d826efe000e5d45 + cfa37c9b21a4598ff5f8d50fc0d7a8aed6a5b2ba - + https://github.com/dotnet/core-setup - 6801fa0737b337f0b0902e785d826efe000e5d45 + cfa37c9b21a4598ff5f8d50fc0d7a8aed6a5b2ba - + https://github.com/dotnet/core-setup - 6801fa0737b337f0b0902e785d826efe000e5d45 + cfa37c9b21a4598ff5f8d50fc0d7a8aed6a5b2ba https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 8f243466c32cd479b439121f9348b3010c12ccb0 - + https://github.com/dotnet/winforms - 0bf6255b1bca80c7780d4304d6a536862aaca3bc + b93c0a07c686c4e1e5ffde84bd3290df10f4ca49 - + https://github.com/dotnet/wpf - 1773197a02fbc962cc267f79e1a09b0454c23666 + 18f12fcffbae05042aebeb2684e1f4d37cb2d3a5 diff --git a/eng/Versions.props b/eng/Versions.props index 4063819cc..73ed4ac79 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19462.1 + 5.0.0-alpha1.19462.9 - 5.0.0-alpha1.19462.3 + 5.0.0-alpha1.19462.13 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19462.12 + 5.0.0-alpha1.19462.20 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19462.12 + 2.1.0-alpha1.19462.20 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19462.12 + 5.0.0-alpha1.19462.20 $(MicrosoftWindowsDesktopAppPackageVersion) From 1fd14966c39cfda43c808ab0a8e6f741c45adbaa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 01:56:04 +0000 Subject: [PATCH 0606/1121] Update dependencies from https://github.com/dotnet/toolset build 20190912.24 (#4790) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.24 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0a0ba399a..0280faced 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 2314f6fee49053985776822a6784e36ea3ef910b - + https://github.com/dotnet/toolset - 1a9798d00467177e47fcbb099e96b22586f18c58 + 752242fb4a9a9366132fd5fedcde8ba15ce3bef3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 73ed4ac79..d4fdc2a6f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.14 + 5.0.100-alpha1.19462.24 From 79ea7a1c7c1accf469914af571b3115bff082f8c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 02:40:42 +0000 Subject: [PATCH 0607/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190912.23 (#4791) - Microsoft.NETCore.App - 5.0.0-alpha1.19462.23 - NETStandard.Library.Ref - 2.1.0-alpha1.19462.23 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19462.23 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19462.11 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19462.16 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0280faced..829cb0237 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - cfa37c9b21a4598ff5f8d50fc0d7a8aed6a5b2ba + a4822402f4e52b182be0c5de673aee3cff708d65 - + https://github.com/dotnet/core-setup - cfa37c9b21a4598ff5f8d50fc0d7a8aed6a5b2ba + a4822402f4e52b182be0c5de673aee3cff708d65 - + https://github.com/dotnet/core-setup - cfa37c9b21a4598ff5f8d50fc0d7a8aed6a5b2ba + a4822402f4e52b182be0c5de673aee3cff708d65 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 8f243466c32cd479b439121f9348b3010c12ccb0 - + https://github.com/dotnet/winforms - b93c0a07c686c4e1e5ffde84bd3290df10f4ca49 + aa251536c8ae637e95faf529480e8020d69aa361 - + https://github.com/dotnet/wpf - 18f12fcffbae05042aebeb2684e1f4d37cb2d3a5 + 11a8ba5060577dbddae4303e53583f8d4a82f172 diff --git a/eng/Versions.props b/eng/Versions.props index d4fdc2a6f..0c3a2f7f1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19462.9 + 5.0.0-alpha1.19462.11 - 5.0.0-alpha1.19462.13 + 5.0.0-alpha1.19462.16 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19462.20 + 5.0.0-alpha1.19462.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19462.20 + 2.1.0-alpha1.19462.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19462.20 + 5.0.0-alpha1.19462.23 $(MicrosoftWindowsDesktopAppPackageVersion) From d8898c4afe5533278b754a9cf47ce44bce705625 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 04:01:57 +0000 Subject: [PATCH 0608/1121] [master] Update dependencies from dotnet/cli (#4789) * Update dependencies from https://github.com/dotnet/cli build 20190912.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19462.6 * Update dependencies from https://github.com/dotnet/cli build 20190912.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19462.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 829cb0237..3767bddac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk c03a030cdfb336a37ad740f0021cc7c6d1a71a63 - + https://github.com/dotnet/cli - 8f243466c32cd479b439121f9348b3010c12ccb0 + 015a69b95251c40afad9ef4be00b697b1f732a0a diff --git a/eng/Versions.props b/eng/Versions.props index 0c3a2f7f1..634147be6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19462.4 + 5.0.100-alpha1.19462.7 0.2.0 From 3551fc0fcb427a65bcf85ba99754da43839bbcc7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 04:30:36 +0000 Subject: [PATCH 0609/1121] Update dependencies from https://github.com/dotnet/toolset build 20190912.26 (#4794) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.26 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3767bddac..df4b0138c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 2314f6fee49053985776822a6784e36ea3ef910b - + https://github.com/dotnet/toolset - 752242fb4a9a9366132fd5fedcde8ba15ce3bef3 + 494db08e345d1e45aebef10e6e5d2ade4eb2ac9e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 634147be6..9f855e55d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.24 + 5.0.100-alpha1.19462.26 From dded2c29ca65779a0b8c72c31ca7ecdd4f0235f4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 12:37:37 +0000 Subject: [PATCH 0610/1121] Update dependencies from https://github.com/dotnet/arcade build 20190912.5 (#4800) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19462.5 --- eng/Version.Details.xml | 4 ++-- .../channels/netcore-internal-30.yml | 6 +++--- eng/common/tools.ps1 | 18 +++++++++++++++++- eng/common/tools.sh | 16 ++++++++++++++++ global.json | 2 +- 5 files changed, 39 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index df4b0138c..b6b304261 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 8eb29ba860a3cfcfe68f9a8256caa7efc1f1aaba + 6003ee189f456c92a18b097f226d4927309def27 diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 594a1a9a7..053163cf6 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -107,9 +107,9 @@ stages: /p:Configuration=Release /p:PublishInstallersAndChecksums=true /p:ChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:ChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:ChecksumsAzureAccountKey=$(InternalChecksumsBlobFeedKey) /p:InstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:InstallersAzureAccountKey=$(InternalInstallersBlobFeedKey) /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' @@ -121,4 +121,4 @@ stages: - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} \ No newline at end of file + ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index bb5638930..91efea940 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -153,6 +153,16 @@ function InitializeDotNetCli([bool]$install) { # Make Sure that our bootstrapped dotnet cli is available in future steps of the Azure Pipelines build Write-PipelinePrependPath -Path $dotnetRoot + + # Work around issues with Azure Artifacts credential provider + # https://github.com/dotnet/arcade/issues/3932 + if ($ci) { + $env:NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS = 20 + $env:NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS = 20 + Write-PipelineSetVariable -Name 'NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS' -Value '20' + Write-PipelineSetVariable -Name 'NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS' -Value '20' + } + Write-PipelineSetVariable -Name 'DOTNET_MULTILEVEL_LOOKUP' -Value '0' Write-PipelineSetVariable -Name 'DOTNET_SKIP_FIRST_TIME_EXPERIENCE' -Value '1' @@ -365,7 +375,6 @@ function InitializeBuildTool() { Write-PipelineTelemetryError -Category "InitializeToolset" -Message "/global.json must specify 'tools.dotnet'." ExitWithExitCode 1 } - $buildTool = @{ Path = Join-Path $dotnetRoot "dotnet.exe"; Command = "msbuild"; Tool = "dotnet"; Framework = "netcoreapp2.1" } } elseif ($msbuildEngine -eq "vs") { try { @@ -490,6 +499,13 @@ function Stop-Processes() { function MSBuild() { if ($pipelinesLog) { $buildTool = InitializeBuildTool + + # Work around issues with Azure Artifacts credential provider + # https://github.com/dotnet/arcade/issues/3932 + if ($ci -and $buildTool.Tool -eq "dotnet") { + dotnet nuget locals http-cache -c + } + $toolsetBuildProject = InitializeToolset $path = Split-Path -parent $toolsetBuildProject $path = Join-Path $path (Join-Path $buildTool.Framework "Microsoft.DotNet.Arcade.Sdk.dll") diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 94a1edd7d..757d5b9ea 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -152,6 +152,15 @@ function InitializeDotNetCli { # build steps from using anything other than what we've downloaded. Write-PipelinePrependPath -path "$dotnet_root" + # Work around issues with Azure Artifacts credential provider + # https://github.com/dotnet/arcade/issues/3932 + if [[ "$ci" == true ]]; then + export NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS=20 + export NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS=20 + Write-PipelineSetVariable -name "NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS" -value "20" + Write-PipelineSetVariable -name "NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS" -value "20" + fi + Write-PipelineSetVariable -name "DOTNET_MULTILEVEL_LOOKUP" -value "0" Write-PipelineSetVariable -name "DOTNET_SKIP_FIRST_TIME_EXPERIENCE" -value "1" @@ -328,6 +337,13 @@ function MSBuild { if [[ "$pipelines_log" == true ]]; then InitializeBuildTool InitializeToolset + + # Work around issues with Azure Artifacts credential provider + # https://github.com/dotnet/arcade/issues/3932 + if [[ "$ci" == true ]]; then + dotnet nuget locals http-cache -c + fi + local toolset_dir="${_InitializeToolset%/*}" local logger_path="$toolset_dir/$_InitializeBuildToolFramework/Microsoft.DotNet.Arcade.Sdk.dll" args=( "${args[@]}" "-logger:$logger_path" ) diff --git a/global.json b/global.json index 3275aa5ff..1538e940a 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19461.7" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19462.5" } } From 2c2ad1b870cda96bd5e869b6db7546ca7732b608 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 12:37:57 +0000 Subject: [PATCH 0611/1121] Update dependencies from https://github.com/dotnet/templating build 20190912.1 (#4801) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19462.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6b304261..e7a4545c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 2314f6fee49053985776822a6784e36ea3ef910b + ec9fa998b0bcafb099f3ca9e206f82195634e035 https://github.com/dotnet/toolset From ee102b512a90a31441c17cd1266c71db37dfefbb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 13:10:17 +0000 Subject: [PATCH 0612/1121] Update dependencies from https://github.com/dotnet/toolset build 20190913.2 (#4802) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e7a4545c8..cef747307 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ec9fa998b0bcafb099f3ca9e206f82195634e035 - + https://github.com/dotnet/toolset - 494db08e345d1e45aebef10e6e5d2ade4eb2ac9e + 3c18a6abc227a0a60cedd1dfce5d02d6821bda26 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9f855e55d..9978a195c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.26 + 5.0.100-alpha1.19463.2 From 8e5e14856799fd9a2d17bde46f2415b58d8e2974 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 13:41:07 +0000 Subject: [PATCH 0613/1121] [master] Update dependencies from dotnet/toolset (#4803) * Update dependencies from https://github.com/dotnet/toolset build 20190913.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.3 * Update dependencies from https://github.com/dotnet/toolset build 20190913.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cef747307..c31fe172a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ec9fa998b0bcafb099f3ca9e206f82195634e035 - + https://github.com/dotnet/toolset - 3c18a6abc227a0a60cedd1dfce5d02d6821bda26 + 756fedba00d8212f49a57dd8b223ff124209dab2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9978a195c..8d9ff7095 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19463.2 + 5.0.100-alpha1.19463.4 From 8a4e1d9b2a456c67534c0a0d825112a8e533a8d3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 13:55:39 +0000 Subject: [PATCH 0614/1121] Update dependencies from https://github.com/dotnet/cli build 20190913.1 (#4804) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19463.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c31fe172a..f63500486 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk c03a030cdfb336a37ad740f0021cc7c6d1a71a63 - + https://github.com/dotnet/cli - 015a69b95251c40afad9ef4be00b697b1f732a0a + a7cfcd4a98cf9718504a808e0439dac5051c3e75 diff --git a/eng/Versions.props b/eng/Versions.props index 8d9ff7095..d158746a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19462.7 + 5.0.100-alpha1.19463.1 0.2.0 From e1bf9b8fb8b62ff38b9c75f528fecf05d7357f77 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 14:25:16 +0000 Subject: [PATCH 0615/1121] Update dependencies from https://github.com/dotnet/toolset build 20190913.5 (#4805) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f63500486..e47594f12 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ec9fa998b0bcafb099f3ca9e206f82195634e035 - + https://github.com/dotnet/toolset - 756fedba00d8212f49a57dd8b223ff124209dab2 + 3c70fb3d7b103a07bf163fb553394161a6b82f5e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d158746a4..7e22fcf4d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19463.4 + 5.0.100-alpha1.19463.5 From 9688e1f54591c7fac704435f5fa4f30cdf71ba12 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 14:25:51 +0000 Subject: [PATCH 0616/1121] Update dependencies from https://github.com/dotnet/cli build 20190913.2 (#4806) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19463.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e47594f12..1479cb261 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk c03a030cdfb336a37ad740f0021cc7c6d1a71a63 - + https://github.com/dotnet/cli - a7cfcd4a98cf9718504a808e0439dac5051c3e75 + 2ba743312d9e72103c07bc9ec759c4d605143618 diff --git a/eng/Versions.props b/eng/Versions.props index 7e22fcf4d..3cada72b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19463.1 + 5.0.100-alpha1.19463.2 0.2.0 From 39129ae005187fb21a9c8bae27aefd720d36c520 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 14:50:52 +0000 Subject: [PATCH 0617/1121] Update dependencies from https://github.com/dotnet/toolset build 20190913.6 (#4807) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1479cb261..4fd5bea48 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ec9fa998b0bcafb099f3ca9e206f82195634e035 - + https://github.com/dotnet/toolset - 3c70fb3d7b103a07bf163fb553394161a6b82f5e + 99b5926be27b6cb9f63081a0ab45bea9e9cc4e3e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3cada72b4..5a62be496 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19463.5 + 5.0.100-alpha1.19463.6 From 45920b2ddbcb14df4a3616dc32c98c918120f886 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 16:06:55 +0000 Subject: [PATCH 0618/1121] [master] Update dependencies from dotnet/core-setup (#4796) * Update dependencies from https://github.com/dotnet/core-setup build 20190912.26 - Microsoft.NETCore.App - 5.0.0-alpha1.19462.26 - NETStandard.Library.Ref - 2.1.0-alpha1.19462.26 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19462.26 * Update dependencies from https://github.com/dotnet/core-setup build 20190913.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19463.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19463.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19463.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4fd5bea48..5f6b7e10b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a4822402f4e52b182be0c5de673aee3cff708d65 + 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup - a4822402f4e52b182be0c5de673aee3cff708d65 + 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup - a4822402f4e52b182be0c5de673aee3cff708d65 + 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 5a62be496..5516825ab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19462.23 + 5.0.0-alpha1.19463.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19462.23 + 2.1.0-alpha1.19463.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19462.23 + 5.0.0-alpha1.19463.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 82a7f146e91faa60978981e7837774328cc8ee3e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 16:23:38 +0000 Subject: [PATCH 0619/1121] Update dependencies from https://github.com/dotnet/sdk build 20190913.1 (#4808) - Microsoft.NET.Sdk - 5.0.100-alpha1.19463.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5f6b7e10b..3a0040c00 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 99b5926be27b6cb9f63081a0ab45bea9e9cc4e3e - + https://github.com/dotnet/sdk - c03a030cdfb336a37ad740f0021cc7c6d1a71a63 + 459284590f8f2b6d4e5c922d30c358290f3668cf https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 5516825ab..fd614008c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19462.1 + 5.0.100-alpha1.19463.1 $(MicrosoftNETSdkPackageVersion) From 939858a1855507a113ea7eb92dfc5d3a2695a68e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 17:21:09 +0000 Subject: [PATCH 0620/1121] Update dependencies from https://github.com/dotnet/cli build 20190913.3 (#4810) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19463.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3a0040c00..d68295f46 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 459284590f8f2b6d4e5c922d30c358290f3668cf - + https://github.com/dotnet/cli - 2ba743312d9e72103c07bc9ec759c4d605143618 + 99c7376870f3060bff83d5382a1e47ae86c0946d diff --git a/eng/Versions.props b/eng/Versions.props index fd614008c..e8b368b31 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19463.2 + 5.0.100-alpha1.19463.3 0.2.0 From 8788481057e5299dd2e6d412385374efd95cc973 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 17:56:07 +0000 Subject: [PATCH 0621/1121] Update dependencies from https://github.com/dotnet/toolset build 20190913.8 (#4812) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d68295f46..04e349bb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ec9fa998b0bcafb099f3ca9e206f82195634e035 - + https://github.com/dotnet/toolset - 99b5926be27b6cb9f63081a0ab45bea9e9cc4e3e + b8d171198b5986521c17caf946b5b11493eb921c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e8b368b31..f12dd18b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19463.6 + 5.0.100-alpha1.19463.8 From 1be3be2c2e913e116f2f386ad0af719955b475b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 18:05:47 +0000 Subject: [PATCH 0622/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190913.6 (#4811) - Microsoft.NETCore.App - 5.0.0-alpha1.19463.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19463.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19463.6 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04e349bb4..8be862bd8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index f12dd18b3..769b17ddb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19463.1 + 5.0.0-alpha1.19463.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19463.1 + 2.1.0-alpha1.19463.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19463.1 + 5.0.0-alpha1.19463.6 $(MicrosoftWindowsDesktopAppPackageVersion) From e0d5436c5ddc6da3ea6f626d06712890ef15f561 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 19:10:37 +0000 Subject: [PATCH 0623/1121] Update dependencies from https://github.com/dotnet/cli build 20190913.5 (#4813) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19463.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8be862bd8..4df9c73df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 459284590f8f2b6d4e5c922d30c358290f3668cf - + https://github.com/dotnet/cli - 99c7376870f3060bff83d5382a1e47ae86c0946d + 5cb5b17b7e5c056b0067f7c62e539db905bf01b1 diff --git a/eng/Versions.props b/eng/Versions.props index 769b17ddb..5afbf0840 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19463.3 + 5.0.100-alpha1.19463.5 0.2.0 From 508dd8c3646a36570fa5b979cf4144717c7ece19 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 19:55:43 +0000 Subject: [PATCH 0624/1121] Update dependencies from https://github.com/dotnet/toolset build 20190913.10 (#4814) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4df9c73df..d4340a769 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ec9fa998b0bcafb099f3ca9e206f82195634e035 - + https://github.com/dotnet/toolset - b8d171198b5986521c17caf946b5b11493eb921c + 038d81e6cf52fdfed435994f08a0857971308c3b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5afbf0840..4c615b9c1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19463.8 + 5.0.100-alpha1.19463.10 From bd1376598f8b7c9c1b5bc35c67b1c9b9828f5233 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 12:31:49 +0000 Subject: [PATCH 0625/1121] Update dependencies from https://github.com/dotnet/arcade build 20190913.3 (#4824) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19463.3 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d4340a769..23a6c2586 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 6003ee189f456c92a18b097f226d4927309def27 + 7b731032220c21a3ed0021c72757b1f3122579b2 diff --git a/global.json b/global.json index 1538e940a..7a6d1f08a 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19462.5" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19463.3" } } From 9a44c183c7f1e8806fa5ccc1d0909d3e67919372 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 12:32:09 +0000 Subject: [PATCH 0626/1121] Update dependencies from https://github.com/dotnet/templating build 20190913.4 (#4825) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19463.4 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 23a6c2586..7c99240fc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - ec9fa998b0bcafb099f3ca9e206f82195634e035 + 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc https://github.com/dotnet/toolset From c8f65cced68be63db77b191c459a2fd07d5355aa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 13:00:29 +0000 Subject: [PATCH 0627/1121] [master] Update dependencies from dotnet/toolset (#4826) * Update dependencies from https://github.com/dotnet/toolset build 20190914.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.1 * Update dependencies from https://github.com/dotnet/toolset build 20190914.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7c99240fc..a8e786d6d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc - + https://github.com/dotnet/toolset - 038d81e6cf52fdfed435994f08a0857971308c3b + 134bbfd24e175d5fee38d40819c2161d40216cfa https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4c615b9c1..c27b50e65 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19463.10 + 5.0.100-alpha1.19464.2 From 50269cbd8bf841ab57306ab2c95c379e99695dad Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 13:26:04 +0000 Subject: [PATCH 0628/1121] Update dependencies from https://github.com/dotnet/toolset build 20190914.3 (#4827) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a8e786d6d..d258b389d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc - + https://github.com/dotnet/toolset - 134bbfd24e175d5fee38d40819c2161d40216cfa + 6bbd6541751694edbf592e524f77625c51fce6fa https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c27b50e65..ebd1e7273 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19464.2 + 5.0.100-alpha1.19464.3 From 3dae0ef9ef396879f1dfc668a4278b85c554bc48 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 13:40:16 +0000 Subject: [PATCH 0629/1121] [master] Update dependencies from dotnet/cli (#4828) * Update dependencies from https://github.com/dotnet/cli build 20190914.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19464.1 * Update dependencies from https://github.com/dotnet/cli build 20190914.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19464.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d258b389d..d27cd13ca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 459284590f8f2b6d4e5c922d30c358290f3668cf - + https://github.com/dotnet/cli - 5cb5b17b7e5c056b0067f7c62e539db905bf01b1 + bfe6a8fb01fcd01333c281480cf89ee9c4e56292 diff --git a/eng/Versions.props b/eng/Versions.props index ebd1e7273..c822f08b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19463.5 + 5.0.100-alpha1.19464.2 0.2.0 From 95ac0bb5877c05c709e482497ee2d2ae71ad2aae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 14:10:15 +0000 Subject: [PATCH 0630/1121] Update dependencies from https://github.com/dotnet/toolset build 20190914.4 (#4830) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d27cd13ca..e5e2948ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc - + https://github.com/dotnet/toolset - 6bbd6541751694edbf592e524f77625c51fce6fa + 97c9f45769dd2dd77c614ef3937f46b5befd2aa6 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c822f08b0..1976b0687 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19464.3 + 5.0.100-alpha1.19464.4 From 67a9e1c0fc0161de61262477d8c013584b314018 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 14:40:54 +0000 Subject: [PATCH 0631/1121] Update dependencies from https://github.com/dotnet/toolset build 20190914.5 (#4831) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e5e2948ae..20ffd37d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc - + https://github.com/dotnet/toolset - 97c9f45769dd2dd77c614ef3937f46b5befd2aa6 + d3405f62768d987f5b78a5eac8e3d8d852eb54c6 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1976b0687..06136fe1c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19464.4 + 5.0.100-alpha1.19464.5 From 2ac40a7a6d8c1f9d538670804982dd93cad70827 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 15:34:55 +0000 Subject: [PATCH 0632/1121] Update dependencies from https://github.com/dotnet/sdk build 20190914.1 (#4834) - Microsoft.NET.Sdk - 5.0.100-alpha1.19464.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 20ffd37d3..388790881 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset d3405f62768d987f5b78a5eac8e3d8d852eb54c6 - + https://github.com/dotnet/sdk - 459284590f8f2b6d4e5c922d30c358290f3668cf + b07b215a9c1fe6eabe1eee148bf5efec2c2e613b https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 06136fe1c..cf1001b2f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19463.1 + 5.0.100-alpha1.19464.1 $(MicrosoftNETSdkPackageVersion) From f6ded449aafc7a463ae23ee235a6fc19f6c42e73 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 17:50:41 +0000 Subject: [PATCH 0633/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190914.1 (#4835) - Microsoft.NETCore.App - 5.0.0-alpha1.19464.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19464.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19464.1 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 388790881..f03b78c7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index cf1001b2f..9e2d36094 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19463.6 + 5.0.0-alpha1.19464.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19463.6 + 2.1.0-alpha1.19464.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19463.6 + 5.0.0-alpha1.19464.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 4e7695ae5ad9914cddaad799a1aa663e603c6c80 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 05:55:37 +0000 Subject: [PATCH 0634/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190914.2 (#4841) - Microsoft.NETCore.App - 5.0.0-alpha1.19464.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19464.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19464.2 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f03b78c7c..0697704bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index 9e2d36094..1c1ffdf69 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19464.1 + 5.0.0-alpha1.19464.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19464.1 + 2.1.0-alpha1.19464.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19464.1 + 5.0.0-alpha1.19464.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 10955404c0d4db0b260ba051f0e2d567e3df926b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 07:09:26 +0000 Subject: [PATCH 0635/1121] [master] Update dependencies from dotnet/cli (#4829) * Update dependencies from https://github.com/dotnet/cli build 20190914.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19464.3 * Update dependencies from https://github.com/dotnet/cli build 20190914.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19464.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0697704bb..5f72b1791 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - bfe6a8fb01fcd01333c281480cf89ee9c4e56292 + 2f58262684fdf7342de6c9cf54449c3ccbeadca6 diff --git a/eng/Versions.props b/eng/Versions.props index 1c1ffdf69..bd0f76f46 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19464.2 + 5.0.100-alpha1.19464.7 0.2.0 From c1261f583982c60c8851a6867a2c6a2e641dad8e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 07:40:37 +0000 Subject: [PATCH 0636/1121] Update dependencies from https://github.com/dotnet/toolset build 20190914.13 (#4842) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5f72b1791..86f709ca7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc - + https://github.com/dotnet/toolset - d3405f62768d987f5b78a5eac8e3d8d852eb54c6 + 93e1a5b85a81e4ba12b488d4d90439813c965c83 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bd0f76f46..6ce40433b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19464.5 + 5.0.100-alpha1.19464.13 From 929292473444ba8f5c6f5252a2838460ed68ce77 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 12:27:19 +0000 Subject: [PATCH 0637/1121] Update dependencies from https://github.com/dotnet/templating build 20190914.1 (#4843) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19464.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 86f709ca7..a218e59a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc + 1e229a8cb18641047a3ec19e1e78251045c56582 https://github.com/dotnet/toolset From 8ee73fb8579ee11af74959590aef4943695b6450 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 12:55:13 +0000 Subject: [PATCH 0638/1121] Update dependencies from https://github.com/dotnet/toolset build 20190915.1 (#4844) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19465.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a218e59a6..d9723304b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 93e1a5b85a81e4ba12b488d4d90439813c965c83 + a769cb371742d91beec8489dfc0ef5a952c04b0b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6ce40433b..26b81574d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19464.13 + 5.0.100-alpha1.19465.1 From 5aaba8c53dbccb155a9175c0e71ea3e2a6eb4f5f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 13:20:47 +0000 Subject: [PATCH 0639/1121] Update dependencies from https://github.com/dotnet/toolset build 20190915.2 (#4845) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19465.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9723304b..b342ae844 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - a769cb371742d91beec8489dfc0ef5a952c04b0b + dcbce0fc750a36508a053f05517a4dc80bfff2c4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 26b81574d..91b9184c1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19465.1 + 5.0.100-alpha1.19465.2 From 4cae4a22355684374594ba555b7b59dc6fb94e91 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 13:40:36 +0000 Subject: [PATCH 0640/1121] Update dependencies from https://github.com/dotnet/cli build 20190915.1 (#4846) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19465.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b342ae844..a58193082 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 2f58262684fdf7342de6c9cf54449c3ccbeadca6 + 56a5aa37651128ce7705c87eb705c5f01a429ba2 diff --git a/eng/Versions.props b/eng/Versions.props index 91b9184c1..3e932b5ef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19464.7 + 5.0.100-alpha1.19465.1 0.2.0 From ca126e50b2f4353a611d25471009d3d9cb997dae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 14:15:35 +0000 Subject: [PATCH 0641/1121] Update dependencies from https://github.com/dotnet/toolset build 20190915.3 (#4847) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19465.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a58193082..abdd9e92d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - dcbce0fc750a36508a053f05517a4dc80bfff2c4 + cfd11accb8a4713a01812adc52673d10ac348985 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3e932b5ef..c22b06a7a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19465.2 + 5.0.100-alpha1.19465.3 From bbed95c6624bb7c9b11a9f750d603f89b7d44c36 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 18:00:42 +0000 Subject: [PATCH 0642/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190915.1 (#4848) - Microsoft.NETCore.App - 5.0.0-alpha1.19465.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19465.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19465.1 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index abdd9e92d..7105b0a39 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index c22b06a7a..c77962fb9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19464.2 + 5.0.0-alpha1.19465.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19464.2 + 2.1.0-alpha1.19465.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19464.2 + 5.0.0-alpha1.19465.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 559a4354d63bece7609663caed82f279d629e642 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 19:05:36 +0000 Subject: [PATCH 0643/1121] Update dependencies from https://github.com/dotnet/cli build 20190915.2 (#4849) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19465.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7105b0a39..cd6b52f75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 56a5aa37651128ce7705c87eb705c5f01a429ba2 + 655a7f2f64dfe0f83f355e014fab5246b641f0cc diff --git a/eng/Versions.props b/eng/Versions.props index c77962fb9..d8b8f8359 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19465.1 + 5.0.100-alpha1.19465.2 0.2.0 From 348c6d514fd11914cc6cd518815fc3005025deff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 19:35:36 +0000 Subject: [PATCH 0644/1121] Update dependencies from https://github.com/dotnet/toolset build 20190915.5 (#4850) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19465.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cd6b52f75..cf83c3d86 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - cfd11accb8a4713a01812adc52673d10ac348985 + d49948f2cfe6f411c3374bf16614edce215a7294 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d8b8f8359..ba5ed1a0a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19465.3 + 5.0.100-alpha1.19465.5 From 71665030078c1c878ebff83ea5ef3dbcbe1ce922 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 05:45:40 +0000 Subject: [PATCH 0645/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190915.2 (#4854) - Microsoft.NETCore.App - 5.0.0-alpha1.19465.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19465.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19465.2 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cf83c3d86..2d912d16d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index ba5ed1a0a..95e0fefb8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19465.1 + 5.0.0-alpha1.19465.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19465.1 + 2.1.0-alpha1.19465.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19465.1 + 5.0.0-alpha1.19465.2 $(MicrosoftWindowsDesktopAppPackageVersion) From df6f18971dae48ad03ff1987ebd2483d511856cd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 07:10:40 +0000 Subject: [PATCH 0646/1121] Update dependencies from https://github.com/dotnet/cli build 20190915.4 (#4855) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19465.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d912d16d..d310f26b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 655a7f2f64dfe0f83f355e014fab5246b641f0cc + 502e6b75facf5176297099b7613d552fcf462818 diff --git a/eng/Versions.props b/eng/Versions.props index 95e0fefb8..1b5469eab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19465.2 + 5.0.100-alpha1.19465.4 0.2.0 From 6f3ae8bb2573f59a7d7929c4261f19bd19a8a2a4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 07:45:38 +0000 Subject: [PATCH 0647/1121] Update dependencies from https://github.com/dotnet/toolset build 20190915.7 (#4856) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19465.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d310f26b2..cb2697483 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - d49948f2cfe6f411c3374bf16614edce215a7294 + 1deef1cb80f638aca0d6feed29a0ea17bfc11971 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1b5469eab..0c952485b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19465.5 + 5.0.100-alpha1.19465.7 From 8ca05f389b0a2ed9bca78f623511455533510607 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 13:05:38 +0000 Subject: [PATCH 0648/1121] Update dependencies from https://github.com/dotnet/toolset build 20190916.1 (#4858) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19466.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cb2697483..04c2f143e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 1deef1cb80f638aca0d6feed29a0ea17bfc11971 + f1adefea84387137657acf62d0264191614e9c4d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0c952485b..b8ee34ebc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19465.7 + 5.0.100-alpha1.19466.1 From 5fc0ca26cf9d9fbd2962060b39743cdc226bfd04 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 18:05:42 +0000 Subject: [PATCH 0649/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190916.2 (#4861) - Microsoft.NETCore.App - 5.0.0-alpha1.19466.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19466.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19466.2 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04c2f143e..9ba5e481a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index b8ee34ebc..26dce59e4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19465.2 + 5.0.0-alpha1.19466.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19465.2 + 2.1.0-alpha1.19466.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19465.2 + 5.0.0-alpha1.19466.2 $(MicrosoftWindowsDesktopAppPackageVersion) From cd483221e8c2d2bec4cf4f77a90e7410dd65c39d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 19:20:38 +0000 Subject: [PATCH 0650/1121] Update dependencies from https://github.com/dotnet/cli build 20190916.2 (#4862) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19466.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ba5e481a..2d0dd3d75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 502e6b75facf5176297099b7613d552fcf462818 + 028827d48571b27db608e34efa705497fb9d0a2b diff --git a/eng/Versions.props b/eng/Versions.props index 26dce59e4..4ed61c870 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19465.4 + 5.0.100-alpha1.19466.2 0.2.0 From aeca96e7965d43f39e8c612e44724c410d965d61 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 20:05:44 +0000 Subject: [PATCH 0651/1121] Update dependencies from https://github.com/dotnet/toolset build 20190916.3 (#4863) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19466.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d0dd3d75..708e200ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - f1adefea84387137657acf62d0264191614e9c4d + 1b3297bd872ae19e7cfdef3233333e6c06cd9c07 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4ed61c870..fec81c878 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19466.1 + 5.0.100-alpha1.19466.3 From d7dda30f2149fc22f3145fb63918eab5e766f732 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 12:55:10 +0000 Subject: [PATCH 0652/1121] Update dependencies from https://github.com/dotnet/toolset build 20190917.1 (#4869) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19467.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 708e200ae..7a6094ff2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 1b3297bd872ae19e7cfdef3233333e6c06cd9c07 + 7cc9547c887132b2e86e1f46fdca80ed48cf6505 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index fec81c878..ab6b0e5fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19466.3 + 5.0.100-alpha1.19467.1 From 7e11d626667a487eecf4ee20580bc8026b914de4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 13:20:48 +0000 Subject: [PATCH 0653/1121] Update dependencies from https://github.com/dotnet/toolset build 20190917.2 (#4870) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19467.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7a6094ff2..1e53bb919 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 7cc9547c887132b2e86e1f46fdca80ed48cf6505 + 931325460e46b504de29c93d38cd93a457ada473 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ab6b0e5fa..94b01ecdb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19467.1 + 5.0.100-alpha1.19467.2 From a0082841cb7e051f667e9682f2e0f4757a970202 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 18:15:38 +0000 Subject: [PATCH 0654/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190917.1 (#4871) - Microsoft.NETCore.App - 5.0.0-alpha1.19467.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19467.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19467.1 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1e53bb919..d3db1a717 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index 94b01ecdb..c6ad697e5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19466.2 + 5.0.0-alpha1.19467.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19466.2 + 2.1.0-alpha1.19467.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19466.2 + 5.0.0-alpha1.19467.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 8e7fcbed96c726aa3a0f730506a1fd0b9efb2752 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 19:35:43 +0000 Subject: [PATCH 0655/1121] Update dependencies from https://github.com/dotnet/cli build 20190917.1 (#4872) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19467.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d3db1a717..61ab68ac3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 028827d48571b27db608e34efa705497fb9d0a2b + 6e7ac1290dabc7986d1715e5a3c6756b181ec05a diff --git a/eng/Versions.props b/eng/Versions.props index c6ad697e5..2fc9da994 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19466.2 + 5.0.100-alpha1.19467.1 0.2.0 From 61dd7339c72758b6542501d650cad91362ec2a7f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 20:09:37 +0000 Subject: [PATCH 0656/1121] [master] Update dependencies from aspnet/AspNetCore (#4391) * Update dependencies from https://github.com/aspnet/AspNetCore build 20190828.12 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19428.12 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19428.12 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19428.12 - dotnet-watch - 5.0.0-alpha1.19428.12 - dotnet-user-secrets - 5.0.0-alpha1.19428.12 - dotnet-dev-certs - 5.0.0-alpha1.19428.12 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190830.9 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19430.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19430.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19430.9 - dotnet-watch - 5.0.0-alpha1.19430.9 - dotnet-user-secrets - 5.0.0-alpha1.19430.9 - dotnet-dev-certs - 5.0.0-alpha1.19430.9 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190903.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19453.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19453.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19453.5 - dotnet-watch - 5.0.0-alpha1.19453.5 - dotnet-user-secrets - 5.0.0-alpha1.19453.5 - dotnet-dev-certs - 5.0.0-alpha1.19453.5 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190903.8 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19453.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19453.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19453.8 - dotnet-watch - 5.0.0-alpha1.19453.8 - dotnet-user-secrets - 5.0.0-alpha1.19453.8 - dotnet-dev-certs - 5.0.0-alpha1.19453.8 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190904.6 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19454.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19454.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19454.6 - dotnet-watch - 5.0.0-alpha1.19454.6 - dotnet-user-secrets - 5.0.0-alpha1.19454.6 - dotnet-dev-certs - 5.0.0-alpha1.19454.6 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190904.9 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19454.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19454.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19454.9 - dotnet-watch - 5.0.0-alpha1.19454.9 - dotnet-user-secrets - 5.0.0-alpha1.19454.9 - dotnet-dev-certs - 5.0.0-alpha1.19454.9 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190906.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19456.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19456.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19456.3 - dotnet-watch - 5.0.0-alpha1.19456.3 - dotnet-user-secrets - 5.0.0-alpha1.19456.3 - dotnet-dev-certs - 5.0.0-alpha1.19456.3 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190909.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19459.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19459.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19459.1 - dotnet-watch - 5.0.0-alpha1.19459.1 - dotnet-user-secrets - 5.0.0-alpha1.19459.1 - dotnet-dev-certs - 5.0.0-alpha1.19459.1 * Update 3.0 versions to rc1, update TargetFramework for ASP.NET framework reference * Update dependencies from https://github.com/aspnet/AspNetCore build 20190909.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19459.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19459.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19459.4 - dotnet-watch - 5.0.0-alpha1.19459.4 - dotnet-user-secrets - 5.0.0-alpha1.19459.4 - dotnet-dev-certs - 5.0.0-alpha1.19459.4 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190911.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19461.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19461.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19461.3 - dotnet-watch - 5.0.0-alpha1.19461.3 - dotnet-user-secrets - 5.0.0-alpha1.19461.3 - dotnet-dev-certs - 5.0.0-alpha1.19461.3 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190911.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19461.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19461.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19461.5 - dotnet-watch - 5.0.0-alpha1.19461.5 - dotnet-user-secrets - 5.0.0-alpha1.19461.5 - dotnet-dev-certs - 5.0.0-alpha1.19461.5 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190911.8 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19461.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19461.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19461.8 - dotnet-watch - 5.0.0-alpha1.19461.8 - dotnet-user-secrets - 5.0.0-alpha1.19461.8 - dotnet-dev-certs - 5.0.0-alpha1.19461.8 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190911.11 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19461.11 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19461.11 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19461.11 - dotnet-watch - 5.0.0-alpha1.19461.11 - dotnet-user-secrets - 5.0.0-alpha1.19461.11 - dotnet-dev-certs - 5.0.0-alpha1.19461.11 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190911.13 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19461.13 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19461.13 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19461.13 - dotnet-watch - 5.0.0-alpha1.19461.13 - dotnet-user-secrets - 5.0.0-alpha1.19461.13 - dotnet-dev-certs - 5.0.0-alpha1.19461.13 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190912.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19462.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19462.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19462.1 - dotnet-watch - 5.0.0-alpha1.19462.1 - dotnet-user-secrets - 5.0.0-alpha1.19462.1 - dotnet-dev-certs - 5.0.0-alpha1.19462.1 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190912.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19462.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19462.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19462.5 - dotnet-watch - 5.0.0-alpha1.19462.5 - dotnet-user-secrets - 5.0.0-alpha1.19462.5 - dotnet-dev-certs - 5.0.0-alpha1.19462.5 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190912.9 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19462.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19462.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19462.9 - dotnet-watch - 5.0.0-alpha1.19462.9 - dotnet-user-secrets - 5.0.0-alpha1.19462.9 - dotnet-dev-certs - 5.0.0-alpha1.19462.9 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190916.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19466.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19466.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19466.1 - dotnet-watch - 5.0.0-alpha1.19466.1 - dotnet-user-secrets - 5.0.0-alpha1.19466.1 - dotnet-dev-certs - 5.0.0-alpha1.19466.1 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190916.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19466.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19466.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19466.2 - dotnet-watch - 5.0.0-alpha1.19466.2 - dotnet-user-secrets - 5.0.0-alpha1.19466.2 - dotnet-dev-certs - 5.0.0-alpha1.19466.2 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190916.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19466.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19466.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19466.4 - dotnet-watch - 5.0.0-alpha1.19466.4 - dotnet-user-secrets - 5.0.0-alpha1.19466.4 - dotnet-dev-certs - 5.0.0-alpha1.19466.4 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190916.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19466.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19466.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19466.5 - dotnet-watch - 5.0.0-alpha1.19466.5 - dotnet-user-secrets - 5.0.0-alpha1.19466.5 - dotnet-dev-certs - 5.0.0-alpha1.19466.5 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190916.7 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19466.7 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19466.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19466.7 - dotnet-watch - 5.0.0-alpha1.19466.7 - dotnet-user-secrets - 5.0.0-alpha1.19466.7 - dotnet-dev-certs - 5.0.0-alpha1.19466.7 * Support targeting ASP.NET Core 5.0 --- eng/Version.Details.xml | 24 ++++++------- eng/Versions.props | 12 +++---- .../targets/GenerateBundledVersions.targets | 34 +++++++++++++++---- test/EndToEnd/GivenFrameworkDependentApps.cs | 4 +-- .../GivenSelfContainedAppsRollForward.cs | 4 +-- test/EndToEnd/SupportedNetCoreAppVersions.cs | 3 +- 6 files changed, 52 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61ab68ac3..6eb1e9f8e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/aspnet/AspNetCore - af0a2048a207b49bee29de9629208afd8ba27da4 + 2de6c732d1f410460a627cb75aca91ae2c741fd5 - + https://github.com/aspnet/AspNetCore - af0a2048a207b49bee29de9629208afd8ba27da4 + 2de6c732d1f410460a627cb75aca91ae2c741fd5 - + https://github.com/aspnet/AspNetCore - af0a2048a207b49bee29de9629208afd8ba27da4 + 2de6c732d1f410460a627cb75aca91ae2c741fd5 - + https://github.com/aspnet/AspNetCore - af0a2048a207b49bee29de9629208afd8ba27da4 + 2de6c732d1f410460a627cb75aca91ae2c741fd5 - + https://github.com/aspnet/AspNetCore - af0a2048a207b49bee29de9629208afd8ba27da4 + 2de6c732d1f410460a627cb75aca91ae2c741fd5 - + https://github.com/aspnet/AspNetCore - af0a2048a207b49bee29de9629208afd8ba27da4 + 2de6c732d1f410460a627cb75aca91ae2c741fd5 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 2fc9da994..70ff64070 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19427.5 - 5.0.0-alpha1.19427.5 - 5.0.0-alpha1.19427.5 - 5.0.0-alpha1.19427.5 - 5.0.0-alpha1.19427.5 - 5.0.0-alpha1.19427.5 + 5.0.0-alpha1.19466.7 + 5.0.0-alpha1.19466.7 + 5.0.0-alpha1.19466.7 + 5.0.0-alpha1.19466.7 + 5.0.0-alpha1.19466.7 + 5.0.0-alpha1.19466.7 diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 909d916d8..53d1ed14d 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -34,6 +34,8 @@ <_NETCoreApp30TargetingPackVersion>$(_NETCoreApp30PackageVersion) <_MicrosoftWindowsDesktop30PackageVersion>$(_NETCoreApp30PackageVersion) <_MicrosoftWindowsDesktop30TargetingPackVersion>$(_NETCoreApp30TargetingPackVersion) + <_AspNet30PackageVersion>3.0.0-rc1.19457.4 + <_AspNet30TargetingPackVersion>$(_AspNet30PackageVersion) <_NETCoreAppTargetFrameworkVersion>$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1]) @@ -87,6 +89,17 @@ + + @@ -234,8 +247,18 @@ Copyright (c) .NET Foundation. All rights reserved. Profile="WindowsForms" /> - + + - ]]> diff --git a/test/EndToEnd/GivenFrameworkDependentApps.cs b/test/EndToEnd/GivenFrameworkDependentApps.cs index 8b809382a..12d16337a 100644 --- a/test/EndToEnd/GivenFrameworkDependentApps.cs +++ b/test/EndToEnd/GivenFrameworkDependentApps.cs @@ -19,7 +19,7 @@ namespace EndToEnd [ClassData(typeof(SupportedNetCoreAppVersions))] public void ItDoesNotRollForwardToTheLatestVersionOfNetCore(string minorVersion) { - if (minorVersion == "3.0") + if (minorVersion == "3.0" || minorVersion == "5.0") { // https://github.com/dotnet/core-sdk/issues/621 return; @@ -31,7 +31,7 @@ namespace EndToEnd [ClassData(typeof(SupportedAspNetCoreVersions))] public void ItDoesNotRollForwardToTheLatestVersionOfAspNetCoreApp(string minorVersion) { - if (minorVersion == "3.0") + if (minorVersion == "3.0" || minorVersion == "5.0") { // https://github.com/dotnet/core-sdk/issues/621 return; diff --git a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs index 7cf1512bd..fd47e3643 100644 --- a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs +++ b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs @@ -23,7 +23,7 @@ namespace EndToEnd [ClassData(typeof(SupportedNetCoreAppVersions))] public void ItRollsForwardToTheLatestNetCoreVersion(string minorVersion) { - if (minorVersion == "3.0") + if (minorVersion == "3.0" || minorVersion == "5.0") { // https://github.com/dotnet/core-sdk/issues/621 return; @@ -35,7 +35,7 @@ namespace EndToEnd [ClassData(typeof(SupportedAspNetCoreVersions))] public void ItRollsForwardToTheLatestAspNetCoreAppVersion(string minorVersion) { - if (minorVersion == "3.0") + if (minorVersion == "3.0" || minorVersion == "5.0") { // https://github.com/dotnet/core-sdk/issues/621 return; diff --git a/test/EndToEnd/SupportedNetCoreAppVersions.cs b/test/EndToEnd/SupportedNetCoreAppVersions.cs index 6c9adff95..b40043bf0 100644 --- a/test/EndToEnd/SupportedNetCoreAppVersions.cs +++ b/test/EndToEnd/SupportedNetCoreAppVersions.cs @@ -21,7 +21,8 @@ namespace EndToEnd "2.0", "2.1", "2.2", - "3.0" + "3.0", + "5.0" }; } } From a1fecda007458400fbe75dd90ee3add6ab1051da Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 20:10:37 +0000 Subject: [PATCH 0657/1121] Update dependencies from https://github.com/dotnet/toolset build 20190917.3 (#4873) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19467.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6eb1e9f8e..4f0b06529 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 931325460e46b504de29c93d38cd93a457ada473 + 1100c9ca41693af106f01a4d06bab14a4485966f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 70ff64070..3f75c32fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19467.2 + 5.0.100-alpha1.19467.3 From e1f85b63629c72a5c10c63407b1a7bfc1ca2f872 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 21:35:44 +0000 Subject: [PATCH 0658/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190917.5 (#4875) - Microsoft.NETCore.App - 5.0.0-alpha1.19467.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19467.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19467.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4f0b06529..a12d3e8ba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 + 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/dotnet/core-setup - 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 + 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/dotnet/core-setup - 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 + 708eb333f08df7e339a3989765a068d65a1232bf https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 3f75c32fb..10f3f5119 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19467.1 + 5.0.0-alpha1.19467.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19467.1 + 2.1.0-alpha1.19467.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19467.1 + 5.0.0-alpha1.19467.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 9577308c6fa0b1933d300f65306b32216fa8ff5b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 23:05:44 +0000 Subject: [PATCH 0659/1121] Update dependencies from https://github.com/dotnet/cli build 20190917.2 (#4876) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19467.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a12d3e8ba..9eb11dac9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 6e7ac1290dabc7986d1715e5a3c6756b181ec05a + 8ef462f8b18dc0d59c9a3e4232cd5de9152d1ca4 diff --git a/eng/Versions.props b/eng/Versions.props index 10f3f5119..8da7e9a09 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19467.1 + 5.0.100-alpha1.19467.2 0.2.0 From 670199ccdd0e5dac914d3862f48d1ad50551f8cf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 23:30:47 +0000 Subject: [PATCH 0660/1121] Update dependencies from https://github.com/dotnet/toolset build 20190917.5 (#4877) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19467.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9eb11dac9..13005ba0b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 1100c9ca41693af106f01a4d06bab14a4485966f + 457474f17d6d813fb3a8c1f739bcfdc93cdf9388 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8da7e9a09..47500aa46 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19467.3 + 5.0.100-alpha1.19467.5 From 96e24cff76f9510809f9527595cea87c580831e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 00:14:18 +0000 Subject: [PATCH 0661/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190917.3 (#4879) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19467.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19467.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19467.3 - dotnet-watch - 5.0.0-alpha1.19467.3 - dotnet-user-secrets - 5.0.0-alpha1.19467.3 - dotnet-dev-certs - 5.0.0-alpha1.19467.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 13005ba0b..ba3561f8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/aspnet/AspNetCore - 2de6c732d1f410460a627cb75aca91ae2c741fd5 + 3ec6f86c1156493c618b061f427bc28c09b11ed4 - + https://github.com/aspnet/AspNetCore - 2de6c732d1f410460a627cb75aca91ae2c741fd5 + 3ec6f86c1156493c618b061f427bc28c09b11ed4 - + https://github.com/aspnet/AspNetCore - 2de6c732d1f410460a627cb75aca91ae2c741fd5 + 3ec6f86c1156493c618b061f427bc28c09b11ed4 - + https://github.com/aspnet/AspNetCore - 2de6c732d1f410460a627cb75aca91ae2c741fd5 + 3ec6f86c1156493c618b061f427bc28c09b11ed4 - + https://github.com/aspnet/AspNetCore - 2de6c732d1f410460a627cb75aca91ae2c741fd5 + 3ec6f86c1156493c618b061f427bc28c09b11ed4 - + https://github.com/aspnet/AspNetCore - 2de6c732d1f410460a627cb75aca91ae2c741fd5 + 3ec6f86c1156493c618b061f427bc28c09b11ed4 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 47500aa46..14f02ea2b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19466.7 - 5.0.0-alpha1.19466.7 - 5.0.0-alpha1.19466.7 - 5.0.0-alpha1.19466.7 - 5.0.0-alpha1.19466.7 - 5.0.0-alpha1.19466.7 + 5.0.0-alpha1.19467.3 + 5.0.0-alpha1.19467.3 + 5.0.0-alpha1.19467.3 + 5.0.0-alpha1.19467.3 + 5.0.0-alpha1.19467.3 + 5.0.0-alpha1.19467.3 From b9bb8135c446aa705ac9664b12489b8516117672 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 06:00:38 +0000 Subject: [PATCH 0662/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190917.8 (#4885) - Microsoft.NETCore.App - 5.0.0-alpha1.19467.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19467.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19467.8 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba3561f8d..73352b2e8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf diff --git a/eng/Versions.props b/eng/Versions.props index 14f02ea2b..d8964b5fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19467.5 + 5.0.0-alpha1.19467.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19467.5 + 2.1.0-alpha1.19467.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19467.5 + 5.0.0-alpha1.19467.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 3d4743f0d854f4d85cf623b07a8401449f661a36 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 07:15:39 +0000 Subject: [PATCH 0663/1121] Update dependencies from https://github.com/dotnet/cli build 20190917.6 (#4887) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19467.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 73352b2e8..b52b7c6b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 8ef462f8b18dc0d59c9a3e4232cd5de9152d1ca4 + fc45d65e22c22c9cb9c5186401ac02d3e5c70c36 diff --git a/eng/Versions.props b/eng/Versions.props index d8964b5fb..b66c6ad03 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19467.2 + 5.0.100-alpha1.19467.6 0.2.0 From 57239fb668508dd24953570ed2752075ce27b24c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 07:55:42 +0000 Subject: [PATCH 0664/1121] Update dependencies from https://github.com/dotnet/toolset build 20190918.1 (#4889) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19468.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b52b7c6b7..28f2fcd8c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 457474f17d6d813fb3a8c1f739bcfdc93cdf9388 + f46b4fadb59f5573b0c883139f7e45f81595a2d4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b66c6ad03..d7ad4cae1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19467.5 + 5.0.100-alpha1.19468.1 From e413962e2c811a3653812cf287c532aebc606128 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 13:05:25 +0000 Subject: [PATCH 0665/1121] Update dependencies from https://github.com/dotnet/toolset build 20190918.4 (#4892) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19468.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 28f2fcd8c..78f53c270 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - f46b4fadb59f5573b0c883139f7e45f81595a2d4 + 4e7aea0ef83232b8650fe604c6e7b37af47bf396 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d7ad4cae1..0d6f93bb4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19468.1 + 5.0.100-alpha1.19468.4 From 6fadd36b9d08ec35b0b073b3ad3c51917929b048 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 13:31:05 +0000 Subject: [PATCH 0666/1121] Update dependencies from https://github.com/dotnet/toolset build 20190918.5 (#4893) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19468.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78f53c270..692fdb275 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 4e7aea0ef83232b8650fe604c6e7b37af47bf396 + 1a52174d2a7cc3788391b06c60e8ea3116d8fa4c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0d6f93bb4..a35d63f81 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19468.4 + 5.0.100-alpha1.19468.5 From 123deb27b0f335c8c281abd1c124dac9c9cba156 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 18:30:40 +0000 Subject: [PATCH 0667/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190918.1 (#4894) - Microsoft.NETCore.App - 5.0.0-alpha1.19468.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19468.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19468.1 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 692fdb275..ba80bec36 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf diff --git a/eng/Versions.props b/eng/Versions.props index a35d63f81..85b2ccf9b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19467.8 + 5.0.0-alpha1.19468.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19467.8 + 2.1.0-alpha1.19468.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19467.8 + 5.0.0-alpha1.19468.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 68793adc72fff3803ac6055971605b87d177fc04 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 20:40:39 +0000 Subject: [PATCH 0668/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190918.2 (#4895) - Microsoft.NETCore.App - 5.0.0-alpha1.19468.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19468.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19468.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba80bec36..2ffa96b54 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 708eb333f08df7e339a3989765a068d65a1232bf + e6f9309bae0f8242045b80a50f65513da975906d - + https://github.com/dotnet/core-setup - 708eb333f08df7e339a3989765a068d65a1232bf + e6f9309bae0f8242045b80a50f65513da975906d - + https://github.com/dotnet/core-setup - 708eb333f08df7e339a3989765a068d65a1232bf + e6f9309bae0f8242045b80a50f65513da975906d https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 85b2ccf9b..9fa317097 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19468.1 + 5.0.0-alpha1.19468.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19468.1 + 2.1.0-alpha1.19468.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19468.1 + 5.0.0-alpha1.19468.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 20c92da7e2d10f79ec50b989a8eda5987702fe6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 22:00:40 +0000 Subject: [PATCH 0669/1121] Update dependencies from https://github.com/dotnet/cli build 20190918.1 (#4896) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19468.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2ffa96b54..69ed8f31b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - fc45d65e22c22c9cb9c5186401ac02d3e5c70c36 + a5da918005023d31e46a4112d7808e62ab027714 diff --git a/eng/Versions.props b/eng/Versions.props index 9fa317097..6df974b94 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19467.6 + 5.0.100-alpha1.19468.1 0.2.0 From c7e49eb213f5d93a36eb8113355078869f025744 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 22:30:39 +0000 Subject: [PATCH 0670/1121] Update dependencies from https://github.com/dotnet/toolset build 20190918.6 (#4897) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19468.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 69ed8f31b..8627192e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 1a52174d2a7cc3788391b06c60e8ea3116d8fa4c + 49a97ac47aa47be019d2738eab0f6728ea766f74 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6df974b94..15a05a9ec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19468.5 + 5.0.100-alpha1.19468.6 From 0f96078852c739214f476069b7e5f09e07fdd888 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 01:14:50 +0000 Subject: [PATCH 0671/1121] [master] Update dependencies from aspnet/AspNetCore (#4898) * Update dependencies from https://github.com/aspnet/AspNetCore build 20190918.6 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19468.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19468.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19468.6 - dotnet-watch - 5.0.0-alpha1.19468.6 - dotnet-user-secrets - 5.0.0-alpha1.19468.6 - dotnet-dev-certs - 5.0.0-alpha1.19468.6 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190918.7 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19468.7 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19468.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19468.7 - dotnet-watch - 5.0.0-alpha1.19468.7 - dotnet-user-secrets - 5.0.0-alpha1.19468.7 - dotnet-dev-certs - 5.0.0-alpha1.19468.7 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8627192e6..577ab9407 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup e6f9309bae0f8242045b80a50f65513da975906d - + https://github.com/aspnet/AspNetCore - 3ec6f86c1156493c618b061f427bc28c09b11ed4 + 921816263779c158e3d1d76591d63d928cc9c669 - + https://github.com/aspnet/AspNetCore - 3ec6f86c1156493c618b061f427bc28c09b11ed4 + 921816263779c158e3d1d76591d63d928cc9c669 - + https://github.com/aspnet/AspNetCore - 3ec6f86c1156493c618b061f427bc28c09b11ed4 + 921816263779c158e3d1d76591d63d928cc9c669 - + https://github.com/aspnet/AspNetCore - 3ec6f86c1156493c618b061f427bc28c09b11ed4 + 921816263779c158e3d1d76591d63d928cc9c669 - + https://github.com/aspnet/AspNetCore - 3ec6f86c1156493c618b061f427bc28c09b11ed4 + 921816263779c158e3d1d76591d63d928cc9c669 - + https://github.com/aspnet/AspNetCore - 3ec6f86c1156493c618b061f427bc28c09b11ed4 + 921816263779c158e3d1d76591d63d928cc9c669 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 15a05a9ec..92855d49e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19467.3 - 5.0.0-alpha1.19467.3 - 5.0.0-alpha1.19467.3 - 5.0.0-alpha1.19467.3 - 5.0.0-alpha1.19467.3 - 5.0.0-alpha1.19467.3 + 5.0.0-alpha1.19468.7 + 5.0.0-alpha1.19468.7 + 5.0.0-alpha1.19468.7 + 5.0.0-alpha1.19468.7 + 5.0.0-alpha1.19468.7 + 5.0.0-alpha1.19468.7 From 2c19a4886ba05da4507bc355e115433217d9f804 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 01:30:42 +0000 Subject: [PATCH 0672/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190918.6 (#4899) - Microsoft.NETCore.App - 5.0.0-alpha1.19468.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19468.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19468.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 577ab9407..347f148e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - e6f9309bae0f8242045b80a50f65513da975906d + 30c4a25a9a675d632b6e7180e53a87e6fcacb909 - + https://github.com/dotnet/core-setup - e6f9309bae0f8242045b80a50f65513da975906d + 30c4a25a9a675d632b6e7180e53a87e6fcacb909 - + https://github.com/dotnet/core-setup - e6f9309bae0f8242045b80a50f65513da975906d + 30c4a25a9a675d632b6e7180e53a87e6fcacb909 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 92855d49e..389ae605c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19468.2 + 5.0.0-alpha1.19468.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19468.2 + 2.1.0-alpha1.19468.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19468.2 + 5.0.0-alpha1.19468.6 $(MicrosoftWindowsDesktopAppPackageVersion) From 2d2ef4520b5786244df7976fb1b37c122457e6df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 02:36:10 +0000 Subject: [PATCH 0673/1121] Update dependencies from https://github.com/dotnet/cli build 20190918.2 (#4900) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19468.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 347f148e6..90a69ebb0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - a5da918005023d31e46a4112d7808e62ab027714 + 52eaccd18cfe3b698a8d63bdcda6000a1ee091fa diff --git a/eng/Versions.props b/eng/Versions.props index 389ae605c..491821ec8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19468.1 + 5.0.100-alpha1.19468.2 0.2.0 From eff0677655da2d55014220178e6025199f80820f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 03:05:41 +0000 Subject: [PATCH 0674/1121] Update dependencies from https://github.com/dotnet/toolset build 20190918.7 (#4901) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19468.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 90a69ebb0..c21f5e88e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 49a97ac47aa47be019d2738eab0f6728ea766f74 + f593be0220d474011f971ed085d9c0059cb8e59e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 491821ec8..fab06c273 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19468.6 + 5.0.100-alpha1.19468.7 From 60688b13db1bdc2294f871ca7775d283c56ab912 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 13:15:37 +0000 Subject: [PATCH 0675/1121] Update dependencies from https://github.com/dotnet/toolset build 20190919.1 (#4903) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19469.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c21f5e88e..b79363e2f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - f593be0220d474011f971ed085d9c0059cb8e59e + 7af69aa83b9ce131e95749919ccdccdf4dea3f4f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index fab06c273..ffac0d4fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19468.7 + 5.0.100-alpha1.19469.1 From fe82b02d8ce79f03bacbda56579f709cd75e2e3b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 02:09:14 +0000 Subject: [PATCH 0676/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190919.20 (#4904) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19469.20 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19469.20 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19469.20 - dotnet-watch - 5.0.0-alpha1.19469.20 - dotnet-user-secrets - 5.0.0-alpha1.19469.20 - dotnet-dev-certs - 5.0.0-alpha1.19469.20 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b79363e2f..900775528 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 30c4a25a9a675d632b6e7180e53a87e6fcacb909 - + https://github.com/aspnet/AspNetCore - 921816263779c158e3d1d76591d63d928cc9c669 + 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore - 921816263779c158e3d1d76591d63d928cc9c669 + 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore - 921816263779c158e3d1d76591d63d928cc9c669 + 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore - 921816263779c158e3d1d76591d63d928cc9c669 + 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore - 921816263779c158e3d1d76591d63d928cc9c669 + 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore - 921816263779c158e3d1d76591d63d928cc9c669 + 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index ffac0d4fa..cd5778146 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19468.7 - 5.0.0-alpha1.19468.7 - 5.0.0-alpha1.19468.7 - 5.0.0-alpha1.19468.7 - 5.0.0-alpha1.19468.7 - 5.0.0-alpha1.19468.7 + 5.0.0-alpha1.19469.20 + 5.0.0-alpha1.19469.20 + 5.0.0-alpha1.19469.20 + 5.0.0-alpha1.19469.20 + 5.0.0-alpha1.19469.20 + 5.0.0-alpha1.19469.20 From 054ea0769f0302a57639333f6d64b7c11c3bba59 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 06:46:14 +0000 Subject: [PATCH 0677/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190919.8 (#4905) - Microsoft.NETCore.App - 5.0.0-alpha1.19469.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19469.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19469.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 900775528..7b9664daa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 30c4a25a9a675d632b6e7180e53a87e6fcacb909 + 33723cfa72892e93656fe53350da35835d64c099 - + https://github.com/dotnet/core-setup - 30c4a25a9a675d632b6e7180e53a87e6fcacb909 + 33723cfa72892e93656fe53350da35835d64c099 - + https://github.com/dotnet/core-setup - 30c4a25a9a675d632b6e7180e53a87e6fcacb909 + 33723cfa72892e93656fe53350da35835d64c099 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index cd5778146..5b2948485 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19468.6 + 5.0.0-alpha1.19469.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19468.6 + 2.1.0-alpha1.19469.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19468.6 + 5.0.0-alpha1.19469.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 01ca41709251dccc87baec56854f7d5a84933e0a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 08:00:40 +0000 Subject: [PATCH 0678/1121] Update dependencies from https://github.com/dotnet/toolset build 20190920.1 (#4907) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19470.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7b9664daa..961fbe133 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 7af69aa83b9ce131e95749919ccdccdf4dea3f4f + 5ef02ff3f6f853b3cb1910451dbd5caf66ef9d97 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5b2948485..4faea36ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19469.1 + 5.0.100-alpha1.19470.1 From d0cf7107999bfc0841480a2d5182df0d037f67ab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 13:20:55 +0000 Subject: [PATCH 0679/1121] Update dependencies from https://github.com/dotnet/toolset build 20190920.3 (#4908) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19470.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 961fbe133..50cd907aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 5ef02ff3f6f853b3cb1910451dbd5caf66ef9d97 + 00ecccb31405907582a46b4aeea28674e3fcf9d4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4faea36ce..9f6da2fee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19470.1 + 5.0.100-alpha1.19470.3 From 4439630d281fb12b2f18085b02594af99d93ed06 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 20:00:39 +0000 Subject: [PATCH 0680/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190920.3 (#4909) - Microsoft.NETCore.App - 5.0.0-alpha1.19470.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19470.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19470.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 50cd907aa..87805d010 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 33723cfa72892e93656fe53350da35835d64c099 + 9817f3a7023df0fdda0511309010397bd5218384 - + https://github.com/dotnet/core-setup - 33723cfa72892e93656fe53350da35835d64c099 + 9817f3a7023df0fdda0511309010397bd5218384 - + https://github.com/dotnet/core-setup - 33723cfa72892e93656fe53350da35835d64c099 + 9817f3a7023df0fdda0511309010397bd5218384 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9f6da2fee..cac7f814a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19469.8 + 5.0.0-alpha1.19470.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19469.8 + 2.1.0-alpha1.19470.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19469.8 + 5.0.0-alpha1.19470.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 90a5ad1a65cc0bc3d050c71d2864198aecf9a30c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 21:08:12 +0000 Subject: [PATCH 0681/1121] [master] Update dependencies from dotnet/cli (#4906) * Update dependencies from https://github.com/dotnet/cli build 20190919.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19469.1 * Update dependencies from https://github.com/dotnet/cli build 20190920.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19470.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87805d010..5be86a319 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 52eaccd18cfe3b698a8d63bdcda6000a1ee091fa + b44490d7c335e6be07e7ebae9c597695525c3950 diff --git a/eng/Versions.props b/eng/Versions.props index cac7f814a..5a0e71721 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19468.2 + 5.0.100-alpha1.19470.1 0.2.0 From e5e519d54f8c8b67b0ccddcd20fd52ec991f1213 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 21:40:39 +0000 Subject: [PATCH 0682/1121] Update dependencies from https://github.com/dotnet/toolset build 20190920.4 (#4910) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19470.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5be86a319..b4aa8b1e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 00ecccb31405907582a46b4aeea28674e3fcf9d4 + 8c576f767a1ea8f7be1242db2a97c7e87a914a47 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5a0e71721..bcd67176d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19470.3 + 5.0.100-alpha1.19470.4 From 76f817c5a6450599957f8263557b5384382f8614 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 22:48:30 +0000 Subject: [PATCH 0683/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20190920.6 (#4912) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19470.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19470.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19470.6 - dotnet-watch - 5.0.0-alpha1.19470.6 - dotnet-user-secrets - 5.0.0-alpha1.19470.6 - dotnet-dev-certs - 5.0.0-alpha1.19470.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b4aa8b1e4..1f6f39191 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,27 +14,27 @@ https://github.com/dotnet/core-setup 9817f3a7023df0fdda0511309010397bd5218384 - + https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 diff --git a/eng/Versions.props b/eng/Versions.props index bcd67176d..9eb677023 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19469.20 - 5.0.0-alpha1.19469.20 - 5.0.0-alpha1.19469.20 - 5.0.0-alpha1.19469.20 - 5.0.0-alpha1.19469.20 - 5.0.0-alpha1.19469.20 + 5.0.0-alpha1.19470.6 + 5.0.0-alpha1.19470.6 + 5.0.0-alpha1.19470.6 + 5.0.0-alpha1.19470.6 + 5.0.0-alpha1.19470.6 + 5.0.0-alpha1.19470.6 From c8ed876dbcbdd9ca91687b0b5b08f798dd59728e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 23:30:39 +0000 Subject: [PATCH 0684/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190920.7 (#4913) - Microsoft.NETCore.App - 5.0.0-alpha1.19470.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19470.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19470.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1f6f39191..7ce05e6a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 9817f3a7023df0fdda0511309010397bd5218384 + c25b8b41ecbd8ffac08e5af2d7f337a2b51e338c - + https://github.com/dotnet/core-setup - 9817f3a7023df0fdda0511309010397bd5218384 + c25b8b41ecbd8ffac08e5af2d7f337a2b51e338c - + https://github.com/dotnet/core-setup - 9817f3a7023df0fdda0511309010397bd5218384 + c25b8b41ecbd8ffac08e5af2d7f337a2b51e338c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9eb677023..6fac960f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19470.3 + 5.0.0-alpha1.19470.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19470.3 + 2.1.0-alpha1.19470.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19470.3 + 5.0.0-alpha1.19470.7 $(MicrosoftWindowsDesktopAppPackageVersion) From 5504e0070a5a7d6937417d7d1f30d6a1cf347c4a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2019 13:15:36 +0000 Subject: [PATCH 0685/1121] Update dependencies from https://github.com/dotnet/toolset build 20190921.1 (#4917) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19471.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ce05e6a6..9bf6737a9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 8c576f767a1ea8f7be1242db2a97c7e87a914a47 + 369576789f7bfbd39233a00a6ea54c5117bd6d9c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6fac960f3..f16b2de59 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19470.4 + 5.0.100-alpha1.19471.1 From 3da67f2ac33bd86761580e7aa75e5964c87eb82c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 05:55:39 +0000 Subject: [PATCH 0686/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190923.5 (#4918) - Microsoft.NETCore.App - 5.0.0-alpha1.19473.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19473.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19473.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9bf6737a9..e0dbf798a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c25b8b41ecbd8ffac08e5af2d7f337a2b51e338c + d7f6c5e944e500f44b8536aed8f6a05320f7729a - + https://github.com/dotnet/core-setup - c25b8b41ecbd8ffac08e5af2d7f337a2b51e338c + d7f6c5e944e500f44b8536aed8f6a05320f7729a - + https://github.com/dotnet/core-setup - c25b8b41ecbd8ffac08e5af2d7f337a2b51e338c + d7f6c5e944e500f44b8536aed8f6a05320f7729a https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f16b2de59..4c170999e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19470.7 + 5.0.0-alpha1.19473.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19470.7 + 2.1.0-alpha1.19473.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19470.7 + 5.0.0-alpha1.19473.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 2aa29143aa0cbc09f8485d3984c0755d3cd83147 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 07:10:39 +0000 Subject: [PATCH 0687/1121] Update dependencies from https://github.com/dotnet/cli build 20190923.1 (#4919) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19473.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0dbf798a..93919fff7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - b44490d7c335e6be07e7ebae9c597695525c3950 + d4023a01a65000261bce9551f22903c0130e67f7 diff --git a/eng/Versions.props b/eng/Versions.props index 4c170999e..4b22a86a3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19470.1 + 5.0.100-alpha1.19473.1 0.2.0 From c88934b64ed1974e131a1dda8b17eeea46d97d6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 07:50:40 +0000 Subject: [PATCH 0688/1121] Update dependencies from https://github.com/dotnet/toolset build 20190923.2 (#4920) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19473.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 93919fff7..3558a63c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 369576789f7bfbd39233a00a6ea54c5117bd6d9c + 88896b6b700eff9686d5b201e70a51701dbadca2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4b22a86a3..6039784ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19471.1 + 5.0.100-alpha1.19473.2 From 941e8a29c8b26a083e416e5443c371d8908a8ee2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 13:15:41 +0000 Subject: [PATCH 0689/1121] Update dependencies from https://github.com/dotnet/toolset build 20190924.1 (#4921) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19474.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3558a63c5..105d30886 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 88896b6b700eff9686d5b201e70a51701dbadca2 + 440e4f0544e678bdd2669a52301ce9d59c195297 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6039784ce..aa676873e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19473.2 + 5.0.100-alpha1.19474.1 From 11919ef6751a8627535d58a128f6d238863a4757 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 18:00:44 +0000 Subject: [PATCH 0690/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190924.1 (#4923) - Microsoft.NETCore.App - 5.0.0-alpha1.19474.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19474.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19474.1 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 105d30886..ac00f32d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup d7f6c5e944e500f44b8536aed8f6a05320f7729a - + https://github.com/dotnet/core-setup d7f6c5e944e500f44b8536aed8f6a05320f7729a - + https://github.com/dotnet/core-setup d7f6c5e944e500f44b8536aed8f6a05320f7729a diff --git a/eng/Versions.props b/eng/Versions.props index aa676873e..63802c736 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19473.5 + 5.0.0-alpha1.19474.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19473.5 + 2.1.0-alpha1.19474.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19473.5 + 5.0.0-alpha1.19474.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 5ce87c6f2419b50abd61df6520cca8b2f293d452 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 19:11:27 +0000 Subject: [PATCH 0691/1121] Update dependencies from https://github.com/dotnet/cli build 20190924.1 (#4926) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19474.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac00f32d9..edfb540a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - d4023a01a65000261bce9551f22903c0130e67f7 + 95322c7f9f8b2445a54eef5c414ce9fdb2f9c4fa diff --git a/eng/Versions.props b/eng/Versions.props index 63802c736..2632c4402 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19473.1 + 5.0.100-alpha1.19474.1 0.2.0 From 2b5ed9e7bb6c1f2defd78f6ba896a5e6bd36d48c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 19:46:07 +0000 Subject: [PATCH 0692/1121] Update dependencies from https://github.com/dotnet/toolset build 20190924.2 (#4928) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19474.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index edfb540a5..f99593e75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 440e4f0544e678bdd2669a52301ce9d59c195297 + 30f158064bfe93a810192e97333061c6f2a8a9ba https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2632c4402..b0b41fc33 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19474.1 + 5.0.100-alpha1.19474.2 From 59a1f638fb8d94f4b3b543ecf5c310572f8fa275 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 18:20:41 +0000 Subject: [PATCH 0693/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190925.2 (#4935) - Microsoft.NETCore.App - 5.0.0-alpha1.19475.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19475.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19475.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f99593e75..8fd75d2be 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - d7f6c5e944e500f44b8536aed8f6a05320f7729a + eb6da1426884742a9dedbbfd00820dacc27838c1 - + https://github.com/dotnet/core-setup - d7f6c5e944e500f44b8536aed8f6a05320f7729a + eb6da1426884742a9dedbbfd00820dacc27838c1 - + https://github.com/dotnet/core-setup - d7f6c5e944e500f44b8536aed8f6a05320f7729a + eb6da1426884742a9dedbbfd00820dacc27838c1 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b0b41fc33..3e6983ebc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19474.1 + 5.0.0-alpha1.19475.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19474.1 + 2.1.0-alpha1.19475.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19474.1 + 5.0.0-alpha1.19475.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 25585da46ed14e74ecfc85c69ca5eb5ebb5d642e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 19:40:40 +0000 Subject: [PATCH 0694/1121] Update dependencies from https://github.com/dotnet/cli build 20190925.4 (#4936) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19475.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8fd75d2be..752b99713 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 95322c7f9f8b2445a54eef5c414ce9fdb2f9c4fa + 045736dfbe9e5bd184182f3fbf54465090df2fe9 diff --git a/eng/Versions.props b/eng/Versions.props index 3e6983ebc..e8eb1bee9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19474.1 + 5.0.100-alpha1.19475.4 0.2.0 From 4cc60e585b70ff3e340902dcdb43ed6383a04bed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 20:15:39 +0000 Subject: [PATCH 0695/1121] Update dependencies from https://github.com/dotnet/toolset build 20190925.1 (#4937) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19475.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 752b99713..78ba34f0b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 30f158064bfe93a810192e97333061c6f2a8a9ba + d12160e3fc0ca5745e092ee717d70ead510cd246 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e8eb1bee9..ae11d3a23 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19474.2 + 5.0.100-alpha1.19475.1 From 6c2a44036b5bc0a9495fa6cc5ff6663c3f00ef16 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 21:00:42 +0000 Subject: [PATCH 0696/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190925.5 (#4938) - Microsoft.NETCore.App - 5.0.0-alpha1.19475.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19475.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19475.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78ba34f0b..6a9b31ede 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - eb6da1426884742a9dedbbfd00820dacc27838c1 + 6e9e6063bae350861e7351177abe0174587b63ab - + https://github.com/dotnet/core-setup - eb6da1426884742a9dedbbfd00820dacc27838c1 + 6e9e6063bae350861e7351177abe0174587b63ab - + https://github.com/dotnet/core-setup - eb6da1426884742a9dedbbfd00820dacc27838c1 + 6e9e6063bae350861e7351177abe0174587b63ab https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ae11d3a23..58698adf1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19475.2 + 5.0.0-alpha1.19475.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19475.2 + 2.1.0-alpha1.19475.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19475.2 + 5.0.0-alpha1.19475.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 91586abaa47c317f8e4cc93b7c4c48de966a53ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 22:15:41 +0000 Subject: [PATCH 0697/1121] Update dependencies from https://github.com/dotnet/cli build 20190925.5 (#4939) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19475.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6a9b31ede..a47445059 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 045736dfbe9e5bd184182f3fbf54465090df2fe9 + 44d2d824f747746aad981bc5bcb7d462cf01c716 diff --git a/eng/Versions.props b/eng/Versions.props index 58698adf1..74580a822 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19475.4 + 5.0.100-alpha1.19475.5 0.2.0 From ea87bded2ac7d11e34d79217c2e97373d2a3cca3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 22:46:29 +0000 Subject: [PATCH 0698/1121] Update dependencies from https://github.com/dotnet/toolset build 20190925.2 (#4940) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19475.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a47445059..1aed884e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - d12160e3fc0ca5745e092ee717d70ead510cd246 + 86a5638d1a49090f9d296c7c7620acea3a57e228 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 74580a822..8b2af3922 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19475.1 + 5.0.100-alpha1.19475.2 From 14dcf2f87ac41462e0ac8c37f623a142d7a5c060 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 09:34:19 +0000 Subject: [PATCH 0699/1121] [master] Update dependencies from dotnet/core-setup (#4944) * Update dependencies from https://github.com/dotnet/core-setup build 20190925.7 - Microsoft.NETCore.App - 5.0.0-alpha1.19475.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19475.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19475.7 * Update dependencies from https://github.com/dotnet/core-setup build 20190925.19 - Microsoft.NETCore.App - 5.0.0-alpha1.19475.19 - NETStandard.Library.Ref - 2.1.0-alpha1.19475.19 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19475.19 * Update dependencies from https://github.com/dotnet/core-setup build 20190925.24 - Microsoft.NETCore.App - 5.0.0-alpha1.19475.24 - NETStandard.Library.Ref - 2.1.0-alpha1.19475.24 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19475.24 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1aed884e5..5df2a7116 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6e9e6063bae350861e7351177abe0174587b63ab + d0160877a2485212c80f3bc2a2ded2d3719e1d28 - + https://github.com/dotnet/core-setup - 6e9e6063bae350861e7351177abe0174587b63ab + d0160877a2485212c80f3bc2a2ded2d3719e1d28 - + https://github.com/dotnet/core-setup - 6e9e6063bae350861e7351177abe0174587b63ab + d0160877a2485212c80f3bc2a2ded2d3719e1d28 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8b2af3922..ebdad9a06 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19475.5 + 5.0.0-alpha1.19475.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19475.5 + 2.1.0-alpha1.19475.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19475.5 + 5.0.0-alpha1.19475.24 $(MicrosoftWindowsDesktopAppPackageVersion) From 76ca300e401bfdf0dc3786aaa6b46a078fde5000 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 10:56:05 +0000 Subject: [PATCH 0700/1121] Update dependencies from https://github.com/dotnet/cli build 20190926.1 (#4945) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19476.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5df2a7116..ab6a2ee79 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 44d2d824f747746aad981bc5bcb7d462cf01c716 + 5fab5375daf212db1b337171c5c4b079629f702a diff --git a/eng/Versions.props b/eng/Versions.props index ebdad9a06..7598eac29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19475.5 + 5.0.100-alpha1.19476.1 0.2.0 From c9b187221e772ccd1767e2fd61de3d01d2902edc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 13:00:34 +0000 Subject: [PATCH 0701/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190926.1 (#4947) - Microsoft.NETCore.App - 5.0.0-alpha1.19476.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19476.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19476.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab6a2ee79..c6bbb489d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - d0160877a2485212c80f3bc2a2ded2d3719e1d28 + 17b6876e330f07f3a5d792a77cf18b7e192b888f - + https://github.com/dotnet/core-setup - d0160877a2485212c80f3bc2a2ded2d3719e1d28 + 17b6876e330f07f3a5d792a77cf18b7e192b888f - + https://github.com/dotnet/core-setup - d0160877a2485212c80f3bc2a2ded2d3719e1d28 + 17b6876e330f07f3a5d792a77cf18b7e192b888f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 7598eac29..ffb5a248b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19475.24 + 5.0.0-alpha1.19476.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19475.24 + 2.1.0-alpha1.19476.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19475.24 + 5.0.0-alpha1.19476.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 3a76d7140757ba44c6a589568544132514bf0e3b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 13:21:54 +0000 Subject: [PATCH 0702/1121] [master] Update dependencies from dotnet/toolset (#4946) * Update dependencies from https://github.com/dotnet/toolset build 20190926.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19476.1 * Update dependencies from https://github.com/dotnet/toolset build 20190926.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19476.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6bbb489d..1a45007d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 86a5638d1a49090f9d296c7c7620acea3a57e228 + ba7bf02824e1e984825e4371f34010acaa1d0a12 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ffb5a248b..124fff7b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19475.2 + 5.0.100-alpha1.19476.2 From 4e049972fd1814d490fa95b3ad87e838fd752d6e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 14:40:39 +0000 Subject: [PATCH 0703/1121] Update dependencies from https://github.com/dotnet/cli build 20190926.2 (#4948) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19476.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1a45007d9..f7c8149cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 5fab5375daf212db1b337171c5c4b079629f702a + 410e591f03cfe2083c8cf1d7b2530885d39eed91 diff --git a/eng/Versions.props b/eng/Versions.props index 124fff7b4..c8484deae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19476.1 + 5.0.100-alpha1.19476.2 0.2.0 From 417a0ffda7f4cc7880792c3b5a134fdd1105d8b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 15:05:35 +0000 Subject: [PATCH 0704/1121] Update dependencies from https://github.com/dotnet/toolset build 20190926.3 (#4949) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19476.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f7c8149cf..612b0467f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - ba7bf02824e1e984825e4371f34010acaa1d0a12 + 7f328109f5e40b6ff129e721818f9c4cc31d9065 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c8484deae..f0d9ee162 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19476.2 + 5.0.100-alpha1.19476.3 From cffee3f70a4e7c06685885e7fb93156f21bc0c79 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 15:25:38 +0000 Subject: [PATCH 0705/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190926.2 (#4950) - Microsoft.NETCore.App - 5.0.0-alpha1.19476.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19476.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19476.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 612b0467f..76f8ffa74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 17b6876e330f07f3a5d792a77cf18b7e192b888f + 5a0e8cf49b21c1c6551296f9ee02225c49cc4940 - + https://github.com/dotnet/core-setup - 17b6876e330f07f3a5d792a77cf18b7e192b888f + 5a0e8cf49b21c1c6551296f9ee02225c49cc4940 - + https://github.com/dotnet/core-setup - 17b6876e330f07f3a5d792a77cf18b7e192b888f + 5a0e8cf49b21c1c6551296f9ee02225c49cc4940 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f0d9ee162..94a29c7eb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19476.1 + 5.0.0-alpha1.19476.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19476.1 + 2.1.0-alpha1.19476.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19476.1 + 5.0.0-alpha1.19476.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 2f91e5b15cc6cd36e97f4e4524db1f24393e33e7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 16:35:32 +0000 Subject: [PATCH 0706/1121] Update dependencies from https://github.com/dotnet/cli build 20190926.3 (#4951) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19476.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 76f8ffa74..46316eae6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 410e591f03cfe2083c8cf1d7b2530885d39eed91 + 5d4325bb9d243ed0fec13ad7c6005b387410a656 diff --git a/eng/Versions.props b/eng/Versions.props index 94a29c7eb..a66621024 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19476.2 + 5.0.100-alpha1.19476.3 0.2.0 From e864867a73708597e7aee23c25060635e07d5e2a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 17:05:32 +0000 Subject: [PATCH 0707/1121] Update dependencies from https://github.com/dotnet/toolset build 20190926.4 (#4952) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19476.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 46316eae6..c429420d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 7f328109f5e40b6ff129e721818f9c4cc31d9065 + 923dc95a83c8f7b53ba550e1d7e29984666c4c32 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a66621024..11e896fc4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19476.3 + 5.0.100-alpha1.19476.4 From dc980567feaf3326456ed1dfdb4ec788a056ebc1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 18:50:29 +0000 Subject: [PATCH 0708/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190926.4 (#4954) - Microsoft.NETCore.App - 5.0.0-alpha1.19476.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19476.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19476.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c429420d9..a7cd7b400 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 5a0e8cf49b21c1c6551296f9ee02225c49cc4940 + 77f801a594eb047401d8a63bc9e154dfa7a5724f - + https://github.com/dotnet/core-setup - 5a0e8cf49b21c1c6551296f9ee02225c49cc4940 + 77f801a594eb047401d8a63bc9e154dfa7a5724f - + https://github.com/dotnet/core-setup - 5a0e8cf49b21c1c6551296f9ee02225c49cc4940 + 77f801a594eb047401d8a63bc9e154dfa7a5724f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 11e896fc4..97c67b03d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19476.2 + 5.0.0-alpha1.19476.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19476.2 + 2.1.0-alpha1.19476.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19476.2 + 5.0.0-alpha1.19476.4 $(MicrosoftWindowsDesktopAppPackageVersion) From b06be0b55266f86c631eae5aa88d4d5555d2acbe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 20:26:10 +0000 Subject: [PATCH 0709/1121] Update dependencies from https://github.com/dotnet/cli build 20190926.6 (#4957) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19476.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a7cd7b400..258a8fd0a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 5d4325bb9d243ed0fec13ad7c6005b387410a656 + 21c9d247984efff0a983c5b8cc73bbd8498d5515 diff --git a/eng/Versions.props b/eng/Versions.props index 97c67b03d..b00a8d173 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19476.3 + 5.0.100-alpha1.19476.6 0.2.0 From da9c5fa9278e33fef8ce2a46b46caf03ffffca98 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 21:00:35 +0000 Subject: [PATCH 0710/1121] Update dependencies from https://github.com/dotnet/toolset build 20190926.6 (#4958) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19476.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 258a8fd0a..867d26073 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 923dc95a83c8f7b53ba550e1d7e29984666c4c32 + 11653c3c78d0fcde513571d9df7eae2c5d198b6b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b00a8d173..2abcd6b4b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19476.4 + 5.0.100-alpha1.19476.6 From d2a3ac2b18cbc8b23a999b26f54e79fbe9c811c5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 02:10:34 +0000 Subject: [PATCH 0711/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190926.11 (#4964) - Microsoft.NETCore.App - 5.0.0-alpha1.19476.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19476.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19476.11 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 867d26073..de2d22ad5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 77f801a594eb047401d8a63bc9e154dfa7a5724f + 78d033ec32e5da343e4d2b4c6cc56ebbb4291d3b - + https://github.com/dotnet/core-setup - 77f801a594eb047401d8a63bc9e154dfa7a5724f + 78d033ec32e5da343e4d2b4c6cc56ebbb4291d3b - + https://github.com/dotnet/core-setup - 77f801a594eb047401d8a63bc9e154dfa7a5724f + 78d033ec32e5da343e4d2b4c6cc56ebbb4291d3b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 2abcd6b4b..b8c6617f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19476.4 + 5.0.0-alpha1.19476.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19476.4 + 2.1.0-alpha1.19476.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19476.4 + 5.0.0-alpha1.19476.11 $(MicrosoftWindowsDesktopAppPackageVersion) From 03d90a9de6c352c9ebd052e6d6e47f90235a0333 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 06:25:32 +0000 Subject: [PATCH 0712/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190926.30 (#4966) - Microsoft.NETCore.App - 5.0.0-alpha1.19476.30 - NETStandard.Library.Ref - 2.1.0-alpha1.19476.30 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19476.30 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de2d22ad5..62f0bcc0c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 78d033ec32e5da343e4d2b4c6cc56ebbb4291d3b + 0ccb1a18ad9d021f0145904d2f49f51eb22f1db2 - + https://github.com/dotnet/core-setup - 78d033ec32e5da343e4d2b4c6cc56ebbb4291d3b + 0ccb1a18ad9d021f0145904d2f49f51eb22f1db2 - + https://github.com/dotnet/core-setup - 78d033ec32e5da343e4d2b4c6cc56ebbb4291d3b + 0ccb1a18ad9d021f0145904d2f49f51eb22f1db2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b8c6617f3..f86f4c228 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19476.11 + 5.0.0-alpha1.19476.30 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19476.11 + 2.1.0-alpha1.19476.30 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19476.11 + 5.0.0-alpha1.19476.30 $(MicrosoftWindowsDesktopAppPackageVersion) From 2c9387c01df90c5dee0b9336d7567c2a6bbf754d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 07:50:50 +0000 Subject: [PATCH 0713/1121] Update dependencies from https://github.com/dotnet/cli build 20190926.10 (#4967) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19476.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 62f0bcc0c..671cfff6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 21c9d247984efff0a983c5b8cc73bbd8498d5515 + 62505a199daecc8b5a32b1d8275b61d38bdc36fc diff --git a/eng/Versions.props b/eng/Versions.props index f86f4c228..97aa51d94 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19476.6 + 5.0.100-alpha1.19476.10 0.2.0 From 6bc42f96f4e44e841583f1e30ed8730acf82bf60 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 08:20:36 +0000 Subject: [PATCH 0714/1121] Update dependencies from https://github.com/dotnet/toolset build 20190927.1 (#4969) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 671cfff6b..6f30de43e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 11653c3c78d0fcde513571d9df7eae2c5d198b6b + b0055f86c48de0c88cca155341f826e2245a7b54 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 97aa51d94..099a39d40 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19476.6 + 5.0.100-alpha1.19477.1 From d0fde30ab01c84957fff10026ab788f21b9c7cb1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 08:55:32 +0000 Subject: [PATCH 0715/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190926.44 (#4970) - Microsoft.NETCore.App - 5.0.0-alpha1.19476.44 - NETStandard.Library.Ref - 2.1.0-alpha1.19476.44 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19476.44 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6f30de43e..a307f9b6e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 0ccb1a18ad9d021f0145904d2f49f51eb22f1db2 + 8778a1d49965acee2eccee2cc77adb14d09b61eb - + https://github.com/dotnet/core-setup - 0ccb1a18ad9d021f0145904d2f49f51eb22f1db2 + 8778a1d49965acee2eccee2cc77adb14d09b61eb - + https://github.com/dotnet/core-setup - 0ccb1a18ad9d021f0145904d2f49f51eb22f1db2 + 8778a1d49965acee2eccee2cc77adb14d09b61eb https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 099a39d40..8107f8ba4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19476.30 + 5.0.0-alpha1.19476.44 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19476.30 + 2.1.0-alpha1.19476.44 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19476.30 + 5.0.0-alpha1.19476.44 $(MicrosoftWindowsDesktopAppPackageVersion) From 7d711150fc25248f07fa57a85140891bbde642c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 11:50:36 +0000 Subject: [PATCH 0716/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190927.1 (#4971) - Microsoft.NETCore.App - 5.0.0-alpha1.19477.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a307f9b6e..75c8d79e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 8778a1d49965acee2eccee2cc77adb14d09b61eb + 7e3c99a9229d29443b94770de5628f066bfa17fa - + https://github.com/dotnet/core-setup - 8778a1d49965acee2eccee2cc77adb14d09b61eb + 7e3c99a9229d29443b94770de5628f066bfa17fa - + https://github.com/dotnet/core-setup - 8778a1d49965acee2eccee2cc77adb14d09b61eb + 7e3c99a9229d29443b94770de5628f066bfa17fa https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8107f8ba4..64eaccd9d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19476.44 + 5.0.0-alpha1.19477.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19476.44 + 2.1.0-alpha1.19477.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19476.44 + 5.0.0-alpha1.19477.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 659a79d412b578b3e38a3d2c8a3947e23cfcb030 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 13:25:32 +0000 Subject: [PATCH 0717/1121] Update dependencies from https://github.com/dotnet/toolset build 20190927.2 (#4972) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75c8d79e5..c56f608e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - b0055f86c48de0c88cca155341f826e2245a7b54 + ce29d8f7efc66f73af792326de9bfae8d2cd7b5d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 64eaccd9d..f2b57ded0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.1 + 5.0.100-alpha1.19477.2 From d7af756be3a89f279cdf50ac64e9b9f50e7f7da2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 13:35:49 +0000 Subject: [PATCH 0718/1121] Update dependencies from https://github.com/dotnet/cli build 20190927.1 (#4973) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c56f608e9..1958ddb78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 62505a199daecc8b5a32b1d8275b61d38bdc36fc + 6161552948b90076ac87d99bf17570e27ae4a0ee diff --git a/eng/Versions.props b/eng/Versions.props index f2b57ded0..938618ab8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19476.10 + 5.0.100-alpha1.19477.1 0.2.0 From dcc75f92f08d20f1614cd52751b4b5645e344f66 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 13:55:31 +0000 Subject: [PATCH 0719/1121] Update dependencies from https://github.com/dotnet/toolset build 20190927.3 (#4974) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1958ddb78..0f05ac9c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - ce29d8f7efc66f73af792326de9bfae8d2cd7b5d + 627ac406da6ee360c952624e987f5f030400c894 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 938618ab8..6474abac2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.2 + 5.0.100-alpha1.19477.3 From a37a9379037eb7558f2c8676df9a8684d5cbacb5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 15:55:39 +0000 Subject: [PATCH 0720/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190927.3 (#4976) - Microsoft.NETCore.App - 5.0.0-alpha1.19477.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0f05ac9c9..60df5a1bd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7e3c99a9229d29443b94770de5628f066bfa17fa + 46241981138f20292a6df007d6aeaf60a3663352 - + https://github.com/dotnet/core-setup - 7e3c99a9229d29443b94770de5628f066bfa17fa + 46241981138f20292a6df007d6aeaf60a3663352 - + https://github.com/dotnet/core-setup - 7e3c99a9229d29443b94770de5628f066bfa17fa + 46241981138f20292a6df007d6aeaf60a3663352 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6474abac2..0025b8278 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.1 + 5.0.0-alpha1.19477.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.1 + 2.1.0-alpha1.19477.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.1 + 5.0.0-alpha1.19477.3 $(MicrosoftWindowsDesktopAppPackageVersion) From b0d17dca5e1868b6f5f8e628afffb5388ae379d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 18:25:34 +0000 Subject: [PATCH 0721/1121] Update dependencies from https://github.com/dotnet/cli build 20190927.2 (#4977) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 60df5a1bd..6757ccce6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 6161552948b90076ac87d99bf17570e27ae4a0ee + 1dac615a8af085ec83ac03e0e9ff1ff17826d454 diff --git a/eng/Versions.props b/eng/Versions.props index 0025b8278..b17ba289d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.1 + 5.0.100-alpha1.19477.2 0.2.0 From 2e093fc2d1de0017b83ae99443a2baad1e1524a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 18:35:32 +0000 Subject: [PATCH 0722/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190927.6 (#4978) - Microsoft.NETCore.App - 5.0.0-alpha1.19477.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6757ccce6..7f9ae1d97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 46241981138f20292a6df007d6aeaf60a3663352 + 8f889d6841790f490a8ee46b50a3488dfc57a52d - + https://github.com/dotnet/core-setup - 46241981138f20292a6df007d6aeaf60a3663352 + 8f889d6841790f490a8ee46b50a3488dfc57a52d - + https://github.com/dotnet/core-setup - 46241981138f20292a6df007d6aeaf60a3663352 + 8f889d6841790f490a8ee46b50a3488dfc57a52d https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b17ba289d..d559c18b9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.3 + 5.0.0-alpha1.19477.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.3 + 2.1.0-alpha1.19477.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.3 + 5.0.0-alpha1.19477.6 $(MicrosoftWindowsDesktopAppPackageVersion) From 4e67cedb73d7980a91686472d1d8a28006586f66 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 18:55:30 +0000 Subject: [PATCH 0723/1121] Update dependencies from https://github.com/dotnet/toolset build 20190927.4 (#4979) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f9ae1d97..db6b352b9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 627ac406da6ee360c952624e987f5f030400c894 + 521dcbfb053fea217b52ba9d74fc7192623871ab https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d559c18b9..7f64dd435 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.3 + 5.0.100-alpha1.19477.4 From 101fcbb97c52c7edd826ee26496d0fb9684f898e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 23:05:32 +0000 Subject: [PATCH 0724/1121] Update dependencies from https://github.com/dotnet/cli build 20190927.3 (#4981) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db6b352b9..d540cb549 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 1dac615a8af085ec83ac03e0e9ff1ff17826d454 + 8f6d6ce0d110e165d0bf3ba884822e2052717ab9 diff --git a/eng/Versions.props b/eng/Versions.props index 7f64dd435..61f135487 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.2 + 5.0.100-alpha1.19477.3 0.2.0 From a76ec2c1b0c44e5c35d5ab655fcfffae30da6589 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 23:45:35 +0000 Subject: [PATCH 0725/1121] Update dependencies from https://github.com/dotnet/toolset build 20190927.5 (#4982) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d540cb549..4b2771cae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 521dcbfb053fea217b52ba9d74fc7192623871ab + c8c3c35acce15ad90a11e99a7b45e3d720131064 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 61f135487..dbeb3b800 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.4 + 5.0.100-alpha1.19477.5 From a414d812c6051dcd190bea72f8b74d91e6432b69 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 00:16:36 +0000 Subject: [PATCH 0726/1121] [master] Update dependencies from dotnet/core-setup (#4980) * Update dependencies from https://github.com/dotnet/core-setup build 20190927.18 - Microsoft.NETCore.App - 5.0.0-alpha1.19477.18 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.18 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.18 * Update dependencies from https://github.com/dotnet/core-setup build 20190927.19 - Microsoft.NETCore.App - 5.0.0-alpha1.19477.19 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.19 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.19 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b2771cae..e56efaec5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 8f889d6841790f490a8ee46b50a3488dfc57a52d + a1633a2804d8ffa7b8f5bc299433996c19395890 - + https://github.com/dotnet/core-setup - 8f889d6841790f490a8ee46b50a3488dfc57a52d + a1633a2804d8ffa7b8f5bc299433996c19395890 - + https://github.com/dotnet/core-setup - 8f889d6841790f490a8ee46b50a3488dfc57a52d + a1633a2804d8ffa7b8f5bc299433996c19395890 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index dbeb3b800..974c426ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.6 + 5.0.0-alpha1.19477.19 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.6 + 2.1.0-alpha1.19477.19 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.6 + 5.0.0-alpha1.19477.19 $(MicrosoftWindowsDesktopAppPackageVersion) From 55bb9a7554766a8a2db12d9ae6960b6b36faf794 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 01:15:35 +0000 Subject: [PATCH 0727/1121] Update dependencies from https://github.com/dotnet/cli build 20190927.6 (#4983) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e56efaec5..07858be48 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 8f6d6ce0d110e165d0bf3ba884822e2052717ab9 + 93af5162da38a8e294d23510789c422c6c668bb9 diff --git a/eng/Versions.props b/eng/Versions.props index 974c426ea..0fcdb0dd3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.3 + 5.0.100-alpha1.19477.6 0.2.0 From 360a174a47e102792cc68a6d7f8d320223d85ed3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 02:00:33 +0000 Subject: [PATCH 0728/1121] Update dependencies from https://github.com/dotnet/toolset build 20190927.7 (#4985) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 07858be48..d4feec937 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - c8c3c35acce15ad90a11e99a7b45e3d720131064 + 4420d83aab02a1b8b34aa410b3dc5839cf21d887 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0fcdb0dd3..597fbb16e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.5 + 5.0.100-alpha1.19477.7 From 65ed3e475900371f26d3e305b5280728f510f048 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 03:00:35 +0000 Subject: [PATCH 0729/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190927.21 (#4986) - Microsoft.NETCore.App - 5.0.0-alpha1.19477.21 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.21 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.21 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d4feec937..a92c13875 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a1633a2804d8ffa7b8f5bc299433996c19395890 + 81720d9339549e5b706c9a4c4cef0a95f2789231 - + https://github.com/dotnet/core-setup - a1633a2804d8ffa7b8f5bc299433996c19395890 + 81720d9339549e5b706c9a4c4cef0a95f2789231 - + https://github.com/dotnet/core-setup - a1633a2804d8ffa7b8f5bc299433996c19395890 + 81720d9339549e5b706c9a4c4cef0a95f2789231 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 597fbb16e..b6664d13d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.19 + 5.0.0-alpha1.19477.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.19 + 2.1.0-alpha1.19477.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.19 + 5.0.0-alpha1.19477.21 $(MicrosoftWindowsDesktopAppPackageVersion) From b679173edb5588832b0ebcca77f01e9831462ef2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 04:05:29 +0000 Subject: [PATCH 0730/1121] Update dependencies from https://github.com/dotnet/sdk build 20190927.5 (#4987) - Microsoft.NET.Sdk - 5.0.100-alpha1.19477.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a92c13875..c8ab0cab4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 4420d83aab02a1b8b34aa410b3dc5839cf21d887 - + https://github.com/dotnet/sdk - b07b215a9c1fe6eabe1eee148bf5efec2c2e613b + b28a8efbfb30d84019351abb3aa9a2b15e008662 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index b6664d13d..7ea0f2895 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19464.1 + 5.0.100-alpha1.19477.5 $(MicrosoftNETSdkPackageVersion) From c68394e8ea615bb79e527f8dbae32e468b4f09b7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 04:10:31 +0000 Subject: [PATCH 0731/1121] Update dependencies from https://github.com/dotnet/cli build 20190927.7 (#4988) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c8ab0cab4..bcee6568b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 93af5162da38a8e294d23510789c422c6c668bb9 + d1ea9709fcab35e7598e93ab4ae4f541c0133179 diff --git a/eng/Versions.props b/eng/Versions.props index 7ea0f2895..eca29a5a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.6 + 5.0.100-alpha1.19477.7 0.2.0 From a4af7bf6d77e7001963189a53c387715ba51725e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 04:50:31 +0000 Subject: [PATCH 0732/1121] Update dependencies from https://github.com/dotnet/toolset build 20190927.8 (#4990) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bcee6568b..3377ddbe6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 4420d83aab02a1b8b34aa410b3dc5839cf21d887 + c613f84cb0a3788faf53c32c2648327b9368199a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index eca29a5a8..16fe165ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.7 + 5.0.100-alpha1.19477.8 From 3e72624da0c3a319bd3046f134fbe5de599f4663 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 05:10:34 +0000 Subject: [PATCH 0733/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190927.23 (#4991) - Microsoft.NETCore.App - 5.0.0-alpha1.19477.23 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.23 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.23 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3377ddbe6..3c98c6cb7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 81720d9339549e5b706c9a4c4cef0a95f2789231 + 01d74def06147f8855d65f0891a1cdba8f1794e5 - + https://github.com/dotnet/core-setup - 81720d9339549e5b706c9a4c4cef0a95f2789231 + 01d74def06147f8855d65f0891a1cdba8f1794e5 - + https://github.com/dotnet/core-setup - 81720d9339549e5b706c9a4c4cef0a95f2789231 + 01d74def06147f8855d65f0891a1cdba8f1794e5 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 16fe165ff..fdd7560ad 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.21 + 5.0.0-alpha1.19477.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.21 + 2.1.0-alpha1.19477.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.21 + 5.0.0-alpha1.19477.23 $(MicrosoftWindowsDesktopAppPackageVersion) From 87d2a6b06d9232d0ca036385f87d8d839c555793 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 06:05:31 +0000 Subject: [PATCH 0734/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190927.24 (#4992) - Microsoft.NETCore.App - 5.0.0-alpha1.19477.24 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.24 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.24 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3c98c6cb7..5baedc15a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 01d74def06147f8855d65f0891a1cdba8f1794e5 - + https://github.com/dotnet/core-setup 01d74def06147f8855d65f0891a1cdba8f1794e5 - + https://github.com/dotnet/core-setup 01d74def06147f8855d65f0891a1cdba8f1794e5 diff --git a/eng/Versions.props b/eng/Versions.props index fdd7560ad..5b178ebbd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.23 + 5.0.0-alpha1.19477.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.23 + 2.1.0-alpha1.19477.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.23 + 5.0.0-alpha1.19477.24 $(MicrosoftWindowsDesktopAppPackageVersion) From dfe06dc56e28c0649f404a1a6fc97b99942575cd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 06:20:30 +0000 Subject: [PATCH 0735/1121] Update dependencies from https://github.com/dotnet/cli build 20190927.9 (#4993) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5baedc15a..3a49c26ad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - d1ea9709fcab35e7598e93ab4ae4f541c0133179 + 2b47eecf59177755621d46db1c500bc8d2cbe33d diff --git a/eng/Versions.props b/eng/Versions.props index 5b178ebbd..f892b0b3d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.7 + 5.0.100-alpha1.19477.9 0.2.0 From e787f3a762de7c6adc74a210f04e308467f650c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 06:56:06 +0000 Subject: [PATCH 0736/1121] Update dependencies from https://github.com/dotnet/toolset build 20190927.9 (#4994) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3a49c26ad..c4c35c2dd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - c613f84cb0a3788faf53c32c2648327b9368199a + d89a31f1d5a12a750b9a701b83fc62325287f031 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f892b0b3d..0390bb168 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.8 + 5.0.100-alpha1.19477.9 From 723bb54472c88d7930de327e24229556880a6709 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 07:10:28 +0000 Subject: [PATCH 0737/1121] Update dependencies from https://github.com/dotnet/cli build 20190927.10 (#4995) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c4c35c2dd..b454ac5d4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 2b47eecf59177755621d46db1c500bc8d2cbe33d + 62a8b9ce010a4f9532941d33b7eaad51b2859eb6 diff --git a/eng/Versions.props b/eng/Versions.props index 0390bb168..31edb6c6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.9 + 5.0.100-alpha1.19477.10 0.2.0 From 62123fa087fc605cdff4d7afb53e765c5da788b4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 07:50:30 +0000 Subject: [PATCH 0738/1121] Update dependencies from https://github.com/dotnet/toolset build 20190927.10 (#4997) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b454ac5d4..b519ed939 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - d89a31f1d5a12a750b9a701b83fc62325287f031 + bc691e44dbd40404c62e07ea973d893bdd1f5916 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 31edb6c6c..78cc145c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.9 + 5.0.100-alpha1.19477.10 From abf0421316311e3dce3315cf1826c36b71cbd164 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 08:45:31 +0000 Subject: [PATCH 0739/1121] Update dependencies from https://github.com/dotnet/cli build 20190928.1 (#4998) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19478.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b519ed939..c98b33512 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 62a8b9ce010a4f9532941d33b7eaad51b2859eb6 + 7570157c328e2dd1d5c4ef010a2b02346b62d3b8 diff --git a/eng/Versions.props b/eng/Versions.props index 78cc145c8..f10794b32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.10 + 5.0.100-alpha1.19478.1 0.2.0 From 758f8f905f423c742642acca2d0dce2844a0dcf8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 09:25:32 +0000 Subject: [PATCH 0740/1121] Update dependencies from https://github.com/dotnet/toolset build 20190928.1 (#4999) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19478.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c98b33512..bb9767c36 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - bc691e44dbd40404c62e07ea973d893bdd1f5916 + 80e6a568be8c3b3e719732707bec5d13bd40cb9b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f10794b32..1d15a449d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.10 + 5.0.100-alpha1.19478.1 From 3057a0c2eec93ae88c76317b4f371a87442c30e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 13:30:30 +0000 Subject: [PATCH 0741/1121] Update dependencies from https://github.com/dotnet/toolset build 20190928.2 (#5000) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19478.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bb9767c36..c01128c97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 80e6a568be8c3b3e719732707bec5d13bd40cb9b + 6436b0f176f146271335c90275d5b5e2f4372acd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1d15a449d..5c5d90ec7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19478.1 + 5.0.100-alpha1.19478.2 From 42c898a693bd22c94cc412fa130763c1fd4e16a8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 15:43:47 +0000 Subject: [PATCH 0742/1121] [master] Update dependencies from dotnet/core-setup (#4996) * Update dependencies from https://github.com/dotnet/core-setup build 20190927.25 - Microsoft.NETCore.App - 5.0.0-alpha1.19477.25 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.25 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.25 * Update dependencies from https://github.com/dotnet/core-setup build 20190928.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19478.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19478.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19478.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c01128c97..dd47fc3a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 01d74def06147f8855d65f0891a1cdba8f1794e5 + 25051cf8364907bb226e5b3b164f99e7f1c8bd8f - + https://github.com/dotnet/core-setup - 01d74def06147f8855d65f0891a1cdba8f1794e5 + 25051cf8364907bb226e5b3b164f99e7f1c8bd8f - + https://github.com/dotnet/core-setup - 01d74def06147f8855d65f0891a1cdba8f1794e5 + 25051cf8364907bb226e5b3b164f99e7f1c8bd8f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 5c5d90ec7..5fedf3615 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.24 + 5.0.0-alpha1.19478.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.24 + 2.1.0-alpha1.19478.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.24 + 5.0.0-alpha1.19478.1 $(MicrosoftWindowsDesktopAppPackageVersion) From b81334c93e540bb9f88369e854e61de58d6834b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 18:00:42 +0000 Subject: [PATCH 0743/1121] Update dependencies from https://github.com/dotnet/toolset build 20190928.3 (#5003) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19478.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dd47fc3a8..d68842746 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 6436b0f176f146271335c90275d5b5e2f4372acd + 37be380709d8c266a19444d0b5c3fee01e0cbf04 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5fedf3615..eea70df96 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19478.2 + 5.0.100-alpha1.19478.3 From d2ac0eebab858a9f5b71c57f8ded3341abaec56a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 18:20:22 +0000 Subject: [PATCH 0744/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190928.2 (#5004) - Microsoft.NETCore.App - 5.0.0-alpha1.19478.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19478.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19478.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d68842746..4abb7a018 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 25051cf8364907bb226e5b3b164f99e7f1c8bd8f + 31d255861fefd39312dc636850528dd94765ebc6 - + https://github.com/dotnet/core-setup - 25051cf8364907bb226e5b3b164f99e7f1c8bd8f + 31d255861fefd39312dc636850528dd94765ebc6 - + https://github.com/dotnet/core-setup - 25051cf8364907bb226e5b3b164f99e7f1c8bd8f + 31d255861fefd39312dc636850528dd94765ebc6 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index eea70df96..62593b110 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19478.1 + 5.0.0-alpha1.19478.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19478.1 + 2.1.0-alpha1.19478.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19478.1 + 5.0.0-alpha1.19478.2 $(MicrosoftWindowsDesktopAppPackageVersion) From a391936536d88a9b82b70d017bab66874120bead Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 18:50:51 +0000 Subject: [PATCH 0745/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190928.3 (#5005) - Microsoft.NETCore.App - 5.0.0-alpha1.19478.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19478.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19478.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4abb7a018..a64e285e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 31d255861fefd39312dc636850528dd94765ebc6 - + https://github.com/dotnet/core-setup 31d255861fefd39312dc636850528dd94765ebc6 - + https://github.com/dotnet/core-setup 31d255861fefd39312dc636850528dd94765ebc6 diff --git a/eng/Versions.props b/eng/Versions.props index 62593b110..345c30c6b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19478.2 + 5.0.0-alpha1.19478.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19478.2 + 2.1.0-alpha1.19478.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19478.2 + 5.0.0-alpha1.19478.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 974288b4b72a1f02be14e31821cd40fd33ac9d4e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 19:20:07 +0000 Subject: [PATCH 0746/1121] [master] Update dependencies from dotnet/cli (#5002) * Update dependencies from https://github.com/dotnet/cli build 20190928.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19478.2 * Update dependencies from https://github.com/dotnet/cli build 20190928.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19478.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a64e285e3..3fcd9fb09 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 7570157c328e2dd1d5c4ef010a2b02346b62d3b8 + 9e24b8decef441e98161a9aaee42f99e317c5b31 diff --git a/eng/Versions.props b/eng/Versions.props index 345c30c6b..09b848960 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19478.1 + 5.0.100-alpha1.19478.3 0.2.0 From 11281c0f3880a27a53108c8d46b5c54c093ef18f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 19:55:06 +0000 Subject: [PATCH 0747/1121] Update dependencies from https://github.com/dotnet/toolset build 20190928.4 (#5007) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19478.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3fcd9fb09..4747410ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 37be380709d8c266a19444d0b5c3fee01e0cbf04 + 45d429961fcfc6f4e0aa034b490ab0456c8ca4d1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 09b848960..b0a9bc3c2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19478.3 + 5.0.100-alpha1.19478.4 From e9a34e48f9f9c5b094d39be35f2ed0ef48ef43e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 19:55:37 +0000 Subject: [PATCH 0748/1121] Update dependencies from https://github.com/dotnet/cli build 20190928.4 (#5008) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19478.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4747410ef..408b71b85 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 9e24b8decef441e98161a9aaee42f99e317c5b31 + e5a2958dfd289ba71498e872a10b313d5d69bb83 diff --git a/eng/Versions.props b/eng/Versions.props index b0a9bc3c2..73cf7b9be 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19478.3 + 5.0.100-alpha1.19478.4 0.2.0 From e783b365cfdd8ca98cb7634d8ee629288dce4952 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 20:25:37 +0000 Subject: [PATCH 0749/1121] Update dependencies from https://github.com/dotnet/toolset build 20190928.5 (#5009) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19478.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 408b71b85..3565f6a1d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 45d429961fcfc6f4e0aa034b490ab0456c8ca4d1 + fff60983f7514498d2a343e349a78474ffbfb181 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 73cf7b9be..7c61cb73e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19478.4 + 5.0.100-alpha1.19478.5 From cd2e05f803b9a861eb701d9f61aef06e83ee60b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 20:45:31 +0000 Subject: [PATCH 0750/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190928.4 (#5010) - Microsoft.NETCore.App - 5.0.0-alpha1.19478.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19478.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19478.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3565f6a1d..1d8aac16d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 31d255861fefd39312dc636850528dd94765ebc6 + 98ee997ccb0ae479a4c03b23c682a198b12dd682 - + https://github.com/dotnet/core-setup - 31d255861fefd39312dc636850528dd94765ebc6 + 98ee997ccb0ae479a4c03b23c682a198b12dd682 - + https://github.com/dotnet/core-setup - 31d255861fefd39312dc636850528dd94765ebc6 + 98ee997ccb0ae479a4c03b23c682a198b12dd682 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 7c61cb73e..0eca71296 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19478.3 + 5.0.0-alpha1.19478.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19478.3 + 2.1.0-alpha1.19478.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19478.3 + 5.0.0-alpha1.19478.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 4855d9529b738f653e63d99170771c211229826e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 05:50:31 +0000 Subject: [PATCH 0751/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190929.2 (#5014) - Microsoft.NETCore.App - 5.0.0-alpha1.19479.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19479.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19479.2 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1d8aac16d..5ed115983 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 98ee997ccb0ae479a4c03b23c682a198b12dd682 - + https://github.com/dotnet/core-setup 98ee997ccb0ae479a4c03b23c682a198b12dd682 - + https://github.com/dotnet/core-setup 98ee997ccb0ae479a4c03b23c682a198b12dd682 diff --git a/eng/Versions.props b/eng/Versions.props index 0eca71296..9984ba001 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19478.4 + 5.0.0-alpha1.19479.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19478.4 + 2.1.0-alpha1.19479.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19478.4 + 5.0.0-alpha1.19479.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 09433ac348e717f53b51b37e2d949e1af4fcb25d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 18:15:36 +0000 Subject: [PATCH 0752/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190930.1 (#5016) - Microsoft.NETCore.App - 5.0.0-alpha1.19480.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5ed115983..988036307 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 98ee997ccb0ae479a4c03b23c682a198b12dd682 + 1abebaa5a4b378c6ce4b17ff8bdc3f1c498b0c62 - + https://github.com/dotnet/core-setup - 98ee997ccb0ae479a4c03b23c682a198b12dd682 + 1abebaa5a4b378c6ce4b17ff8bdc3f1c498b0c62 - + https://github.com/dotnet/core-setup - 98ee997ccb0ae479a4c03b23c682a198b12dd682 + 1abebaa5a4b378c6ce4b17ff8bdc3f1c498b0c62 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9984ba001..b80bb365c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19479.2 + 5.0.0-alpha1.19480.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19479.2 + 2.1.0-alpha1.19480.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19479.2 + 5.0.0-alpha1.19480.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 2e66d6f0838a973e75bc204495f189819f369a6e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 20:30:43 +0000 Subject: [PATCH 0753/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190930.4 (#5017) - Microsoft.NETCore.App - 5.0.0-alpha1.19480.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 988036307..08aaedcf6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 1abebaa5a4b378c6ce4b17ff8bdc3f1c498b0c62 + e5f208fcc7acfb33647c52b01dfe6dae0b3f8928 - + https://github.com/dotnet/core-setup - 1abebaa5a4b378c6ce4b17ff8bdc3f1c498b0c62 + e5f208fcc7acfb33647c52b01dfe6dae0b3f8928 - + https://github.com/dotnet/core-setup - 1abebaa5a4b378c6ce4b17ff8bdc3f1c498b0c62 + e5f208fcc7acfb33647c52b01dfe6dae0b3f8928 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b80bb365c..ef3de09c1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19480.1 + 5.0.0-alpha1.19480.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19480.1 + 2.1.0-alpha1.19480.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19480.1 + 5.0.0-alpha1.19480.4 $(MicrosoftWindowsDesktopAppPackageVersion) From b14cbc4a944b3f2f62c303e1679d2adf8c221db0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 21:40:39 +0000 Subject: [PATCH 0754/1121] Update dependencies from https://github.com/dotnet/cli build 20190930.1 (#5018) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19480.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 08aaedcf6..4da514edd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - e5a2958dfd289ba71498e872a10b313d5d69bb83 + 732e79becd2ee5fea00cffa299b4fe1198d1198c diff --git a/eng/Versions.props b/eng/Versions.props index ef3de09c1..109e4ea53 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19478.4 + 5.0.100-alpha1.19480.1 0.2.0 From 796a2e902f041079c138b8600ac8bc27ab076768 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 22:45:36 +0000 Subject: [PATCH 0755/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190930.9 (#5023) - Microsoft.NETCore.App - 5.0.0-alpha1.19480.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.9 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19474.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19476.3 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4da514edd..369013262 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - e5f208fcc7acfb33647c52b01dfe6dae0b3f8928 + ed7faad78973e21d58839ac0d74a4f325d0e803f - + https://github.com/dotnet/core-setup - e5f208fcc7acfb33647c52b01dfe6dae0b3f8928 + ed7faad78973e21d58839ac0d74a4f325d0e803f - + https://github.com/dotnet/core-setup - e5f208fcc7acfb33647c52b01dfe6dae0b3f8928 + ed7faad78973e21d58839ac0d74a4f325d0e803f https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 732e79becd2ee5fea00cffa299b4fe1198d1198c - + https://github.com/dotnet/winforms - aa251536c8ae637e95faf529480e8020d69aa361 + 8ecc2b49acfd44f607d4ad9b7add1e80dcb3d88d - + https://github.com/dotnet/wpf - 11a8ba5060577dbddae4303e53583f8d4a82f172 + 1d4abe6b45ed1a1e9fe605ae1c9949d6d2a99fb4 diff --git a/eng/Versions.props b/eng/Versions.props index 109e4ea53..08b2cae03 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19462.11 + 5.0.0-alpha1.19474.2 - 5.0.0-alpha1.19462.16 + 5.0.0-alpha1.19476.3 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19480.4 + 5.0.0-alpha1.19480.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19480.4 + 2.1.0-alpha1.19480.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19480.4 + 5.0.0-alpha1.19480.9 $(MicrosoftWindowsDesktopAppPackageVersion) From 29a886fcd2fe58b6998cd3a47bc70550c7263a2f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 00:05:51 +0000 Subject: [PATCH 0756/1121] Update dependencies from https://github.com/dotnet/cli build 20190930.2 (#5024) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19480.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 369013262..d07ef38c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 732e79becd2ee5fea00cffa299b4fe1198d1198c + bc90aa112bd7ea3fefecd0c5ee3992ef114fdbb4 diff --git a/eng/Versions.props b/eng/Versions.props index 08b2cae03..b80f7b21f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19480.1 + 5.0.100-alpha1.19480.2 0.2.0 From 678dca4df7c234cba6faf1f074492ec97ea129b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 02:10:32 +0000 Subject: [PATCH 0757/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190930.14 (#5027) - Microsoft.NETCore.App - 5.0.0-alpha1.19480.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.14 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19480.2 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d07ef38c9..4b640a8a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ed7faad78973e21d58839ac0d74a4f325d0e803f + 6e19ccf91950bd458e8909b362dd8ca1bbf6c34b - + https://github.com/dotnet/core-setup - ed7faad78973e21d58839ac0d74a4f325d0e803f + 6e19ccf91950bd458e8909b362dd8ca1bbf6c34b - + https://github.com/dotnet/core-setup - ed7faad78973e21d58839ac0d74a4f325d0e803f + 6e19ccf91950bd458e8909b362dd8ca1bbf6c34b https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms 8ecc2b49acfd44f607d4ad9b7add1e80dcb3d88d - + https://github.com/dotnet/wpf - 1d4abe6b45ed1a1e9fe605ae1c9949d6d2a99fb4 + f1dd4c886184778305f0bd52bef52c387634da5a diff --git a/eng/Versions.props b/eng/Versions.props index b80f7b21f..2766cd77f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19476.3 + 5.0.0-alpha1.19480.2 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19480.9 + 5.0.0-alpha1.19480.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19480.9 + 2.1.0-alpha1.19480.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19480.9 + 5.0.0-alpha1.19480.14 $(MicrosoftWindowsDesktopAppPackageVersion) From 2c037c594a5f6a617163a167afd0daf65ab6b92e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 03:15:14 +0000 Subject: [PATCH 0758/1121] Update dependencies from https://github.com/dotnet/cli build 20190930.3 (#5028) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19480.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b640a8a8..be058ac01 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - bc90aa112bd7ea3fefecd0c5ee3992ef114fdbb4 + 1f4478755d57ed37058096ed739bbdf9b3d2eb3c diff --git a/eng/Versions.props b/eng/Versions.props index 2766cd77f..3e85280bc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19480.2 + 5.0.100-alpha1.19480.3 0.2.0 From df0d1f3f83a9ad62c38ace63329d4a62c64743e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 04:45:29 +0000 Subject: [PATCH 0759/1121] Update dependencies from https://github.com/dotnet/core-setup build 20190930.23 (#5031) - Microsoft.NETCore.App - 5.0.0-alpha1.19480.23 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.23 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.23 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19480.3 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be058ac01..325ef20dd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6e19ccf91950bd458e8909b362dd8ca1bbf6c34b + 28821c59adb1afff8f9d5740d84e5a966501afa7 - + https://github.com/dotnet/core-setup - 6e19ccf91950bd458e8909b362dd8ca1bbf6c34b + 28821c59adb1afff8f9d5740d84e5a966501afa7 - + https://github.com/dotnet/core-setup - 6e19ccf91950bd458e8909b362dd8ca1bbf6c34b + 28821c59adb1afff8f9d5740d84e5a966501afa7 https://github.com/aspnet/AspNetCore @@ -59,7 +59,7 @@ https://github.com/dotnet/winforms 8ecc2b49acfd44f607d4ad9b7add1e80dcb3d88d - + https://github.com/dotnet/wpf f1dd4c886184778305f0bd52bef52c387634da5a diff --git a/eng/Versions.props b/eng/Versions.props index 3e85280bc..09c071ee6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19480.2 + 5.0.0-alpha1.19480.3 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19480.14 + 5.0.0-alpha1.19480.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19480.14 + 2.1.0-alpha1.19480.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19480.14 + 5.0.0-alpha1.19480.23 $(MicrosoftWindowsDesktopAppPackageVersion) From 20504a257db7920d37421ead7c154b9821228986 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 08:26:17 +0000 Subject: [PATCH 0760/1121] [master] Update dependencies from dotnet/core-setup (#5032) * Update dependencies from https://github.com/dotnet/core-setup build 20190930.24 - Microsoft.NETCore.App - 5.0.0-alpha1.19480.24 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.24 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.24 * Update dependencies from https://github.com/dotnet/core-setup build 20190930.26 - Microsoft.NETCore.App - 5.0.0-alpha1.19480.26 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.26 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.26 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 325ef20dd..248a0ac27 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 28821c59adb1afff8f9d5740d84e5a966501afa7 + 9007b59878977fc54840d169483bc593e83f2205 - + https://github.com/dotnet/core-setup - 28821c59adb1afff8f9d5740d84e5a966501afa7 + 9007b59878977fc54840d169483bc593e83f2205 - + https://github.com/dotnet/core-setup - 28821c59adb1afff8f9d5740d84e5a966501afa7 + 9007b59878977fc54840d169483bc593e83f2205 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 09c071ee6..962f56f0f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19480.23 + 5.0.0-alpha1.19480.26 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19480.23 + 2.1.0-alpha1.19480.26 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19480.23 + 5.0.0-alpha1.19480.26 $(MicrosoftWindowsDesktopAppPackageVersion) From 3ac5fed7e6bbfda426dd9fbf711c85547cfe3555 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 09:27:50 +0000 Subject: [PATCH 0761/1121] [master] Update dependencies from dotnet/cli (#5029) * Update dependencies from https://github.com/dotnet/cli build 20190930.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19480.4 * Update dependencies from https://github.com/dotnet/cli build 20190930.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19480.6 * Update dependencies from https://github.com/dotnet/cli build 20191001.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 248a0ac27..d43700ad1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 1f4478755d57ed37058096ed739bbdf9b3d2eb3c + 6a7a257e320a08cf4e9933ce53732aa427685691 diff --git a/eng/Versions.props b/eng/Versions.props index 962f56f0f..548f7ee7d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19480.3 + 5.0.100-alpha1.19501.3 0.2.0 From 0035faa0223e0295da3597e1be81a279b7bb8606 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 11:10:42 +0000 Subject: [PATCH 0762/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191001.1 (#5035) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19480.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19480.4 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d43700ad1..a0e26aac6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 9007b59878977fc54840d169483bc593e83f2205 + b51799c4f5cee439b248310a17d7edaddfbee8af - + https://github.com/dotnet/core-setup - 9007b59878977fc54840d169483bc593e83f2205 + b51799c4f5cee439b248310a17d7edaddfbee8af - + https://github.com/dotnet/core-setup - 9007b59878977fc54840d169483bc593e83f2205 + b51799c4f5cee439b248310a17d7edaddfbee8af https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 6a7a257e320a08cf4e9933ce53732aa427685691 - + https://github.com/dotnet/winforms - 8ecc2b49acfd44f607d4ad9b7add1e80dcb3d88d + 15610a77c574b3f390893699143d33fbbc94d756 - + https://github.com/dotnet/wpf - f1dd4c886184778305f0bd52bef52c387634da5a + 672a97c98de5e0e8798c56730c6977e80315d099 diff --git a/eng/Versions.props b/eng/Versions.props index 548f7ee7d..ddc4ea189 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19474.2 + 5.0.0-alpha1.19480.3 - 5.0.0-alpha1.19480.3 + 5.0.0-alpha1.19480.4 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19480.26 + 5.0.0-alpha1.19501.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19480.26 + 2.1.0-alpha1.19501.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19480.26 + 5.0.0-alpha1.19501.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 45fa659f57e626b975acc579ed18f9e8e9f524e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 13:50:30 +0000 Subject: [PATCH 0763/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191001.2 (#5037) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19480.6 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19480.5 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a0e26aac6..c098bc630 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b51799c4f5cee439b248310a17d7edaddfbee8af + c7dcc736e0559924ef19d8f84132f915ca128b29 - + https://github.com/dotnet/core-setup - b51799c4f5cee439b248310a17d7edaddfbee8af + c7dcc736e0559924ef19d8f84132f915ca128b29 - + https://github.com/dotnet/core-setup - b51799c4f5cee439b248310a17d7edaddfbee8af + c7dcc736e0559924ef19d8f84132f915ca128b29 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 6a7a257e320a08cf4e9933ce53732aa427685691 - + https://github.com/dotnet/winforms - 15610a77c574b3f390893699143d33fbbc94d756 + 3750c43d5d9b5161be967e39fd848c89d6479ff5 - + https://github.com/dotnet/wpf - 672a97c98de5e0e8798c56730c6977e80315d099 + 5a34a5ce423dcbabe395b84d1364cd490763c104 diff --git a/eng/Versions.props b/eng/Versions.props index ddc4ea189..007329364 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19480.3 + 5.0.0-alpha1.19480.6 - 5.0.0-alpha1.19480.4 + 5.0.0-alpha1.19480.5 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.1 + 5.0.0-alpha1.19501.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.1 + 2.1.0-alpha1.19501.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.1 + 5.0.0-alpha1.19501.2 $(MicrosoftWindowsDesktopAppPackageVersion) From f4bb2d8ff43393b83cc20f03aba421f645b4280f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 14:49:38 +0000 Subject: [PATCH 0764/1121] [master] Update dependencies from dotnet/sdk (#5001) * Update dependencies from https://github.com/dotnet/sdk build 20190928.1 - Microsoft.NET.Sdk - 5.0.100-alpha1.19478.1 * Update dependencies from https://github.com/dotnet/sdk build 20191001.2 - Microsoft.NET.Sdk - 5.0.100-alpha1.19501.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c098bc630..01b1ec357 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset fff60983f7514498d2a343e349a78474ffbfb181 - + https://github.com/dotnet/sdk - b28a8efbfb30d84019351abb3aa9a2b15e008662 + 419501cb5731805c7e49bae276a2938e7c1844de https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 007329364..fb6d80942 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19477.5 + 5.0.100-alpha1.19501.2 $(MicrosoftNETSdkPackageVersion) From 33034a7567db7c47c316caff0acd71d6837ecaa4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 16:05:33 +0000 Subject: [PATCH 0765/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191001.3 (#5039) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 01b1ec357..423a2fdd0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c7dcc736e0559924ef19d8f84132f915ca128b29 + af6823b4dd45c07d22b3a3d6e44a6c05145aa28a - + https://github.com/dotnet/core-setup - c7dcc736e0559924ef19d8f84132f915ca128b29 + af6823b4dd45c07d22b3a3d6e44a6c05145aa28a - + https://github.com/dotnet/core-setup - c7dcc736e0559924ef19d8f84132f915ca128b29 + af6823b4dd45c07d22b3a3d6e44a6c05145aa28a https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index fb6d80942..de17ff399 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.2 + 5.0.0-alpha1.19501.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.2 + 2.1.0-alpha1.19501.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.2 + 5.0.0-alpha1.19501.3 $(MicrosoftWindowsDesktopAppPackageVersion) From a1ff3682e01c4e65065e6b43774961e31d20bab0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 17:20:32 +0000 Subject: [PATCH 0766/1121] Update dependencies from https://github.com/dotnet/cli build 20191001.6 (#5040) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 423a2fdd0..1f003b3e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 6a7a257e320a08cf4e9933ce53732aa427685691 + bc52cde353067c58ad3ddfbe16efcf13c90e9e96 diff --git a/eng/Versions.props b/eng/Versions.props index de17ff399..6010f1caf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19501.3 + 5.0.100-alpha1.19501.6 0.2.0 From b915e9ec338a9c33f3f9a56d44d0e5d790d3a609 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 18:20:16 +0000 Subject: [PATCH 0767/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191001.7 (#5041) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1f003b3e6..a2b910346 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - af6823b4dd45c07d22b3a3d6e44a6c05145aa28a + c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 - + https://github.com/dotnet/core-setup - af6823b4dd45c07d22b3a3d6e44a6c05145aa28a + c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 - + https://github.com/dotnet/core-setup - af6823b4dd45c07d22b3a3d6e44a6c05145aa28a + c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6010f1caf..df2f87e73 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.3 + 5.0.0-alpha1.19501.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.3 + 2.1.0-alpha1.19501.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.3 + 5.0.0-alpha1.19501.7 $(MicrosoftWindowsDesktopAppPackageVersion) From 9a697fe29d5422782904ffe381473621a7251b30 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 18:45:44 +0000 Subject: [PATCH 0768/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191001.8 (#5043) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.8 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a2b910346..8f26d9a6e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 - + https://github.com/dotnet/core-setup c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 - + https://github.com/dotnet/core-setup c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 diff --git a/eng/Versions.props b/eng/Versions.props index df2f87e73..f6b07a2af 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.7 + 5.0.0-alpha1.19501.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.7 + 2.1.0-alpha1.19501.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.7 + 5.0.0-alpha1.19501.8 $(MicrosoftWindowsDesktopAppPackageVersion) From c14ca3a850e28e39d2fc60df7a0d84b1b1305d73 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 19:45:32 +0000 Subject: [PATCH 0769/1121] Update dependencies from https://github.com/dotnet/cli build 20191001.7 (#5044) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8f26d9a6e..8cca9d215 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - bc52cde353067c58ad3ddfbe16efcf13c90e9e96 + c011825581712b1bc921ce9b10518b8b7cb32a13 diff --git a/eng/Versions.props b/eng/Versions.props index f6b07a2af..fd9dd31ae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19501.6 + 5.0.100-alpha1.19501.7 0.2.0 From 711cb9871e70967f574693c664f96c6d8bcaf43c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 20:26:55 +0000 Subject: [PATCH 0770/1121] Update dependencies from https://github.com/dotnet/cli build 20191001.8 (#5045) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8cca9d215..6aa0faed7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - c011825581712b1bc921ce9b10518b8b7cb32a13 + 548fffa81e7bf33cfd96b31b416468b767cf77ac diff --git a/eng/Versions.props b/eng/Versions.props index fd9dd31ae..4a4442430 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19501.7 + 5.0.100-alpha1.19501.8 0.2.0 From d8797e74ac94301aca9c74e08fd6a1e5b342911e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 22:25:45 +0000 Subject: [PATCH 0771/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191001.10 (#5048) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6aa0faed7..90ac648ab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 + 1def95819b537ec19aa89e774578bc66b0507609 - + https://github.com/dotnet/core-setup - c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 + 1def95819b537ec19aa89e774578bc66b0507609 - + https://github.com/dotnet/core-setup - c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 + 1def95819b537ec19aa89e774578bc66b0507609 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 4a4442430..cd254657b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.8 + 5.0.0-alpha1.19501.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.8 + 2.1.0-alpha1.19501.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.8 + 5.0.0-alpha1.19501.10 $(MicrosoftWindowsDesktopAppPackageVersion) From b4968aa851907392655a91ead63349f97ef3fbf1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 23:55:56 +0000 Subject: [PATCH 0772/1121] Update dependencies from https://github.com/dotnet/cli build 20191001.10 (#5050) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 90ac648ab..4db1b113d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 548fffa81e7bf33cfd96b31b416468b767cf77ac + 5a359b45d1ebd1e165dc377b741de6e1528162d2 diff --git a/eng/Versions.props b/eng/Versions.props index cd254657b..8fa6471f2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19501.8 + 5.0.100-alpha1.19501.10 0.2.0 From 02d2020cbef49b14ef29ccb281e1b0a11a8236de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 01:20:48 +0000 Subject: [PATCH 0773/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191001.14 (#5051) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.14 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4db1b113d..7d0ffe7a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 1def95819b537ec19aa89e774578bc66b0507609 + c5306ac30343f69ec8dafe6d00eb372fbbe21629 - + https://github.com/dotnet/core-setup - 1def95819b537ec19aa89e774578bc66b0507609 + c5306ac30343f69ec8dafe6d00eb372fbbe21629 - + https://github.com/dotnet/core-setup - 1def95819b537ec19aa89e774578bc66b0507609 + c5306ac30343f69ec8dafe6d00eb372fbbe21629 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8fa6471f2..dc9c21723 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.10 + 5.0.0-alpha1.19501.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.10 + 2.1.0-alpha1.19501.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.10 + 5.0.0-alpha1.19501.14 $(MicrosoftWindowsDesktopAppPackageVersion) From 5fc88de47b8899acc6a514fb3637c9541ef70d16 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 05:55:11 +0000 Subject: [PATCH 0774/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191001.19 (#5053) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.19 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.19 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.19 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19501.4 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7d0ffe7a5..6f0b800ab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c5306ac30343f69ec8dafe6d00eb372fbbe21629 + f438438d5116fa495b5493e949f131ba52ba24ba - + https://github.com/dotnet/core-setup - c5306ac30343f69ec8dafe6d00eb372fbbe21629 + f438438d5116fa495b5493e949f131ba52ba24ba - + https://github.com/dotnet/core-setup - c5306ac30343f69ec8dafe6d00eb372fbbe21629 + f438438d5116fa495b5493e949f131ba52ba24ba https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms 3750c43d5d9b5161be967e39fd848c89d6479ff5 - + https://github.com/dotnet/wpf - 5a34a5ce423dcbabe395b84d1364cd490763c104 + 185e2e8c62ede5c188bf3655f862f87eba4a3cb5 diff --git a/eng/Versions.props b/eng/Versions.props index dc9c21723..2fa986ac3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19480.5 + 5.0.0-alpha1.19501.4 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.14 + 5.0.0-alpha1.19501.19 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.14 + 2.1.0-alpha1.19501.19 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.14 + 5.0.0-alpha1.19501.19 $(MicrosoftWindowsDesktopAppPackageVersion) From 675d4cb88b2fc01fd89b7d443ff6ee10df2f2c3c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 06:25:42 +0000 Subject: [PATCH 0775/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191001.21 (#5056) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.21 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.21 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.21 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6f0b800ab..b07c78851 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup f438438d5116fa495b5493e949f131ba52ba24ba - + https://github.com/dotnet/core-setup f438438d5116fa495b5493e949f131ba52ba24ba - + https://github.com/dotnet/core-setup f438438d5116fa495b5493e949f131ba52ba24ba diff --git a/eng/Versions.props b/eng/Versions.props index 2fa986ac3..e567f5a8f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.19 + 5.0.0-alpha1.19501.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.19 + 2.1.0-alpha1.19501.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.19 + 5.0.0-alpha1.19501.21 $(MicrosoftWindowsDesktopAppPackageVersion) From ca90283c8f518d1be76ff70d8c4272851aa93fe5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 08:26:08 +0000 Subject: [PATCH 0776/1121] [master] Update dependencies from dotnet/cli (#5057) * Update dependencies from https://github.com/dotnet/cli build 20191001.14 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.14 * Update dependencies from https://github.com/dotnet/cli build 20191001.16 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.16 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b07c78851..f7912f059 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 5a359b45d1ebd1e165dc377b741de6e1528162d2 + f566a0cd88c952f02baf91b60f3fcdc11f9cc9dd diff --git a/eng/Versions.props b/eng/Versions.props index e567f5a8f..2fd553b52 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19501.10 + 5.0.100-alpha1.19501.16 0.2.0 From 466cf27d57b9eb67755686dcac7eb34200a4ffd8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 08:50:38 +0000 Subject: [PATCH 0777/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191001.23 (#5059) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.23 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.23 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.23 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f7912f059..9a6586044 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - f438438d5116fa495b5493e949f131ba52ba24ba + 472fabe8c5cf934760974d62a0b0ceb2ead63e17 - + https://github.com/dotnet/core-setup - f438438d5116fa495b5493e949f131ba52ba24ba + 472fabe8c5cf934760974d62a0b0ceb2ead63e17 - + https://github.com/dotnet/core-setup - f438438d5116fa495b5493e949f131ba52ba24ba + 472fabe8c5cf934760974d62a0b0ceb2ead63e17 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 2fd553b52..0e6f8cc45 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.21 + 5.0.0-alpha1.19501.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.21 + 2.1.0-alpha1.19501.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.21 + 5.0.0-alpha1.19501.23 $(MicrosoftWindowsDesktopAppPackageVersion) From 841a8bb2d4f87fc6ce77c44bcd50ecfbe6a2e1df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 12:25:38 +0000 Subject: [PATCH 0778/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191002.2 (#5063) - Microsoft.NETCore.App - 5.0.0-alpha1.19502.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19502.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19502.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19501.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19501.5 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9a6586044..2da7001c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 472fabe8c5cf934760974d62a0b0ceb2ead63e17 + ba2095a5755a040850bdc4b423fab1ca26da4025 - + https://github.com/dotnet/core-setup - 472fabe8c5cf934760974d62a0b0ceb2ead63e17 + ba2095a5755a040850bdc4b423fab1ca26da4025 - + https://github.com/dotnet/core-setup - 472fabe8c5cf934760974d62a0b0ceb2ead63e17 + ba2095a5755a040850bdc4b423fab1ca26da4025 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ f566a0cd88c952f02baf91b60f3fcdc11f9cc9dd - + https://github.com/dotnet/winforms - 3750c43d5d9b5161be967e39fd848c89d6479ff5 + 7b3aca5a1efc1760bf330a79b89e77a08b538e40 - + https://github.com/dotnet/wpf - 185e2e8c62ede5c188bf3655f862f87eba4a3cb5 + 9d29e7c142298f9c630c7531db5a42a48bd2f10f diff --git a/eng/Versions.props b/eng/Versions.props index 0e6f8cc45..80b6a8e2f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19480.6 + 5.0.0-alpha1.19501.2 - 5.0.0-alpha1.19501.4 + 5.0.0-alpha1.19501.5 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.23 + 5.0.0-alpha1.19502.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.23 + 2.1.0-alpha1.19502.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.23 + 5.0.0-alpha1.19502.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 59288fd82bfc8469926f30ab3b74cf7bb623cc49 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 15:10:42 +0000 Subject: [PATCH 0779/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191002.3 (#5065) - Microsoft.NETCore.App - 5.0.0-alpha1.19502.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19502.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19502.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19501.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19501.7 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2da7001c3..4a74f358c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ba2095a5755a040850bdc4b423fab1ca26da4025 + a36c0669b13483d93cd74090839644932d574faa - + https://github.com/dotnet/core-setup - ba2095a5755a040850bdc4b423fab1ca26da4025 + a36c0669b13483d93cd74090839644932d574faa - + https://github.com/dotnet/core-setup - ba2095a5755a040850bdc4b423fab1ca26da4025 + a36c0669b13483d93cd74090839644932d574faa https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ f566a0cd88c952f02baf91b60f3fcdc11f9cc9dd - + https://github.com/dotnet/winforms - 7b3aca5a1efc1760bf330a79b89e77a08b538e40 + fec2b23f60b0a4c4d3bee27b2f6be627e8f4482c - + https://github.com/dotnet/wpf - 9d29e7c142298f9c630c7531db5a42a48bd2f10f + 8bbae2f230bd06f0f31dbb77c166b263dc832fb7 diff --git a/eng/Versions.props b/eng/Versions.props index 80b6a8e2f..7f002f0a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19501.2 + 5.0.0-alpha1.19501.3 - 5.0.0-alpha1.19501.5 + 5.0.0-alpha1.19501.7 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19502.2 + 5.0.0-alpha1.19502.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19502.2 + 2.1.0-alpha1.19502.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19502.2 + 5.0.0-alpha1.19502.3 $(MicrosoftWindowsDesktopAppPackageVersion) From fa887bbb51803ea4ef252ac01de7ce7dc641bed4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 16:42:05 +0000 Subject: [PATCH 0780/1121] [master] Update dependencies from dotnet/cli (#5064) * Update dependencies from https://github.com/dotnet/cli build 20191002.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19502.4 * Update dependencies from https://github.com/dotnet/cli build 20191002.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19502.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4a74f358c..fd76dab54 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - f566a0cd88c952f02baf91b60f3fcdc11f9cc9dd + 0d67a0095bd98bbce9981adc30c3905e7c386529 diff --git a/eng/Versions.props b/eng/Versions.props index 7f002f0a4..18791aa1d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19501.16 + 5.0.100-alpha1.19502.5 0.2.0 From b76edc6346520f9c588257232435812635ae96ee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 20:55:33 +0000 Subject: [PATCH 0781/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191002.8 (#5068) - Microsoft.NETCore.App - 5.0.0-alpha1.19502.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19502.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19502.8 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19502.2 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fd76dab54..e0b5e492f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a36c0669b13483d93cd74090839644932d574faa + c094df5549d457f89d395ab4ab77c5cfa3665dbb - + https://github.com/dotnet/core-setup - a36c0669b13483d93cd74090839644932d574faa + c094df5549d457f89d395ab4ab77c5cfa3665dbb - + https://github.com/dotnet/core-setup - a36c0669b13483d93cd74090839644932d574faa + c094df5549d457f89d395ab4ab77c5cfa3665dbb https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms fec2b23f60b0a4c4d3bee27b2f6be627e8f4482c - + https://github.com/dotnet/wpf - 8bbae2f230bd06f0f31dbb77c166b263dc832fb7 + 7a24482e3a0bba126ef31ea3cd35e15bfcb26b32 diff --git a/eng/Versions.props b/eng/Versions.props index 18791aa1d..8b9173e14 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19501.7 + 5.0.0-alpha1.19502.2 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19502.3 + 5.0.0-alpha1.19502.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19502.3 + 2.1.0-alpha1.19502.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19502.3 + 5.0.0-alpha1.19502.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 6a1f8d7068e4ebf94ad29598fcf646442c44634b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 02:55:28 +0000 Subject: [PATCH 0782/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191002.20 (#5080) - Microsoft.NETCore.App - 5.0.0-alpha1.19502.20 - NETStandard.Library.Ref - 2.1.0-alpha1.19502.20 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19502.20 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0b5e492f..b22239ea7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c094df5549d457f89d395ab4ab77c5cfa3665dbb + b3218cd12e968f539c95447da90608357ebda318 - + https://github.com/dotnet/core-setup - c094df5549d457f89d395ab4ab77c5cfa3665dbb + b3218cd12e968f539c95447da90608357ebda318 - + https://github.com/dotnet/core-setup - c094df5549d457f89d395ab4ab77c5cfa3665dbb + b3218cd12e968f539c95447da90608357ebda318 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8b9173e14..fc02b9af3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19502.8 + 5.0.0-alpha1.19502.20 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19502.8 + 2.1.0-alpha1.19502.20 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19502.8 + 5.0.0-alpha1.19502.20 $(MicrosoftWindowsDesktopAppPackageVersion) From 2cd543ee7727f5b3ba00f643465a8c1a97027f89 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 04:17:36 +0000 Subject: [PATCH 0783/1121] [master] Update dependencies from dotnet/cli (#5076) * Update dependencies from https://github.com/dotnet/cli build 20191002.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19502.7 * Update dependencies from https://github.com/dotnet/cli build 20191002.11 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19502.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b22239ea7..a3e274adb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 0d67a0095bd98bbce9981adc30c3905e7c386529 + c7e7802dce978d97780472e489319d2cb78df0fc diff --git a/eng/Versions.props b/eng/Versions.props index fc02b9af3..a3642acef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19502.5 + 5.0.100-alpha1.19502.11 0.2.0 From 81b7766db89b3ca27901c57f681566cc66d1009b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 05:25:31 +0000 Subject: [PATCH 0784/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191002.24 (#5084) - Microsoft.NETCore.App - 5.0.0-alpha1.19502.24 - NETStandard.Library.Ref - 2.1.0-alpha1.19502.24 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19502.24 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19502.3 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a3e274adb..789542c39 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b3218cd12e968f539c95447da90608357ebda318 + 58df33a9d497a5a68af81c33cdbcb31180613ea7 - + https://github.com/dotnet/core-setup - b3218cd12e968f539c95447da90608357ebda318 + 58df33a9d497a5a68af81c33cdbcb31180613ea7 - + https://github.com/dotnet/core-setup - b3218cd12e968f539c95447da90608357ebda318 + 58df33a9d497a5a68af81c33cdbcb31180613ea7 https://github.com/aspnet/AspNetCore @@ -59,7 +59,7 @@ https://github.com/dotnet/winforms fec2b23f60b0a4c4d3bee27b2f6be627e8f4482c - + https://github.com/dotnet/wpf 7a24482e3a0bba126ef31ea3cd35e15bfcb26b32 diff --git a/eng/Versions.props b/eng/Versions.props index a3642acef..f2b6e8413 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19502.2 + 5.0.0-alpha1.19502.3 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19502.20 + 5.0.0-alpha1.19502.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19502.20 + 2.1.0-alpha1.19502.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19502.20 + 5.0.0-alpha1.19502.24 $(MicrosoftWindowsDesktopAppPackageVersion) From 005512d14c9384d6a0256bdf1ae45b97076f895d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 06:10:28 +0000 Subject: [PATCH 0785/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191002.25 (#5085) - Microsoft.NETCore.App - 5.0.0-alpha1.19502.25 - NETStandard.Library.Ref - 2.1.0-alpha1.19502.25 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19502.25 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 789542c39..bc3428f57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 58df33a9d497a5a68af81c33cdbcb31180613ea7 - + https://github.com/dotnet/core-setup 58df33a9d497a5a68af81c33cdbcb31180613ea7 - + https://github.com/dotnet/core-setup 58df33a9d497a5a68af81c33cdbcb31180613ea7 diff --git a/eng/Versions.props b/eng/Versions.props index f2b6e8413..9b4739f3a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19502.24 + 5.0.0-alpha1.19502.25 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19502.24 + 2.1.0-alpha1.19502.25 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19502.24 + 5.0.0-alpha1.19502.25 $(MicrosoftWindowsDesktopAppPackageVersion) From 775c078fd0b707f90f4fa24b824f8a7622dd15dd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 11:35:33 +0000 Subject: [PATCH 0786/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191003.1 (#5089) - Microsoft.NETCore.App - 5.0.0-alpha1.19503.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19502.1 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19502.4 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc3428f57..2d6a21149 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 58df33a9d497a5a68af81c33cdbcb31180613ea7 + 5af8549566116dbc3c6347036076d664db949e33 - + https://github.com/dotnet/core-setup - 58df33a9d497a5a68af81c33cdbcb31180613ea7 + 5af8549566116dbc3c6347036076d664db949e33 - + https://github.com/dotnet/core-setup - 58df33a9d497a5a68af81c33cdbcb31180613ea7 + 5af8549566116dbc3c6347036076d664db949e33 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ c7e7802dce978d97780472e489319d2cb78df0fc - + https://github.com/dotnet/winforms - fec2b23f60b0a4c4d3bee27b2f6be627e8f4482c + 231650a60977a0ad415e03a91f126c0cde7f76ee - + https://github.com/dotnet/wpf - 7a24482e3a0bba126ef31ea3cd35e15bfcb26b32 + 05b9224f9ec19152caab50b2eecf082a42572896 diff --git a/eng/Versions.props b/eng/Versions.props index 9b4739f3a..391be8a16 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19501.3 + 5.0.0-alpha1.19502.1 - 5.0.0-alpha1.19502.3 + 5.0.0-alpha1.19502.4 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19502.25 + 5.0.0-alpha1.19503.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19502.25 + 2.1.0-alpha1.19503.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19502.25 + 5.0.0-alpha1.19503.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 6027facf4a636897604ee6d93ad532c0dcfde3c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 20:45:37 +0000 Subject: [PATCH 0787/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191003.6 (#5091) - Microsoft.NETCore.App - 5.0.0-alpha1.19503.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19502.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19503.1 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d6a21149..1806eee9e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 5af8549566116dbc3c6347036076d664db949e33 + f2e7433d926d4067e779f85642b98c89506ecf27 - + https://github.com/dotnet/core-setup - 5af8549566116dbc3c6347036076d664db949e33 + f2e7433d926d4067e779f85642b98c89506ecf27 - + https://github.com/dotnet/core-setup - 5af8549566116dbc3c6347036076d664db949e33 + f2e7433d926d4067e779f85642b98c89506ecf27 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ c7e7802dce978d97780472e489319d2cb78df0fc - + https://github.com/dotnet/winforms - 231650a60977a0ad415e03a91f126c0cde7f76ee + 2fb40d0baf02c4137cdfaab55e4dfd02919dcc9b - + https://github.com/dotnet/wpf - 05b9224f9ec19152caab50b2eecf082a42572896 + 5d956dd5d7d5e3dec4fa36d57c687901fa42c29c diff --git a/eng/Versions.props b/eng/Versions.props index 391be8a16..8b7792486 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19502.1 + 5.0.0-alpha1.19502.3 - 5.0.0-alpha1.19502.4 + 5.0.0-alpha1.19503.1 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19503.1 + 5.0.0-alpha1.19503.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19503.1 + 2.1.0-alpha1.19503.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19503.1 + 5.0.0-alpha1.19503.6 $(MicrosoftWindowsDesktopAppPackageVersion) From 2d5cdb67510e85ebefa17c0a99d34bb0cca04a92 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 22:16:56 +0000 Subject: [PATCH 0788/1121] [master] Update dependencies from dotnet/cli (#5086) * Update dependencies from https://github.com/dotnet/cli build 20191002.12 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19502.12 * Update dependencies from https://github.com/dotnet/cli build 20191003.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19503.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1806eee9e..a351bb03b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - c7e7802dce978d97780472e489319d2cb78df0fc + 32eacc664c52ba3791d09b60970d8c2198fbb01f diff --git a/eng/Versions.props b/eng/Versions.props index 8b7792486..8ef6ad56a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19502.11 + 5.0.100-alpha1.19503.2 0.2.0 From 02ce07c2acad4f0cda1f85df395d4704772aba10 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 03:07:01 +0000 Subject: [PATCH 0789/1121] [master] Update dependencies from dotnet/core-setup (#5095) * Update dependencies from https://github.com/dotnet/core-setup build 20191003.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19503.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.8 * Update dependencies from https://github.com/dotnet/core-setup build 20191003.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19503.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.9 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19503.2 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a351bb03b..4643b813b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - f2e7433d926d4067e779f85642b98c89506ecf27 + 985c34afb7f8611ffa3f0ff284f4e036210438d4 - + https://github.com/dotnet/core-setup - f2e7433d926d4067e779f85642b98c89506ecf27 + 985c34afb7f8611ffa3f0ff284f4e036210438d4 - + https://github.com/dotnet/core-setup - f2e7433d926d4067e779f85642b98c89506ecf27 + 985c34afb7f8611ffa3f0ff284f4e036210438d4 https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms 2fb40d0baf02c4137cdfaab55e4dfd02919dcc9b - + https://github.com/dotnet/wpf - 5d956dd5d7d5e3dec4fa36d57c687901fa42c29c + ca223bf39ba84eb1672a1c812bbf63bd846bca87 diff --git a/eng/Versions.props b/eng/Versions.props index 8ef6ad56a..b51599baa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19503.1 + 5.0.0-alpha1.19503.2 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19503.6 + 5.0.0-alpha1.19503.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19503.6 + 2.1.0-alpha1.19503.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19503.6 + 5.0.0-alpha1.19503.9 $(MicrosoftWindowsDesktopAppPackageVersion) From ed01033c015cdcca3d1dcb802a35eb26b67396a6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 05:35:32 +0000 Subject: [PATCH 0790/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191003.10 (#5097) - Microsoft.NETCore.App - 5.0.0-alpha1.19503.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.10 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19503.4 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4643b813b..f7bf15d86 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 985c34afb7f8611ffa3f0ff284f4e036210438d4 + b7f5e5baaad8db911cd570be55550728126014ad - + https://github.com/dotnet/core-setup - 985c34afb7f8611ffa3f0ff284f4e036210438d4 + b7f5e5baaad8db911cd570be55550728126014ad - + https://github.com/dotnet/core-setup - 985c34afb7f8611ffa3f0ff284f4e036210438d4 + b7f5e5baaad8db911cd570be55550728126014ad https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms 2fb40d0baf02c4137cdfaab55e4dfd02919dcc9b - + https://github.com/dotnet/wpf - ca223bf39ba84eb1672a1c812bbf63bd846bca87 + 89b1da627633112708367d840bc5c319e5a1ef40 diff --git a/eng/Versions.props b/eng/Versions.props index b51599baa..db26afe5c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19503.2 + 5.0.0-alpha1.19503.4 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19503.9 + 5.0.0-alpha1.19503.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19503.9 + 2.1.0-alpha1.19503.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19503.9 + 5.0.0-alpha1.19503.10 $(MicrosoftWindowsDesktopAppPackageVersion) From 8cad5e052b7413a79e480d57be98970afcaca1e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 06:25:32 +0000 Subject: [PATCH 0791/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191003.11 (#5100) - Microsoft.NETCore.App - 5.0.0-alpha1.19503.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.11 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19503.5 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f7bf15d86..2aefc6bf8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b7f5e5baaad8db911cd570be55550728126014ad + fef0b65d2ca31f8217020764225a80e05acba8f7 - + https://github.com/dotnet/core-setup - b7f5e5baaad8db911cd570be55550728126014ad + fef0b65d2ca31f8217020764225a80e05acba8f7 - + https://github.com/dotnet/core-setup - b7f5e5baaad8db911cd570be55550728126014ad + fef0b65d2ca31f8217020764225a80e05acba8f7 https://github.com/aspnet/AspNetCore @@ -59,7 +59,7 @@ https://github.com/dotnet/winforms 2fb40d0baf02c4137cdfaab55e4dfd02919dcc9b - + https://github.com/dotnet/wpf 89b1da627633112708367d840bc5c319e5a1ef40 diff --git a/eng/Versions.props b/eng/Versions.props index db26afe5c..1c36bdd7a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19503.4 + 5.0.0-alpha1.19503.5 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19503.10 + 5.0.0-alpha1.19503.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19503.10 + 2.1.0-alpha1.19503.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19503.10 + 5.0.0-alpha1.19503.11 $(MicrosoftWindowsDesktopAppPackageVersion) From 5bb187f5516e3c9db6288889be8c3db491b14042 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 07:27:43 +0000 Subject: [PATCH 0792/1121] [master] Update dependencies from dotnet/cli (#5096) * Update dependencies from https://github.com/dotnet/cli build 20191003.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19503.5 * Update dependencies from https://github.com/dotnet/cli build 20191003.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19503.6 * Update dependencies from https://github.com/dotnet/cli build 20191003.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19503.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2aefc6bf8..e8f2b3f8e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 32eacc664c52ba3791d09b60970d8c2198fbb01f + cc2e12d0a185e891c8714913796a198b7a08f38c diff --git a/eng/Versions.props b/eng/Versions.props index 1c36bdd7a..33eca23cb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19503.2 + 5.0.100-alpha1.19503.7 0.2.0 From 7481cd4133e031327792e3391fce333bd6761d24 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 09:30:31 +0000 Subject: [PATCH 0793/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191003.13 (#5101) - Microsoft.NETCore.App - 5.0.0-alpha1.19503.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e8f2b3f8e..c9168b110 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - fef0b65d2ca31f8217020764225a80e05acba8f7 + 21049ddbb7aa7e3e46451aeedd74444a6c931058 - + https://github.com/dotnet/core-setup - fef0b65d2ca31f8217020764225a80e05acba8f7 + 21049ddbb7aa7e3e46451aeedd74444a6c931058 - + https://github.com/dotnet/core-setup - fef0b65d2ca31f8217020764225a80e05acba8f7 + 21049ddbb7aa7e3e46451aeedd74444a6c931058 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 33eca23cb..b0751b549 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19503.11 + 5.0.0-alpha1.19503.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19503.11 + 2.1.0-alpha1.19503.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19503.11 + 5.0.0-alpha1.19503.13 $(MicrosoftWindowsDesktopAppPackageVersion) From a8743a1aa06a72f403c26d14eb0417f5d86eac5e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 10:50:35 +0000 Subject: [PATCH 0794/1121] Update dependencies from https://github.com/dotnet/cli build 20191004.1 (#5104) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19504.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c9168b110..9efca030a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - cc2e12d0a185e891c8714913796a198b7a08f38c + 93e85afea76586f82c10054db198421671cfde40 diff --git a/eng/Versions.props b/eng/Versions.props index b0751b549..a9c7079d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19503.7 + 5.0.100-alpha1.19504.1 0.2.0 From 3b4bf7b58065cd9ded225d6b21ac2baf84e41317 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 20:15:28 +0000 Subject: [PATCH 0795/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191004.7 (#5109) - Microsoft.NETCore.App - 5.0.0-alpha1.19504.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19504.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19504.7 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19503.1 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19504.1 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9efca030a..9edcd1bba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 21049ddbb7aa7e3e46451aeedd74444a6c931058 + b31e800a7d2da49669972a5abdc6115e08f58e64 - + https://github.com/dotnet/core-setup - 21049ddbb7aa7e3e46451aeedd74444a6c931058 + b31e800a7d2da49669972a5abdc6115e08f58e64 - + https://github.com/dotnet/core-setup - 21049ddbb7aa7e3e46451aeedd74444a6c931058 + b31e800a7d2da49669972a5abdc6115e08f58e64 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 93e85afea76586f82c10054db198421671cfde40 - + https://github.com/dotnet/winforms - 2fb40d0baf02c4137cdfaab55e4dfd02919dcc9b + cf14d40dae262b353c5e2aa6cf0d35507dc279dc - + https://github.com/dotnet/wpf - 89b1da627633112708367d840bc5c319e5a1ef40 + 6cd028bbce5bb67acb60b949a6dbd8039437f1fe diff --git a/eng/Versions.props b/eng/Versions.props index a9c7079d0..752d8074a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19502.3 + 5.0.0-alpha1.19503.1 - 5.0.0-alpha1.19503.5 + 5.0.0-alpha1.19504.1 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19503.13 + 5.0.0-alpha1.19504.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19503.13 + 2.1.0-alpha1.19504.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19503.13 + 5.0.0-alpha1.19504.7 $(MicrosoftWindowsDesktopAppPackageVersion) From f59b6e01c6386b014196696fc624f2e8074e8b7b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 22:20:33 +0000 Subject: [PATCH 0796/1121] Update dependencies from https://github.com/dotnet/cli build 20191004.7 (#5111) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19504.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9edcd1bba..212e77fa8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 93e85afea76586f82c10054db198421671cfde40 + c1f403d3326ff9eecd181e073b83189d2bbd24df diff --git a/eng/Versions.props b/eng/Versions.props index 752d8074a..25d52a567 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19504.1 + 5.0.100-alpha1.19504.7 0.2.0 From a44ac3fa1cf29e2177e33b7f20856ef6f7a2fc9c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 02:35:28 +0000 Subject: [PATCH 0797/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191004.14 (#5114) - Microsoft.NETCore.App - 5.0.0-alpha1.19504.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19504.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19504.14 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19504.3 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 212e77fa8..aa0e093a9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b31e800a7d2da49669972a5abdc6115e08f58e64 + b903a6e815dbcec7acfeef39db1e9189fef7ed69 - + https://github.com/dotnet/core-setup - b31e800a7d2da49669972a5abdc6115e08f58e64 + b903a6e815dbcec7acfeef39db1e9189fef7ed69 - + https://github.com/dotnet/core-setup - b31e800a7d2da49669972a5abdc6115e08f58e64 + b903a6e815dbcec7acfeef39db1e9189fef7ed69 https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms cf14d40dae262b353c5e2aa6cf0d35507dc279dc - + https://github.com/dotnet/wpf - 6cd028bbce5bb67acb60b949a6dbd8039437f1fe + 2e840efbac4cf916fe35d22d279d42ed02915cc6 diff --git a/eng/Versions.props b/eng/Versions.props index 25d52a567..a576ff171 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19504.1 + 5.0.0-alpha1.19504.3 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19504.7 + 5.0.0-alpha1.19504.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19504.7 + 2.1.0-alpha1.19504.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19504.7 + 5.0.0-alpha1.19504.14 $(MicrosoftWindowsDesktopAppPackageVersion) From 8f8cef9b4b2dcf166d69d5e5be23b0aa0e04df00 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 04:00:48 +0000 Subject: [PATCH 0798/1121] Update dependencies from https://github.com/dotnet/cli build 20191004.21 (#5117) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19504.21 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa0e093a9..57644fbc0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - c1f403d3326ff9eecd181e073b83189d2bbd24df + a6c82f5bc91e500a8ecde4365809da134a425e29 diff --git a/eng/Versions.props b/eng/Versions.props index a576ff171..6100bb47d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19504.7 + 5.0.100-alpha1.19504.21 0.2.0 From 9a7c13c97cc466cf3f7a8a63af2fc8d2ead2b7ba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 05:20:26 +0000 Subject: [PATCH 0799/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191004.16 (#5119) - Microsoft.NETCore.App - 5.0.0-alpha1.19504.16 - NETStandard.Library.Ref - 2.1.0-alpha1.19504.16 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19504.16 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57644fbc0..53a9e36ad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b903a6e815dbcec7acfeef39db1e9189fef7ed69 + 96ed7d1ffb1a3662751bc650a8d6bd09511f11e3 - + https://github.com/dotnet/core-setup - b903a6e815dbcec7acfeef39db1e9189fef7ed69 + 96ed7d1ffb1a3662751bc650a8d6bd09511f11e3 - + https://github.com/dotnet/core-setup - b903a6e815dbcec7acfeef39db1e9189fef7ed69 + 96ed7d1ffb1a3662751bc650a8d6bd09511f11e3 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6100bb47d..258bce009 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19504.14 + 5.0.0-alpha1.19504.16 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19504.14 + 2.1.0-alpha1.19504.16 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19504.14 + 5.0.0-alpha1.19504.16 $(MicrosoftWindowsDesktopAppPackageVersion) From d1ad8f7e3040295f3b2e45958ad1268593c73fe9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 16:45:33 +0000 Subject: [PATCH 0800/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191005.1 (#5126) - Microsoft.NETCore.App - 5.0.0-alpha1.19505.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19505.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19505.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19504.4 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 53a9e36ad..41380cd36 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 96ed7d1ffb1a3662751bc650a8d6bd09511f11e3 + 97743697c47a50a8eec8669c24e2ae9ce78fefc8 - + https://github.com/dotnet/core-setup - 96ed7d1ffb1a3662751bc650a8d6bd09511f11e3 + 97743697c47a50a8eec8669c24e2ae9ce78fefc8 - + https://github.com/dotnet/core-setup - 96ed7d1ffb1a3662751bc650a8d6bd09511f11e3 + 97743697c47a50a8eec8669c24e2ae9ce78fefc8 https://github.com/aspnet/AspNetCore @@ -59,7 +59,7 @@ https://github.com/dotnet/winforms cf14d40dae262b353c5e2aa6cf0d35507dc279dc - + https://github.com/dotnet/wpf 2e840efbac4cf916fe35d22d279d42ed02915cc6 diff --git a/eng/Versions.props b/eng/Versions.props index 258bce009..b3a429c4c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19504.3 + 5.0.0-alpha1.19504.4 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19504.16 + 5.0.0-alpha1.19505.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19504.16 + 2.1.0-alpha1.19505.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19504.16 + 5.0.0-alpha1.19505.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 32de24580a6a127f5de20e4a704464ea9dab681b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 18:20:30 +0000 Subject: [PATCH 0801/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191005.2 (#5127) - Microsoft.NETCore.App - 5.0.0-alpha1.19505.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19505.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19505.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 41380cd36..44dfc21e8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 97743697c47a50a8eec8669c24e2ae9ce78fefc8 + 575362a5705c749dce2eb4797f9d23fe4731884a - + https://github.com/dotnet/core-setup - 97743697c47a50a8eec8669c24e2ae9ce78fefc8 + 575362a5705c749dce2eb4797f9d23fe4731884a - + https://github.com/dotnet/core-setup - 97743697c47a50a8eec8669c24e2ae9ce78fefc8 + 575362a5705c749dce2eb4797f9d23fe4731884a https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b3a429c4c..f8a37b8ed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19505.1 + 5.0.0-alpha1.19505.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19505.1 + 2.1.0-alpha1.19505.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19505.1 + 5.0.0-alpha1.19505.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 3b9a9726b91ca0a6b8b06c0e2be9a2d6ead0cf6d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 18:35:36 +0000 Subject: [PATCH 0802/1121] Update dependencies from https://github.com/dotnet/cli build 20191005.5 (#5129) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19505.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44dfc21e8..25cf10094 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - a6c82f5bc91e500a8ecde4365809da134a425e29 + 31926ad5992afdd1ae608146d44f82a541e63e63 diff --git a/eng/Versions.props b/eng/Versions.props index f8a37b8ed..5f3fc629a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19504.21 + 5.0.100-alpha1.19505.5 0.2.0 From 47c7919cc858f151bd4929a1657e7f8655339ba0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 19:35:29 +0000 Subject: [PATCH 0803/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191005.3 (#5131) - Microsoft.NETCore.App - 5.0.0-alpha1.19505.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19505.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19505.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 25cf10094..ffce5bea7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 575362a5705c749dce2eb4797f9d23fe4731884a - + https://github.com/dotnet/core-setup 575362a5705c749dce2eb4797f9d23fe4731884a - + https://github.com/dotnet/core-setup 575362a5705c749dce2eb4797f9d23fe4731884a diff --git a/eng/Versions.props b/eng/Versions.props index 5f3fc629a..90f92da13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19505.2 + 5.0.0-alpha1.19505.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19505.2 + 2.1.0-alpha1.19505.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19505.2 + 5.0.0-alpha1.19505.3 $(MicrosoftWindowsDesktopAppPackageVersion) From cd178dd988857b84cfdc4c7ba9d70bf4b8a67b65 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 20:00:40 +0000 Subject: [PATCH 0804/1121] Update dependencies from https://github.com/dotnet/cli build 20191005.7 (#5132) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19505.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ffce5bea7..4b863496d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 31926ad5992afdd1ae608146d44f82a541e63e63 + 70bc06197db9363d64dd54a2899fe9c7b1dcee49 diff --git a/eng/Versions.props b/eng/Versions.props index 90f92da13..f2df882d2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19505.5 + 5.0.100-alpha1.19505.7 0.2.0 From 861ae4b80a5eba0493db14277143e75e82d54c68 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 21:30:28 +0000 Subject: [PATCH 0805/1121] Update dependencies from https://github.com/dotnet/cli build 20191005.8 (#5134) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19505.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b863496d..73a7a6825 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 70bc06197db9363d64dd54a2899fe9c7b1dcee49 + c66864aae6dc3f5de5750845c0491b00595b6ab4 diff --git a/eng/Versions.props b/eng/Versions.props index f2df882d2..24b66e417 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19505.7 + 5.0.100-alpha1.19505.8 0.2.0 From 8f37d7cde0a9356062de0f6d19063870dce6a433 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 07:10:29 +0000 Subject: [PATCH 0806/1121] Update dependencies from https://github.com/dotnet/cli build 20191005.12 (#5141) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19505.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 73a7a6825..55c0dfe74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - c66864aae6dc3f5de5750845c0491b00595b6ab4 + 2a098f78500e0572adf7d6b5a0e71569d6b542a6 diff --git a/eng/Versions.props b/eng/Versions.props index 24b66e417..2d2159c5e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19505.8 + 5.0.100-alpha1.19505.12 0.2.0 From 1699410037d3e93877a5d84394e78b18dfe1baa8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 16:39:52 +0000 Subject: [PATCH 0807/1121] [master] Update dependencies from dotnet/core-setup (#5139) * Update dependencies from https://github.com/dotnet/core-setup build 20191005.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19505.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19505.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19505.6 * Update dependencies from https://github.com/dotnet/core-setup build 20191006.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19506.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19506.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19506.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 55c0dfe74..ecc33933d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 575362a5705c749dce2eb4797f9d23fe4731884a + 245060c4e2989b831f532facbe88ead3eaae879f - + https://github.com/dotnet/core-setup - 575362a5705c749dce2eb4797f9d23fe4731884a + 245060c4e2989b831f532facbe88ead3eaae879f - + https://github.com/dotnet/core-setup - 575362a5705c749dce2eb4797f9d23fe4731884a + 245060c4e2989b831f532facbe88ead3eaae879f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 2d2159c5e..db95e71b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19505.3 + 5.0.0-alpha1.19506.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19505.3 + 2.1.0-alpha1.19506.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19505.3 + 5.0.0-alpha1.19506.2 $(MicrosoftWindowsDesktopAppPackageVersion) From f67cf05a5f69714bd76cb44b9ab173a86d964031 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 17:50:33 +0000 Subject: [PATCH 0808/1121] Update dependencies from https://github.com/dotnet/cli build 20191006.4 (#5144) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19506.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ecc33933d..18d46c2e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 2a098f78500e0572adf7d6b5a0e71569d6b542a6 + 02b945899dfd9b0c3e6f267c0351481815b4b091 diff --git a/eng/Versions.props b/eng/Versions.props index db95e71b3..27269017c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19505.12 + 5.0.100-alpha1.19506.4 0.2.0 From 141ac4b88c7ff27a127b6403daa6c93b83c68888 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 18:55:18 +0000 Subject: [PATCH 0809/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191006.4 (#5146) - Microsoft.NETCore.App - 5.0.0-alpha1.19506.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19506.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19506.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 18d46c2e9..482628775 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 245060c4e2989b831f532facbe88ead3eaae879f + 7f265162d279b089aea37cbcd93ccf50c29c42b9 - + https://github.com/dotnet/core-setup - 245060c4e2989b831f532facbe88ead3eaae879f + 7f265162d279b089aea37cbcd93ccf50c29c42b9 - + https://github.com/dotnet/core-setup - 245060c4e2989b831f532facbe88ead3eaae879f + 7f265162d279b089aea37cbcd93ccf50c29c42b9 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 27269017c..90e0dacf1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19506.2 + 5.0.0-alpha1.19506.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19506.2 + 2.1.0-alpha1.19506.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19506.2 + 5.0.0-alpha1.19506.4 $(MicrosoftWindowsDesktopAppPackageVersion) From a2e98ffff2be8b0c200c2ea405f7ee61214b959b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 19:25:46 +0000 Subject: [PATCH 0810/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191006.3 (#5149) - Microsoft.NETCore.App - 5.0.0-alpha1.19506.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19506.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19506.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 482628775..a74977f36 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 7f265162d279b089aea37cbcd93ccf50c29c42b9 - + https://github.com/dotnet/core-setup 7f265162d279b089aea37cbcd93ccf50c29c42b9 - + https://github.com/dotnet/core-setup 7f265162d279b089aea37cbcd93ccf50c29c42b9 diff --git a/eng/Versions.props b/eng/Versions.props index 90e0dacf1..1da033154 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19506.4 + 5.0.0-alpha1.19506.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19506.4 + 2.1.0-alpha1.19506.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19506.4 + 5.0.0-alpha1.19506.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 66cb444a47d150ee48af9cdf2ef85777da6c414d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 22:05:26 +0000 Subject: [PATCH 0811/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191006.5 (#5153) - Microsoft.NETCore.App - 5.0.0-alpha1.19506.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19506.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19506.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a74977f36..ef4f4a561 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7f265162d279b089aea37cbcd93ccf50c29c42b9 + 3fccad76fc65967dc194983284c3a43de37e95a0 - + https://github.com/dotnet/core-setup - 7f265162d279b089aea37cbcd93ccf50c29c42b9 + 3fccad76fc65967dc194983284c3a43de37e95a0 - + https://github.com/dotnet/core-setup - 7f265162d279b089aea37cbcd93ccf50c29c42b9 + 3fccad76fc65967dc194983284c3a43de37e95a0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 1da033154..1fe963d1a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19506.3 + 5.0.0-alpha1.19506.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19506.3 + 2.1.0-alpha1.19506.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19506.3 + 5.0.0-alpha1.19506.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 5972c00191f1b58ce0e19a949b86c2409057fedf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 23:31:37 +0000 Subject: [PATCH 0812/1121] [master] Update dependencies from dotnet/cli (#5150) * Update dependencies from https://github.com/dotnet/cli build 20191006.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19506.5 * Update dependencies from https://github.com/dotnet/cli build 20191006.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19506.7 * Update dependencies from https://github.com/dotnet/cli build 20191006.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19506.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef4f4a561..50b575747 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 02b945899dfd9b0c3e6f267c0351481815b4b091 + 5d18a0511f5b09cd8145bb4398c2c959ce97d31b diff --git a/eng/Versions.props b/eng/Versions.props index 1fe963d1a..b9b6dc09a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19506.4 + 5.0.100-alpha1.19506.8 0.2.0 From 3dc4e54fc15fb5b7e7c46dbd2032e63dabe167bf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 00:53:00 +0000 Subject: [PATCH 0813/1121] [master] Update dependencies from dotnet/toolset (#5011) * Update dependencies from https://github.com/dotnet/toolset build 20190929.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19479.1 * Update dependencies from https://github.com/dotnet/toolset build 20190929.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19479.2 * Update dependencies from https://github.com/dotnet/toolset build 20190930.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19480.1 * Update dependencies from https://github.com/dotnet/toolset build 20190930.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19480.3 * Update dependencies from https://github.com/dotnet/toolset build 20190930.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19480.4 * Update dependencies from https://github.com/dotnet/toolset build 20190930.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19480.6 * Update dependencies from https://github.com/dotnet/toolset build 20190930.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19480.7 * Update dependencies from https://github.com/dotnet/toolset build 20191001.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19501.6 * Update dependencies from https://github.com/dotnet/toolset build 20191001.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19501.7 * Update dependencies from https://github.com/dotnet/toolset build 20191001.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19501.9 * Update dependencies from https://github.com/dotnet/toolset build 20191001.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19501.10 * Update dependencies from https://github.com/dotnet/toolset build 20191001.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19501.14 * Update dependencies from https://github.com/dotnet/toolset build 20191001.22 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19501.22 * Update dependencies from https://github.com/dotnet/toolset build 20191002.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.2 * Update dependencies from https://github.com/dotnet/toolset build 20191002.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.8 * Update dependencies from https://github.com/dotnet/toolset build 20191002.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.9 * Update dependencies from https://github.com/dotnet/toolset build 20191002.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.10 * Update dependencies from https://github.com/dotnet/toolset build 20191002.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.11 * Update dependencies from https://github.com/dotnet/toolset build 20191002.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.14 * Update dependencies from https://github.com/dotnet/toolset build 20191002.18 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.18 * Update dependencies from https://github.com/dotnet/toolset build 20191002.19 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.19 * Update dependencies from https://github.com/dotnet/toolset build 20191003.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19503.2 * Update dependencies from https://github.com/dotnet/toolset build 20191003.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19503.7 * Update dependencies from https://github.com/dotnet/toolset build 20191003.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19503.11 * Update dependencies from https://github.com/dotnet/toolset build 20191003.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19503.13 * Update dependencies from https://github.com/dotnet/toolset build 20191004.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19504.2 * Update dependencies from https://github.com/dotnet/toolset build 20191004.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19504.5 * Update dependencies from https://github.com/dotnet/toolset build 20191004.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19504.11 * Update dependencies from https://github.com/dotnet/toolset build 20191004.16 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19504.16 * Update dependencies from https://github.com/dotnet/toolset build 20191004.32 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19504.32 * Update dependencies from https://github.com/dotnet/toolset build 20191005.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19505.8 * Update dependencies from https://github.com/dotnet/toolset build 20191005.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19505.9 * Update dependencies from https://github.com/dotnet/toolset build 20191005.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19505.13 * Update dependencies from https://github.com/dotnet/toolset build 20191005.15 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19505.15 * Update dependencies from https://github.com/dotnet/toolset build 20191005.17 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19505.17 * Update dependencies from https://github.com/dotnet/toolset build 20191005.25 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19505.25 * Update dependencies from https://github.com/dotnet/toolset build 20191006.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19506.3 * Update dependencies from https://github.com/dotnet/toolset build 20191006.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19506.4 * Update dependencies from https://github.com/dotnet/toolset build 20191006.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19506.9 * Update dependencies from https://github.com/dotnet/toolset build 20191006.12 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19506.12 * Update dependencies from https://github.com/dotnet/toolset build 20191006.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19506.14 * Update dependencies from https://github.com/dotnet/toolset build 20191006.15 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19506.15 * Update dependencies from https://github.com/dotnet/toolset build 20190809.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.3 * Update dependencies from https://github.com/dotnet/toolset build 20190809.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.4 * Update dependencies from https://github.com/dotnet/toolset build 20190809.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.10 * Update dependencies from https://github.com/dotnet/toolset build 20190811.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19411.2 * Update dependencies from https://github.com/dotnet/toolset build 20190811.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19411.3 * Update dependencies from https://github.com/dotnet/toolset build 20190812.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19412.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 50b575747..0200f8230 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - fff60983f7514498d2a343e349a78474ffbfb181 + 0228e76e7114adc99dcb516e9638412d4c00db26 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b9b6dc09a..6d79a8b52 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19478.5 + 5.0.100-alpha1.19412.1 From 16ceb358e089636be028fb8fb806ac97be9601fa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 18:20:09 +0000 Subject: [PATCH 0814/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191007.2 (#5162) - Microsoft.NETCore.App - 5.0.0-alpha1.19507.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19507.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19507.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0200f8230..bf5bd6bc5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 3fccad76fc65967dc194983284c3a43de37e95a0 + f88738a6c69ffcfad8784c4cd7080efb99d474a9 - + https://github.com/dotnet/core-setup - 3fccad76fc65967dc194983284c3a43de37e95a0 + f88738a6c69ffcfad8784c4cd7080efb99d474a9 - + https://github.com/dotnet/core-setup - 3fccad76fc65967dc194983284c3a43de37e95a0 + f88738a6c69ffcfad8784c4cd7080efb99d474a9 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6d79a8b52..91f30f44c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19506.5 + 5.0.0-alpha1.19507.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19506.5 + 2.1.0-alpha1.19507.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19506.5 + 5.0.0-alpha1.19507.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 0e5a4a72ba0d9a167cf15af9257dcbd11fd6b8a1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 18:45:38 +0000 Subject: [PATCH 0815/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191007.3 (#5163) - Microsoft.NETCore.App - 5.0.0-alpha1.19507.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19507.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19507.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bf5bd6bc5..1ec714a59 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup f88738a6c69ffcfad8784c4cd7080efb99d474a9 - + https://github.com/dotnet/core-setup f88738a6c69ffcfad8784c4cd7080efb99d474a9 - + https://github.com/dotnet/core-setup f88738a6c69ffcfad8784c4cd7080efb99d474a9 diff --git a/eng/Versions.props b/eng/Versions.props index 91f30f44c..5b864b2ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19507.2 + 5.0.0-alpha1.19507.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19507.2 + 2.1.0-alpha1.19507.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19507.2 + 5.0.0-alpha1.19507.3 $(MicrosoftWindowsDesktopAppPackageVersion) From bdad1d25a40896b7a810750d16da8d5c17cfa242 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 20:10:36 +0000 Subject: [PATCH 0816/1121] Update dependencies from https://github.com/dotnet/cli build 20191007.1 (#5164) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19507.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ec714a59..c990bed8a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 5d18a0511f5b09cd8145bb4398c2c959ce97d31b + d282ff20f28166f0e35c63929cd2124c7ba09f6a diff --git a/eng/Versions.props b/eng/Versions.props index 5b864b2ee..6c57624db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19506.8 + 5.0.100-alpha1.19507.1 0.2.0 From dab2f0c14021ac6d2dda7b7f00db9599b42bfa28 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 17:50:59 +0000 Subject: [PATCH 0817/1121] [master] Update dependencies from dotnet/windowsdesktop (#5171) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19462.11 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19462.16 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19462.11 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19462.16 (parent: Microsoft.WindowsDesktop.App) * Use dotnet/windowsdesktop outputs --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- src/redist/targets/GenerateLayout.targets | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c990bed8a..5d254cb94 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - - https://github.com/dotnet/core-setup - f88738a6c69ffcfad8784c4cd7080efb99d474a9 + + https://github.com/dotnet/windowsdesktop + 6db804ec52c804a0514fc4d19f48f3e36a8f3a14 https://github.com/dotnet/core-setup @@ -54,14 +54,14 @@ https://github.com/dotnet/cli d282ff20f28166f0e35c63929cd2124c7ba09f6a - - + + https://github.com/dotnet/winforms - cf14d40dae262b353c5e2aa6cf0d35507dc279dc + aa251536c8ae637e95faf529480e8020d69aa361 - + https://github.com/dotnet/wpf - 2e840efbac4cf916fe35d22d279d42ed02915cc6 + 11a8ba5060577dbddae4303e53583f8d4a82f172 diff --git a/eng/Versions.props b/eng/Versions.props index 6c57624db..5a46de123 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19503.1 + 5.0.0-alpha1.19462.11 - 5.0.0-alpha1.19504.4 + 5.0.0-alpha1.19462.16 @@ -53,10 +53,10 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) 2.1.0-alpha1.19507.3 - $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19507.3 + 5.0.0-alpha1.19508.5 + $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 4c64d613c..5a1773915 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -70,7 +70,7 @@ $(CoreSetupBlobRootUrl)Runtime/ $(CoreSetupBlobRootUrl)aspnetcore/Runtime/ - $(CoreSetupRootUrl) + $(CoreSetupBlobRootUrl)WindowsDesktop/ $(IntermediateDirectory)/coreSetupDownload/$(MicrosoftNETCoreAppPackageVersion) $(CoreSetupDownloadDirectory)/combinedSharedHostAndFrameworkArchive$(ArchiveExtension) @@ -174,7 +174,7 @@ - $(CoreSetupRootUrl)$(WindowsDesktopTargetingPackVersion) + $(WinFormsAndWpfSharedFxRootUrl)$(WindowsDesktopTargetingPackVersion) $(DownloadedWindowsDesktopTargetingPackInstallerFileName) $(CoreSetupBlobAccessTokenParam) From 9283f80fc52e4e33d9cf313227a0e72893e032db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 18:30:33 +0000 Subject: [PATCH 0818/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.6 (#5172) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5d254cb94..94306764e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 6db804ec52c804a0514fc4d19f48f3e36a8f3a14 + 69184c69a3e5f7a08ab3ecfda06a9d46e31b115c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 5a46de123..00e1c0bed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19508.5 + 5.0.0-alpha1.19508.6 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From e58c0c73509e6a70b28cc9afcc21f473686b7001 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 22:10:30 +0000 Subject: [PATCH 0819/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.7 (#5173) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 94306764e..eca1467a3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 69184c69a3e5f7a08ab3ecfda06a9d46e31b115c + 51730ddcbc52550f80548ebb6bd44fdf8c071594 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 00e1c0bed..4fc6bf0bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19508.6 + 5.0.0-alpha1.19508.7 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From c94d25bb513e039d951c76e06bc67044f371449b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 00:35:34 +0000 Subject: [PATCH 0820/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.8 (#5174) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eca1467a3..14a7eeb78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 51730ddcbc52550f80548ebb6bd44fdf8c071594 + b3ae28ff592d06cdb4e44d700e779c1de5b7894c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4fc6bf0bb..5eb829637 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19508.7 + 5.0.0-alpha1.19508.8 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 8750197e3af8c5fed1c0055f575d0604a1441231 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 07:32:30 +0000 Subject: [PATCH 0821/1121] [master] Update dependencies from dotnet/windowsdesktop (#5176) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.9 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.10 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 14a7eeb78..f4ad4de3f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - b3ae28ff592d06cdb4e44d700e779c1de5b7894c + b208dcb27da08eaaa519f3c6a014ec783bf3f136 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 5eb829637..acb2fe7b2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19508.8 + 5.0.0-alpha1.19508.11 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 388baf4988a6dba2e5393a2860781737158a4d72 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 08:43:32 +0000 Subject: [PATCH 0822/1121] [master] Update dependencies from dotnet/cli (#5166) * Update dependencies from https://github.com/dotnet/cli build 20191007.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19507.2 * Update dependencies from https://github.com/dotnet/cli build 20191007.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19507.3 * Update dependencies from https://github.com/dotnet/cli build 20191008.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19508.1 * Update dependencies from https://github.com/dotnet/cli build 20191008.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19508.2 * Update dependencies from https://github.com/dotnet/cli build 20191008.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19508.3 * Update dependencies from https://github.com/dotnet/cli build 20191008.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19508.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f4ad4de3f..4e810aacf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - d282ff20f28166f0e35c63929cd2124c7ba09f6a + bd5a41c369859f07652b6eb2ec1f63d3366e2575 diff --git a/eng/Versions.props b/eng/Versions.props index acb2fe7b2..a72b1b7e8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19507.1 + 5.0.100-alpha1.19508.6 0.2.0 From 2fd7d281732200a28c320a451ab2fc5aa7abc5f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 12:20:37 +0000 Subject: [PATCH 0823/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.1 (#5181) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4e810aacf..32faa377b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - b208dcb27da08eaaa519f3c6a014ec783bf3f136 + faa9257a337eb527576065e53ebc9d2eeedf2f73 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index a72b1b7e8..4921848d3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19508.11 + 5.0.0-alpha1.19509.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From f6af96623a569f42f02bb9c4b19b3ac4e6eac77a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 15:30:38 +0000 Subject: [PATCH 0824/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.2 (#5182) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 32faa377b..fe435b832 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - faa9257a337eb527576065e53ebc9d2eeedf2f73 + 248d65391a1daed6135e7d049ceb79c092df8933 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4921848d3..eded82bcf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19509.1 + 5.0.0-alpha1.19509.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 1c54c2325f0f0a82875cce2dc55553526df20c4a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 18:05:32 +0000 Subject: [PATCH 0825/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.3 (#5183) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe435b832..36abc3c6a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 248d65391a1daed6135e7d049ceb79c092df8933 + aca20b9e193e879ebe5b572f0be9e2e48d2d4a27 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index eded82bcf..99680415e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19509.2 + 5.0.0-alpha1.19509.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From e2759fb4d04e25abfeca7ae11fb4bdfdf49cf051 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 20:25:34 +0000 Subject: [PATCH 0826/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.5 (#5184) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 36abc3c6a..65aa37b5f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - aca20b9e193e879ebe5b572f0be9e2e48d2d4a27 + 9123b3b7e35d2848a6ea608141ed8397525424eb https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 99680415e..b9168e168 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19509.3 + 5.0.0-alpha1.19509.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 641351fae3a0ee3a46dfb25af55231ca929e376d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 22:50:35 +0000 Subject: [PATCH 0827/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.6 (#5185) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 65aa37b5f..dc366e052 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 9123b3b7e35d2848a6ea608141ed8397525424eb + 196b268ff18e7dd54e33068d9a7d615fe100b084 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b9168e168..4abdf1012 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19509.5 + 5.0.0-alpha1.19509.6 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From da11cb8d1ea2798c47db8a17f690233fe2015fa9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 15:46:56 +0000 Subject: [PATCH 0828/1121] [master] Update dependencies from dotnet/windowsdesktop (#5188) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.7 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.9 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc366e052..d624ea185 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 196b268ff18e7dd54e33068d9a7d615fe100b084 + f7ecab8c01324f59220b74e67858c8feed2949b2 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4abdf1012..ad0cb3d64 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19509.6 + 5.0.0-alpha1.19510.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 3f61eddd835e95b4ceaf4c505f1951abc5616859 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 18:10:30 +0000 Subject: [PATCH 0829/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.2 (#5190) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d624ea185..ec8d34fb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - f7ecab8c01324f59220b74e67858c8feed2949b2 + a6069bbcf4ba50c885ca16044df7c9b0bb5db337 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index ad0cb3d64..a11515e3a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19510.1 + 5.0.0-alpha1.19510.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From b95d160d65aac2fd3904ed11ad7ab6e2b02cca17 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 18:50:32 +0000 Subject: [PATCH 0830/1121] Update dependencies from https://github.com/dotnet/cli build 20191010.1 (#5191) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19510.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec8d34fb4..94a5814ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - bd5a41c369859f07652b6eb2ec1f63d3366e2575 + 31587f1cc76fd9315b87f7f80070593c89e6f0bb diff --git a/eng/Versions.props b/eng/Versions.props index a11515e3a..69d056810 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19508.6 + 5.0.100-alpha1.19510.1 0.2.0 From 315cfac589fa2a58287563e7687cc65eba8b4f78 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 19:00:47 +0000 Subject: [PATCH 0831/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.3 (#5192) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 94a5814ff..f3a656a37 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - a6069bbcf4ba50c885ca16044df7c9b0bb5db337 + 1053f9855975df42922e3dd4877ef6118fc85642 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 69d056810..cbde80176 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19510.2 + 5.0.0-alpha1.19510.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 33b917ac87319047479ad601fd667e9b2af60e9f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 20:20:32 +0000 Subject: [PATCH 0832/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.4 (#5193) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3a656a37..bd95d0e72 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 1053f9855975df42922e3dd4877ef6118fc85642 + 7238f32d624f9dd158a73d757cf1fa73212d3353 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index cbde80176..34a8247ed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19510.3 + 5.0.0-alpha1.19510.4 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 871e25572b82484ef60bdfd8c2d7ff0a696823d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 00:25:33 +0000 Subject: [PATCH 0833/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.5 (#5197) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd95d0e72..ec57a0cdc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 7238f32d624f9dd158a73d757cf1fa73212d3353 + eefd7c495a6bafa0aaf3e0ef830edcb3958bb885 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 34a8247ed..cb1f18db9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19510.4 + 5.0.0-alpha1.19510.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 1fa7477b2dc5114e968a7979c9086009698631d6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 10:28:01 +0000 Subject: [PATCH 0834/1121] [master] Update dependencies from dotnet/windowsdesktop (#5206) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.6 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191011.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19511.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec57a0cdc..3de0aabde 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - eefd7c495a6bafa0aaf3e0ef830edcb3958bb885 + a7064da0d5df53cf118f17e2eb02d04907cb35e9 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index cb1f18db9..d7daa2b18 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19510.5 + 5.0.0-alpha1.19511.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 51babee71e3cee2f8ddcc7c3ce57c6c68da3fe44 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 16:30:34 +0000 Subject: [PATCH 0835/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191011.2 (#5209) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19511.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3de0aabde..3a8a5f861 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - a7064da0d5df53cf118f17e2eb02d04907cb35e9 + 393eef2af11d86442757661f308060477f69f242 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index d7daa2b18..bbe66374d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19511.1 + 5.0.0-alpha1.19511.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 77157ae3d66ac21bd5a0bc3fd84af1d45519cca8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 17:50:28 +0000 Subject: [PATCH 0836/1121] Update dependencies from https://github.com/dotnet/cli build 20191011.1 (#5212) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19511.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3a8a5f861..0e75e321a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 31587f1cc76fd9315b87f7f80070593c89e6f0bb + 46aa2f4650409fab967c6e8b12921102c4564ac6 diff --git a/eng/Versions.props b/eng/Versions.props index bbe66374d..82f1c3cf9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19510.1 + 5.0.100-alpha1.19511.1 0.2.0 From c3a53ef0922533ec82632d1dc3661a9d2be0be87 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 18:35:33 +0000 Subject: [PATCH 0837/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191011.3 (#5213) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19511.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0e75e321a..637e49584 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 393eef2af11d86442757661f308060477f69f242 + c6055d58bb06eb2522fdb80cea489392a063ff36 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 82f1c3cf9..ba79d4a83 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19511.2 + 5.0.0-alpha1.19511.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From b4ca4558fffe3ed044e1d5576a002a0c7cdf8e10 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 19:25:35 +0000 Subject: [PATCH 0838/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191011.4 (#5214) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19511.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 637e49584..3049c22a9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - c6055d58bb06eb2522fdb80cea489392a063ff36 + 0ad5e22ff76961deb379b36ffa0ecc95ae694bfc https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index ba79d4a83..b512382b5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19511.3 + 5.0.0-alpha1.19511.4 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 5ea21163e216bda2a15060cc0cc32f2bd3694e89 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 20:45:33 +0000 Subject: [PATCH 0839/1121] Update dependencies from https://github.com/dotnet/cli build 20191011.2 (#5215) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19511.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3049c22a9..2bc16ac74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 46aa2f4650409fab967c6e8b12921102c4564ac6 + 835ff0af8d97daa5cd2acc686dfdb9d84b3fec12 diff --git a/eng/Versions.props b/eng/Versions.props index b512382b5..7ddbdc4bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19511.1 + 5.0.100-alpha1.19511.2 0.2.0 From f792e922e8ff62ea559e39d57338f51d1a7b3a1e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 20:50:35 +0000 Subject: [PATCH 0840/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191011.5 (#5216) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19511.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2bc16ac74..aa4fe4cf9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 0ad5e22ff76961deb379b36ffa0ecc95ae694bfc + 63639655f2ff43c95608d8cea3c2857be84ab764 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 7ddbdc4bf..752331ddb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19511.4 + 5.0.0-alpha1.19511.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 6f666eba5de4df44b7c57f262f486725fde96109 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 23:10:50 +0000 Subject: [PATCH 0841/1121] Update dependencies from https://github.com/dotnet/cli build 20191011.3 (#5217) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19511.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa4fe4cf9..2927d8ad1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 835ff0af8d97daa5cd2acc686dfdb9d84b3fec12 + 30a531be26de64de5dfd97a00f215265c43aab86 diff --git a/eng/Versions.props b/eng/Versions.props index 752331ddb..9be0053c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19511.2 + 5.0.100-alpha1.19511.3 0.2.0 From a630213a0f9ae7f14958ecc359c77cd9a949473e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2019 17:45:34 +0000 Subject: [PATCH 0842/1121] Update dependencies from https://github.com/dotnet/cli build 20191012.1 (#5220) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19512.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2927d8ad1..287cc74d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 30a531be26de64de5dfd97a00f215265c43aab86 + 47d5b90b3d8da91c98e7cb266accfe0c5259b406 diff --git a/eng/Versions.props b/eng/Versions.props index 9be0053c8..1d27ee73a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19511.3 + 5.0.100-alpha1.19512.1 0.2.0 From 1b8aa0d487068ffc15e7b95144535c0012c28945 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2019 20:40:28 +0000 Subject: [PATCH 0843/1121] Update dependencies from https://github.com/dotnet/cli build 20191012.2 (#5221) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19512.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 287cc74d6..0f7170318 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 47d5b90b3d8da91c98e7cb266accfe0c5259b406 + 90cf52f6b71f17affe2177491b5a1dd51c07db53 diff --git a/eng/Versions.props b/eng/Versions.props index 1d27ee73a..4ef07c48d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19512.1 + 5.0.100-alpha1.19512.2 0.2.0 From a54b3b14eff5391704b83fa6d8198f9b1a1d0d44 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2019 08:35:28 +0000 Subject: [PATCH 0844/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191013.1 (#5222) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19513.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0f7170318..bc1245fc1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 63639655f2ff43c95608d8cea3c2857be84ab764 + 4ac74eca772f734717b4aefe3d1243f918459785 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4ef07c48d..1ab3d671b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19511.5 + 5.0.0-alpha1.19513.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 5722b11d9d7f773b7148363b5218082b5967020e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2019 13:05:42 +0000 Subject: [PATCH 0845/1121] Update dependencies from https://github.com/dotnet/cli build 20191013.1 (#5224) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19513.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc1245fc1..7c762e702 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 90cf52f6b71f17affe2177491b5a1dd51c07db53 + 38eb1e6cfb3ffe428686a6f72a8e6fb9ce26dcac diff --git a/eng/Versions.props b/eng/Versions.props index 1ab3d671b..470243fd6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19512.2 + 5.0.100-alpha1.19513.1 0.2.0 From b8de66c1c3e6bf0504244c2211b336b604a96977 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2019 20:55:26 +0000 Subject: [PATCH 0846/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191013.2 (#5225) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19513.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7c762e702..194107c46 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 4ac74eca772f734717b4aefe3d1243f918459785 + fd4740ba978ed934a1cf4b0b49f8fc6694dea660 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 470243fd6..12eca8e10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19513.1 + 5.0.0-alpha1.19513.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From ff698ca58bacda1ccb4e118a19254d28e07adfb3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 11:50:32 +0000 Subject: [PATCH 0847/1121] Update dependencies from https://github.com/dotnet/cli build 20191014.1 (#5226) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19514.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 194107c46..de7e1156f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 38eb1e6cfb3ffe428686a6f72a8e6fb9ce26dcac + 64b5e36cd85e702d5e8a76104f999476b427b9c7 diff --git a/eng/Versions.props b/eng/Versions.props index 12eca8e10..dba5e696c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19513.1 + 5.0.100-alpha1.19514.1 0.2.0 From dd1abf0d2afb6288c0d4af4273faf81de8c6a778 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 10:25:38 +0000 Subject: [PATCH 0848/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191015.1 (#5229) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19515.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de7e1156f..67a8c9366 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - fd4740ba978ed934a1cf4b0b49f8fc6694dea660 + 941c34110d22c45ba19bcedb144136a9ed82c79d https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index dba5e696c..8518e547a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19513.2 + 5.0.0-alpha1.19515.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From a96cd1df87bda91f9e5aebfefed2a342cbe942d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 12:05:37 +0000 Subject: [PATCH 0849/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191015.2 (#5231) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19515.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 67a8c9366..e426bd568 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 941c34110d22c45ba19bcedb144136a9ed82c79d + 72a263ddb4cb78f47e3e7e51fe8854674cf2161f https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 8518e547a..73a6d5c86 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19515.1 + 5.0.0-alpha1.19515.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 900730a22049d4e41e71122c7455b9343792bdde Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 16:41:32 +0000 Subject: [PATCH 0850/1121] [master] Update dependencies from dotnet/cli (#5232) * Update dependencies from https://github.com/dotnet/cli build 20191015.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19515.1 * Update dependencies from https://github.com/dotnet/cli build 20191015.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19515.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e426bd568..903859f1a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 64b5e36cd85e702d5e8a76104f999476b427b9c7 + 6e0a12cb5ca1bd1f1f76d142a0a6b9ed0c891768 diff --git a/eng/Versions.props b/eng/Versions.props index 73a6d5c86..94e89da8d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19514.1 + 5.0.100-alpha1.19515.2 0.2.0 From 5100f2ec7fb09691de16268ed986ed2b49466074 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 18:40:45 +0000 Subject: [PATCH 0851/1121] Update dependencies from https://github.com/dotnet/cli build 20191015.3 (#5234) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19515.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 903859f1a..8029123aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 6e0a12cb5ca1bd1f1f76d142a0a6b9ed0c891768 + 202755f9c11d2ba4410f1c6b0957180679b8b893 diff --git a/eng/Versions.props b/eng/Versions.props index 94e89da8d..b71009c50 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19515.2 + 5.0.100-alpha1.19515.3 0.2.0 From 19e4a2569be8add45724a7f3201bc145eddf9c4e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 20:22:06 +0000 Subject: [PATCH 0852/1121] [master] Update dependencies from dotnet/windowsdesktop (#5233) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191015.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19515.3 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191015.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19515.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8029123aa..ac14e97bf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 72a263ddb4cb78f47e3e7e51fe8854674cf2161f + 69c88313e87eaab5ef91b0bc8c2ed879950fca57 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b71009c50..49b8a1fa4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19515.2 + 5.0.0-alpha1.19515.4 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 6254643200bd19c0fd78fb9672e237365e2ac04a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 03:40:36 +0000 Subject: [PATCH 0853/1121] Update dependencies from https://github.com/dotnet/cli build 20191015.8 (#5236) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19515.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac14e97bf..b2ef1c349 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 202755f9c11d2ba4410f1c6b0957180679b8b893 + 8ca73d0f4177697a3b2ba1691154a90c74c2bdc6 diff --git a/eng/Versions.props b/eng/Versions.props index 49b8a1fa4..0e44dd512 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19515.3 + 5.0.100-alpha1.19515.8 0.2.0 From 076b7695d3ec9b8875e744e5e794453c681d89a7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 06:50:32 +0000 Subject: [PATCH 0854/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191015.5 (#5239) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19515.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b2ef1c349..fffc90cd1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 69c88313e87eaab5ef91b0bc8c2ed879950fca57 + 58dcfce148b6cfb7535b985102b34dd764f01625 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 0e44dd512..e576b68d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19515.4 + 5.0.0-alpha1.19515.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From e149d9882833fd1ef749e035623cc0767ae72cff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 08:40:37 +0000 Subject: [PATCH 0855/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191016.1 (#5241) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19516.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fffc90cd1..1bb5a372d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 58dcfce148b6cfb7535b985102b34dd764f01625 + 9902be0c84e4e50d66807d141d07957531723c8d https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index e576b68d0..fef247508 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19515.5 + 5.0.0-alpha1.19516.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 2242cd97c76ca062ce2d77d665ca6330534e4c3c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 09:25:41 +0000 Subject: [PATCH 0856/1121] Update dependencies from https://github.com/dotnet/cli build 20191016.1 (#5242) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19516.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1bb5a372d..adacf4e65 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 8ca73d0f4177697a3b2ba1691154a90c74c2bdc6 + fb9280b4458ebf8a5d3679e85f0878d07d6d0635 diff --git a/eng/Versions.props b/eng/Versions.props index fef247508..5ca0e2ec6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19515.8 + 5.0.100-alpha1.19516.1 0.2.0 From be7e7d87987cb4a1f83350725d23ffe5172721de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 21:30:36 +0000 Subject: [PATCH 0857/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191016.2 (#5247) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19516.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index adacf4e65..55407b1c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 9902be0c84e4e50d66807d141d07957531723c8d + f92b516b6fcc76574377a862b76d65db7164eb5f https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 5ca0e2ec6..dab9ee3fc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.1 + 5.0.0-alpha1.19516.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From ccd024868bfff751bfd62aa9cf695f0d88bd162d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 00:15:31 +0000 Subject: [PATCH 0858/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191016.3 (#5249) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19516.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 55407b1c2..471070b7a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - f92b516b6fcc76574377a862b76d65db7164eb5f + dbecdb7f765367007f38aa8099fed1be4d6a76c2 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index dab9ee3fc..ee4c79bbd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.2 + 5.0.0-alpha1.19516.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 0dec6194a4aca69a656996af17ee5627149920ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 02:50:31 +0000 Subject: [PATCH 0859/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191016.4 (#5252) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19516.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 471070b7a..77407835e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - dbecdb7f765367007f38aa8099fed1be4d6a76c2 + adb81c81b6c312e130ef4ee39c9f3b823ecc8d63 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index ee4c79bbd..46f1ac329 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.3 + 5.0.0-alpha1.19516.4 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From f87e80abf458709c36f02d4d3ce917883184906c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 04:55:30 +0000 Subject: [PATCH 0860/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191016.5 (#5256) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19516.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 77407835e..283a6eda5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - adb81c81b6c312e130ef4ee39c9f3b823ecc8d63 + 408c455344440e41d6b033d2f89da8a654a6d2d2 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 46f1ac329..764fe47a9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.4 + 5.0.0-alpha1.19516.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From e721ef71d4e4bd8cc2b95ef4119fcb2fc24dab3a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 05:35:34 +0000 Subject: [PATCH 0861/1121] Update dependencies from https://github.com/dotnet/cli build 20191016.8 (#5257) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19516.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 283a6eda5..cc6eec92c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - fb9280b4458ebf8a5d3679e85f0878d07d6d0635 + 3082385f24291e2f4f3bb4efe2b275e71ca6c028 diff --git a/eng/Versions.props b/eng/Versions.props index 764fe47a9..2b5f5d46a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19516.1 + 5.0.100-alpha1.19516.8 0.2.0 From 5a9d0cd4fced514aff8da6c94e0289cdc2fa2d42 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 07:10:33 +0000 Subject: [PATCH 0862/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191016.6 (#5259) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19516.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cc6eec92c..9c386f889 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 408c455344440e41d6b033d2f89da8a654a6d2d2 + 90199f6947ffff8ba397cb3d921d7fbce3958d3a https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2b5f5d46a..7060a3c1b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.5 + 5.0.0-alpha1.19516.6 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 046503ace7b89c02c194467ecabd7f11a1b8e425 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 12:35:08 +0000 Subject: [PATCH 0863/1121] Update dependencies from https://github.com/dotnet/templating build 20191016.1 (#5262) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c386f889..8dcaa2e8c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/dotnet/templating - 1e229a8cb18641047a3ec19e1e78251045c56582 + 6f180514b4aefc006d50c07c947da61e0ac2ed4c https://github.com/dotnet/toolset From 9381e490b278e4211c703d00e48796bfb35fe695 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 17:25:33 +0000 Subject: [PATCH 0864/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.1 (#5267) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8dcaa2e8c..96f06c80f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 90199f6947ffff8ba397cb3d921d7fbce3958d3a + 5d79faec5ce434f553bb0ec9bf4c28a9725f7c18 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 7060a3c1b..8b8032005 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.6 + 5.0.0-alpha1.19517.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 5d5f6bc43cf0aba340d97bbd1d05d8fc518542c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 19:46:21 +0000 Subject: [PATCH 0865/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.2 (#5269) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 96f06c80f..b445e1868 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 5d79faec5ce434f553bb0ec9bf4c28a9725f7c18 + ec67b3a9c61060002cd46b354ebeccad47f03319 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 8b8032005..de97d5a8e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.1 + 5.0.0-alpha1.19517.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 54a23005fc29a62aebbd4f02e21da357b058ab95 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 21:55:29 +0000 Subject: [PATCH 0866/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.3 (#5271) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b445e1868..1ea9c9216 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - ec67b3a9c61060002cd46b354ebeccad47f03319 + 6aa80fdf03434eaacc67388c436ffaf62cb10c50 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index de97d5a8e..7b3024308 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.2 + 5.0.0-alpha1.19517.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 22b4a9c0b920c8f35f37834f89e5824da3eef5c4 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Thu, 17 Oct 2019 15:50:10 -0700 Subject: [PATCH 0867/1121] Update dependencies from .NET Core 5 Dev --- NuGet.config | 5 ++- eng/Version.Details.xml | 67 ++++++++++++++++++++--------------------- eng/Versions.props | 31 +++++++++---------- 3 files changed, 50 insertions(+), 53 deletions(-) diff --git a/NuGet.config b/NuGet.config index 84e92e811..c5c679e3f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,9 +6,6 @@ - - - @@ -18,6 +15,8 @@ + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 74bf980b1..eec9a5807 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,33 +2,33 @@ - + https://github.com/dotnet/windowsdesktop - 90199f6947ffff8ba397cb3d921d7fbce3958d3a + 6aa80fdf03434eaacc67388c436ffaf62cb10c50 - + https://github.com/dotnet/windowsdesktop - 90199f6947ffff8ba397cb3d921d7fbce3958d3a + 6aa80fdf03434eaacc67388c436ffaf62cb10c50 - + https://github.com/dotnet/core-setup - f88738a6c69ffcfad8784c4cd7080efb99d474a9 + 900664cfc09aebb4ec86ed2a5f9a42094409cf44 - + https://github.com/dotnet/core-setup - f88738a6c69ffcfad8784c4cd7080efb99d474a9 + 900664cfc09aebb4ec86ed2a5f9a42094409cf44 - + https://github.com/dotnet/core-setup - f88738a6c69ffcfad8784c4cd7080efb99d474a9 + 900664cfc09aebb4ec86ed2a5f9a42094409cf44 - + https://github.com/dotnet/core-setup - f88738a6c69ffcfad8784c4cd7080efb99d474a9 + 900664cfc09aebb4ec86ed2a5f9a42094409cf44 - + https://github.com/dotnet/core-setup - f88738a6c69ffcfad8784c4cd7080efb99d474a9 + 900664cfc09aebb4ec86ed2a5f9a42094409cf44 @@ -36,35 +36,34 @@ 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - d6156966c01a8a45a069fecdc68c162f94d9d58d + 3b6ec2ba944fb72f921f95b99b6ebf2e7bb3dc5a - + https://github.com/aspnet/AspNetCore - 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 + 23f3a10965fb70b1ae34c5464d497c71540c998e - + https://github.com/aspnet/AspNetCore - 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 + 23f3a10965fb70b1ae34c5464d497c71540c998e - + https://github.com/aspnet/AspNetCore - 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 + 23f3a10965fb70b1ae34c5464d497c71540c998e - + https://github.com/aspnet/AspNetCore - 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 + 23f3a10965fb70b1ae34c5464d497c71540c998e - + https://github.com/aspnet/AspNetCore - 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 + 23f3a10965fb70b1ae34c5464d497c71540c998e - + https://github.com/aspnet/AspNetCore - 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 + 23f3a10965fb70b1ae34c5464d497c71540c998e - https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 @@ -73,17 +72,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 0228e76e7114adc99dcb516e9638412d4c00db26 + 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - - https://github.com/dotnet/cli - 3082385f24291e2f4f3bb4efe2b275e71ca6c028 + + https://github.com/dotnet/toolset + 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb diff --git a/eng/Versions.props b/eng/Versions.props index 6e7b689b8..93b687ddd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19412.1 + 5.0.100-alpha1.19517.10 @@ -36,17 +36,16 @@ - 5.0.0-alpha1.19470.6 - 5.0.0-alpha1.19470.6 - 5.0.0-alpha1.19470.6 - 5.0.0-alpha1.19470.6 - 5.0.0-alpha1.19470.6 - 5.0.0-alpha1.19470.6 - + 5.0.0-alpha1.19517.10 + 5.0.0-alpha1.19517.10 + 5.0.0-alpha1.19517.10 + 5.0.0-alpha1.19517.10 + 5.0.0-alpha1.19517.10 + 5.0.0-alpha1.19517.10 - 5.0.100-alpha1.19516.8 + 5.0.100-alpha1.19517.10 0.2.0 @@ -57,21 +56,21 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19507.3 - 5.0.0-alpha1.19507.3 + 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19517.3 $(MicrosoftNETCoreAppPackageVersion) - 5.0.0-alpha1.19507.3 - 5.0.0-alpha1.19507.3 + 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19517.3 $(MicrosoftNETCoreDotNetHostResolverPackageVersion) $(MicrosoftNETCoreDotNetAppHostPackageVersion) - 5.0.0-alpha1.19507.3 + 5.0.0-alpha1.19517.3 $(MicrosoftNETCoreAppRefPackageVersion) $(MicrosoftNETCoreDotNetAppHostPackageVersion) 2.1.0 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.6 - 5.0.0-alpha1.19516.6 + 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19517.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 102266ec888381e58527313b126964e13e7ab6e5 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Thu, 17 Oct 2019 16:05:17 -0700 Subject: [PATCH 0868/1121] Install 3.0 runtime for sdk tests --- test/SdkTests/SdkTests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index d33fe2504..f323d87b9 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -83,6 +83,7 @@ + From 64598769247e6aa0cd88961b60cef3095e86bb5f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 23:50:27 +0000 Subject: [PATCH 0869/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.4 (#5274) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ea9c9216..f2741a349 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 6aa80fdf03434eaacc67388c436ffaf62cb10c50 + b7a61216fd64fd0f2b5f25f3213a80022e8fe116 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 7b3024308..6a734a8c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19517.4 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From baf4761e3eeb3b9e7b6e2028e113a8b5ae1bf207 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 02:00:28 +0000 Subject: [PATCH 0870/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.5 (#5275) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f2741a349..61eeb5380 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - b7a61216fd64fd0f2b5f25f3213a80022e8fe116 + 15565ae299af750dbb9a6950680e30e9d0a8ac7f https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 6a734a8c7..2a1905939 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.4 + 5.0.0-alpha1.19517.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From c4533bfb4ded116ff47d6007c08beee9fb91b0a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 03:51:13 +0000 Subject: [PATCH 0871/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.6 (#5276) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61eeb5380..6b982318b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 15565ae299af750dbb9a6950680e30e9d0a8ac7f + c0cec20a66ca9fc30cae807a661f247b9afcc917 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2a1905939..fa3bc3b6a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.5 + 5.0.0-alpha1.19517.6 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From f4beb77354c5e128159718cea90dc5ab661c17ef Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 04:20:53 +0000 Subject: [PATCH 0872/1121] [master] Update dependencies from dotnet/toolset (#5159) * Update dependencies from https://github.com/dotnet/toolset build 20191007.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19507.2 * Update dependencies from https://github.com/dotnet/toolset build 20191007.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19507.1 * Update dependencies from https://github.com/dotnet/toolset build 20191007.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19507.14 * Update dependencies from https://github.com/dotnet/toolset build 20191007.21 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19507.21 * Update dependencies from https://github.com/dotnet/toolset build 20191008.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19508.2 * Update dependencies from https://github.com/dotnet/toolset build 20191008.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19508.3 * Update dependencies from https://github.com/dotnet/toolset build 20191008.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19508.4 * Update dependencies from https://github.com/dotnet/toolset build 20191008.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19508.5 * Update dependencies from https://github.com/dotnet/toolset build 20191008.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19508.6 * Update dependencies from https://github.com/dotnet/toolset build 20191008.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19508.7 * Update dependencies from https://github.com/dotnet/toolset build 20191009.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19509.2 * Update dependencies from https://github.com/dotnet/toolset build 20191009.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19509.3 * Update dependencies from https://github.com/dotnet/toolset build 20191010.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19510.2 * Update dependencies from https://github.com/dotnet/toolset build 20191010.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19510.3 * Update dependencies from https://github.com/dotnet/toolset build 20191011.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19511.2 * Update dependencies from https://github.com/dotnet/toolset build 20191011.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19511.4 * Update dependencies from https://github.com/dotnet/toolset build 20191011.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19511.5 * Update dependencies from https://github.com/dotnet/toolset build 20191011.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19511.10 * Update dependencies from https://github.com/dotnet/toolset build 20191012.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19512.1 * Update dependencies from https://github.com/dotnet/toolset build 20191012.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19512.3 * Update dependencies from https://github.com/dotnet/toolset build 20191012.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19512.4 * Update dependencies from https://github.com/dotnet/toolset build 20191013.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19513.1 * Update dependencies from https://github.com/dotnet/toolset build 20191013.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19513.2 * Update dependencies from https://github.com/dotnet/toolset build 20191014.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19514.1 * Update dependencies from https://github.com/dotnet/toolset build 20191014.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19514.2 * Update dependencies from https://github.com/dotnet/toolset build 20191015.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19515.1 * Update dependencies from https://github.com/dotnet/toolset build 20191015.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19515.2 * Update dependencies from https://github.com/dotnet/toolset build 20191015.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19515.3 * Update dependencies from https://github.com/dotnet/toolset build 20191015.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19515.6 * Update dependencies from https://github.com/dotnet/toolset build 20191015.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19515.13 * Update dependencies from https://github.com/dotnet/toolset build 20191016.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19516.2 * Update dependencies from https://github.com/dotnet/toolset build 20191016.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19516.3 * Update dependencies from https://github.com/dotnet/toolset build 20191016.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19516.4 * Update dependencies from https://github.com/dotnet/toolset build 20191017.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19517.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19517.7 * Update dependencies from https://github.com/dotnet/toolset build 20191017.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19517.10 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19517.10 --- eng/Version.Details.xml | 10 +++++----- eng/Versions.props | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b982318b..1217c1a4d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,17 +42,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 0228e76e7114adc99dcb516e9638412d4c00db26 + 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - - https://github.com/dotnet/cli - 3082385f24291e2f4f3bb4efe2b275e71ca6c028 + + https://github.com/dotnet/toolset + 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb diff --git a/eng/Versions.props b/eng/Versions.props index fa3bc3b6a..c612ff445 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19412.1 + 5.0.100-alpha1.19517.10 @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19516.8 + 5.0.100-alpha1.19517.10 0.2.0 From 7a4f798ce32e1111247ed713e9d4de52ebd79865 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 06:30:39 +0000 Subject: [PATCH 0873/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.7 (#5278) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1217c1a4d..666b21735 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - c0cec20a66ca9fc30cae807a661f247b9afcc917 + 1c62f7a391fa8bc36d296acee37bf54aed9540ec https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c612ff445..3e841e72a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.6 + 5.0.0-alpha1.19517.7 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From d79a5213dc90e22f0079b440a5cd3681d9c88b2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 08:45:33 +0000 Subject: [PATCH 0874/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191018.1 (#5280) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19518.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 666b21735..cac2a1fbc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 1c62f7a391fa8bc36d296acee37bf54aed9540ec + 0be12cb0eba0aecca21981f82474f82626d7df64 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 3e841e72a..f1ef6d2e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.7 + 5.0.0-alpha1.19518.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From cf35bca391ce013746dd0e73802cd5a9298d7735 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 12:20:28 +0000 Subject: [PATCH 0875/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191018.2 (#5283) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19518.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cac2a1fbc..b6c7353de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 0be12cb0eba0aecca21981f82474f82626d7df64 + 4bf210632717724dc6e2d07f926e19d13e7a6015 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index f1ef6d2e6..b954fee15 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19518.1 + 5.0.0-alpha1.19518.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 8077ffe1abcada7cf4b6b177a7038952df9ea1fe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:15:27 +0000 Subject: [PATCH 0876/1121] Update dependencies from https://github.com/dotnet/toolset build 20191018.5 (#5285) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19518.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19518.5 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6c7353de..682017f28 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,17 +42,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb + 32bb8ea97ad82adf82af92cce78c909f13f853f7 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb + 32bb8ea97ad82adf82af92cce78c909f13f853f7 diff --git a/eng/Versions.props b/eng/Versions.props index b954fee15..1ea2c7220 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19517.10 + 5.0.100-alpha1.19518.5 @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19517.10 + 5.0.100-alpha1.19518.5 0.2.0 From ad5afd15e7d976d7539c73383036a398509986be Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:25:40 +0000 Subject: [PATCH 0877/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191018.3 (#5284) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19518.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 682017f28..375b48186 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 4bf210632717724dc6e2d07f926e19d13e7a6015 + b4c356ca91dd735b2f7cf2c36768a4390dc0faef https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 1ea2c7220..eb2169ee0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19518.2 + 5.0.0-alpha1.19518.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From ed966bdcc5a68ec63074fb6ee579a5506328c2c7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 19:35:31 +0000 Subject: [PATCH 0878/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191018.4 (#5286) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19518.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 375b48186..ad1a38db0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - b4c356ca91dd735b2f7cf2c36768a4390dc0faef + 9c77fdf3aad3ed50af9d223575c1f836bb8e4d9f https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index eb2169ee0..5fcb023f5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19518.3 + 5.0.0-alpha1.19518.4 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 8939b79a71df13d5cdfe6afdfaf82a233a431e04 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Fri, 18 Oct 2019 14:48:44 -0700 Subject: [PATCH 0879/1121] Add support for netcoreapp3.1, fix netcoreapp3.0, and fix tests --- .../targets/GenerateBundledVersions.targets | 101 +++++++++++++++--- test/SdkTests/SdkTests.csproj | 1 + test/SdkTests/TestConfig.xml | 19 +++- 3 files changed, 103 insertions(+), 18 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index b277ad659..bfc43eca7 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -32,14 +32,22 @@ <_NETCoreApp30PackageVersion>3.0.0 <_NETCoreApp30TargetingPackVersion>$(_NETCoreApp30PackageVersion) + + <_NETCoreApp31PackageVersion>3.1.0-preview1.19506.1 + <_NETCoreApp31TargetingPackVersion>$(_NETCoreApp31PackageVersion) + <_MicrosoftWindowsDesktop30PackageVersion>$(_NETCoreApp30PackageVersion) <_MicrosoftWindowsDesktop30TargetingPackVersion>$(_NETCoreApp30TargetingPackVersion) - <_AspNet30PackageVersion>3.0.0-rc1.19457.4 - <_AspNet30TargetingPackVersion>$(_AspNet30PackageVersion) + + <_MicrosoftWindowsDesktop31PackageVersion>$(_NETCoreApp31PackageVersion) + <_MicrosoftWindowsDesktop31TargetingPackVersion>$(_NETCoreApp31TargetingPackVersion) <_MicrosoftAspNetCoreApp30PackageVersion>3.0.0 <_AspNet30TargetingPackVersion>$(_MicrosoftAspNetCoreApp30PackageVersion) + <_MicrosoftAspNetCoreApp31PackageVersion>3.1.0-preview1.19508.20 + <_AspNet31TargetingPackVersion>$(_MicrosoftAspNetCoreApp31PackageVersion) + <_NETCoreAppTargetFrameworkVersion>$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1]) <_NETStandardTargetFrameworkVersion>$(_NETStandardLibraryPackageVersion.Split('.')[0]).$(_NETStandardLibraryPackageVersion.Split('.')[1]) @@ -90,22 +98,14 @@ linux-arm; linux-arm64" /> - + + - + - - + + + + + + + + + + + + + + + diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 13c5859e5..6e32bc585 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -145,6 +145,23 @@ Skip="true" Issue="" Reason="Needs .NET Core 1.1"/> - + + + + + + From 39b07f54dd50d582a4416654879e40cc9e5bfa5e Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Fri, 18 Oct 2019 14:52:33 -0700 Subject: [PATCH 0880/1121] Update dependencies from .NET Core 5 Dev --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eec9a5807..188fbfa6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,33 +2,33 @@ - + https://github.com/dotnet/windowsdesktop - 6aa80fdf03434eaacc67388c436ffaf62cb10c50 + 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 - + https://github.com/dotnet/windowsdesktop - 6aa80fdf03434eaacc67388c436ffaf62cb10c50 + 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 - + https://github.com/dotnet/core-setup - 900664cfc09aebb4ec86ed2a5f9a42094409cf44 + 346b717dc7be7f9b3c2554d883d26e8f33977b86 - + https://github.com/dotnet/core-setup - 900664cfc09aebb4ec86ed2a5f9a42094409cf44 + 346b717dc7be7f9b3c2554d883d26e8f33977b86 - + https://github.com/dotnet/core-setup - 900664cfc09aebb4ec86ed2a5f9a42094409cf44 + 346b717dc7be7f9b3c2554d883d26e8f33977b86 - + https://github.com/dotnet/core-setup - 900664cfc09aebb4ec86ed2a5f9a42094409cf44 + 346b717dc7be7f9b3c2554d883d26e8f33977b86 - + https://github.com/dotnet/core-setup - 900664cfc09aebb4ec86ed2a5f9a42094409cf44 + 346b717dc7be7f9b3c2554d883d26e8f33977b86 @@ -36,9 +36,9 @@ 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 3b6ec2ba944fb72f921f95b99b6ebf2e7bb3dc5a + 2b92fc0930b941cd0d9146971745cd717689434c https://github.com/aspnet/AspNetCore @@ -72,17 +72,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb + 32bb8ea97ad82adf82af92cce78c909f13f853f7 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb + 32bb8ea97ad82adf82af92cce78c909f13f853f7 diff --git a/eng/Versions.props b/eng/Versions.props index 93b687ddd..6508683ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19517.10 + 5.0.100-alpha1.19518.5 @@ -45,7 +45,7 @@ - 5.0.100-alpha1.19517.10 + 5.0.100-alpha1.19518.5 0.2.0 @@ -56,21 +56,21 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19517.3 - 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19518.5 + 5.0.0-alpha1.19518.5 $(MicrosoftNETCoreAppPackageVersion) - 5.0.0-alpha1.19517.3 - 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19518.5 + 5.0.0-alpha1.19518.5 $(MicrosoftNETCoreDotNetHostResolverPackageVersion) $(MicrosoftNETCoreDotNetAppHostPackageVersion) - 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19518.5 $(MicrosoftNETCoreAppRefPackageVersion) $(MicrosoftNETCoreDotNetAppHostPackageVersion) 2.1.0 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.3 - 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19518.5 + 5.0.0-alpha1.19518.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 9cfc62b65fbffdcdfed33bb81804d7689f3ca7dd Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Fri, 18 Oct 2019 15:10:51 -0700 Subject: [PATCH 0881/1121] Fix test expectation to match message change --- test/EndToEnd/ProjectBuildTests.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index f0f3a854a..ab3558dc8 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -36,9 +36,9 @@ namespace EndToEnd.Tests var runCommand = new RunCommand() .WithWorkingDirectory(projectDirectory) .ExecuteWithCapturedOutput() - // Templates are still at 3.0 and will not run on 5.0, revert to commented out assertion when 5.0 templates land + // Templates are still at 3.1 and will not run on 5.0, revert to commented out assertion when 5.0 templates land //.Should().Pass().And.HaveStdOutContaining("Hello World!"); - .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-download"); + .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-core-applaunch"); var binDirectory = new DirectoryInfo(projectDirectory).Sub("bin"); binDirectory.Should().HaveFilesMatching("*.dll", SearchOption.AllDirectories); @@ -80,9 +80,9 @@ namespace EndToEnd.Tests var runCommand = new RunCommand() .WithWorkingDirectory(projectDirectory) .ExecuteWithCapturedOutput() - // Templates are still at 3.0 and will not run on 5.0, revert to commented out assertion when 5.0 templates land + // Templates are still at 3.1 and will not run on 5.0, revert to commented out assertion when 5.0 templates land //.Should().Pass().And.HaveStdOutContaining("Hello World!"); - .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-download"); + .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-core-applaunch"); } From 757929ad118080eaed218ace0c82653bf6df5765 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 17:55:33 +0000 Subject: [PATCH 0882/1121] Update dependencies from https://github.com/dotnet/toolset build 20191021.2 (#5292) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19521.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19521.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad1a38db0..48db9d8ec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,17 +42,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 32bb8ea97ad82adf82af92cce78c909f13f853f7 + 780dc38eaa3eb06381ebe9a643c81d7f601e2dc6 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 32bb8ea97ad82adf82af92cce78c909f13f853f7 + 780dc38eaa3eb06381ebe9a643c81d7f601e2dc6 diff --git a/eng/Versions.props b/eng/Versions.props index 5fcb023f5..63b174fb9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19518.5 + 5.0.100-alpha1.19521.2 @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19518.5 + 5.0.100-alpha1.19521.2 0.2.0 From fdd459555426ae3bc88ef675a46e2846c2a4a504 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Tue, 22 Oct 2019 11:06:07 -0700 Subject: [PATCH 0883/1121] Skip test with defect --- test/SdkTests/TestConfig.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 6e32bc585..441cc6cc7 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -163,5 +163,11 @@ Issue="" Reason="Assumes `dotnet new wpf`produces a netcoreapp3.1 app, will get fixed when sdk takes .NET 5 stage 0" /> + + + From f86a6b59bd0774c597ba503f22873fe7baff8a75 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 07:58:21 +0000 Subject: [PATCH 0884/1121] [master] Update dependencies from aspnet/AspNetCore (#5300) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191022.8 - dotnet-user-secrets - 5.0.0-alpha1.19522.8 - dotnet-watch - 5.0.0-alpha1.19522.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19522.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19522.8 - dotnet-dev-certs - 5.0.0-alpha1.19522.8 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19522.8 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191022.13 - dotnet-user-secrets - 5.0.0-alpha1.19522.13 - dotnet-watch - 5.0.0-alpha1.19522.13 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19522.13 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19522.13 - dotnet-dev-certs - 5.0.0-alpha1.19522.13 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19522.13 --- NuGet.config | 3 +++ eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index c5c679e3f..773fd1a4e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,6 +6,9 @@ + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d05a217ed..eec2b5d03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -40,29 +40,29 @@ https://github.com/dotnet/corefx 2b92fc0930b941cd0d9146971745cd717689434c - + https://github.com/aspnet/AspNetCore - 23f3a10965fb70b1ae34c5464d497c71540c998e + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 23f3a10965fb70b1ae34c5464d497c71540c998e + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 23f3a10965fb70b1ae34c5464d497c71540c998e + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 23f3a10965fb70b1ae34c5464d497c71540c998e + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 23f3a10965fb70b1ae34c5464d497c71540c998e + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 23f3a10965fb70b1ae34c5464d497c71540c998e + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 4eda7cb7e..3089298b8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -36,12 +36,12 @@ - 5.0.0-alpha1.19517.10 - 5.0.0-alpha1.19517.10 - 5.0.0-alpha1.19517.10 - 5.0.0-alpha1.19517.10 - 5.0.0-alpha1.19517.10 - 5.0.0-alpha1.19517.10 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 From 281c53c86ef2ea9e47dd598194c7173e7a9cafe8 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 08:32:53 -0700 Subject: [PATCH 0885/1121] Fix up windowsdesktop dependency flow tracking --- eng/Version.Details.xml | 4 ++++ eng/Versions.props | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2a12b13e4..480fdc74c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,10 @@ + + https://github.com/dotnet/windowsdesktop + 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 + https://github.com/dotnet/windowsdesktop 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 diff --git a/eng/Versions.props b/eng/Versions.props index e728dacfc..8701c62af 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,13 @@ 3.1.0-preview2.19522.1 3.1.0-preview2.19522.1 3.1.0-preview2.19522.1 + 2.1.0 + + + + 3.1.0-preview2.19522.1 3.1.0-preview2.19522.1 3.1.0-preview2.19522.1 - 2.1.0 From a35a96273fe91502623f2463d93d37f4dfbdbfd3 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 08:34:49 -0700 Subject: [PATCH 0886/1121] Update dependencies from .NET Core 5 Dev --- eng/Version.Details.xml | 90 ++++++++++++++++++++--------------------- eng/Versions.props | 36 ++++++++--------- 2 files changed, 63 insertions(+), 63 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 480fdc74c..6f07924b4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/windowsdesktop - 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 + 6dd270d8238e37621a100ecf524b29433fb14ac8 - + https://github.com/dotnet/windowsdesktop - 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 + 6dd270d8238e37621a100ecf524b29433fb14ac8 - + https://github.com/dotnet/windowsdesktop - 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 + 6dd270d8238e37621a100ecf524b29433fb14ac8 - + https://github.com/dotnet/core-setup - 9354e1f42890a9deb5d52ca65b0313c707d89ed5 + 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 - + https://github.com/dotnet/core-setup - 9354e1f42890a9deb5d52ca65b0313c707d89ed5 + 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 - + https://github.com/dotnet/core-setup - 9354e1f42890a9deb5d52ca65b0313c707d89ed5 + 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 - + https://github.com/dotnet/core-setup - 9354e1f42890a9deb5d52ca65b0313c707d89ed5 + 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 - + https://github.com/dotnet/core-setup - 9354e1f42890a9deb5d52ca65b0313c707d89ed5 + 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 @@ -39,68 +39,68 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - b187a7f11b42476863c791b4ffe94e1bd8c093be + 46299619e290936c495264162ede68354ced5b18 - + https://github.com/aspnet/AspNetCore - 1ea47f119b25bd0c4c475ef444abf591d4b890f9 + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 1ea47f119b25bd0c4c475ef444abf591d4b890f9 + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 1ea47f119b25bd0c4c475ef444abf591d4b890f9 + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 1ea47f119b25bd0c4c475ef444abf591d4b890f9 + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 1ea47f119b25bd0c4c475ef444abf591d4b890f9 + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 1ea47f119b25bd0c4c475ef444abf591d4b890f9 + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - fa98e14b1b8d84a1a711ef909384f16ada8bbe7c + 40bcaca36d5db25dae9f9ad7e85891fc73714320 - + https://github.com/dotnet/toolset - 7ee46ac2d77afe2347837f60ff74183a33af44ee + afa5f4c566ce34f827d21ebcbc8aefe7dcb08b39 - + https://github.com/dotnet/sdk - 357126710492d620198a60ee340ebeca9070f133 + 419501cb5731805c7e49bae276a2938e7c1844de - - https://github.com/dotnet/cli - c2aef013a10ac60b9349c9a895b06eb7a9ee0172 + + https://github.com/dotnet/toolset + afa5f4c566ce34f827d21ebcbc8aefe7dcb08b39 - + https://github.com/dotnet/winforms - ef0fdeda487deb05f2864f11e97f047ed8620e9c + aa251536c8ae637e95faf529480e8020d69aa361 - + https://github.com/dotnet/wpf - cde0da6f9dc9837b93d59d5efac1f0dcc95eb5fb + 11a8ba5060577dbddae4303e53583f8d4a82f172 - + https://github.com/dotnet/wcf - 7345927a310945032a0a6a26f10f8a7bcfc46fdc + 49e68b86a708b6d6346b4e519fd54f9e815a87d1 diff --git a/eng/Versions.props b/eng/Versions.props index 8701c62af..06b480640 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19521.2 + 5.0.100-alpha1.19522.14 @@ -24,7 +24,7 @@ - 3.1.0-preview1.19476.7 + 5.0.0-alpha1.19428.1 @@ -36,16 +36,16 @@ - 3.1.0-preview2.19522.3 - 3.1.0-preview2.19522.3 - 3.1.0-preview2.19522.3 - 3.1.0-preview2.19522.3 - 3.1.0-preview2.19522.3 - 3.1.0-preview2.19522.3 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 - 3.1.100-preview2.19522.1 + 5.0.100-alpha1.19522.14 0.2.0 @@ -57,22 +57,22 @@ - 3.1.0-preview2.19521.18 + 5.0.0-alpha1.19521.4 - 3.1.0-preview2.19522.1 - 3.1.0-preview2.19522.1 - 3.1.0-preview2.19522.1 - 3.1.0-preview2.19522.1 - 3.1.0-preview2.19522.1 + 5.0.0-alpha1.19523.1 + 5.0.0-alpha1.19523.1 + 5.0.0-alpha1.19523.1 + 5.0.0-alpha1.19523.1 + 5.0.0-alpha1.19523.1 2.1.0 - 3.1.0-preview2.19522.1 - 3.1.0-preview2.19522.1 - 3.1.0-preview2.19522.1 + 5.0.0-alpha1.19523.4 + 5.0.0-alpha1.19523.4 + 5.0.0-alpha1.19523.4 From aa4c43735b747b7c581104961176c0865b53454d Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 08:38:23 -0700 Subject: [PATCH 0887/1121] Fix typos --- .../targets/GenerateBundledVersions.targets | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 9bd48a730..f61827d44 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -14,17 +14,17 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - <_NETCoreApp30PRuntimePackVersion>3.0.0 + <_NETCoreApp30RuntimePackVersion>3.0.0 <_NETCoreApp30TargetingPackVersion>3.0.0 - <_NETCoreApp31PRuntimePackVersion>3.1.0-preview1.19506.1 + <_NETCoreApp31RuntimePackVersion>3.1.0-preview1.19506.1 <_NETCoreApp31TargetingPackVersion>$(_NETCoreApp31RuntimePackVersion) - <_WindowsDesktop30RuntimePackVersion>$(_NETCoreApp30PRuntimePackVersion) + <_WindowsDesktop30RuntimePackVersion>$(_NETCoreApp30RuntimePackVersion) <_WindowsDesktop30TargetingPackVersion>$(_NETCoreApp30TargetingPackVersion) - <_WindowsDesktop31RuntimePackVersion>$(_NETCoreApp31PRuntimePackVersion) - <_WindowsDesktop31TargetingPackVersion>$(_NETCoreApp31TargetingPackVersion) + <_WindowsDesktop31RuntimePackVersion>$(_NETCoreApp31RuntimePackVersion) + <_WindowsDesktop31TargetingPackVersion>$(_NETCoreApp31TargetingPackVersion) <_AspNet30RuntimePackVersion>3.0.0 <_AspNet30TargetingPackVersion>3.0.0 @@ -237,8 +237,8 @@ Copyright (c) .NET Foundation. All rights reserved. @@ -308,7 +308,7 @@ Copyright (c) .NET Foundation. All rights reserved. TargetFramework="netcoreapp3.0" RuntimeFrameworkName="Microsoft.NETCore.App" DefaultRuntimeFrameworkVersion="3.0.0" - LatestRuntimeFrameworkVersion="$(_NETCoreApp30PRuntimePackVersion)" + LatestRuntimeFrameworkVersion="$(_NETCoreApp30RuntimePackVersion)" TargetingPackName="Microsoft.NETCore.App.Ref" TargetingPackVersion="$(_NETCoreApp30TargetingPackVersion)" RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**" @@ -319,7 +319,7 @@ Copyright (c) .NET Foundation. All rights reserved. From 7dff6dc52cb46a7cf5c78ec79eb338aca8239ba6 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 08:57:00 -0700 Subject: [PATCH 0888/1121] Pin 3.1 common project templates as they're only published out of 3.1 --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 06b480640..78fd0c008 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -92,7 +92,7 @@ $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) $(NUnit3DotNetNewTemplatePackageVersion) $(MicrosoftDotNetCommonItemTemplatesPackageVersion) - $(MicrosoftDotNetCommonItemTemplates31PackageVersion) + 3.1.0-preview1.19475.1 $(MicrosoftAspNetCoreAppRuntimePackageVersion) 4.8.0-rc2.19462.10 From 5fc5386bd9c00bb89649517eda5f359f85b3dbb8 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 08:57:21 -0700 Subject: [PATCH 0889/1121] Target 5.0 to fix build --- Directory.Build.props | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index fe43161d7..02487bf33 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,7 @@ true true - netcoreapp3.1 + netcoreapp5.0 NU5125;NU5105;NU1701 diff --git a/global.json b/global.json index b9160312f..e4f0b955b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.1.100-preview1-014459" + "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19474.3" From bfb734dbe0ad2102d541f034e5bc7d8f9e4385dc Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 09:05:53 -0700 Subject: [PATCH 0890/1121] Fix typos --- src/redist/targets/GenerateBundledVersions.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index f61827d44..18bfa55c2 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -57,7 +57,7 @@ win-x86; " /> - + - /> + Date: Wed, 23 Oct 2019 16:09:03 -0700 Subject: [PATCH 0891/1121] Reduce nuget feeds --- NuGet.config | 7 -- eng/TestVersions.props | 6 +- eng/Versions.props | 18 +---- .../RuntimeConfig.cs | 77 +++++++++++++++++++ 4 files changed, 82 insertions(+), 26 deletions(-) create mode 100644 test/Microsoft.DotNet.Tools.Tests.Utilities/RuntimeConfig.cs diff --git a/NuGet.config b/NuGet.config index 773fd1a4e..75988da01 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,20 +3,13 @@ - - - - - - - diff --git a/eng/TestVersions.props b/eng/TestVersions.props index e69853514..3a2ece51e 100644 --- a/eng/TestVersions.props +++ b/eng/TestVersions.props @@ -1,10 +1,10 @@ - 5.0.0-preview1.5663 - 3.0.100-preview.18580.6 + 5.0.0 + $(MicrosoftDotnetToolsetInternalPackageVersion) 0.1.1 15.8.0 - 3.0.0-preview-27218-01 + 3.0.0 1.3.1 diff --git a/eng/Versions.props b/eng/Versions.props index 78fd0c008..26d85fa73 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,6 +12,7 @@ preview + 5.0.100-alpha1.19522.14 @@ -112,7 +113,7 @@ 1.5.3 1.0.2-beta3 $(MicrosoftDotNetCommonItemTemplates21PackageVersion) - 1.0.2-beta4-20181009-2100240 + 1.0.2-beta4.19511.1 2.1.12 @@ -127,19 +128,4 @@ 2.0.1-servicing-26011-01 - - - $(RestoreSources); - https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json; - https://dotnet.myget.org/F/msbuild/api/v3/index.json; - https://dotnet.myget.org/F/nuget-build/api/v3/index.json; - https://dotnet.myget.org/F/templating/api/v3/index.json; - https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json; - https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json; - https://dotnetfeed.blob.core.windows.net/aspnet-entityframeworkcore/index.json; - https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json; - https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json; - https://dotnetfeed.blob.core.windows.net/dotnet-toolset/index.json; - - diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/RuntimeConfig.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/RuntimeConfig.cs new file mode 100644 index 000000000..e161dba3b --- /dev/null +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/RuntimeConfig.cs @@ -0,0 +1,77 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System; +using System.Text.Json; +using System.IO; +using Microsoft.DotNet.Cli.Utils; + +namespace Microsoft.DotNet.TestFramework +{ + internal class RuntimeConfigFramework + { + public string Name { get; set; } + public string Version { get; set; } + } + + public class RuntimeConfig + { + public bool IsPortable { get; } + internal RuntimeConfigFramework Framework { get; } + + public RuntimeConfig(string runtimeConfigPath) + { + var jsonDocumentOptions = new JsonDocumentOptions + { + AllowTrailingCommas = true, + CommentHandling = JsonCommentHandling.Skip + }; + + using (var stream = File.OpenRead(runtimeConfigPath)) + using (JsonDocument doc = JsonDocument.Parse(stream, jsonDocumentOptions)) + { + JsonElement root = doc.RootElement; + if (root.TryGetProperty("runtimeOptions", out var runtimeOptionsRoot)) + { + if (runtimeOptionsRoot.TryGetProperty("framework", out var framework)) + { + var runtimeConfigFramework = new RuntimeConfigFramework(); + string name = null; + string version = null; + foreach (var property in framework.EnumerateObject()) + { + if (property.Name.Equals("name", StringComparison.OrdinalIgnoreCase)) + { + name = property.Value.GetString(); + } + + if (property.Name.Equals("version", StringComparison.OrdinalIgnoreCase)) + { + version = property.Value.GetString(); + } + } + + if (name == null || version == null) + { + Framework = null; + } + else + { + Framework = new RuntimeConfigFramework + { + Name = name, + Version = version + }; + } + } + else + { + Framework = null; + } + } + } + + IsPortable = Framework != null; + } + } +} \ No newline at end of file From 30f59dadcb1c201eae3c7daa91b5270badbb532f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2019 22:05:36 +0000 Subject: [PATCH 0892/1121] Update dependencies from https://github.com/dotnet/arcade build 20191023.3 (#5320) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19523.3 --- NuGet.config | 3 + eng/Version.Details.xml | 4 +- eng/common/build.ps1 | 19 ++- eng/common/build.sh | 24 +-- eng/common/darc-init.ps1 | 11 +- eng/common/darc-init.sh | 26 +++- eng/common/dotnet-install.ps1 | 6 +- eng/common/dotnet-install.sh | 43 +++++- eng/common/init-tools-native.ps1 | 1 + eng/common/post-build/post-build-utils.ps1 | 1 + eng/common/post-build/setup-maestro-vars.ps1 | 26 ---- eng/common/sdl/execute-all-sdl-tools.ps1 | 52 +++---- eng/common/sdl/extract-artifact-packages.ps1 | 1 + eng/common/templates/job/execute-sdl.yml | 10 +- eng/common/templates/job/job.yml | 140 +++++++++--------- eng/common/templates/jobs/jobs.yml | 74 ++++----- .../channels/netcore-3-tools-validation.yml | 5 +- .../post-build/channels/netcore-3-tools.yml | 7 +- .../post-build/channels/netcore-dev-31.yml | 7 +- .../post-build/channels/netcore-dev-5.yml | 7 +- .../channels/netcore-internal-30.yml | 19 ++- .../channels/netcore-release-30.yml | 7 +- .../channels/netcore-release-31.yml | 7 +- .../channels/netcore-tools-latest.yml | 7 +- .../channels/netcore-tools-validation.yml | 5 +- .../templates/post-build/post-build.yml | 48 ++++-- .../post-build/setup-maestro-vars.yml | 26 +++- eng/common/tools.ps1 | 64 ++++++-- eng/common/tools.sh | 59 ++++++-- global.json | 2 +- 30 files changed, 441 insertions(+), 270 deletions(-) delete mode 100644 eng/common/post-build/setup-maestro-vars.ps1 diff --git a/NuGet.config b/NuGet.config index 75988da01..e82be11a9 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,6 +5,9 @@ + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6f07924b4..b9eeac819 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 0e9ffd6464aff37aef2dc41dc2162d258f266e32 + 894bd005267af53f7d39ac988881e61193e67ae1 diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index e001ccb48..55dff3320 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -18,6 +18,7 @@ Param( [switch] $sign, [switch] $pack, [switch] $publish, + [switch] $clean, [switch][Alias('bl')]$binaryLog, [switch] $ci, [switch] $prepareMachine, @@ -48,6 +49,7 @@ function Print-Usage() { Write-Host " -pack Package build outputs into NuGet packages and Willow components" Write-Host " -sign Sign build outputs" Write-Host " -publish Publish artifacts (e.g. symbols)" + Write-Host " -clean Clean the solution" Write-Host "" Write-Host "Advanced settings:" @@ -112,6 +114,14 @@ function Build { @properties } +if ($clean) { + if(Test-Path $ArtifactsDir) { + Remove-Item -Recurse -Force $ArtifactsDir + Write-Host "Artifacts directory deleted." + } + exit 0 +} + try { if ($help -or (($null -ne $properties) -and ($properties.Contains("/help") -or $properties.Contains("/?")))) { Print-Usage @@ -123,14 +133,7 @@ try { $nodeReuse = $false } - # Import custom tools configuration, if present in the repo. - # Note: Import in global scope so that the script set top-level variables without qualification. - $configureToolsetScript = Join-Path $EngRoot "configure-toolset.ps1" - if (Test-Path $configureToolsetScript) { - . $configureToolsetScript - } - - if (($restore) -and ($null -eq $env:DisableNativeToolsetInstalls)) { + if ($restore) { InitializeNativeTools } diff --git a/eng/common/build.sh b/eng/common/build.sh index 6236fc4d3..36f9aa046 100755 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -26,6 +26,7 @@ usage() echo " --pack Package build outputs into NuGet packages and Willow components" echo " --sign Sign build outputs" echo " --publish Publish artifacts (e.g. symbols)" + echo " --clean Clean the solution" echo "" echo "Advanced settings:" @@ -62,6 +63,7 @@ publish=false sign=false public=false ci=false +clean=false warn_as_error=true node_reuse=true @@ -82,6 +84,9 @@ while [[ $# > 0 ]]; do usage exit 0 ;; + -clean) + clean=true + ;; -configuration|-c) configuration=$2 shift @@ -196,20 +201,15 @@ function Build { ExitWithExitCode 0 } -# Import custom tools configuration, if present in the repo. -configure_toolset_script="$eng_root/configure-toolset.sh" -if [[ -a "$configure_toolset_script" ]]; then - . "$configure_toolset_script" +if [[ "$clean" == true ]]; then + if [ -d "$artifacts_dir" ]; then + rm -rf $artifacts_dir + echo "Artifacts directory deleted." + fi + exit 0 fi -# TODO: https://github.com/dotnet/arcade/issues/1468 -# Temporary workaround to avoid breaking change. -# Remove once repos are updated. -if [[ -n "${useInstalledDotNetCli:-}" ]]; then - use_installed_dotnet_cli="$useInstalledDotNetCli" -fi - -if [[ "$restore" == true && -z ${DisableNativeToolsetInstalls:-} ]]; then +if [[ "$restore" == true ]]; then InitializeNativeTools fi diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1 index 46d175fdf..5d7eaa5f9 100644 --- a/eng/common/darc-init.ps1 +++ b/eng/common/darc-init.ps1 @@ -1,7 +1,8 @@ param ( $darcVersion = $null, $versionEndpoint = "https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16", - $verbosity = "m" + $verbosity = "m", + $toolpath = $null ) . $PSScriptRoot\tools.ps1 @@ -23,11 +24,15 @@ function InstallDarcCli ($darcVersion) { $darcVersion = $(Invoke-WebRequest -Uri $versionEndpoint -UseBasicParsing).Content } - $arcadeServicesSource = 'https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json' + $arcadeServicesSource = 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' Write-Host "Installing Darc CLI version $darcVersion..." Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." - & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g + if (-not $toolpath) { + & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g + }else { + & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity --tool-path "$toolpath" + } } InstallDarcCli $darcVersion diff --git a/eng/common/darc-init.sh b/eng/common/darc-init.sh index 242429bca..82b2b5767 100755 --- a/eng/common/darc-init.sh +++ b/eng/common/darc-init.sh @@ -20,6 +20,10 @@ while [[ $# > 0 ]]; do verbosity=$2 shift ;; + --toolpath) + toolpath=$2 + shift + ;; *) echo "Invalid argument: $1" usage @@ -52,17 +56,27 @@ function InstallDarcCli { InitializeDotNetCli local dotnet_root=$_InitializeDotNetCli - local uninstall_command=`$dotnet_root/dotnet tool uninstall $darc_cli_package_name -g` - local tool_list=$($dotnet_root/dotnet tool list -g) - if [[ $tool_list = *$darc_cli_package_name* ]]; then - echo $($dotnet_root/dotnet tool uninstall $darc_cli_package_name -g) + if [ -z "$toolpath" ]; then + local tool_list=$($dotnet_root/dotnet tool list -g) + if [[ $tool_list = *$darc_cli_package_name* ]]; then + echo $($dotnet_root/dotnet tool uninstall $darc_cli_package_name -g) + fi + else + local tool_list=$($dotnet_root/dotnet tool list --tool-path "$toolpath") + if [[ $tool_list = *$darc_cli_package_name* ]]; then + echo $($dotnet_root/dotnet tool uninstall $darc_cli_package_name --tool-path "$toolpath") + fi fi - local arcadeServicesSource="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" + local arcadeServicesSource="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" echo "Installing Darc CLI version $darcVersion..." echo "You may need to restart your command shell if this is the first dotnet tool you have installed." - echo $($dotnet_root/dotnet tool install $darc_cli_package_name --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g) + if [ -z "$toolpath" ]; then + echo $($dotnet_root/dotnet tool install $darc_cli_package_name --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g) + else + echo $($dotnet_root/dotnet tool install $darc_cli_package_name --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity --tool-path "$toolpath") + fi } InstallDarcCli diff --git a/eng/common/dotnet-install.ps1 b/eng/common/dotnet-install.ps1 index 0b629b830..ec3e739fe 100644 --- a/eng/common/dotnet-install.ps1 +++ b/eng/common/dotnet-install.ps1 @@ -3,7 +3,9 @@ Param( [string] $verbosity = "minimal", [string] $architecture = "", [string] $version = "Latest", - [string] $runtime = "dotnet" + [string] $runtime = "dotnet", + [string] $RuntimeSourceFeed = "", + [string] $RuntimeSourceFeedKey = "" ) . $PSScriptRoot\tools.ps1 @@ -15,7 +17,7 @@ try { if ($architecture -and $architecture.Trim() -eq "x86") { $installdir = Join-Path $installdir "x86" } - InstallDotNet $installdir $version $architecture $runtime $true + InstallDotNet $installdir $version $architecture $runtime $true -RuntimeSourceFeed $RuntimeSourceFeed -RuntimeSourceFeedKey $RuntimeSourceFeedKey } catch { Write-Host $_ diff --git a/eng/common/dotnet-install.sh b/eng/common/dotnet-install.sh index c3072c958..94ea34388 100755 --- a/eng/common/dotnet-install.sh +++ b/eng/common/dotnet-install.sh @@ -14,6 +14,8 @@ scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" version='Latest' architecture='' runtime='dotnet' +runtimeSourceFeed='' +runtimeSourceFeedKey='' while [[ $# > 0 ]]; do opt="$(echo "$1" | awk '{print tolower($0)}')" case "$opt" in @@ -29,18 +31,55 @@ while [[ $# > 0 ]]; do shift runtime="$1" ;; + -runtimesourcefeed) + shift + runtimeSourceFeed="$1" + ;; + -runtimesourcefeedkey) + shift + runtimeSourceFeedKey="$1" + ;; *) echo "Invalid argument: $1" - usage exit 1 ;; esac shift done +# Use uname to determine what the CPU is. +cpuname=$(uname -p) +# Some Linux platforms report unknown for platform, but the arch for machine. +if [[ "$cpuname" == "unknown" ]]; then + cpuname=$(uname -m) +fi + +case $cpuname in + aarch64) + buildarch=arm64 + ;; + amd64|x86_64) + buildarch=x64 + ;; + armv7l) + buildarch=arm + ;; + i686) + buildarch=x86 + ;; + *) + echo "Unknown CPU $cpuname detected, treating it as x64" + buildarch=x64 + ;; +esac + . "$scriptroot/tools.sh" dotnetRoot="$repo_root/.dotnet" -InstallDotNet $dotnetRoot $version "$architecture" $runtime true || { +if [[ $architecture != "" ]] && [[ $architecture != $buildarch ]]; then + dotnetRoot="$dotnetRoot/$architecture" +fi + +InstallDotNet $dotnetRoot $version "$architecture" $runtime true $runtimeSourceFeed $runtimeSourceFeedKey || { local exit_code=$? echo "dotnet-install.sh failed (exit code '$exit_code')." >&2 ExitWithExitCode $exit_code diff --git a/eng/common/init-tools-native.ps1 b/eng/common/init-tools-native.ps1 index 8cf18bcfe..0fc0503ab 100644 --- a/eng/common/init-tools-native.ps1 +++ b/eng/common/init-tools-native.ps1 @@ -133,6 +133,7 @@ try { if (Test-Path $InstallBin) { Write-Host "Native tools are available from" (Convert-Path -Path $InstallBin) Write-Host "##vso[task.prependpath]$(Convert-Path -Path $InstallBin)" + return $InstallBin } else { Write-Error "Native tools install directory does not exist, installation failed" diff --git a/eng/common/post-build/post-build-utils.ps1 b/eng/common/post-build/post-build-utils.ps1 index 551ae113f..aa9a025c0 100644 --- a/eng/common/post-build/post-build-utils.ps1 +++ b/eng/common/post-build/post-build-utils.ps1 @@ -8,6 +8,7 @@ Set-StrictMode -Version 2.0 # scripts don't necessarily execute in the same agent that run the # build.ps1/sh script this variable isn't automatically set. $ci = $true +$disableConfigureToolsetImport = "true" . $PSScriptRoot\..\tools.ps1 function Create-MaestroApiRequestHeaders([string]$ContentType = "application/json") { diff --git a/eng/common/post-build/setup-maestro-vars.ps1 b/eng/common/post-build/setup-maestro-vars.ps1 deleted file mode 100644 index d7f64dc63..000000000 --- a/eng/common/post-build/setup-maestro-vars.ps1 +++ /dev/null @@ -1,26 +0,0 @@ -param( - [Parameter(Mandatory=$true)][string] $ReleaseConfigsPath # Full path to ReleaseConfigs.txt asset -) - -. $PSScriptRoot\post-build-utils.ps1 - -try { - $Content = Get-Content $ReleaseConfigsPath - - $BarId = $Content | Select -Index 0 - - $Channels = "" - $Content | Select -Index 1 | ForEach-Object { $Channels += "$_ ," } - - $IsStableBuild = $Content | Select -Index 2 - - Write-PipelineSetVariable -Name 'BARBuildId' -Value $BarId - Write-PipelineSetVariable -Name 'InitialChannels' -Value "$Channels" - Write-PipelineSetVariable -Name 'IsStableBuild' -Value $IsStableBuild -} -catch { - Write-Host $_ - Write-Host $_.Exception - Write-Host $_.ScriptStackTrace - ExitWithExitCode 1 -} diff --git a/eng/common/sdl/execute-all-sdl-tools.ps1 b/eng/common/sdl/execute-all-sdl-tools.ps1 index 01799d63f..eb21321ba 100644 --- a/eng/common/sdl/execute-all-sdl-tools.ps1 +++ b/eng/common/sdl/execute-all-sdl-tools.ps1 @@ -1,30 +1,30 @@ Param( - [string] $GuardianPackageName, # Required: the name of guardian CLI package (not needed if GuardianCliLocation is specified) - [string] $NugetPackageDirectory, # Required: directory where NuGet packages are installed (not needed if GuardianCliLocation is specified) - [string] $GuardianCliLocation, # Optional: Direct location of Guardian CLI executable if GuardianPackageName & NugetPackageDirectory are not specified - [string] $Repository=$env:BUILD_REPOSITORY_NAME, # Required: the name of the repository (e.g. dotnet/arcade) - [string] $BranchName=$env:BUILD_SOURCEBRANCH, # Optional: name of branch or version of gdn settings; defaults to master - [string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY, # Required: the directory where source files are located - [string] $ArtifactsDirectory = (Join-Path $env:BUILD_SOURCESDIRECTORY ("artifacts")), # Required: the directory where build artifacts are located - [string] $AzureDevOpsAccessToken, # Required: access token for dnceng; should be provided via KeyVault - [string[]] $SourceToolsList, # Optional: list of SDL tools to run on source code - [string[]] $ArtifactToolsList, # Optional: list of SDL tools to run on built artifacts - [bool] $TsaPublish=$False, # Optional: true will publish results to TSA; only set to true after onboarding to TSA; TSA is the automated framework used to upload test results as bugs. - [string] $TsaBranchName=$env:BUILD_SOURCEBRANCH, # Optional: required for TSA publish; defaults to $(Build.SourceBranchName); TSA is the automated framework used to upload test results as bugs. - [string] $TsaRepositoryName=$env:BUILD_REPOSITORY_NAME, # Optional: TSA repository name; will be generated automatically if not submitted; TSA is the automated framework used to upload test results as bugs. - [string] $BuildNumber=$env:BUILD_BUILDNUMBER, # Optional: required for TSA publish; defaults to $(Build.BuildNumber) - [bool] $UpdateBaseline=$False, # Optional: if true, will update the baseline in the repository; should only be run after fixing any issues which need to be fixed - [bool] $TsaOnboard=$False, # Optional: if true, will onboard the repository to TSA; should only be run once; TSA is the automated framework used to upload test results as bugs. - [string] $TsaInstanceUrl, # Optional: only needed if TsaOnboard or TsaPublish is true; the instance-url registered with TSA; TSA is the automated framework used to upload test results as bugs. - [string] $TsaCodebaseName, # Optional: only needed if TsaOnboard or TsaPublish is true; the name of the codebase registered with TSA; TSA is the automated framework used to upload test results as bugs. - [string] $TsaProjectName, # Optional: only needed if TsaOnboard or TsaPublish is true; the name of the project registered with TSA; TSA is the automated framework used to upload test results as bugs. - [string] $TsaNotificationEmail, # Optional: only needed if TsaOnboard is true; the email(s) which will receive notifications of TSA bug filings (e.g. alias@microsoft.com); TSA is the automated framework used to upload test results as bugs. - [string] $TsaCodebaseAdmin, # Optional: only needed if TsaOnboard is true; the aliases which are admins of the TSA codebase (e.g. DOMAIN\alias); TSA is the automated framework used to upload test results as bugs. - [string] $TsaBugAreaPath, # Optional: only needed if TsaOnboard is true; the area path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs. - [string] $TsaIterationPath, # Optional: only needed if TsaOnboard is true; the iteration path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs. - [string] $GuardianLoggerLevel="Standard", # Optional: the logger level for the Guardian CLI; options are Trace, Verbose, Standard, Warning, and Error - [string[]] $CrScanAdditionalRunConfigParams, # Optional: Additional Params to custom build a CredScan run config in the format @("xyz:abc","sdf:1") - [string[]] $PoliCheckAdditionalRunConfigParams # Optional: Additional Params to custom build a Policheck run config in the format @("xyz:abc","sdf:1") + [string] $GuardianPackageName, # Required: the name of guardian CLI package (not needed if GuardianCliLocation is specified) + [string] $NugetPackageDirectory, # Required: directory where NuGet packages are installed (not needed if GuardianCliLocation is specified) + [string] $GuardianCliLocation, # Optional: Direct location of Guardian CLI executable if GuardianPackageName & NugetPackageDirectory are not specified + [string] $Repository=$env:BUILD_REPOSITORY_NAME, # Required: the name of the repository (e.g. dotnet/arcade) + [string] $BranchName=$env:BUILD_SOURCEBRANCH, # Optional: name of branch or version of gdn settings; defaults to master + [string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY, # Required: the directory where source files are located + [string] $ArtifactsDirectory = (Join-Path $env:BUILD_ARTIFACTSTAGINGDIRECTORY ("artifacts")), # Required: the directory where build artifacts are located + [string] $AzureDevOpsAccessToken, # Required: access token for dnceng; should be provided via KeyVault + [string[]] $SourceToolsList, # Optional: list of SDL tools to run on source code + [string[]] $ArtifactToolsList, # Optional: list of SDL tools to run on built artifacts + [bool] $TsaPublish=$False, # Optional: true will publish results to TSA; only set to true after onboarding to TSA; TSA is the automated framework used to upload test results as bugs. + [string] $TsaBranchName=$env:BUILD_SOURCEBRANCH, # Optional: required for TSA publish; defaults to $(Build.SourceBranchName); TSA is the automated framework used to upload test results as bugs. + [string] $TsaRepositoryName=$env:BUILD_REPOSITORY_NAME, # Optional: TSA repository name; will be generated automatically if not submitted; TSA is the automated framework used to upload test results as bugs. + [string] $BuildNumber=$env:BUILD_BUILDNUMBER, # Optional: required for TSA publish; defaults to $(Build.BuildNumber) + [bool] $UpdateBaseline=$False, # Optional: if true, will update the baseline in the repository; should only be run after fixing any issues which need to be fixed + [bool] $TsaOnboard=$False, # Optional: if true, will onboard the repository to TSA; should only be run once; TSA is the automated framework used to upload test results as bugs. + [string] $TsaInstanceUrl, # Optional: only needed if TsaOnboard or TsaPublish is true; the instance-url registered with TSA; TSA is the automated framework used to upload test results as bugs. + [string] $TsaCodebaseName, # Optional: only needed if TsaOnboard or TsaPublish is true; the name of the codebase registered with TSA; TSA is the automated framework used to upload test results as bugs. + [string] $TsaProjectName, # Optional: only needed if TsaOnboard or TsaPublish is true; the name of the project registered with TSA; TSA is the automated framework used to upload test results as bugs. + [string] $TsaNotificationEmail, # Optional: only needed if TsaOnboard is true; the email(s) which will receive notifications of TSA bug filings (e.g. alias@microsoft.com); TSA is the automated framework used to upload test results as bugs. + [string] $TsaCodebaseAdmin, # Optional: only needed if TsaOnboard is true; the aliases which are admins of the TSA codebase (e.g. DOMAIN\alias); TSA is the automated framework used to upload test results as bugs. + [string] $TsaBugAreaPath, # Optional: only needed if TsaOnboard is true; the area path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs. + [string] $TsaIterationPath, # Optional: only needed if TsaOnboard is true; the iteration path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs. + [string] $GuardianLoggerLevel="Standard", # Optional: the logger level for the Guardian CLI; options are Trace, Verbose, Standard, Warning, and Error + [string[]] $CrScanAdditionalRunConfigParams, # Optional: Additional Params to custom build a CredScan run config in the format @("xyz:abc","sdf:1") + [string[]] $PoliCheckAdditionalRunConfigParams # Optional: Additional Params to custom build a Policheck run config in the format @("xyz:abc","sdf:1") ) $ErrorActionPreference = "Stop" diff --git a/eng/common/sdl/extract-artifact-packages.ps1 b/eng/common/sdl/extract-artifact-packages.ps1 index 6e6825013..d857ae219 100644 --- a/eng/common/sdl/extract-artifact-packages.ps1 +++ b/eng/common/sdl/extract-artifact-packages.ps1 @@ -10,6 +10,7 @@ Set-StrictMode -Version 2.0 # scripts don't necessarily execute in the same agent that run the # build.ps1/sh script this variable isn't automatically set. $ci = $true +$disableConfigureToolsetImport = "true" . $PSScriptRoot\..\tools.ps1 $ExtractPackage = { diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index a7f996419..9a00430d6 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -24,15 +24,15 @@ jobs: buildType: current downloadType: specific files matchingPattern: "**" - downloadPath: $(Build.SourcesDirectory)\artifacts + downloadPath: $(Build.ArtifactStagingDirectory)\artifacts - powershell: eng/common/sdl/extract-artifact-packages.ps1 - -InputPath $(Build.SourcesDirectory)\artifacts\BlobArtifacts - -ExtractPath $(Build.SourcesDirectory)\artifacts\BlobArtifacts + -InputPath $(Build.ArtifactStagingDirectory)\artifacts\BlobArtifacts + -ExtractPath $(Build.ArtifactStagingDirectory)\artifacts\BlobArtifacts displayName: Extract Blob Artifacts continueOnError: ${{ parameters.sdlContinueOnError }} - powershell: eng/common/sdl/extract-artifact-packages.ps1 - -InputPath $(Build.SourcesDirectory)\artifacts\PackageArtifacts - -ExtractPath $(Build.SourcesDirectory)\artifacts\PackageArtifacts + -InputPath $(Build.ArtifactStagingDirectory)\artifacts\PackageArtifacts + -ExtractPath $(Build.ArtifactStagingDirectory)\artifacts\PackageArtifacts displayName: Extract Package Artifacts continueOnError: ${{ parameters.sdlContinueOnError }} - task: NuGetToolInstaller@1 diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index ffda80a19..ecebd0f03 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -1,67 +1,33 @@ +# Internal resources (telemetry, microbuild) can only be accessed from non-public projects, +# and some (Microbuild) should only be applied to non-PR cases for internal builds. + parameters: # Job schema parameters - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job cancelTimeoutInMinutes: '' - condition: '' - - continueOnError: false - container: '' - + continueOnError: false dependsOn: '' - displayName: '' - - steps: [] - pool: '' - + steps: [] strategy: '' - timeoutInMinutes: '' - variables: [] - workspace: '' - # Job base template specific parameters - # Optional: Enable installing Microbuild plugin - # if 'true', these "variables" must be specified in the variables object or as part of the queue matrix - # _TeamName - the name of your team - # _SignType - 'test' or 'real' +# Job base template specific parameters + # See schema documentation - https://github.com/dotnet/arcade/blob/master/Documentation/AzureDevOps/TemplateSchema.md + artifacts: '' enableMicrobuild: false - - # Optional: Include PublishBuildArtifacts task enablePublishBuildArtifacts: false - - # Optional: Enable publishing to the build asset registry enablePublishBuildAssets: false - - # Optional: Prevent gather/push manifest from executing when using publishing pipelines - enablePublishUsingPipelines: false - - # Optional: Include PublishTestResults task enablePublishTestResults: false - - # Optional: enable sending telemetry - enableTelemetry: false - - # Optional: define the helix repo for telemetry (example: 'dotnet/arcade') - helixRepo: '' - - # Optional: define the helix type for telemetry (example: 'build/product/') - helixType: '' - - # Required: name of the job + enablePublishUsingPipelines: false name: '' - - # Optional: should run as a public build even in the internal project - # if 'true', the build won't run any of the internal only steps, even if it is running in non-public projects. + preSteps: [] runAsPublic: false -# Internal resources (telemetry, microbuild) can only be accessed from non-public projects, -# and some (Microbuild) should only be applied to non-PR cases for internal builds. - jobs: - job: ${{ parameters.name }} @@ -93,7 +59,7 @@ jobs: timeoutInMinutes: ${{ parameters.timeoutInMinutes }} variables: - - ${{ if eq(parameters.enableTelemetry, 'true') }}: + - ${{ if ne(parameters.enableTelemetry, 'false') }}: - name: DOTNET_CLI_TELEMETRY_PROFILE value: '$(Build.Repository.Uri)' - ${{ each variable in parameters.variables }}: @@ -125,21 +91,12 @@ jobs: workspace: ${{ parameters.workspace }} steps: - - ${{ if eq(parameters.enableTelemetry, 'true') }}: - # Telemetry tasks are built from https://github.com/dotnet/arcade-extensions - - task: sendStartTelemetry@0 - displayName: 'Send Helix Start Telemetry' - inputs: - helixRepo: ${{ parameters.helixRepo }} - ${{ if ne(parameters.helixType, '') }}: - helixType: ${{ parameters.helixType }} - buildConfig: $(_BuildConfig) - runAsPublic: ${{ parameters.runAsPublic }} - continueOnError: ${{ parameters.continueOnError }} - condition: always() + - ${{ if ne(parameters.preSteps, '') }}: + - ${{ each preStep in parameters.preSteps }}: + - ${{ preStep }} - - ${{ if eq(parameters.enableMicrobuild, 'true') }}: - - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - ${{ if eq(parameters.enableMicrobuild, 'true') }}: - task: MicroBuildSigningPlugin@2 displayName: Install MicroBuild plugin inputs: @@ -151,9 +108,16 @@ jobs: continueOnError: ${{ parameters.continueOnError }} condition: and(succeeded(), in(variables['_SignType'], 'real', 'test'), eq(variables['Agent.Os'], 'Windows_NT')) - - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - task: NuGetAuthenticate@0 + - ${{ if or(eq(parameters.artifacts.download, 'true'), ne(parameters.artifacts.download, '')) }}: + - task: DownloadPipelineArtifact@2 + inputs: + buildType: current + artifactName: ${{ coalesce(parameters.artifacts.download.name, 'Artifacts_$(Agent.OS)_$(_BuildConfig)') }} + targetPath: ${{ coalesce(parameters.artifacts.download.path, 'artifacts') }} + itemPattern: ${{ coalesce(parameters.artifacts.download.pattern, '**') }} + - ${{ each step in parameters.steps }}: - ${{ step }} @@ -166,20 +130,60 @@ jobs: env: TeamName: $(_TeamName) - - ${{ if eq(parameters.enableTelemetry, 'true') }}: - # Telemetry tasks are built from https://github.com/dotnet/arcade-extensions - - task: sendEndTelemetry@0 - displayName: 'Send Helix End Telemetry' - continueOnError: ${{ parameters.continueOnError }} - condition: always() + - ${{ if ne(parameters.artifacts.publish, '') }}: + - ${{ if or(eq(parameters.artifacts.publish.artifacts, 'true'), ne(parameters.artifacts.publish.artifacts, '')) }}: + - task: CopyFiles@2 + displayName: Gather binaries for publish to artifacts + inputs: + SourceFolder: 'artifacts/bin' + Contents: '**' + TargetFolder: '$(Build.ArtifactStagingDirectory)/artifacts/bin' + - task: CopyFiles@2 + displayName: Gather packages for publish to artifacts + inputs: + SourceFolder: 'artifacts/packages' + Contents: '**' + TargetFolder: '$(Build.ArtifactStagingDirectory)/artifacts/packages' + - task: PublishBuildArtifacts@1 + displayName: Publish pipeline artifacts + inputs: + PathtoPublish: '$(Build.ArtifactStagingDirectory)/artifacts' + PublishLocation: Container + ArtifactName: ${{ coalesce(parameters.artifacts.publish.artifacts.name , 'Artifacts_$(Agent.Os)_$(_BuildConfig)') }} + continueOnError: true + condition: always() + - ${{ if or(eq(parameters.artifacts.publish.logs, 'true'), ne(parameters.artifacts.publish.logs, '')) }}: + - publish: artifacts/log + artifact: ${{ coalesce(parameters.artifacts.publish.logs.name, 'Logs_Build_$(Agent.Os)_$(_BuildConfig)') }} + displayName: Publish logs + continueOnError: true + condition: always() + - ${{ if or(eq(parameters.artifacts.publish.manifests, 'true'), ne(parameters.artifacts.publish.manifests, '')) }}: + - ${{ if and(ne(parameters.enablePublishUsingPipelines, 'true'), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - task: CopyFiles@2 + displayName: Gather Asset Manifests + inputs: + SourceFolder: '$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/AssetManifest' + TargetFolder: '$(Build.ArtifactStagingDirectory)/AssetManifests' + continueOnError: ${{ parameters.continueOnError }} + condition: and(succeeded(), eq(variables['_DotNetPublishToBlobFeed'], 'true')) - - ${{ if eq(parameters.enablePublishBuildArtifacts, 'true') }}: + - task: PublishBuildArtifacts@1 + displayName: Push Asset Manifests + inputs: + PathtoPublish: '$(Build.ArtifactStagingDirectory)/AssetManifests' + PublishLocation: Container + ArtifactName: AssetManifests + continueOnError: ${{ parameters.continueOnError }} + condition: and(succeeded(), eq(variables['_DotNetPublishToBlobFeed'], 'true')) + + - ${{ if ne(parameters.enablePublishBuildArtifacts, 'false') }}: - task: PublishBuildArtifacts@1 displayName: Publish Logs inputs: PathtoPublish: '$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)' PublishLocation: Container - ArtifactName: $(Agent.Os)_$(Agent.JobName) + ArtifactName: ${{ coalesce(parameters.enablePublishBuildArtifacts.artifactName, '$(Agent.Os)_$(Agent.JobName)' ) }} continueOnError: true condition: always() diff --git a/eng/common/templates/jobs/jobs.yml b/eng/common/templates/jobs/jobs.yml index 6a2f98c03..c08225a9a 100644 --- a/eng/common/templates/jobs/jobs.yml +++ b/eng/common/templates/jobs/jobs.yml @@ -1,19 +1,10 @@ parameters: - # Optional: 'true' if failures in job.yml job should not fail the job + # See schema documentation in /Documentation/AzureDevOps/TemplateSchema.md continueOnError: false - # Optional: Enable installing Microbuild plugin - # if 'true', these "variables" must be specified in the variables object or as part of the queue matrix - # _TeamName - the name of your team - # _SignType - 'test' or 'real' - enableMicrobuild: false - # Optional: Include PublishBuildArtifacts task enablePublishBuildArtifacts: false - # Optional: Enable publishing to the build asset registry - enablePublishBuildAssets: false - # Optional: Enable publishing using release pipelines enablePublishUsingPipelines: false @@ -23,19 +14,9 @@ parameters: # Optional: Include toolset dependencies in the generated graph files includeToolset: false - # Optional: Include PublishTestResults task - enablePublishTestResults: false - - # Optional: enable sending telemetry - # if enabled then the 'helixRepo' parameter should also be specified - enableTelemetry: false - # Required: A collection of jobs to run - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job jobs: [] - # Optional: define the helix repo for telemetry (example: 'dotnet/arcade') - helixRepo: '' - # Optional: Override automatically derived dependsOn value for "publish build assets" job publishBuildAssetsDependsOn: '' @@ -62,29 +43,30 @@ jobs: name: ${{ job.job }} -- ${{ if and(eq(parameters.enablePublishBuildAssets, true), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - template: ../job/publish-build-assets.yml - parameters: - continueOnError: ${{ parameters.continueOnError }} - dependsOn: - - ${{ if ne(parameters.publishBuildAssetsDependsOn, '') }}: - - ${{ each job in parameters.publishBuildAssetsDependsOn }}: - - ${{ job.job }} - - ${{ if eq(parameters.publishBuildAssetsDependsOn, '') }}: - - ${{ each job in parameters.jobs }}: - - ${{ job.job }} - pool: - vmImage: vs2017-win2016 - runAsPublic: ${{ parameters.runAsPublic }} - publishUsingPipelines: ${{ parameters.enablePublishUsingPipelines }} - enablePublishBuildArtifacts: ${{ parameters.enablePublishBuildArtifacts }} - -- ${{ if and(eq(parameters.graphFileGeneration.enabled, true), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - template: ../job/generate-graph-files.yml - parameters: - continueOnError: ${{ parameters.continueOnError }} - includeToolset: ${{ parameters.graphFileGeneration.includeToolset }} - dependsOn: - - Asset_Registry_Publish - pool: - vmImage: vs2017-win2016 +- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - ${{ if or(eq(parameters.enablePublishBuildAssets, true), eq(parameters.artifacts.publish.manifests, 'true'), ne(parameters.artifacts.publish.manifests, '')) }}: + - template: ../job/publish-build-assets.yml + parameters: + continueOnError: ${{ parameters.continueOnError }} + dependsOn: + - ${{ if ne(parameters.publishBuildAssetsDependsOn, '') }}: + - ${{ each job in parameters.publishBuildAssetsDependsOn }}: + - ${{ job.job }} + - ${{ if eq(parameters.publishBuildAssetsDependsOn, '') }}: + - ${{ each job in parameters.jobs }}: + - ${{ job.job }} + pool: + vmImage: vs2017-win2016 + runAsPublic: ${{ parameters.runAsPublic }} + publishUsingPipelines: ${{ parameters.enablePublishUsingPipelines }} + enablePublishBuildArtifacts: ${{ parameters.enablePublishBuildArtifacts }} + + - ${{ if eq(parameters.graphFileGeneration.enabled, true) }}: + - template: ../job/generate-graph-files.yml + parameters: + continueOnError: ${{ parameters.continueOnError }} + includeToolset: ${{ parameters.graphFileGeneration.includeToolset }} + dependsOn: + - Asset_Registry_Publish + pool: + vmImage: vs2017-win2016 diff --git a/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml b/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml index cdb74031f..e77e4b911 100644 --- a/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml +++ b/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml @@ -1,10 +1,12 @@ parameters: artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false stages: - stage: NetCore_3_Tools_Validation_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET 3 Tools - Validation Publishing @@ -81,7 +83,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-3-tools.yml b/eng/common/templates/post-build/channels/netcore-3-tools.yml index 70eec773e..b7103833a 100644 --- a/eng/common/templates/post-build/channels/netcore-3-tools.yml +++ b/eng/common/templates/post-build/channels/netcore-3-tools.yml @@ -1,11 +1,13 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_3_Tools_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET 3 Tools Publishing @@ -116,7 +118,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml index db2125418..1c6a8ed4a 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-31.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-31.yml @@ -1,11 +1,13 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_Dev31_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Core 3.1 Dev Publishing @@ -116,7 +118,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index c4f5a16ac..6e7d7e42c 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -1,11 +1,13 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_Dev5_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Core 5 Dev Publishing @@ -116,7 +118,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 177b38df3..732015258 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -1,10 +1,12 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_30_Internal_Servicing_Publishing - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Core 3.0 Internal Servicing Publishing @@ -32,6 +34,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -114,7 +128,6 @@ stages: /p:ChecksumsAzureAccountKey=$(InternalChecksumsBlobFeedKey) /p:InstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(InternalInstallersBlobFeedKey) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-release-30.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml index 16ade0db2..410f6de4c 100644 --- a/eng/common/templates/post-build/channels/netcore-release-30.yml +++ b/eng/common/templates/post-build/channels/netcore-release-30.yml @@ -1,11 +1,13 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_Release30_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Core 3.0 Release Publishing @@ -116,7 +118,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/netcore-release-31.yml index 01d56410c..e05699cd8 100644 --- a/eng/common/templates/post-build/channels/netcore-release-31.yml +++ b/eng/common/templates/post-build/channels/netcore-release-31.yml @@ -1,11 +1,13 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_Release31_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Core 3.1 Release Publishing @@ -116,7 +118,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index 157d2d4b9..5cea6264f 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -1,11 +1,13 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_Tools_Latest_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Tools - Latest Publishing @@ -116,7 +118,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-tools-validation.yml b/eng/common/templates/post-build/channels/netcore-tools-validation.yml index d8447e49a..b5e214255 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-validation.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-validation.yml @@ -1,10 +1,12 @@ parameters: artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false stages: - stage: PVR_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Tools - Validation Publishing @@ -81,7 +83,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 7ee82d9ff..913ac244a 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -16,11 +16,14 @@ parameters: signingValidationAdditionalParameters: '' # Which stages should finish execution before post-build stages start - dependsOn: [build] + validateDependsOn: + - build + publishDependsOn: + - Validate stages: -- stage: validate - dependsOn: ${{ parameters.dependsOn }} +- stage: Validate + dependsOn: ${{ parameters.validateDependsOn }} displayName: Validate jobs: - ${{ if eq(parameters.enableNugetValidation, 'true') }}: @@ -45,6 +48,9 @@ stages: - ${{ if eq(parameters.enableSigningValidation, 'true') }}: - job: displayName: Signing Validation + variables: + - template: common-variables.yml + - group: AzureDevOps-Artifact-Feeds-Pats pool: vmImage: 'windows-2019' steps: @@ -54,6 +60,19 @@ stages: buildType: current artifactName: PackageArtifacts + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + condition: eq(variables['IsInternalBuild'], 'true') + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Validate inputs: @@ -97,51 +116,60 @@ stages: - template: \eng\common\templates\post-build\channels\netcore-dev-5.yml parameters: - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - + - template: \eng\common\templates\post-build\channels\netcore-dev-31.yml parameters: - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\netcore-tools-latest.yml parameters: - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\netcore-tools-validation.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\netcore-3-tools-validation.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-3-tools.yml parameters: + dependsOn: ${{ parameters.publishDependsOn }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-release-30.yml parameters: - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\netcore-release-31.yml parameters: - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\netcore-internal-30.yml parameters: - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} diff --git a/eng/common/templates/post-build/setup-maestro-vars.yml b/eng/common/templates/post-build/setup-maestro-vars.yml index 56242b068..716b53f74 100644 --- a/eng/common/templates/post-build/setup-maestro-vars.yml +++ b/eng/common/templates/post-build/setup-maestro-vars.yml @@ -4,6 +4,8 @@ jobs: pool: vmImage: 'windows-2019' steps: + - checkout: none + - task: DownloadBuildArtifacts@0 displayName: Download Release Configs inputs: @@ -14,5 +16,25 @@ jobs: name: setReleaseVars displayName: Set Release Configs Vars inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/setup-maestro-vars.ps1 - arguments: -ReleaseConfigsPath '$(Build.StagingDirectory)/ReleaseConfigs/ReleaseConfigs.txt' + targetType: inline + script: | + try { + $Content = Get-Content $(Build.StagingDirectory)/ReleaseConfigs/ReleaseConfigs.txt + + $BarId = $Content | Select -Index 0 + + $Channels = "" + $Content | Select -Index 1 | ForEach-Object { $Channels += "$_ ," } + + $IsStableBuild = $Content | Select -Index 2 + + Write-Host "##vso[task.setvariable variable=BARBuildId;isOutput=true]$BarId" + Write-Host "##vso[task.setvariable variable=InitialChannels;isOutput=true]$Channels" + Write-Host "##vso[task.setvariable variable=IsStableBuild;isOutput=true]$IsStableBuild" + } + catch { + Write-Host $_ + Write-Host $_.Exception + Write-Host $_.ScriptStackTrace + exit 1 + } diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 91efea940..c4ca69dd4 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -49,6 +49,8 @@ # An array of names of processes to stop on script exit if prepareMachine is true. $processesToStopOnExit = if (Test-Path variable:processesToStopOnExit) { $processesToStopOnExit } else { @("msbuild", "dotnet", "vbcscompiler") } +$disableConfigureToolsetImport = if (Test-Path variable:disableConfigureToolsetImport) { $disableConfigureToolsetImport } else { $null } + set-strictmode -version 2.0 $ErrorActionPreference = "Stop" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 @@ -154,15 +156,6 @@ function InitializeDotNetCli([bool]$install) { # Make Sure that our bootstrapped dotnet cli is available in future steps of the Azure Pipelines build Write-PipelinePrependPath -Path $dotnetRoot - # Work around issues with Azure Artifacts credential provider - # https://github.com/dotnet/arcade/issues/3932 - if ($ci) { - $env:NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS = 20 - $env:NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS = 20 - Write-PipelineSetVariable -Name 'NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS' -Value '20' - Write-PipelineSetVariable -Name 'NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS' -Value '20' - } - Write-PipelineSetVariable -Name 'DOTNET_MULTILEVEL_LOOKUP' -Value '0' Write-PipelineSetVariable -Name 'DOTNET_SKIP_FIRST_TIME_EXPERIENCE' -Value '1' @@ -184,7 +177,14 @@ function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $arc InstallDotNet $dotnetRoot $version $architecture } -function InstallDotNet([string] $dotnetRoot, [string] $version, [string] $architecture = "", [string] $runtime = "", [bool] $skipNonVersionedFiles = $false) { +function InstallDotNet([string] $dotnetRoot, + [string] $version, + [string] $architecture = "", + [string] $runtime = "", + [bool] $skipNonVersionedFiles = $false, + [string] $runtimeSourceFeed = "", + [string] $runtimeSourceFeedKey = "") { + $installScript = GetDotNetInstallScript $dotnetRoot $installParameters = @{ Version = $version @@ -195,10 +195,29 @@ function InstallDotNet([string] $dotnetRoot, [string] $version, [string] $archit if ($runtime) { $installParameters.Runtime = $runtime } if ($skipNonVersionedFiles) { $installParameters.SkipNonVersionedFiles = $skipNonVersionedFiles } - & $installScript @installParameters - if ($lastExitCode -ne 0) { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet cli (exit code '$lastExitCode')." - ExitWithExitCode $lastExitCode + try { + & $installScript @installParameters + } + catch { + Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet runtime '$runtime' from public location." + + # Only the runtime can be installed from a custom [private] location. + if ($runtime -and ($runtimeSourceFeed -or $runtimeSourceFeedKey)) { + if ($runtimeSourceFeed) { $installParameters.AzureFeed = $runtimeSourceFeed } + + if ($runtimeSourceFeedKey) { + $decodedBytes = [System.Convert]::FromBase64String($runtimeSourceFeedKey) + $decodedString = [System.Text.Encoding]::UTF8.GetString($decodedBytes) + $installParameters.FeedCredential = $decodedString + } + + try { + & $installScript @installParameters + } + catch { + Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet runtime '$runtime' from custom location '$runtimeSourceFeed'." + } + } } } @@ -427,6 +446,9 @@ function GetSdkTaskProject([string]$taskName) { } function InitializeNativeTools() { + if ($env:DisableNativeToolsetInstalls) { + return + } if (Get-Member -InputObject $GlobalJson -Name "native-tools") { $nativeArgs= @{} if ($ci) { @@ -504,6 +526,11 @@ function MSBuild() { # https://github.com/dotnet/arcade/issues/3932 if ($ci -and $buildTool.Tool -eq "dotnet") { dotnet nuget locals http-cache -c + + $env:NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS = 20 + $env:NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS = 20 + Write-PipelineSetVariable -Name 'NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS' -Value '20' + Write-PipelineSetVariable -Name 'NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS' -Value '20' } $toolsetBuildProject = InitializeToolset @@ -603,3 +630,12 @@ Write-PipelineSetVariable -Name 'Artifacts.Toolset' -Value $ToolsetDir Write-PipelineSetVariable -Name 'Artifacts.Log' -Value $LogDir Write-PipelineSetVariable -Name 'TEMP' -Value $TempDir Write-PipelineSetVariable -Name 'TMP' -Value $TempDir + +# Import custom tools configuration, if present in the repo. +# Note: Import in global scope so that the script set top-level variables without qualification. +if (!$disableConfigureToolsetImport) { + $configureToolsetScript = Join-Path $EngRoot "configure-toolset.ps1" + if (Test-Path $configureToolsetScript) { + . $configureToolsetScript + } +} diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 757d5b9ea..35a80c3f1 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -4,6 +4,7 @@ # CI mode - set to true on CI server for PR validation build or official build. ci=${ci:-false} +disable_configure_toolset_import=${disable_configure_toolset_import:-null} # Set to true to use the pipelines logger which will enable Azure logging output. # https://github.com/Microsoft/azure-pipelines-tasks/blob/master/docs/authoring/commands.md @@ -152,15 +153,6 @@ function InitializeDotNetCli { # build steps from using anything other than what we've downloaded. Write-PipelinePrependPath -path "$dotnet_root" - # Work around issues with Azure Artifacts credential provider - # https://github.com/dotnet/arcade/issues/3932 - if [[ "$ci" == true ]]; then - export NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS=20 - export NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS=20 - Write-PipelineSetVariable -name "NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS" -value "20" - Write-PipelineSetVariable -name "NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS" -value "20" - fi - Write-PipelineSetVariable -name "DOTNET_MULTILEVEL_LOOKUP" -value "0" Write-PipelineSetVariable -name "DOTNET_SKIP_FIRST_TIME_EXPERIENCE" -value "1" @@ -200,8 +192,28 @@ function InstallDotNet { fi bash "$install_script" --version $version --install-dir "$root" $archArg $runtimeArg $skipNonVersionedFilesArg || { local exit_code=$? - Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK (exit code '$exit_code')." - ExitWithExitCode $exit_code + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK from public location (exit code '$exit_code')." + + if [[ -n "$runtimeArg" ]]; then + local runtimeSourceFeed='' + if [[ -n "${6:-}" ]]; then + runtimeSourceFeed="--azure-feed $6" + fi + + local runtimeSourceFeedKey='' + if [[ -n "${7:-}" ]]; then + decodedFeedKey=`echo $7 | base64 --decode` + runtimeSourceFeedKey="--feed-credential $decodedFeedKey" + fi + + if [[ -n "$runtimeSourceFeed" || -n "$runtimeSourceFeedKey" ]]; then + bash "$install_script" --version $version --install-dir "$root" $archArg $runtimeArg $skipNonVersionedFilesArg $runtimeSourceFeed $runtimeSourceFeedKey || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK from custom location '$runtimeSourceFeed' (exit code '$exit_code')." + ExitWithExitCode $exit_code + } + fi + fi } } @@ -261,6 +273,9 @@ function GetNuGetPackageCachePath { } function InitializeNativeTools() { + if [[ -z "${DisableNativeToolsetInstalls:-}" ]]; then + return + fi if grep -Fq "native-tools" $global_json_file then local nativeArgs="" @@ -341,7 +356,12 @@ function MSBuild { # Work around issues with Azure Artifacts credential provider # https://github.com/dotnet/arcade/issues/3932 if [[ "$ci" == true ]]; then - dotnet nuget locals http-cache -c + "$_InitializeBuildTool" nuget locals http-cache -c + + export NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS=20 + export NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS=20 + Write-PipelineSetVariable -name "NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS" -value "20" + Write-PipelineSetVariable -name "NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS" -value "20" fi local toolset_dir="${_InitializeToolset%/*}" @@ -415,3 +435,18 @@ Write-PipelineSetVariable -name "Artifacts.Toolset" -value "$toolset_dir" Write-PipelineSetVariable -name "Artifacts.Log" -value "$log_dir" Write-PipelineSetVariable -name "Temp" -value "$temp_dir" Write-PipelineSetVariable -name "TMP" -value "$temp_dir" + +# Import custom tools configuration, if present in the repo. +if [[ "$disable_configure_toolset_import" != null ]]; then + configure_toolset_script="$eng_root/configure-toolset.sh" + if [[ -a "$configure_toolset_script" ]]; then + . "$configure_toolset_script" + fi +fi + +# TODO: https://github.com/dotnet/arcade/issues/1468 +# Temporary workaround to avoid breaking change. +# Remove once repos are updated. +if [[ -n "${useInstalledDotNetCli:-}" ]]; then + use_installed_dotnet_cli="$useInstalledDotNetCli" +fi diff --git a/global.json b/global.json index e4f0b955b..4091799cf 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19474.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19523.3" } } From 4bafb1ce3bc157583f64258d6fd892d62fb5c689 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 05:40:56 +0000 Subject: [PATCH 0893/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191024.2 (#5329) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19524.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19524.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19524.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b9eeac819..5940e33ba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 6dd270d8238e37621a100ecf524b29433fb14ac8 + f8bab985431681573fabf12abe3c7e4b08893a74 - + https://github.com/dotnet/windowsdesktop - 6dd270d8238e37621a100ecf524b29433fb14ac8 + f8bab985431681573fabf12abe3c7e4b08893a74 - + https://github.com/dotnet/windowsdesktop - 6dd270d8238e37621a100ecf524b29433fb14ac8 + f8bab985431681573fabf12abe3c7e4b08893a74 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 26d85fa73..6940d6eaf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19523.4 - 5.0.0-alpha1.19523.4 - 5.0.0-alpha1.19523.4 + 5.0.0-alpha1.19524.2 + 5.0.0-alpha1.19524.2 + 5.0.0-alpha1.19524.2 From 2f86f88e3627290e9fd484b823e3f15f82f4ce4f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 07:45:52 +0000 Subject: [PATCH 0894/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191024.3 (#5330) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19524.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19524.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19524.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5940e33ba..b981c62cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f8bab985431681573fabf12abe3c7e4b08893a74 + c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 - + https://github.com/dotnet/windowsdesktop - f8bab985431681573fabf12abe3c7e4b08893a74 + c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 - + https://github.com/dotnet/windowsdesktop - f8bab985431681573fabf12abe3c7e4b08893a74 + c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 6940d6eaf..03c22b509 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19524.2 - 5.0.0-alpha1.19524.2 - 5.0.0-alpha1.19524.2 + 5.0.0-alpha1.19524.3 + 5.0.0-alpha1.19524.3 + 5.0.0-alpha1.19524.3 From 8a257dc46c01454a888a6f576092cfc4f659f350 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 11:37:37 +0000 Subject: [PATCH 0895/1121] [master] Update dependencies from dotnet/core-setup (#5331) * Update dependencies from https://github.com/dotnet/core-setup build 20191024.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19524.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19524.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19524.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19524.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19524.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.13 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191024.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19524.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19524.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19524.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19524.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19524.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b981c62cf..66103b425 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 - + https://github.com/dotnet/core-setup - 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 + 452fc211978be1672e98d811e9f97eeecf27a1c0 - + https://github.com/dotnet/core-setup - 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 + 452fc211978be1672e98d811e9f97eeecf27a1c0 - + https://github.com/dotnet/core-setup - 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 + 452fc211978be1672e98d811e9f97eeecf27a1c0 - + https://github.com/dotnet/core-setup - 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 + 452fc211978be1672e98d811e9f97eeecf27a1c0 - + https://github.com/dotnet/core-setup - 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 + 452fc211978be1672e98d811e9f97eeecf27a1c0 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 46299619e290936c495264162ede68354ced5b18 + 0954a975f972546314bd3ac4eb6e0a6380a85701 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 03c22b509..acbbcab46 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha1.19521.4 + 5.0.0-alpha.1.19524.14 - 5.0.0-alpha1.19523.1 - 5.0.0-alpha1.19523.1 - 5.0.0-alpha1.19523.1 - 5.0.0-alpha1.19523.1 - 5.0.0-alpha1.19523.1 + 5.0.0-alpha1.19524.4 + 5.0.0-alpha1.19524.4 + 5.0.0-alpha1.19524.4 + 5.0.0-alpha1.19524.4 + 5.0.0-alpha1.19524.4 2.1.0 From d8e5ad75d718b4c4b960853ca22c41e99dec8f41 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 12:42:18 +0000 Subject: [PATCH 0896/1121] Update dependencies from https://github.com/dotnet/arcade build 20191024.2 (#5333) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19524.2 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/steps/send-to-helix.yml | 3 +++ global.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 66103b425..a0b47c0e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 894bd005267af53f7d39ac988881e61193e67ae1 + da545119ed327334c1d3577afd806c63eda7241c diff --git a/eng/common/templates/steps/send-to-helix.yml b/eng/common/templates/steps/send-to-helix.yml index 05df886f5..30becf01e 100644 --- a/eng/common/templates/steps/send-to-helix.yml +++ b/eng/common/templates/steps/send-to-helix.yml @@ -23,6 +23,7 @@ parameters: EnableXUnitReporter: false # optional -- true enables XUnit result reporting to Mission Control WaitForWorkItemCompletion: true # optional -- true will make the task wait until work items have been completed and fail the build if work items fail. False is "fire and forget." IsExternal: false # [DEPRECATED] -- doesn't do anything, jobs are external if HelixAccessToken is empty and Creator is set + HelixBaseUri: 'https://helix.dot.net/' # optional -- sets the Helix API base URI (allows targeting int) Creator: '' # optional -- if the build is external, use this to specify who is sending the job DisplayNamePrefix: 'Run Tests' # optional -- rename the beginning of the displayName of the steps in AzDO condition: succeeded() # optional -- condition for step to execute; defaults to succeeded() @@ -55,6 +56,7 @@ steps: DotNetCliVersion: ${{ parameters.DotNetCliVersion }} EnableXUnitReporter: ${{ parameters.EnableXUnitReporter }} WaitForWorkItemCompletion: ${{ parameters.WaitForWorkItemCompletion }} + HelixBaseUri: ${{ parameters.HelixBaseUri }} Creator: ${{ parameters.Creator }} SYSTEM_ACCESSTOKEN: $(System.AccessToken) condition: and(${{ parameters.condition }}, eq(variables['Agent.Os'], 'Windows_NT')) @@ -85,6 +87,7 @@ steps: DotNetCliVersion: ${{ parameters.DotNetCliVersion }} EnableXUnitReporter: ${{ parameters.EnableXUnitReporter }} WaitForWorkItemCompletion: ${{ parameters.WaitForWorkItemCompletion }} + HelixBaseUri: ${{ parameters.HelixBaseUri }} Creator: ${{ parameters.Creator }} SYSTEM_ACCESSTOKEN: $(System.AccessToken) condition: and(${{ parameters.condition }}, ne(variables['Agent.Os'], 'Windows_NT')) diff --git a/global.json b/global.json index 4091799cf..9f6adc103 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19523.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19524.2" } } From 232d1280cfd695b5c2756615c2c33a1d03b5d930 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 13:55:34 +0000 Subject: [PATCH 0897/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191025.1 (#5334) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19525.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19525.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19525.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a0b47c0e4..854181ecd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 + 4ca0e54b540385da11fc17f22cdf040cc1ba937d - + https://github.com/dotnet/windowsdesktop - c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 + 4ca0e54b540385da11fc17f22cdf040cc1ba937d - + https://github.com/dotnet/windowsdesktop - c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 + 4ca0e54b540385da11fc17f22cdf040cc1ba937d https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index acbbcab46..d1c7304d6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19524.3 - 5.0.0-alpha1.19524.3 - 5.0.0-alpha1.19524.3 + 5.0.0-alpha1.19525.1 + 5.0.0-alpha1.19525.1 + 5.0.0-alpha1.19525.1 From 29721f9d6af230efa9d1e07cc2f5f5a2b0a25a15 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 17:35:38 +0000 Subject: [PATCH 0898/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191025.2 (#5339) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19525.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19525.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19525.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 854181ecd..955ceccf6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4ca0e54b540385da11fc17f22cdf040cc1ba937d + b5453dc33ac52b900a34e8306d4dbc8e3e2f042b - + https://github.com/dotnet/windowsdesktop - 4ca0e54b540385da11fc17f22cdf040cc1ba937d + b5453dc33ac52b900a34e8306d4dbc8e3e2f042b - + https://github.com/dotnet/windowsdesktop - 4ca0e54b540385da11fc17f22cdf040cc1ba937d + b5453dc33ac52b900a34e8306d4dbc8e3e2f042b https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index d1c7304d6..f280d2ce1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19525.1 - 5.0.0-alpha1.19525.1 - 5.0.0-alpha1.19525.1 + 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.2 From 22c4aee7c31a990fdb63f919c1d256adf538e699 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 18:21:42 +0000 Subject: [PATCH 0899/1121] [master] Update dependencies from dotnet/core-setup (#5336) * Update dependencies from https://github.com/dotnet/core-setup build 20191025.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19525.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19525.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.1 * Update dependencies from https://github.com/dotnet/core-setup build 20191025.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19525.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19525.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.2 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 955ceccf6..39b822bb8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop b5453dc33ac52b900a34e8306d4dbc8e3e2f042b - + https://github.com/dotnet/core-setup - 452fc211978be1672e98d811e9f97eeecf27a1c0 + fb120c043aa1aff817846f814301e8fe35aa4d66 - + https://github.com/dotnet/core-setup - 452fc211978be1672e98d811e9f97eeecf27a1c0 + fb120c043aa1aff817846f814301e8fe35aa4d66 - + https://github.com/dotnet/core-setup - 452fc211978be1672e98d811e9f97eeecf27a1c0 + fb120c043aa1aff817846f814301e8fe35aa4d66 - + https://github.com/dotnet/core-setup - 452fc211978be1672e98d811e9f97eeecf27a1c0 + fb120c043aa1aff817846f814301e8fe35aa4d66 - + https://github.com/dotnet/core-setup - 452fc211978be1672e98d811e9f97eeecf27a1c0 + fb120c043aa1aff817846f814301e8fe35aa4d66 diff --git a/eng/Versions.props b/eng/Versions.props index f280d2ce1..6582abcdd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha1.19524.4 - 5.0.0-alpha1.19524.4 - 5.0.0-alpha1.19524.4 - 5.0.0-alpha1.19524.4 - 5.0.0-alpha1.19524.4 + 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.2 2.1.0 From 8134a954fdf6faab4402fe3433f1633a34d4fefd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 21:20:38 +0000 Subject: [PATCH 0900/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191025.3 (#5344) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19525.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19525.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19525.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 39b822bb8..d9dc40920 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b5453dc33ac52b900a34e8306d4dbc8e3e2f042b + 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 - + https://github.com/dotnet/windowsdesktop - b5453dc33ac52b900a34e8306d4dbc8e3e2f042b + 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 - + https://github.com/dotnet/windowsdesktop - b5453dc33ac52b900a34e8306d4dbc8e3e2f042b + 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 6582abcdd..dad50546a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19525.2 - 5.0.0-alpha1.19525.2 - 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.3 From 83e035d7ceab8d69b023501df926aae3a92c8ac6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 21:45:54 +0000 Subject: [PATCH 0901/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191025.3 (#5343) - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19525.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19525.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9dc40920..868ac9807 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 - + https://github.com/dotnet/core-setup - fb120c043aa1aff817846f814301e8fe35aa4d66 + be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b - + https://github.com/dotnet/core-setup - fb120c043aa1aff817846f814301e8fe35aa4d66 + be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b - + https://github.com/dotnet/core-setup - fb120c043aa1aff817846f814301e8fe35aa4d66 + be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b - + https://github.com/dotnet/core-setup - fb120c043aa1aff817846f814301e8fe35aa4d66 + be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b - + https://github.com/dotnet/core-setup - fb120c043aa1aff817846f814301e8fe35aa4d66 + be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 0954a975f972546314bd3ac4eb6e0a6380a85701 + a04338f538abc58d4cd8a060e87f4d5c3885475b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index dad50546a..8c8b25800 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19524.14 + 5.0.0-alpha.1.19525.1 - 5.0.0-alpha1.19525.2 - 5.0.0-alpha1.19525.2 - 5.0.0-alpha1.19525.2 - 5.0.0-alpha1.19525.2 - 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.3 2.1.0 From 3f2c2a2e01ce7a07bd7dd7025089d1465e1f66cb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 03:57:29 +0000 Subject: [PATCH 0902/1121] [master] Update dependencies from dotnet/windowsdesktop (#5347) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191025.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19525.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19525.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19525.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191025.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19525.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19525.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19525.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 868ac9807..348fa2fd2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 + 97c568b4136b16110949dbb2b1de100647ea1800 - + https://github.com/dotnet/windowsdesktop - 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 + 97c568b4136b16110949dbb2b1de100647ea1800 - + https://github.com/dotnet/windowsdesktop - 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 + 97c568b4136b16110949dbb2b1de100647ea1800 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 8c8b25800..ddd8e06a0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19525.3 - 5.0.0-alpha1.19525.3 - 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.5 + 5.0.0-alpha1.19525.5 + 5.0.0-alpha1.19525.5 From 514347107b9b9c96f9f926fb1c9f2f82b24fbfbd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 04:58:18 +0000 Subject: [PATCH 0903/1121] [master] Update dependencies from dotnet/core-setup (#5345) * Update dependencies from https://github.com/dotnet/core-setup build 20191025.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19525.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19525.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.4 * Update dependencies from https://github.com/dotnet/core-setup build 20191025.7 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19525.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19525.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.7 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.2 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191025.8 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.8 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19525.8 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19525.8 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.8 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.8 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 348fa2fd2..ee74586bd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 97c568b4136b16110949dbb2b1de100647ea1800 - + https://github.com/dotnet/core-setup - be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b + a24982d5b1cd258591af07007dd1acef71feb834 - + https://github.com/dotnet/core-setup - be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b + a24982d5b1cd258591af07007dd1acef71feb834 - + https://github.com/dotnet/core-setup - be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b + a24982d5b1cd258591af07007dd1acef71feb834 - + https://github.com/dotnet/core-setup - be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b + a24982d5b1cd258591af07007dd1acef71feb834 - + https://github.com/dotnet/core-setup - be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b + a24982d5b1cd258591af07007dd1acef71feb834 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - a04338f538abc58d4cd8a060e87f4d5c3885475b + 567241af05d1e43142d04572dee84870b78761aa https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ddd8e06a0..c3240efd8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19525.1 + 5.0.0-alpha.1.19525.3 - 5.0.0-alpha1.19525.3 - 5.0.0-alpha1.19525.3 - 5.0.0-alpha1.19525.3 - 5.0.0-alpha1.19525.3 - 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.8 + 5.0.0-alpha1.19525.8 + 5.0.0-alpha1.19525.8 + 5.0.0-alpha1.19525.8 + 5.0.0-alpha1.19525.8 2.1.0 From 14bf596c95afd08dfd23831dab616e59ca9e870b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 11:40:49 +0000 Subject: [PATCH 0904/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.1 (#5357) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ee74586bd..d0635a8e1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 97c568b4136b16110949dbb2b1de100647ea1800 + 06ceb08ae6171396774ad0e46c2fcde6a548c8a2 - + https://github.com/dotnet/windowsdesktop - 97c568b4136b16110949dbb2b1de100647ea1800 + 06ceb08ae6171396774ad0e46c2fcde6a548c8a2 - + https://github.com/dotnet/windowsdesktop - 97c568b4136b16110949dbb2b1de100647ea1800 + 06ceb08ae6171396774ad0e46c2fcde6a548c8a2 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c3240efd8..f3a65f6d5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19525.5 - 5.0.0-alpha1.19525.5 - 5.0.0-alpha1.19525.5 + 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.1 From ee6c4a053cfabee53f40662e6ad9ef402295f313 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 12:46:57 +0000 Subject: [PATCH 0905/1121] Update dependencies from https://github.com/dotnet/arcade build 20191025.2 (#5358) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19525.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d0635a8e1..8c0b3a994 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - da545119ed327334c1d3577afd806c63eda7241c + 73d62201bc4802ff3320a6d25433d9289e465087 diff --git a/global.json b/global.json index 9f6adc103..5c71e08ee 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19524.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19525.2" } } From 23115b1b374895afda6d159ef1be34540de009a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 14:05:35 +0000 Subject: [PATCH 0906/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.2 (#5359) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8c0b3a994..651cac161 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 06ceb08ae6171396774ad0e46c2fcde6a548c8a2 + 1b53769a27e6d62507039501c11ebb1598d74d5b - + https://github.com/dotnet/windowsdesktop - 06ceb08ae6171396774ad0e46c2fcde6a548c8a2 + 1b53769a27e6d62507039501c11ebb1598d74d5b - + https://github.com/dotnet/windowsdesktop - 06ceb08ae6171396774ad0e46c2fcde6a548c8a2 + 1b53769a27e6d62507039501c11ebb1598d74d5b https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index f3a65f6d5..b0be78ba9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.1 - 5.0.0-alpha1.19526.1 - 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.2 From d3cfbd95505e4b6153f448382ee30c2698dc6666 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 15:20:34 +0000 Subject: [PATCH 0907/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191026.1 (#5360) - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19526.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19526.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19526.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19526.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19526.1 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 651cac161..71eee4035 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 1b53769a27e6d62507039501c11ebb1598d74d5b - + https://github.com/dotnet/core-setup - a24982d5b1cd258591af07007dd1acef71feb834 + e0ca7a5d75da563dde50d75da61a28dbcc9b512c - + https://github.com/dotnet/core-setup - a24982d5b1cd258591af07007dd1acef71feb834 + e0ca7a5d75da563dde50d75da61a28dbcc9b512c - + https://github.com/dotnet/core-setup - a24982d5b1cd258591af07007dd1acef71feb834 + e0ca7a5d75da563dde50d75da61a28dbcc9b512c - + https://github.com/dotnet/core-setup - a24982d5b1cd258591af07007dd1acef71feb834 + e0ca7a5d75da563dde50d75da61a28dbcc9b512c - + https://github.com/dotnet/core-setup - a24982d5b1cd258591af07007dd1acef71feb834 + e0ca7a5d75da563dde50d75da61a28dbcc9b512c diff --git a/eng/Versions.props b/eng/Versions.props index b0be78ba9..8b4d0e8d3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha1.19525.8 - 5.0.0-alpha1.19525.8 - 5.0.0-alpha1.19525.8 - 5.0.0-alpha1.19525.8 - 5.0.0-alpha1.19525.8 + 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.1 2.1.0 From b03692403247a9a6f6354ac5dc3dd97b9f53e1fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 16:30:34 +0000 Subject: [PATCH 0908/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.3 (#5361) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 71eee4035..dd9daf855 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1b53769a27e6d62507039501c11ebb1598d74d5b + 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab - + https://github.com/dotnet/windowsdesktop - 1b53769a27e6d62507039501c11ebb1598d74d5b + 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab - + https://github.com/dotnet/windowsdesktop - 1b53769a27e6d62507039501c11ebb1598d74d5b + 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 8b4d0e8d3..760df7105 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.2 - 5.0.0-alpha1.19526.2 - 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.3 + 5.0.0-alpha1.19526.3 + 5.0.0-alpha1.19526.3 From 7e16015b29ebc9374f2b26f0cbd77a580452b47f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 17:55:42 +0000 Subject: [PATCH 0909/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191026.2 (#5362) - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19526.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19526.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19526.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19526.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19526.2 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dd9daf855..2b241bf57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab - + https://github.com/dotnet/core-setup - e0ca7a5d75da563dde50d75da61a28dbcc9b512c + 73e44b881a28160367e0024dbe6150b198910464 - + https://github.com/dotnet/core-setup - e0ca7a5d75da563dde50d75da61a28dbcc9b512c + 73e44b881a28160367e0024dbe6150b198910464 - + https://github.com/dotnet/core-setup - e0ca7a5d75da563dde50d75da61a28dbcc9b512c + 73e44b881a28160367e0024dbe6150b198910464 - + https://github.com/dotnet/core-setup - e0ca7a5d75da563dde50d75da61a28dbcc9b512c + 73e44b881a28160367e0024dbe6150b198910464 - + https://github.com/dotnet/core-setup - e0ca7a5d75da563dde50d75da61a28dbcc9b512c + 73e44b881a28160367e0024dbe6150b198910464 diff --git a/eng/Versions.props b/eng/Versions.props index 760df7105..3ff61e434 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha1.19526.1 - 5.0.0-alpha1.19526.1 - 5.0.0-alpha1.19526.1 - 5.0.0-alpha1.19526.1 - 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.2 2.1.0 From b5c1e77509c01deca18bcbb12366af0dd5b040cf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 22:00:44 +0000 Subject: [PATCH 0910/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.4 (#5363) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b241bf57..c426a7df3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab + 4f6d96c840c8bffd650cbea7772f02c971a3518c - + https://github.com/dotnet/windowsdesktop - 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab + 4f6d96c840c8bffd650cbea7772f02c971a3518c - + https://github.com/dotnet/windowsdesktop - 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab + 4f6d96c840c8bffd650cbea7772f02c971a3518c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 3ff61e434..7b48244b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.3 - 5.0.0-alpha1.19526.3 - 5.0.0-alpha1.19526.3 + 5.0.0-alpha1.19526.4 + 5.0.0-alpha1.19526.4 + 5.0.0-alpha1.19526.4 From 89219df9f5c418b3e3680155f776b2e84dc60b07 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 00:25:44 +0000 Subject: [PATCH 0911/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.5 (#5364) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c426a7df3..550fe0849 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4f6d96c840c8bffd650cbea7772f02c971a3518c + f41ef26c6cf7db33cfc92c97d9aa430affc25484 - + https://github.com/dotnet/windowsdesktop - 4f6d96c840c8bffd650cbea7772f02c971a3518c + f41ef26c6cf7db33cfc92c97d9aa430affc25484 - + https://github.com/dotnet/windowsdesktop - 4f6d96c840c8bffd650cbea7772f02c971a3518c + f41ef26c6cf7db33cfc92c97d9aa430affc25484 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 7b48244b4..44a358ffd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.4 - 5.0.0-alpha1.19526.4 - 5.0.0-alpha1.19526.4 + 5.0.0-alpha1.19526.5 + 5.0.0-alpha1.19526.5 + 5.0.0-alpha1.19526.5 From 8c28513bda774a4648108adcdfd4eb0f6a142080 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 03:35:31 +0000 Subject: [PATCH 0912/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.6 (#5365) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 550fe0849..412fbef9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f41ef26c6cf7db33cfc92c97d9aa430affc25484 + d3ddec1dc126224dd78e39427819f597de57099d - + https://github.com/dotnet/windowsdesktop - f41ef26c6cf7db33cfc92c97d9aa430affc25484 + d3ddec1dc126224dd78e39427819f597de57099d - + https://github.com/dotnet/windowsdesktop - f41ef26c6cf7db33cfc92c97d9aa430affc25484 + d3ddec1dc126224dd78e39427819f597de57099d https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 44a358ffd..2d5d59891 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.5 - 5.0.0-alpha1.19526.5 - 5.0.0-alpha1.19526.5 + 5.0.0-alpha1.19526.6 + 5.0.0-alpha1.19526.6 + 5.0.0-alpha1.19526.6 From 641fe710f0c7556312fffb49bc2fa3dc3ee0af32 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 05:40:30 +0000 Subject: [PATCH 0913/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.7 (#5366) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 412fbef9c..5cd6e5158 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d3ddec1dc126224dd78e39427819f597de57099d + e11eee3fb46edfda21048d1ce9713bbf2a4bd04c - + https://github.com/dotnet/windowsdesktop - d3ddec1dc126224dd78e39427819f597de57099d + e11eee3fb46edfda21048d1ce9713bbf2a4bd04c - + https://github.com/dotnet/windowsdesktop - d3ddec1dc126224dd78e39427819f597de57099d + e11eee3fb46edfda21048d1ce9713bbf2a4bd04c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2d5d59891..c7d429ad3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.6 - 5.0.0-alpha1.19526.6 - 5.0.0-alpha1.19526.6 + 5.0.0-alpha1.19526.7 + 5.0.0-alpha1.19526.7 + 5.0.0-alpha1.19526.7 From 13b4f3e88d3174009bc9727e8f286c336821c9e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 13:01:40 +0000 Subject: [PATCH 0914/1121] Update dependencies from https://github.com/dotnet/arcade build 20191026.1 (#5367) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19526.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5cd6e5158..126c61a81 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 73d62201bc4802ff3320a6d25433d9289e465087 + 109b87c8a520a14ec4a156f0364133c16a8cbc1e diff --git a/global.json b/global.json index 5c71e08ee..6010818c0 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19525.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19526.1" } } From 34dce04f0cc36cfa5fc0596c1ae831e11a07ac7d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 15:45:45 +0000 Subject: [PATCH 0915/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191027.1 (#5369) - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19527.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19527.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19527.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19527.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19527.1 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 126c61a81..d0e5607a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop e11eee3fb46edfda21048d1ce9713bbf2a4bd04c - + https://github.com/dotnet/core-setup - 73e44b881a28160367e0024dbe6150b198910464 + bf59e8ee8dda6c2244d78714a0d93a70dc27c910 - + https://github.com/dotnet/core-setup - 73e44b881a28160367e0024dbe6150b198910464 + bf59e8ee8dda6c2244d78714a0d93a70dc27c910 - + https://github.com/dotnet/core-setup - 73e44b881a28160367e0024dbe6150b198910464 + bf59e8ee8dda6c2244d78714a0d93a70dc27c910 - + https://github.com/dotnet/core-setup - 73e44b881a28160367e0024dbe6150b198910464 + bf59e8ee8dda6c2244d78714a0d93a70dc27c910 - + https://github.com/dotnet/core-setup - 73e44b881a28160367e0024dbe6150b198910464 + bf59e8ee8dda6c2244d78714a0d93a70dc27c910 diff --git a/eng/Versions.props b/eng/Versions.props index c7d429ad3..5b6b2e5df 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha1.19526.2 - 5.0.0-alpha1.19526.2 - 5.0.0-alpha1.19526.2 - 5.0.0-alpha1.19526.2 - 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19527.1 + 5.0.0-alpha1.19527.1 + 5.0.0-alpha1.19527.1 + 5.0.0-alpha1.19527.1 + 5.0.0-alpha1.19527.1 2.1.0 From 06eb79abae00dd634c8973c8d5383ec1805694e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 17:55:32 +0000 Subject: [PATCH 0916/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191027.2 (#5370) - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19527.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19527.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19527.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19527.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19527.2 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d0e5607a1..8747ce2bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop e11eee3fb46edfda21048d1ce9713bbf2a4bd04c - + https://github.com/dotnet/core-setup - bf59e8ee8dda6c2244d78714a0d93a70dc27c910 + b3749864f47f38599a94070497225c665124fe82 - + https://github.com/dotnet/core-setup - bf59e8ee8dda6c2244d78714a0d93a70dc27c910 + b3749864f47f38599a94070497225c665124fe82 - + https://github.com/dotnet/core-setup - bf59e8ee8dda6c2244d78714a0d93a70dc27c910 + b3749864f47f38599a94070497225c665124fe82 - + https://github.com/dotnet/core-setup - bf59e8ee8dda6c2244d78714a0d93a70dc27c910 + b3749864f47f38599a94070497225c665124fe82 - + https://github.com/dotnet/core-setup - bf59e8ee8dda6c2244d78714a0d93a70dc27c910 + b3749864f47f38599a94070497225c665124fe82 diff --git a/eng/Versions.props b/eng/Versions.props index 5b6b2e5df..05c362369 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha1.19527.1 - 5.0.0-alpha1.19527.1 - 5.0.0-alpha1.19527.1 - 5.0.0-alpha1.19527.1 - 5.0.0-alpha1.19527.1 + 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 2.1.0 From 68521e297df0cd5730d258aa033c671b1245623e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 19:57:57 +0000 Subject: [PATCH 0917/1121] [master] Update dependencies from dotnet/windowsdesktop (#5368) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191027.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19527.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19527.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19527.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191027.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19527.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19527.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19527.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8747ce2bb..00aa032cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e11eee3fb46edfda21048d1ce9713bbf2a4bd04c + fec28b6be764fdf9c6a3b28331df895fd1846f00 - + https://github.com/dotnet/windowsdesktop - e11eee3fb46edfda21048d1ce9713bbf2a4bd04c + fec28b6be764fdf9c6a3b28331df895fd1846f00 - + https://github.com/dotnet/windowsdesktop - e11eee3fb46edfda21048d1ce9713bbf2a4bd04c + fec28b6be764fdf9c6a3b28331df895fd1846f00 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 05c362369..78aa4fcb2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.7 - 5.0.0-alpha1.19526.7 - 5.0.0-alpha1.19526.7 + 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 From 6837fe706ac5a8f18cb9a3d99f2b66609dab64bf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 02:05:30 +0000 Subject: [PATCH 0918/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191027.3 (#5372) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19527.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19527.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19527.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 00aa032cd..70af02a2b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - fec28b6be764fdf9c6a3b28331df895fd1846f00 + 621fd470efe67cd14cea7a316e7c6872b80fe441 - + https://github.com/dotnet/windowsdesktop - fec28b6be764fdf9c6a3b28331df895fd1846f00 + 621fd470efe67cd14cea7a316e7c6872b80fe441 - + https://github.com/dotnet/windowsdesktop - fec28b6be764fdf9c6a3b28331df895fd1846f00 + 621fd470efe67cd14cea7a316e7c6872b80fe441 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 78aa4fcb2..9adb1f5ab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19527.2 - 5.0.0-alpha1.19527.2 - 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.3 + 5.0.0-alpha1.19527.3 + 5.0.0-alpha1.19527.3 From 50976ee2b7107d80affa7dd3bb272b694ca9522d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 12:27:01 +0000 Subject: [PATCH 0919/1121] [master] Update dependencies from dotnet/windowsdesktop (#5373) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191027.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19527.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19527.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19527.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191028.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19528.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19528.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19528.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 70af02a2b..39f5b87b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 621fd470efe67cd14cea7a316e7c6872b80fe441 + dfcc8991e910909bf0c7448cd559369bf5aba425 - + https://github.com/dotnet/windowsdesktop - 621fd470efe67cd14cea7a316e7c6872b80fe441 + dfcc8991e910909bf0c7448cd559369bf5aba425 - + https://github.com/dotnet/windowsdesktop - 621fd470efe67cd14cea7a316e7c6872b80fe441 + dfcc8991e910909bf0c7448cd559369bf5aba425 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 9adb1f5ab..69b7ab609 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19527.3 - 5.0.0-alpha1.19527.3 - 5.0.0-alpha1.19527.3 + 5.0.0-alpha1.19528.1 + 5.0.0-alpha1.19528.1 + 5.0.0-alpha1.19528.1 From cddd5f03a2527551854b12c0178c57fc03c00ef0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 12:41:53 +0000 Subject: [PATCH 0920/1121] Update dependencies from https://github.com/dotnet/arcade build 20191027.3 (#5374) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19527.3 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 39f5b87b0..9859b4a12 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 109b87c8a520a14ec4a156f0364133c16a8cbc1e + 5ce0aaed2f8df9cd2fe0221a426c021efe37f655 diff --git a/global.json b/global.json index 6010818c0..e4228d9e5 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19526.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19527.3" } } From fe0f103694e2eade6a98476ae858de5518669bf8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 14:11:03 +0000 Subject: [PATCH 0921/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191028.2 (#5375) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19528.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19528.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19528.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9859b4a12..92075e71f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - dfcc8991e910909bf0c7448cd559369bf5aba425 + cf45b69616065b019197c1d4b9a4901ed71eae84 - + https://github.com/dotnet/windowsdesktop - dfcc8991e910909bf0c7448cd559369bf5aba425 + cf45b69616065b019197c1d4b9a4901ed71eae84 - + https://github.com/dotnet/windowsdesktop - dfcc8991e910909bf0c7448cd559369bf5aba425 + cf45b69616065b019197c1d4b9a4901ed71eae84 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 69b7ab609..4442c9bc3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19528.1 - 5.0.0-alpha1.19528.1 - 5.0.0-alpha1.19528.1 + 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.2 From d225a95ffbfd9433534193af63825f04018ffe45 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 17:26:44 +0000 Subject: [PATCH 0922/1121] [master] Update dependencies from dotnet/core-setup (#5376) * Update dependencies from https://github.com/dotnet/core-setup build 20191028.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19528.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19528.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19528.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19528.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19528.1 * Update dependencies from https://github.com/dotnet/core-setup build 20191028.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19528.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19528.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19528.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19528.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19528.2 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 92075e71f..c8e71045b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop cf45b69616065b019197c1d4b9a4901ed71eae84 - + https://github.com/dotnet/core-setup - b3749864f47f38599a94070497225c665124fe82 + 138d7d2544aa836d73b8711998877fb0ed6620cb - + https://github.com/dotnet/core-setup - b3749864f47f38599a94070497225c665124fe82 + 138d7d2544aa836d73b8711998877fb0ed6620cb - + https://github.com/dotnet/core-setup - b3749864f47f38599a94070497225c665124fe82 + 138d7d2544aa836d73b8711998877fb0ed6620cb - + https://github.com/dotnet/core-setup - b3749864f47f38599a94070497225c665124fe82 + 138d7d2544aa836d73b8711998877fb0ed6620cb - + https://github.com/dotnet/core-setup - b3749864f47f38599a94070497225c665124fe82 + 138d7d2544aa836d73b8711998877fb0ed6620cb diff --git a/eng/Versions.props b/eng/Versions.props index 4442c9bc3..be9872785 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha1.19527.2 - 5.0.0-alpha1.19527.2 - 5.0.0-alpha1.19527.2 - 5.0.0-alpha1.19527.2 - 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.2 2.1.0 From 5949eddf91bda53de3330f1309ba4e7d5e4ec4e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 02:42:41 +0000 Subject: [PATCH 0923/1121] [master] Update dependencies from dotnet/windowsdesktop (#5381) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191028.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19528.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19528.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19528.3 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191028.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19528.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19528.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19528.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b63cc201c..304c18759 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - cf45b69616065b019197c1d4b9a4901ed71eae84 + 280115e8a968b4169280dcb54dfc55a6fab3364b - + https://github.com/dotnet/windowsdesktop - cf45b69616065b019197c1d4b9a4901ed71eae84 + 280115e8a968b4169280dcb54dfc55a6fab3364b - + https://github.com/dotnet/windowsdesktop - cf45b69616065b019197c1d4b9a4901ed71eae84 + 280115e8a968b4169280dcb54dfc55a6fab3364b https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index be9872785..9253f3578 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19528.2 - 5.0.0-alpha1.19528.2 - 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 From 765033a2bf834cf30c439d5c33e4644158939b60 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 03:15:20 +0000 Subject: [PATCH 0924/1121] [master] Update dependencies from aspnet/AspNetCore (#5350) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191025.3 - dotnet-user-secrets - 5.0.0-alpha1.19525.3 - dotnet-watch - 5.0.0-alpha1.19525.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19525.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.3 - dotnet-dev-certs - 5.0.0-alpha1.19525.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19525.3 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191028.3 - dotnet-user-secrets - 5.0.0-alpha1.19528.3 - dotnet-watch - 5.0.0-alpha1.19528.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19528.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19528.3 - dotnet-dev-certs - 5.0.0-alpha1.19528.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19528.3 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191028.4 - dotnet-user-secrets - 5.0.0-alpha1.19528.4 - dotnet-watch - 5.0.0-alpha1.19528.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19528.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19528.4 - dotnet-dev-certs - 5.0.0-alpha1.19528.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19528.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 304c18759..cc6b8b186 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 567241af05d1e43142d04572dee84870b78761aa - + https://github.com/aspnet/AspNetCore - 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 + d34dc80e02161369908d8560f550e6e2822807b3 - + https://github.com/aspnet/AspNetCore - 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 + d34dc80e02161369908d8560f550e6e2822807b3 - + https://github.com/aspnet/AspNetCore - 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 + d34dc80e02161369908d8560f550e6e2822807b3 - + https://github.com/aspnet/AspNetCore - 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 + d34dc80e02161369908d8560f550e6e2822807b3 - + https://github.com/aspnet/AspNetCore - 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 + d34dc80e02161369908d8560f550e6e2822807b3 - + https://github.com/aspnet/AspNetCore - 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 + d34dc80e02161369908d8560f550e6e2822807b3 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 9253f3578..65fcb543b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19522.13 - 5.0.0-alpha1.19522.13 - 5.0.0-alpha1.19522.13 - 5.0.0-alpha1.19522.13 - 5.0.0-alpha1.19522.13 - 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 From 45a95cf99863d6aff3b1b8f180553ab7acf8404d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 06:50:50 +0000 Subject: [PATCH 0925/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191028.5 (#5386) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19528.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19528.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19528.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cc6b8b186..8616fec06 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 280115e8a968b4169280dcb54dfc55a6fab3364b + 58fca161c042a3a101d9099dea6b15bf8f0312eb - + https://github.com/dotnet/windowsdesktop - 280115e8a968b4169280dcb54dfc55a6fab3364b + 58fca161c042a3a101d9099dea6b15bf8f0312eb - + https://github.com/dotnet/windowsdesktop - 280115e8a968b4169280dcb54dfc55a6fab3364b + 58fca161c042a3a101d9099dea6b15bf8f0312eb https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 65fcb543b..c02a48702 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.5 + 5.0.0-alpha1.19528.5 + 5.0.0-alpha1.19528.5 From 20c74fb6b73dd3f948e0db6892084a01e8a978a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 09:40:51 +0000 Subject: [PATCH 0926/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191028.9 (#5389) - dotnet-user-secrets - 5.0.0-alpha1.19528.9 - dotnet-watch - 5.0.0-alpha1.19528.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19528.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19528.9 - dotnet-dev-certs - 5.0.0-alpha1.19528.9 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19528.9 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8616fec06..4748c5dfc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 567241af05d1e43142d04572dee84870b78761aa - + https://github.com/aspnet/AspNetCore - d34dc80e02161369908d8560f550e6e2822807b3 + 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 - + https://github.com/aspnet/AspNetCore - d34dc80e02161369908d8560f550e6e2822807b3 + 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 - + https://github.com/aspnet/AspNetCore - d34dc80e02161369908d8560f550e6e2822807b3 + 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 - + https://github.com/aspnet/AspNetCore - d34dc80e02161369908d8560f550e6e2822807b3 + 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 - + https://github.com/aspnet/AspNetCore - d34dc80e02161369908d8560f550e6e2822807b3 + 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 - + https://github.com/aspnet/AspNetCore - d34dc80e02161369908d8560f550e6e2822807b3 + 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index c02a48702..625ab5a32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.9 + 5.0.0-alpha1.19528.9 + 5.0.0-alpha1.19528.9 + 5.0.0-alpha1.19528.9 + 5.0.0-alpha1.19528.9 + 5.0.0-alpha1.19528.9 From e549978173305835d5b0e40ff0c4c7ce73efe70d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 12:38:02 +0000 Subject: [PATCH 0927/1121] Update dependencies from https://github.com/dotnet/arcade build 20191028.5 (#5392) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19528.5 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4748c5dfc..7ce3e1c63 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 5ce0aaed2f8df9cd2fe0221a426c021efe37f655 + 96e8fc12aa98264c4e1980252e962b908eaae956 diff --git a/global.json b/global.json index e4228d9e5..9933e18a5 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19527.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19528.5" } } From 018ecd4f5668501159fd14963a4fdb9a5f753a6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 18:00:39 +0000 Subject: [PATCH 0928/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191029.2 (#5393) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19529.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19529.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19529.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ce3e1c63..8103f494f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 58fca161c042a3a101d9099dea6b15bf8f0312eb + 50165b432e03a57e5fafa3e0f3341c201e0fb912 - + https://github.com/dotnet/windowsdesktop - 58fca161c042a3a101d9099dea6b15bf8f0312eb + 50165b432e03a57e5fafa3e0f3341c201e0fb912 - + https://github.com/dotnet/windowsdesktop - 58fca161c042a3a101d9099dea6b15bf8f0312eb + 50165b432e03a57e5fafa3e0f3341c201e0fb912 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 625ab5a32..72c9287cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19528.5 - 5.0.0-alpha1.19528.5 - 5.0.0-alpha1.19528.5 + 5.0.0-alpha1.19529.2 + 5.0.0-alpha1.19529.2 + 5.0.0-alpha1.19529.2 From 806d509d0479b1ab5cc1fc19ea750aad59fce282 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 19:30:07 +0000 Subject: [PATCH 0929/1121] [master] Update dependencies from dotnet/toolset (#5322) * Update dependencies from https://github.com/dotnet/toolset build 20191024.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19524.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19524.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191024.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19524.11 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19524.11 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191024.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19524.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19524.10 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.8 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.8 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.10 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.13 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.13 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191026.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19526.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19526.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191026.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19526.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19526.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191028.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19528.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19528.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191028.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19528.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19528.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Fixup NuGet references from tests * Update dependencies from https://github.com/dotnet/toolset build 20191028.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19528.4 * Update dependencies from https://github.com/dotnet/toolset build 20191028.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19528.6 * Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19528.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191029.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19529.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19529.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191029.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19529.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19529.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/TestVersions.props | 3 ++- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- .../Microsoft.DotNet.Tools.Tests.Utilities.csproj | 1 + 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/eng/TestVersions.props b/eng/TestVersions.props index 3a2ece51e..e56829432 100644 --- a/eng/TestVersions.props +++ b/eng/TestVersions.props @@ -1,6 +1,7 @@ - 5.0.0 + 5.3.0 + $(NuGetFrameworksPackageVersion) $(MicrosoftDotnetToolsetInternalPackageVersion) 0.1.1 15.8.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8103f494f..e0315b4e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - 40bcaca36d5db25dae9f9ad7e85891fc73714320 + 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - afa5f4c566ce34f827d21ebcbc8aefe7dcb08b39 + 5f0e5099959bd6f690b9c74c37a40c51439fc875 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - afa5f4c566ce34f827d21ebcbc8aefe7dcb08b39 + 5f0e5099959bd6f690b9c74c37a40c51439fc875 diff --git a/eng/Versions.props b/eng/Versions.props index 72c9287cf..b42164b92 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha1.19522.14 + 5.0.100-alpha.1.19529.6 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19428.1 + 5.0.0-alpha1.19516.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha1.19522.14 + 5.0.100-alpha.1.19529.6 0.2.0 diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj index a0d76c961..b93932c36 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj @@ -8,5 +8,6 @@ + \ No newline at end of file From d7194c9ae4440746409214a7d4fb2ccd2c39fbfe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 20:30:31 +0000 Subject: [PATCH 0930/1121] Update dependencies from https://github.com/dotnet/toolset build 20191029.7 (#5395) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19529.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19529.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0315b4e4..fa6c8322e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 5f0e5099959bd6f690b9c74c37a40c51439fc875 + 7e3aca31cc15fbed210fd0cac89775a1f2092314 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 5f0e5099959bd6f690b9c74c37a40c51439fc875 + 7e3aca31cc15fbed210fd0cac89775a1f2092314 diff --git a/eng/Versions.props b/eng/Versions.props index b42164b92..b379d7f51 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19529.6 + 5.0.100-alpha.1.19529.7 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19529.6 + 5.0.100-alpha.1.19529.7 0.2.0 From 32c4c171f001e74c70fdd70fec63f0aab3f73d2e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 22:31:38 +0000 Subject: [PATCH 0931/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191029.3 (#5397) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19529.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19529.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19529.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fa6c8322e..600366019 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 50165b432e03a57e5fafa3e0f3341c201e0fb912 + 7e37a343cbbf02e21c03260e9f3a58988819d3e7 - + https://github.com/dotnet/windowsdesktop - 50165b432e03a57e5fafa3e0f3341c201e0fb912 + 7e37a343cbbf02e21c03260e9f3a58988819d3e7 - + https://github.com/dotnet/windowsdesktop - 50165b432e03a57e5fafa3e0f3341c201e0fb912 + 7e37a343cbbf02e21c03260e9f3a58988819d3e7 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b379d7f51..e405c82a6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19529.2 - 5.0.0-alpha1.19529.2 - 5.0.0-alpha1.19529.2 + 5.0.0-alpha1.19529.3 + 5.0.0-alpha1.19529.3 + 5.0.0-alpha1.19529.3 From a778b533240c09e9805b197b145dd9d5794eeeb8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 07:27:03 +0000 Subject: [PATCH 0932/1121] [master] Update dependencies from dotnet/windowsdesktop (#5404) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191029.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19529.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19529.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19529.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191029.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19529.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19529.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19529.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 600366019..08a90ed0d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7e37a343cbbf02e21c03260e9f3a58988819d3e7 + cb2c8dd4aff62958d7b301e1e92d9fbd07a4fde7 - + https://github.com/dotnet/windowsdesktop - 7e37a343cbbf02e21c03260e9f3a58988819d3e7 + cb2c8dd4aff62958d7b301e1e92d9fbd07a4fde7 - + https://github.com/dotnet/windowsdesktop - 7e37a343cbbf02e21c03260e9f3a58988819d3e7 + cb2c8dd4aff62958d7b301e1e92d9fbd07a4fde7 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index e405c82a6..6ca44e71f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19529.3 - 5.0.0-alpha1.19529.3 - 5.0.0-alpha1.19529.3 + 5.0.0-alpha1.19529.5 + 5.0.0-alpha1.19529.5 + 5.0.0-alpha1.19529.5 From f90faf94b4dcf4208aa166442ca6cabb9f965766 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 12:42:17 +0000 Subject: [PATCH 0933/1121] Update dependencies from https://github.com/dotnet/arcade build 20191029.9 (#5409) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19529.9 --- eng/Version.Details.xml | 4 ++-- eng/common/PublishToSymbolServers.proj | 6 ++++-- .../post-build/channels/netcore-3-tools-validation.yml | 2 ++ .../templates/post-build/channels/netcore-3-tools.yml | 2 ++ eng/common/templates/post-build/channels/netcore-dev-31.yml | 2 ++ eng/common/templates/post-build/channels/netcore-dev-5.yml | 2 ++ .../templates/post-build/channels/netcore-internal-30.yml | 3 +++ .../templates/post-build/channels/netcore-release-30.yml | 2 ++ .../templates/post-build/channels/netcore-release-31.yml | 2 ++ .../templates/post-build/channels/netcore-tools-latest.yml | 2 ++ .../post-build/channels/netcore-tools-validation.yml | 2 ++ global.json | 2 +- 12 files changed, 26 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 08a90ed0d..6a5fbaa8b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 96e8fc12aa98264c4e1980252e962b908eaae956 + ff023241f6484abaf827c4287c59fddd9ad6c382 diff --git a/eng/common/PublishToSymbolServers.proj b/eng/common/PublishToSymbolServers.proj index 5d55e312b..311e2bbe0 100644 --- a/eng/common/PublishToSymbolServers.proj +++ b/eng/common/PublishToSymbolServers.proj @@ -37,6 +37,8 @@ 3650 true + true + true false @@ -56,7 +58,7 @@ DryRun="false" ConvertPortablePdbsToWindowsPdbs="false" PdbConversionTreatAsWarning="" - Condition="$(PublishToSymbolServer)"/> + Condition="$(PublishToSymbolServer) and $(PublishToMSDL)"/> - 5.0.0-alpha1.19529.5 - 5.0.0-alpha1.19529.5 - 5.0.0-alpha1.19529.5 + 5.0.0-alpha1.19530.1 + 5.0.0-alpha1.19530.1 + 5.0.0-alpha1.19530.1 From d5cbe330af2207906427093d605e1949638179a1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 15:31:13 +0000 Subject: [PATCH 0935/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191030.2 (#5411) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19530.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19530.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19530.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0c197a7b8..3bb4c0f23 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4f7ca20b1e66632dc6ea838632772e56b21baaa0 + e11805983e7b4c7db557653701070c406757d15e - + https://github.com/dotnet/windowsdesktop - 4f7ca20b1e66632dc6ea838632772e56b21baaa0 + e11805983e7b4c7db557653701070c406757d15e - + https://github.com/dotnet/windowsdesktop - 4f7ca20b1e66632dc6ea838632772e56b21baaa0 + e11805983e7b4c7db557653701070c406757d15e https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index d78765d53..64d171a77 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19530.1 - 5.0.0-alpha1.19530.1 - 5.0.0-alpha1.19530.1 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 From 5c7a413f73c4b422a006be25e537f70209b7fc53 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 16:24:50 +0000 Subject: [PATCH 0936/1121] [master] Update dependencies from aspnet/AspNetCore (#5399) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191029.3 - dotnet-user-secrets - 5.0.0-alpha1.19529.3 - dotnet-watch - 5.0.0-alpha1.19529.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19529.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19529.3 - dotnet-dev-certs - 5.0.0-alpha1.19529.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19529.3 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191030.2 - dotnet-user-secrets - 5.0.0-alpha1.19530.2 - dotnet-watch - 5.0.0-alpha1.19530.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19530.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19530.2 - dotnet-dev-certs - 5.0.0-alpha1.19530.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19530.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3bb4c0f23..1a15f028a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 567241af05d1e43142d04572dee84870b78761aa - + https://github.com/aspnet/AspNetCore - 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 + 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 - + https://github.com/aspnet/AspNetCore - 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 + 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 - + https://github.com/aspnet/AspNetCore - 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 + 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 - + https://github.com/aspnet/AspNetCore - 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 + 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 - + https://github.com/aspnet/AspNetCore - 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 + 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 - + https://github.com/aspnet/AspNetCore - 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 + 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 64d171a77..265b7944f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19528.9 - 5.0.0-alpha1.19528.9 - 5.0.0-alpha1.19528.9 - 5.0.0-alpha1.19528.9 - 5.0.0-alpha1.19528.9 - 5.0.0-alpha1.19528.9 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 From 59298d9cd915f5d4951a2ac9f2c97a91cbb7245e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 18:58:14 +0000 Subject: [PATCH 0937/1121] [master] Update dependencies from dotnet/toolset (#5398) * Update dependencies from https://github.com/dotnet/toolset build 20191029.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19529.9 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19529.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191029.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19529.14 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19529.14 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191030.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19530.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19530.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191030.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19530.6 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19530.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1a15f028a..cf3bfcf03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 7e3aca31cc15fbed210fd0cac89775a1f2092314 + 5f7a44dd8fd3c939273b11207dcd8be97f707e03 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 7e3aca31cc15fbed210fd0cac89775a1f2092314 + 5f7a44dd8fd3c939273b11207dcd8be97f707e03 diff --git a/eng/Versions.props b/eng/Versions.props index 265b7944f..d618b3730 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19529.7 + 5.0.100-alpha.1.19530.6 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19529.7 + 5.0.100-alpha.1.19530.6 0.2.0 From 720a79ba1986393db130f19e3ae4498a004703eb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 01:17:02 +0000 Subject: [PATCH 0938/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191030.3 (#5419) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19530.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19530.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19530.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cf3bfcf03..000ad9703 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e11805983e7b4c7db557653701070c406757d15e + f8cd66283815ad5ebd2e358304af398c41bc1387 - + https://github.com/dotnet/windowsdesktop - e11805983e7b4c7db557653701070c406757d15e + f8cd66283815ad5ebd2e358304af398c41bc1387 - + https://github.com/dotnet/windowsdesktop - e11805983e7b4c7db557653701070c406757d15e + f8cd66283815ad5ebd2e358304af398c41bc1387 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index d618b3730..c2e96de08 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.3 + 5.0.0-alpha1.19530.3 + 5.0.0-alpha1.19530.3 From 0114aeb9720f7e70fb2860ad8a171eef25b11e11 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 05:15:54 +0000 Subject: [PATCH 0939/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191030.5 (#5424) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19530.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19530.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19530.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 000ad9703..9dea43608 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f8cd66283815ad5ebd2e358304af398c41bc1387 + f606dde5042af78ec1adf971e8df80e83c68ec14 - + https://github.com/dotnet/windowsdesktop - f8cd66283815ad5ebd2e358304af398c41bc1387 + f606dde5042af78ec1adf971e8df80e83c68ec14 - + https://github.com/dotnet/windowsdesktop - f8cd66283815ad5ebd2e358304af398c41bc1387 + f606dde5042af78ec1adf971e8df80e83c68ec14 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c2e96de08..eaec3cb42 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19530.3 - 5.0.0-alpha1.19530.3 - 5.0.0-alpha1.19530.3 + 5.0.0-alpha1.19530.5 + 5.0.0-alpha1.19530.5 + 5.0.0-alpha1.19530.5 From e619b755f129f04adc74ad3fdb7dc58d2f80f28b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 08:21:30 +0000 Subject: [PATCH 0940/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191030.6 (#5427) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19530.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19530.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19530.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9dea43608..77b26d3a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f606dde5042af78ec1adf971e8df80e83c68ec14 + 3538f20c348107a6329c0d0baec7b1081351fee0 - + https://github.com/dotnet/windowsdesktop - f606dde5042af78ec1adf971e8df80e83c68ec14 + 3538f20c348107a6329c0d0baec7b1081351fee0 - + https://github.com/dotnet/windowsdesktop - f606dde5042af78ec1adf971e8df80e83c68ec14 + 3538f20c348107a6329c0d0baec7b1081351fee0 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index eaec3cb42..5fafb07b6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19530.5 - 5.0.0-alpha1.19530.5 - 5.0.0-alpha1.19530.5 + 5.0.0-alpha1.19530.6 + 5.0.0-alpha1.19530.6 + 5.0.0-alpha1.19530.6 From 5e4db9ef72426b9be8e7dfa473ea6961e5612ed8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 08:28:07 +0000 Subject: [PATCH 0941/1121] [master] Update dependencies from dotnet/core-setup (#5378) * Update dependencies from https://github.com/dotnet/core-setup build 20191028.5 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19528.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19528.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19528.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19528.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19528.5 * Update dependencies from https://github.com/dotnet/core-setup build 20191030.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19530.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19530.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19530.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19530.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19530.1 * Update dependencies from https://github.com/dotnet/core-setup build 20191030.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19530.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19530.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19530.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19530.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19530.2 * Update dependencies from https://github.com/dotnet/core-setup build 20191030.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19530.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19530.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19530.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19530.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19530.3 * Update dependencies from https://github.com/dotnet/core-setup build 20191030.9 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19530.9 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19530.9 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19530.9 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19530.9 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19530.9 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.4 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 77b26d3a8..d4e459270 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3538f20c348107a6329c0d0baec7b1081351fee0 - + https://github.com/dotnet/core-setup - 138d7d2544aa836d73b8711998877fb0ed6620cb + b031f4729cdc493f386cbd1c07564b8e69182f2b - + https://github.com/dotnet/core-setup - 138d7d2544aa836d73b8711998877fb0ed6620cb + b031f4729cdc493f386cbd1c07564b8e69182f2b - + https://github.com/dotnet/core-setup - 138d7d2544aa836d73b8711998877fb0ed6620cb + b031f4729cdc493f386cbd1c07564b8e69182f2b - + https://github.com/dotnet/core-setup - 138d7d2544aa836d73b8711998877fb0ed6620cb + b031f4729cdc493f386cbd1c07564b8e69182f2b - + https://github.com/dotnet/core-setup - 138d7d2544aa836d73b8711998877fb0ed6620cb + b031f4729cdc493f386cbd1c07564b8e69182f2b @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 567241af05d1e43142d04572dee84870b78761aa + c78b7189eabe20c6f4c8d386ca18b68fea513189 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 5fafb07b6..530e78a47 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19525.3 + 5.0.0-alpha.1.19525.4 - 5.0.0-alpha1.19528.2 - 5.0.0-alpha1.19528.2 - 5.0.0-alpha1.19528.2 - 5.0.0-alpha1.19528.2 - 5.0.0-alpha1.19528.2 + 5.0.0-alpha.1.19530.9 + 5.0.0-alpha.1.19530.9 + 5.0.0-alpha.1.19530.9 + 5.0.0-alpha.1.19530.9 + 5.0.0-alpha.1.19530.9 2.1.0 From 146d8695b7cfd88c4c67fa7aa19375129bd2b8b4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 10:55:47 +0000 Subject: [PATCH 0942/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191030.10 (#5430) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19530.10 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19530.10 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19530.10 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19530.10 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19530.10 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d4e459270..b06efa4f0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3538f20c348107a6329c0d0baec7b1081351fee0 - + https://github.com/dotnet/core-setup - b031f4729cdc493f386cbd1c07564b8e69182f2b + d7830341bb37df45e96f3677e2e4c74d4869fc35 - + https://github.com/dotnet/core-setup - b031f4729cdc493f386cbd1c07564b8e69182f2b + d7830341bb37df45e96f3677e2e4c74d4869fc35 - + https://github.com/dotnet/core-setup - b031f4729cdc493f386cbd1c07564b8e69182f2b + d7830341bb37df45e96f3677e2e4c74d4869fc35 - + https://github.com/dotnet/core-setup - b031f4729cdc493f386cbd1c07564b8e69182f2b + d7830341bb37df45e96f3677e2e4c74d4869fc35 - + https://github.com/dotnet/core-setup - b031f4729cdc493f386cbd1c07564b8e69182f2b + d7830341bb37df45e96f3677e2e4c74d4869fc35 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - c78b7189eabe20c6f4c8d386ca18b68fea513189 + 54efc1141aba6c1572f3128372ee8835d063c850 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 530e78a47..83dd6719f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19525.4 + 5.0.0-alpha.1.19530.13 - 5.0.0-alpha.1.19530.9 - 5.0.0-alpha.1.19530.9 - 5.0.0-alpha.1.19530.9 - 5.0.0-alpha.1.19530.9 - 5.0.0-alpha.1.19530.9 + 5.0.0-alpha.1.19530.10 + 5.0.0-alpha.1.19530.10 + 5.0.0-alpha.1.19530.10 + 5.0.0-alpha.1.19530.10 + 5.0.0-alpha.1.19530.10 2.1.0 From be60f3ee3ba024ad21d45737b979b7820594343f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 13:02:24 +0000 Subject: [PATCH 0943/1121] Update dependencies from https://github.com/dotnet/arcade build 20191030.15 (#5431) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19530.15 --- eng/Version.Details.xml | 4 ++-- .../templates/post-build/channels/netcore-internal-30.yml | 2 +- global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b06efa4f0..8a9d2c84a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - ff023241f6484abaf827c4287c59fddd9ad6c382 + 35c10b82920baacbb3945fd952a0e49c4caec708 diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 61d86adaa..8b2c9dafa 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -57,6 +57,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release + /p:PublishToMSDL=false ${{ parameters.symbolPublishingAdditionalParameters }} - job: publish_assets @@ -136,7 +137,6 @@ stages: /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:PublishToMSDL=false ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/global.json b/global.json index 2e16c81a9..6d9d42c31 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19529.9" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19530.15" } } From 31b3c94458ced5cc6d740965b62faba9ecf0e43d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 14:30:52 +0000 Subject: [PATCH 0944/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191031.1 (#5432) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.14 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8a9d2c84a..1b77e6be9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3538f20c348107a6329c0d0baec7b1081351fee0 - + https://github.com/dotnet/core-setup - d7830341bb37df45e96f3677e2e4c74d4869fc35 + d46df3150273bacb107a77aeed18c8c3085f4c73 - + https://github.com/dotnet/core-setup - d7830341bb37df45e96f3677e2e4c74d4869fc35 + d46df3150273bacb107a77aeed18c8c3085f4c73 - + https://github.com/dotnet/core-setup - d7830341bb37df45e96f3677e2e4c74d4869fc35 + d46df3150273bacb107a77aeed18c8c3085f4c73 - + https://github.com/dotnet/core-setup - d7830341bb37df45e96f3677e2e4c74d4869fc35 + d46df3150273bacb107a77aeed18c8c3085f4c73 - + https://github.com/dotnet/core-setup - d7830341bb37df45e96f3677e2e4c74d4869fc35 + d46df3150273bacb107a77aeed18c8c3085f4c73 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 54efc1141aba6c1572f3128372ee8835d063c850 + 51686cbf80a980f187a144fa02cf3730ef16ba00 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 83dd6719f..4d7fb3fa8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19530.13 + 5.0.0-alpha.1.19530.14 - 5.0.0-alpha.1.19530.10 - 5.0.0-alpha.1.19530.10 - 5.0.0-alpha.1.19530.10 - 5.0.0-alpha.1.19530.10 - 5.0.0-alpha.1.19530.10 + 5.0.0-alpha.1.19531.1 + 5.0.0-alpha.1.19531.1 + 5.0.0-alpha.1.19531.1 + 5.0.0-alpha.1.19531.1 + 5.0.0-alpha.1.19531.1 2.1.0 From 5380ecf6b65d40f71b6fb2da5b1daa95011f5144 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 14:37:48 +0000 Subject: [PATCH 0945/1121] [master] Update dependencies from dotnet/windowsdesktop (#5429) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.2 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1b77e6be9..578aaf30c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3538f20c348107a6329c0d0baec7b1081351fee0 + f0a877ec16cfd0f0b6187b2dcad0dcafc9ffa962 - + https://github.com/dotnet/windowsdesktop - 3538f20c348107a6329c0d0baec7b1081351fee0 + f0a877ec16cfd0f0b6187b2dcad0dcafc9ffa962 - + https://github.com/dotnet/windowsdesktop - 3538f20c348107a6329c0d0baec7b1081351fee0 + f0a877ec16cfd0f0b6187b2dcad0dcafc9ffa962 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4d7fb3fa8..edd6be8c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19530.6 - 5.0.0-alpha1.19530.6 - 5.0.0-alpha1.19530.6 + 5.0.0-alpha1.19531.3 + 5.0.0-alpha1.19531.3 + 5.0.0-alpha1.19531.3 From 5806c3f46a1adf542099fa6260f4ba084642d624 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 15:01:13 +0000 Subject: [PATCH 0946/1121] [master] Update dependencies from dotnet/toolset (#5433) * Update dependencies from https://github.com/dotnet/toolset build 20191031.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19531.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19531.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191031.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19531.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19531.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 578aaf30c..0292ddad4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 5f7a44dd8fd3c939273b11207dcd8be97f707e03 + 3951661fbea1c10abd197b1bf9d70277b25d7ee4 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 5f7a44dd8fd3c939273b11207dcd8be97f707e03 + 3951661fbea1c10abd197b1bf9d70277b25d7ee4 diff --git a/eng/Versions.props b/eng/Versions.props index edd6be8c5..4146a62f9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19530.6 + 5.0.100-alpha.1.19531.4 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19530.6 + 5.0.100-alpha.1.19531.4 0.2.0 From fecf3c0683ff3cd8b9253e94094c9d65d4f55a7a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 16:21:03 +0000 Subject: [PATCH 0947/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.4 (#5435) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0292ddad4..0aafcc0c0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f0a877ec16cfd0f0b6187b2dcad0dcafc9ffa962 + 902a8afbf96ea9523be2baef45d1d9d32243e831 - + https://github.com/dotnet/windowsdesktop - f0a877ec16cfd0f0b6187b2dcad0dcafc9ffa962 + 902a8afbf96ea9523be2baef45d1d9d32243e831 - + https://github.com/dotnet/windowsdesktop - f0a877ec16cfd0f0b6187b2dcad0dcafc9ffa962 + 902a8afbf96ea9523be2baef45d1d9d32243e831 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4146a62f9..0c80a84a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19531.3 - 5.0.0-alpha1.19531.3 - 5.0.0-alpha1.19531.3 + 5.0.0-alpha1.19531.4 + 5.0.0-alpha1.19531.4 + 5.0.0-alpha1.19531.4 From 48b2b3340113d8912eb3bbb0e2fbdc1d8065736a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 17:40:41 +0000 Subject: [PATCH 0948/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191031.5 (#5436) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.5 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.2 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0aafcc0c0..cbf9049a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 902a8afbf96ea9523be2baef45d1d9d32243e831 - + https://github.com/dotnet/core-setup - d46df3150273bacb107a77aeed18c8c3085f4c73 + 70e8814a441fd541bf3f99cda86b979e9c5ec31f - + https://github.com/dotnet/core-setup - d46df3150273bacb107a77aeed18c8c3085f4c73 + 70e8814a441fd541bf3f99cda86b979e9c5ec31f - + https://github.com/dotnet/core-setup - d46df3150273bacb107a77aeed18c8c3085f4c73 + 70e8814a441fd541bf3f99cda86b979e9c5ec31f - + https://github.com/dotnet/core-setup - d46df3150273bacb107a77aeed18c8c3085f4c73 + 70e8814a441fd541bf3f99cda86b979e9c5ec31f - + https://github.com/dotnet/core-setup - d46df3150273bacb107a77aeed18c8c3085f4c73 + 70e8814a441fd541bf3f99cda86b979e9c5ec31f @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 51686cbf80a980f187a144fa02cf3730ef16ba00 + 4ae4147bc525010fd96a36c121555e17cd4473ef https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0c80a84a7..2bdd25ee3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19530.14 + 5.0.0-alpha.1.19531.2 - 5.0.0-alpha.1.19531.1 - 5.0.0-alpha.1.19531.1 - 5.0.0-alpha.1.19531.1 - 5.0.0-alpha.1.19531.1 - 5.0.0-alpha.1.19531.1 + 5.0.0-alpha.1.19531.5 + 5.0.0-alpha.1.19531.5 + 5.0.0-alpha.1.19531.5 + 5.0.0-alpha.1.19531.5 + 5.0.0-alpha.1.19531.5 2.1.0 From ef028b454cbfa7e706432f3e9e51c98d44a773fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 18:50:49 +0000 Subject: [PATCH 0949/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.5 (#5437) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cbf9049a8..8b4dc36fb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 902a8afbf96ea9523be2baef45d1d9d32243e831 + 612fd169232e00939583293570eb9658db9df675 - + https://github.com/dotnet/windowsdesktop - 902a8afbf96ea9523be2baef45d1d9d32243e831 + 612fd169232e00939583293570eb9658db9df675 - + https://github.com/dotnet/windowsdesktop - 902a8afbf96ea9523be2baef45d1d9d32243e831 + 612fd169232e00939583293570eb9658db9df675 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2bdd25ee3..f46f6e096 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19531.4 - 5.0.0-alpha1.19531.4 - 5.0.0-alpha1.19531.4 + 5.0.0-alpha1.19531.5 + 5.0.0-alpha1.19531.5 + 5.0.0-alpha1.19531.5 From e7d4728a7bab26f31cb0d9ccdc2f716b1a5ea9e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 00:21:08 +0000 Subject: [PATCH 0950/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.7 (#5445) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b4dc36fb..91c369662 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 612fd169232e00939583293570eb9658db9df675 + dd0fa423229974a83d13910283e1d66467907628 - + https://github.com/dotnet/windowsdesktop - 612fd169232e00939583293570eb9658db9df675 + dd0fa423229974a83d13910283e1d66467907628 - + https://github.com/dotnet/windowsdesktop - 612fd169232e00939583293570eb9658db9df675 + dd0fa423229974a83d13910283e1d66467907628 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index f46f6e096..03977b19c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19531.5 - 5.0.0-alpha1.19531.5 - 5.0.0-alpha1.19531.5 + 5.0.0-alpha1.19531.7 + 5.0.0-alpha1.19531.7 + 5.0.0-alpha1.19531.7 From 847a580d91fc4ab67a18cbe783b20cd896deeab4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Nov 2019 01:45:45 +0000 Subject: [PATCH 0951/1121] Update dependencies from https://github.com/dotnet/toolset build 20191031.20 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19531.20 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19531.20 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 91c369662..a9b5caa9b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 3951661fbea1c10abd197b1bf9d70277b25d7ee4 + 67b183e5b7c99ca62a2283c321112d4c674549ec https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 3951661fbea1c10abd197b1bf9d70277b25d7ee4 + 67b183e5b7c99ca62a2283c321112d4c674549ec diff --git a/eng/Versions.props b/eng/Versions.props index 03977b19c..0c37447c3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19531.4 + 5.0.100-alpha.1.19531.20 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19531.4 + 5.0.100-alpha.1.19531.20 0.2.0 From 7cdeac7343950e55ad2690cf559160b14dec5606 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 02:05:58 +0000 Subject: [PATCH 0952/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191031.6 (#5447) - dotnet-user-secrets - 5.0.0-alpha1.19531.6 - dotnet-watch - 5.0.0-alpha1.19531.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19531.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19531.6 - dotnet-dev-certs - 5.0.0-alpha1.19531.6 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19531.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 91c369662..d48c6efc2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 4ae4147bc525010fd96a36c121555e17cd4473ef - + https://github.com/aspnet/AspNetCore - 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 + 0e40856d46cc51d24cdb3c84214be87b1a5f2faf - + https://github.com/aspnet/AspNetCore - 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 + 0e40856d46cc51d24cdb3c84214be87b1a5f2faf - + https://github.com/aspnet/AspNetCore - 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 + 0e40856d46cc51d24cdb3c84214be87b1a5f2faf - + https://github.com/aspnet/AspNetCore - 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 + 0e40856d46cc51d24cdb3c84214be87b1a5f2faf - + https://github.com/aspnet/AspNetCore - 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 + 0e40856d46cc51d24cdb3c84214be87b1a5f2faf - + https://github.com/aspnet/AspNetCore - 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 + 0e40856d46cc51d24cdb3c84214be87b1a5f2faf https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 03977b19c..bcea13eb5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19531.6 + 5.0.0-alpha1.19531.6 + 5.0.0-alpha1.19531.6 + 5.0.0-alpha1.19531.6 + 5.0.0-alpha1.19531.6 + 5.0.0-alpha1.19531.6 From 9fbcb3bcb9c54cd7b6e567a545749b62d43d2b47 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Nov 2019 04:50:38 +0000 Subject: [PATCH 0953/1121] Update dependencies from https://github.com/dotnet/toolset build 20191031.23 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19531.23 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a9b5caa9b..9ce6069da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,9 +75,9 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 67b183e5b7c99ca62a2283c321112d4c674549ec + aea772b9ea55b8c89a6682015b68593267b0ccb5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0c37447c3..da814060b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19531.20 + 5.0.100-alpha.1.19531.23 From 94fa7121922b5c0b46d72f48c5b1f4b699614f43 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Nov 2019 04:50:45 +0000 Subject: [PATCH 0954/1121] Update dependencies from https://github.com/dotnet/toolset build 20191031.26 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19531.26 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ce6069da..66008e8c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,9 +75,9 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - aea772b9ea55b8c89a6682015b68593267b0ccb5 + 95ddcf0d92550073dc553b7ba2e3d41eae774dee https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index da814060b..a5a86ab28 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19531.23 + 5.0.100-alpha.1.19531.26 From 01ec34b4843a31c70af903cdb46a12133b430d3a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Nov 2019 04:50:53 +0000 Subject: [PATCH 0955/1121] Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19531.26 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 66008e8c9..ac75ba952 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,9 +83,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 67b183e5b7c99ca62a2283c321112d4c674549ec + 95ddcf0d92550073dc553b7ba2e3d41eae774dee diff --git a/eng/Versions.props b/eng/Versions.props index a5a86ab28..b4686fc33 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19531.20 + 5.0.100-alpha.1.19531.26 0.2.0 From 7ef47f71f39d7b89b6ed4db312ae426bdd13e21e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 06:35:10 +0000 Subject: [PATCH 0956/1121] [master] Update dependencies from dotnet/core-setup (#5442) * Update dependencies from https://github.com/dotnet/core-setup build 20191031.9 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.9 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.9 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.9 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.9 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.9 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.3 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191031.16 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.16 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.16 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.16 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.16 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.16 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.7 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d48c6efc2..becff7e3a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop dd0fa423229974a83d13910283e1d66467907628 - + https://github.com/dotnet/core-setup - 70e8814a441fd541bf3f99cda86b979e9c5ec31f + 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 - + https://github.com/dotnet/core-setup - 70e8814a441fd541bf3f99cda86b979e9c5ec31f + 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 - + https://github.com/dotnet/core-setup - 70e8814a441fd541bf3f99cda86b979e9c5ec31f + 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 - + https://github.com/dotnet/core-setup - 70e8814a441fd541bf3f99cda86b979e9c5ec31f + 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 - + https://github.com/dotnet/core-setup - 70e8814a441fd541bf3f99cda86b979e9c5ec31f + 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 4ae4147bc525010fd96a36c121555e17cd4473ef + 18d2d60caa5ddfc89f9a8bce6568cf207b4d1c24 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index bcea13eb5..8fdba5abc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19531.2 + 5.0.0-alpha.1.19531.7 - 5.0.0-alpha.1.19531.5 - 5.0.0-alpha.1.19531.5 - 5.0.0-alpha.1.19531.5 - 5.0.0-alpha.1.19531.5 - 5.0.0-alpha.1.19531.5 + 5.0.0-alpha.1.19531.16 + 5.0.0-alpha.1.19531.16 + 5.0.0-alpha.1.19531.16 + 5.0.0-alpha.1.19531.16 + 5.0.0-alpha.1.19531.16 2.1.0 From 26f8f544635ab0f058bf1ca63352d75627ff3b21 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 08:31:21 +0000 Subject: [PATCH 0957/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191031.18 (#5455) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.18 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.18 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.18 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.18 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.18 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.9 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index becff7e3a..12ca2be1f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop dd0fa423229974a83d13910283e1d66467907628 - + https://github.com/dotnet/core-setup - 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 + ed1ba151d71b9e06ada930526dd43b402890fa93 - + https://github.com/dotnet/core-setup - 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 + ed1ba151d71b9e06ada930526dd43b402890fa93 - + https://github.com/dotnet/core-setup - 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 + ed1ba151d71b9e06ada930526dd43b402890fa93 - + https://github.com/dotnet/core-setup - 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 + ed1ba151d71b9e06ada930526dd43b402890fa93 - + https://github.com/dotnet/core-setup - 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 + ed1ba151d71b9e06ada930526dd43b402890fa93 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 18d2d60caa5ddfc89f9a8bce6568cf207b4d1c24 + 4c3bd8a0533a2e35df371b91045a1a5f0ada7d54 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8fdba5abc..2d07f60c4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19531.7 + 5.0.0-alpha.1.19531.9 - 5.0.0-alpha.1.19531.16 - 5.0.0-alpha.1.19531.16 - 5.0.0-alpha.1.19531.16 - 5.0.0-alpha.1.19531.16 - 5.0.0-alpha.1.19531.16 + 5.0.0-alpha.1.19531.18 + 5.0.0-alpha.1.19531.18 + 5.0.0-alpha.1.19531.18 + 5.0.0-alpha.1.19531.18 + 5.0.0-alpha.1.19531.18 2.1.0 From 7174a4646a8e934e1b4aafb8cae3eae7a3bde479 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 08:58:31 +0000 Subject: [PATCH 0958/1121] [master] Update dependencies from dotnet/windowsdesktop (#5449) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.8 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.9 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.10 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.10 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 12ca2be1f..6f5de8bf7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - dd0fa423229974a83d13910283e1d66467907628 + e9c9f3d1d8658e487cb83479925b1e0a313fad09 - + https://github.com/dotnet/windowsdesktop - dd0fa423229974a83d13910283e1d66467907628 + e9c9f3d1d8658e487cb83479925b1e0a313fad09 - + https://github.com/dotnet/windowsdesktop - dd0fa423229974a83d13910283e1d66467907628 + e9c9f3d1d8658e487cb83479925b1e0a313fad09 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2d07f60c4..38929a4e0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19531.7 - 5.0.0-alpha1.19531.7 - 5.0.0-alpha1.19531.7 + 5.0.0-alpha1.19531.10 + 5.0.0-alpha1.19531.10 + 5.0.0-alpha1.19531.10 From 313bacb39f8c33836e22545fd6fcc5c8e0729b0d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 10:16:10 +0000 Subject: [PATCH 0959/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191031.19 (#5456) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.19 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.19 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.19 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.19 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.19 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.13 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6f5de8bf7..b972be7fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop e9c9f3d1d8658e487cb83479925b1e0a313fad09 - + https://github.com/dotnet/core-setup - ed1ba151d71b9e06ada930526dd43b402890fa93 + 14e7a3b2fb40b377562d3d3e739d471841ae3316 - + https://github.com/dotnet/core-setup - ed1ba151d71b9e06ada930526dd43b402890fa93 + 14e7a3b2fb40b377562d3d3e739d471841ae3316 - + https://github.com/dotnet/core-setup - ed1ba151d71b9e06ada930526dd43b402890fa93 + 14e7a3b2fb40b377562d3d3e739d471841ae3316 - + https://github.com/dotnet/core-setup - ed1ba151d71b9e06ada930526dd43b402890fa93 + 14e7a3b2fb40b377562d3d3e739d471841ae3316 - + https://github.com/dotnet/core-setup - ed1ba151d71b9e06ada930526dd43b402890fa93 + 14e7a3b2fb40b377562d3d3e739d471841ae3316 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 4c3bd8a0533a2e35df371b91045a1a5f0ada7d54 + a24db0ba5666f46f50649810fe698ad267b60331 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 38929a4e0..ea18e4d92 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19531.9 + 5.0.0-alpha.1.19531.13 - 5.0.0-alpha.1.19531.18 - 5.0.0-alpha.1.19531.18 - 5.0.0-alpha.1.19531.18 - 5.0.0-alpha.1.19531.18 - 5.0.0-alpha.1.19531.18 + 5.0.0-alpha.1.19531.19 + 5.0.0-alpha.1.19531.19 + 5.0.0-alpha.1.19531.19 + 5.0.0-alpha.1.19531.19 + 5.0.0-alpha.1.19531.19 2.1.0 From 9e8ebee139991b45dad4a7343790a05d79601ce2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Nov 2019 13:20:16 +0000 Subject: [PATCH 0960/1121] Update dependencies from https://github.com/dotnet/toolset build 20191101.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19551.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19551.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac75ba952..e74c56aa4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 95ddcf0d92550073dc553b7ba2e3d41eae774dee + 4af3cc1a908f0304b49c26d10329c27e83e5a31b https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 95ddcf0d92550073dc553b7ba2e3d41eae774dee + 4af3cc1a908f0304b49c26d10329c27e83e5a31b diff --git a/eng/Versions.props b/eng/Versions.props index b4686fc33..6410dca9e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19531.26 + 5.0.100-alpha.1.19551.3 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19531.26 + 5.0.100-alpha.1.19551.3 0.2.0 From 31de75f58c84b9055d2ba5fb6d2ae6174da40296 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Nov 2019 13:40:40 +0000 Subject: [PATCH 0961/1121] Update dependencies from https://github.com/dotnet/toolset build 20191101.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19551.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19551.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e74c56aa4..677dd6738 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 4af3cc1a908f0304b49c26d10329c27e83e5a31b + 15814fe3b5c44a68dd73bb7236ad368d94f02eff https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 4af3cc1a908f0304b49c26d10329c27e83e5a31b + 15814fe3b5c44a68dd73bb7236ad368d94f02eff diff --git a/eng/Versions.props b/eng/Versions.props index 6410dca9e..abe798968 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19551.3 + 5.0.100-alpha.1.19551.5 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19551.3 + 5.0.100-alpha.1.19551.5 0.2.0 From 9da69f828cef68cb300ac976ffc0f801bbbf5fbe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 15:50:47 +0000 Subject: [PATCH 0962/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191101.1 (#5460) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19551.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19551.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19551.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19551.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.1 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b972be7fa..6956f9344 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop e9c9f3d1d8658e487cb83479925b1e0a313fad09 - + https://github.com/dotnet/core-setup - 14e7a3b2fb40b377562d3d3e739d471841ae3316 + e460275e7463fdc900bf5c9e0a574ec8946ac6c2 - + https://github.com/dotnet/core-setup - 14e7a3b2fb40b377562d3d3e739d471841ae3316 + e460275e7463fdc900bf5c9e0a574ec8946ac6c2 - + https://github.com/dotnet/core-setup - 14e7a3b2fb40b377562d3d3e739d471841ae3316 + e460275e7463fdc900bf5c9e0a574ec8946ac6c2 - + https://github.com/dotnet/core-setup - 14e7a3b2fb40b377562d3d3e739d471841ae3316 + e460275e7463fdc900bf5c9e0a574ec8946ac6c2 - + https://github.com/dotnet/core-setup - 14e7a3b2fb40b377562d3d3e739d471841ae3316 + e460275e7463fdc900bf5c9e0a574ec8946ac6c2 diff --git a/eng/Versions.props b/eng/Versions.props index ea18e4d92..4c79cde75 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha.1.19531.19 - 5.0.0-alpha.1.19531.19 - 5.0.0-alpha.1.19531.19 - 5.0.0-alpha.1.19531.19 - 5.0.0-alpha.1.19531.19 + 5.0.0-alpha.1.19551.1 + 5.0.0-alpha.1.19551.1 + 5.0.0-alpha.1.19551.1 + 5.0.0-alpha.1.19551.1 + 5.0.0-alpha.1.19551.1 2.1.0 From 58e5c246843c418ce4e914e86cefee9de152be1e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 17:56:06 +0000 Subject: [PATCH 0963/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191101.2 (#5462) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19551.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19551.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19551.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6956f9344..a0f087bab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e9c9f3d1d8658e487cb83479925b1e0a313fad09 + b16d3deff1a6ea164a80392045fd857afe40110a - + https://github.com/dotnet/windowsdesktop - e9c9f3d1d8658e487cb83479925b1e0a313fad09 + b16d3deff1a6ea164a80392045fd857afe40110a - + https://github.com/dotnet/windowsdesktop - e9c9f3d1d8658e487cb83479925b1e0a313fad09 + b16d3deff1a6ea164a80392045fd857afe40110a https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4c79cde75..c6909d08c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19531.10 - 5.0.0-alpha1.19531.10 - 5.0.0-alpha1.19531.10 + 5.0.0-alpha1.19551.2 + 5.0.0-alpha1.19551.2 + 5.0.0-alpha1.19551.2 From ea62a3576256f5f8e7934cbd87e88a0fd1a320de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 19:45:40 +0000 Subject: [PATCH 0964/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191101.3 (#5468) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19551.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19551.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a0f087bab..1c5e5c9b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b16d3deff1a6ea164a80392045fd857afe40110a + 18c1d011d3ea14dba90b050fb053f8a18032dc79 - + https://github.com/dotnet/windowsdesktop - b16d3deff1a6ea164a80392045fd857afe40110a + 18c1d011d3ea14dba90b050fb053f8a18032dc79 - + https://github.com/dotnet/windowsdesktop - b16d3deff1a6ea164a80392045fd857afe40110a + 18c1d011d3ea14dba90b050fb053f8a18032dc79 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c6909d08c..c95c08c9d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19551.2 - 5.0.0-alpha1.19551.2 - 5.0.0-alpha1.19551.2 + 5.0.0-alpha.1.19551.3 + 5.0.0-alpha.1.19551.3 + 5.0.0-alpha.1.19551.3 From 022ecaf7191667b87662bdaae0ad83cfb24488b3 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Fri, 1 Nov 2019 13:05:02 -0700 Subject: [PATCH 0965/1121] Remove direct ref causing downgrade from test utils --- eng/TestVersions.props | 1 - .../Microsoft.DotNet.Tools.Tests.Utilities.csproj | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/eng/TestVersions.props b/eng/TestVersions.props index e56829432..4942dec93 100644 --- a/eng/TestVersions.props +++ b/eng/TestVersions.props @@ -1,7 +1,6 @@ 5.3.0 - $(NuGetFrameworksPackageVersion) $(MicrosoftDotnetToolsetInternalPackageVersion) 0.1.1 15.8.0 diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj index b93932c36..785b8aae3 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj @@ -1,6 +1,6 @@  - netcoreapp3.0 + netcoreapp5.0 @@ -8,6 +8,5 @@ - \ No newline at end of file From 7df03e4f35a76281edcdc8837619c7d76ef217a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 03:18:34 +0000 Subject: [PATCH 0966/1121] [master] Update dependencies from dotnet/windowsdesktop (#5470) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191101.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19551.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19551.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191101.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19551.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19551.5 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191101.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19551.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19551.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b504ac3e..fcb2764a3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 18c1d011d3ea14dba90b050fb053f8a18032dc79 + c1c18e5d973f20079613b8e1d3846c3d26f5ecbd - + https://github.com/dotnet/windowsdesktop - 18c1d011d3ea14dba90b050fb053f8a18032dc79 + c1c18e5d973f20079613b8e1d3846c3d26f5ecbd - + https://github.com/dotnet/windowsdesktop - 18c1d011d3ea14dba90b050fb053f8a18032dc79 + c1c18e5d973f20079613b8e1d3846c3d26f5ecbd https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 9042f190c..03e50d487 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19551.3 - 5.0.0-alpha.1.19551.3 - 5.0.0-alpha.1.19551.3 + 5.0.0-alpha.1.19551.6 + 5.0.0-alpha.1.19551.6 + 5.0.0-alpha.1.19551.6 From b2001ab89436d0960d058eb655e79728f5d291b1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 08:45:45 +0000 Subject: [PATCH 0967/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191101.8 (#5481) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19551.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19551.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fcb2764a3..a44ba4d24 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c1c18e5d973f20079613b8e1d3846c3d26f5ecbd + 54525403396ec51a0893651588c01a6962e7659b - + https://github.com/dotnet/windowsdesktop - c1c18e5d973f20079613b8e1d3846c3d26f5ecbd + 54525403396ec51a0893651588c01a6962e7659b - + https://github.com/dotnet/windowsdesktop - c1c18e5d973f20079613b8e1d3846c3d26f5ecbd + 54525403396ec51a0893651588c01a6962e7659b https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 03e50d487..c02810fa6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19551.6 - 5.0.0-alpha.1.19551.6 - 5.0.0-alpha.1.19551.6 + 5.0.0-alpha.1.19551.8 + 5.0.0-alpha.1.19551.8 + 5.0.0-alpha.1.19551.8 From 5ebdba23de7bb14737e7afc6075d88c8bcabe7f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 11:58:30 +0000 Subject: [PATCH 0968/1121] [master] Update dependencies from dotnet/core-setup (#5464) * Update dependencies from https://github.com/dotnet/core-setup build 20191101.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19551.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19551.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19551.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19551.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.2 * Update dependencies from https://github.com/dotnet/core-setup build 20191101.9 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19551.9 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19551.9 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19551.9 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19551.9 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.9 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19551.16 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191102.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19552.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19552.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19552.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19552.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19551.24 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a44ba4d24..78ebc8f1c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 54525403396ec51a0893651588c01a6962e7659b - + https://github.com/dotnet/core-setup - e460275e7463fdc900bf5c9e0a574ec8946ac6c2 + 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 - + https://github.com/dotnet/core-setup - e460275e7463fdc900bf5c9e0a574ec8946ac6c2 + 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 - + https://github.com/dotnet/core-setup - e460275e7463fdc900bf5c9e0a574ec8946ac6c2 + 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 - + https://github.com/dotnet/core-setup - e460275e7463fdc900bf5c9e0a574ec8946ac6c2 + 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 - + https://github.com/dotnet/core-setup - e460275e7463fdc900bf5c9e0a574ec8946ac6c2 + 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - a24db0ba5666f46f50649810fe698ad267b60331 + eb41b7841f1d8edc499a8c0fbaec5e4d53187fa0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c02810fa6..9cd452308 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19531.13 + 5.0.0-alpha.1.19551.24 - 5.0.0-alpha.1.19551.1 - 5.0.0-alpha.1.19551.1 - 5.0.0-alpha.1.19551.1 - 5.0.0-alpha.1.19551.1 - 5.0.0-alpha.1.19551.1 + 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.1 2.1.0 From a79abcb600114d65c919a28e9afefa6d92581928 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 12:56:53 +0000 Subject: [PATCH 0969/1121] [master] Update dependencies from dotnet/arcade (#5458) * Update dependencies from https://github.com/dotnet/arcade build 20191031.14 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19531.14 * Update dependencies from https://github.com/dotnet/arcade build 20191101.3 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19551.3 --- eng/Version.Details.xml | 4 ++-- .../channels/netcore-3-tools-validation.yml | 2 -- .../post-build/channels/netcore-3-tools.yml | 16 +++++++++++++--- .../post-build/channels/netcore-dev-31.yml | 14 ++++++++++++-- .../post-build/channels/netcore-dev-5.yml | 14 ++++++++++++-- .../post-build/channels/netcore-internal-30.yml | 2 -- .../post-build/channels/netcore-release-30.yml | 14 ++++++++++++-- .../post-build/channels/netcore-release-31.yml | 14 ++++++++++++-- .../post-build/channels/netcore-tools-latest.yml | 16 +++++++++++++--- .../channels/netcore-tools-validation.yml | 4 ++-- .../templates/post-build/common-variables.yml | 4 +++- eng/common/templates/post-build/post-build.yml | 2 -- eng/common/tools.ps1 | 5 +---- eng/common/tools.sh | 6 +++--- global.json | 2 +- 15 files changed, 86 insertions(+), 33 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78ebc8f1c..b54c5d9bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 35c10b82920baacbb3945fd952a0e49c4caec708 + f757dab263c59ffa51717974ec9a5da76a7a3b6e diff --git a/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml b/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml index 084bd15e4..9c452797b 100644 --- a/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml +++ b/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml @@ -17,8 +17,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild diff --git a/eng/common/templates/post-build/channels/netcore-3-tools.yml b/eng/common/templates/post-build/channels/netcore-3-tools.yml index b8f8ce917..374eb50af 100644 --- a/eng/common/templates/post-build/channels/netcore-3-tools.yml +++ b/eng/common/templates/post-build/channels/netcore-3-tools.yml @@ -35,6 +35,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise there will be authentication failures when accessing a private feed hosted in a different org. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -52,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild @@ -130,4 +140,4 @@ stages: - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.NetCore_3_Tools_Channel_Id }} \ No newline at end of file + ChannelId: ${{ variables.NetCore_3_Tools_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml index d61a83214..43806d65d 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-31.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-31.yml @@ -35,6 +35,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -52,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index 2a7fc3407..0a6b477ae 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -35,6 +35,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -52,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 8b2c9dafa..216931d70 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -64,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild diff --git a/eng/common/templates/post-build/channels/netcore-release-30.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml index 56c34590a..bd9bfc68f 100644 --- a/eng/common/templates/post-build/channels/netcore-release-30.yml +++ b/eng/common/templates/post-build/channels/netcore-release-30.yml @@ -35,6 +35,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -52,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/netcore-release-31.yml index a65254fe0..da9159566 100644 --- a/eng/common/templates/post-build/channels/netcore-release-31.yml +++ b/eng/common/templates/post-build/channels/netcore-release-31.yml @@ -35,6 +35,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -52,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index 84ab12967..b66b68195 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -35,6 +35,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -52,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild @@ -130,4 +140,4 @@ stages: - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} \ No newline at end of file + ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-validation.yml b/eng/common/templates/post-build/channels/netcore-tools-validation.yml index 2dfc48c12..ed80ff29d 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-validation.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-validation.yml @@ -17,8 +17,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild @@ -51,6 +49,8 @@ stages: displayName: 'Install NuGet.exe' # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. - task: NuGetAuthenticate@0 displayName: 'Authenticate to AzDO Feeds' diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index b4eed6f18..77056df67 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -1,7 +1,9 @@ variables: - - group: Publish-Build-Assets + - group: AzureDevOps-Artifact-Feeds-Pats + - group: DotNet-Blob-Feed - group: DotNet-DotNetCli-Storage - group: DotNet-MSRC-Storage + - group: Publish-Build-Assets # .NET Core 3.1 Dev - name: PublicDevRelease_31_Channel_Id diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 913ac244a..3a5686082 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -50,7 +50,6 @@ stages: displayName: Signing Validation variables: - template: common-variables.yml - - group: AzureDevOps-Artifact-Feeds-Pats pool: vmImage: 'windows-2019' steps: @@ -64,7 +63,6 @@ stages: # Since sdk-task.ps1 tries to restore packages we need to do this authentication here # otherwise it'll complain about accessing a private feed. - task: NuGetAuthenticate@0 - condition: eq(variables['IsInternalBuild'], 'true') displayName: 'Authenticate to AzDO Feeds' - task: PowerShell@2 diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index c4ca69dd4..42ca33ac3 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -446,10 +446,7 @@ function GetSdkTaskProject([string]$taskName) { } function InitializeNativeTools() { - if ($env:DisableNativeToolsetInstalls) { - return - } - if (Get-Member -InputObject $GlobalJson -Name "native-tools") { + if (-Not (Test-Path variable:DisableNativeToolsetInstalls) -And (Get-Member -InputObject $GlobalJson -Name "native-tools")) { $nativeArgs= @{} if ($ci) { $nativeArgs = @{ diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 35a80c3f1..6a23ac0a3 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -4,7 +4,7 @@ # CI mode - set to true on CI server for PR validation build or official build. ci=${ci:-false} -disable_configure_toolset_import=${disable_configure_toolset_import:-null} +disable_configure_toolset_import=${disable_configure_toolset_import:-} # Set to true to use the pipelines logger which will enable Azure logging output. # https://github.com/Microsoft/azure-pipelines-tasks/blob/master/docs/authoring/commands.md @@ -273,7 +273,7 @@ function GetNuGetPackageCachePath { } function InitializeNativeTools() { - if [[ -z "${DisableNativeToolsetInstalls:-}" ]]; then + if [[ -n "${DisableNativeToolsetInstalls:-}" ]]; then return fi if grep -Fq "native-tools" $global_json_file @@ -437,7 +437,7 @@ Write-PipelineSetVariable -name "Temp" -value "$temp_dir" Write-PipelineSetVariable -name "TMP" -value "$temp_dir" # Import custom tools configuration, if present in the repo. -if [[ "$disable_configure_toolset_import" != null ]]; then +if [[ -z "$disable_configure_toolset_import" ]]; then configure_toolset_script="$eng_root/configure-toolset.sh" if [[ -a "$configure_toolset_script" ]]; then . "$configure_toolset_script" diff --git a/global.json b/global.json index 6d9d42c31..6a3530008 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19530.15" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19551.3" } } From 28666eaaecd7d4ac670ec69211e06919e124d004 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 14:31:13 +0000 Subject: [PATCH 0970/1121] [master] Update dependencies from dotnet/toolset (#5486) * Update dependencies from https://github.com/dotnet/toolset build 20191102.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19552.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19552.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191102.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19552.5 * Update dependencies from https://github.com/dotnet/toolset build 20191102.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19552.6 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19552.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191102.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19552.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19552.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b54c5d9bc..e42018d91 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 15814fe3b5c44a68dd73bb7236ad368d94f02eff + d7a59f3056ed2f2bf522cf4902cdf65cffb373a6 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 15814fe3b5c44a68dd73bb7236ad368d94f02eff + d7a59f3056ed2f2bf522cf4902cdf65cffb373a6 diff --git a/eng/Versions.props b/eng/Versions.props index 9cd452308..1fa3819e9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19551.5 + 5.0.100-alpha.1.19552.7 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19551.5 + 5.0.100-alpha.1.19552.7 0.2.0 From a69acfb6813ce1fccf044dd0531bb2c9814c5edf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 17:45:46 +0000 Subject: [PATCH 0971/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191102.3 (#5488) - dotnet-user-secrets - 5.0.0-alpha1.19552.3 - dotnet-watch - 5.0.0-alpha1.19552.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19552.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19552.3 - dotnet-dev-certs - 5.0.0-alpha1.19552.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19552.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e42018d91..8f8ed6d4c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx eb41b7841f1d8edc499a8c0fbaec5e4d53187fa0 - + https://github.com/aspnet/AspNetCore - 0e40856d46cc51d24cdb3c84214be87b1a5f2faf + 07dab17c3f1186b1626988284693d6b87e0091e5 - + https://github.com/aspnet/AspNetCore - 0e40856d46cc51d24cdb3c84214be87b1a5f2faf + 07dab17c3f1186b1626988284693d6b87e0091e5 - + https://github.com/aspnet/AspNetCore - 0e40856d46cc51d24cdb3c84214be87b1a5f2faf + 07dab17c3f1186b1626988284693d6b87e0091e5 - + https://github.com/aspnet/AspNetCore - 0e40856d46cc51d24cdb3c84214be87b1a5f2faf + 07dab17c3f1186b1626988284693d6b87e0091e5 - + https://github.com/aspnet/AspNetCore - 0e40856d46cc51d24cdb3c84214be87b1a5f2faf + 07dab17c3f1186b1626988284693d6b87e0091e5 - + https://github.com/aspnet/AspNetCore - 0e40856d46cc51d24cdb3c84214be87b1a5f2faf + 07dab17c3f1186b1626988284693d6b87e0091e5 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 1fa3819e9..a2b4bf7fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19531.6 - 5.0.0-alpha1.19531.6 - 5.0.0-alpha1.19531.6 - 5.0.0-alpha1.19531.6 - 5.0.0-alpha1.19531.6 - 5.0.0-alpha1.19531.6 + 5.0.0-alpha1.19552.3 + 5.0.0-alpha1.19552.3 + 5.0.0-alpha1.19552.3 + 5.0.0-alpha1.19552.3 + 5.0.0-alpha1.19552.3 + 5.0.0-alpha1.19552.3 From 525ad43ed6dc6d80cdc70f3b93bd6f08cc67fa6f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 19:15:42 +0000 Subject: [PATCH 0972/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191102.1 (#5489) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19552.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19552.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8f8ed6d4c..234c29935 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 54525403396ec51a0893651588c01a6962e7659b + c8b800d6102db2c874f70e401cd76fbeb9ba9ebf - + https://github.com/dotnet/windowsdesktop - 54525403396ec51a0893651588c01a6962e7659b + c8b800d6102db2c874f70e401cd76fbeb9ba9ebf - + https://github.com/dotnet/windowsdesktop - 54525403396ec51a0893651588c01a6962e7659b + c8b800d6102db2c874f70e401cd76fbeb9ba9ebf https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index a2b4bf7fb..089e78850 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19551.8 - 5.0.0-alpha.1.19551.8 - 5.0.0-alpha.1.19551.8 + 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.1 From 5efc02399e9b8797c9b10842761c819881918f62 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 19:50:31 +0000 Subject: [PATCH 0973/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191102.3 (#5490) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19552.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19552.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19552.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19552.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19552.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 234c29935..29ff0cf8b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop c8b800d6102db2c874f70e401cd76fbeb9ba9ebf - + https://github.com/dotnet/core-setup - 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 + a2d3f0a848eeda14d784066d27fbef3ea5a84b4a - + https://github.com/dotnet/core-setup - 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 + a2d3f0a848eeda14d784066d27fbef3ea5a84b4a - + https://github.com/dotnet/core-setup - 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 + a2d3f0a848eeda14d784066d27fbef3ea5a84b4a - + https://github.com/dotnet/core-setup - 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 + a2d3f0a848eeda14d784066d27fbef3ea5a84b4a - + https://github.com/dotnet/core-setup - 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 + a2d3f0a848eeda14d784066d27fbef3ea5a84b4a @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - eb41b7841f1d8edc499a8c0fbaec5e4d53187fa0 + 59b691296d29c392a3fe10ca8f590c0b8233ff0b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 089e78850..320806081 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19551.24 + 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.3 2.1.0 From 21f262106f2e4d3a44089996401a75908c76f6eb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 00:45:46 +0000 Subject: [PATCH 0974/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191102.3 (#5491) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19552.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19552.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 29ff0cf8b..fd5fe86c6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c8b800d6102db2c874f70e401cd76fbeb9ba9ebf + 57fd23d591f25548c2d3f3ac537f03df4135eb56 - + https://github.com/dotnet/windowsdesktop - c8b800d6102db2c874f70e401cd76fbeb9ba9ebf + 57fd23d591f25548c2d3f3ac537f03df4135eb56 - + https://github.com/dotnet/windowsdesktop - c8b800d6102db2c874f70e401cd76fbeb9ba9ebf + 57fd23d591f25548c2d3f3ac537f03df4135eb56 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 320806081..aed21a2ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.3 From 264ffa333973af0d64ae866fb27d906aa316ee94 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 03:20:44 +0000 Subject: [PATCH 0975/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191102.4 (#5492) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19552.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19552.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fd5fe86c6..788ad0c88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 57fd23d591f25548c2d3f3ac537f03df4135eb56 + 2bb69bb6ba9e2028cf9b152542da2c5f46ab5d9f - + https://github.com/dotnet/windowsdesktop - 57fd23d591f25548c2d3f3ac537f03df4135eb56 + 2bb69bb6ba9e2028cf9b152542da2c5f46ab5d9f - + https://github.com/dotnet/windowsdesktop - 57fd23d591f25548c2d3f3ac537f03df4135eb56 + 2bb69bb6ba9e2028cf9b152542da2c5f46ab5d9f https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index aed21a2ce..80c43a1f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19552.3 - 5.0.0-alpha.1.19552.3 - 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.4 + 5.0.0-alpha.1.19552.4 + 5.0.0-alpha.1.19552.4 From 5da9af97810a3af49dc42840a6f449041b0a9662 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 06:10:39 +0000 Subject: [PATCH 0976/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191102.5 (#5494) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19552.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19552.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 788ad0c88..a780db4c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2bb69bb6ba9e2028cf9b152542da2c5f46ab5d9f + 016010a0effd241842f4a055b9c1115d20069837 - + https://github.com/dotnet/windowsdesktop - 2bb69bb6ba9e2028cf9b152542da2c5f46ab5d9f + 016010a0effd241842f4a055b9c1115d20069837 - + https://github.com/dotnet/windowsdesktop - 2bb69bb6ba9e2028cf9b152542da2c5f46ab5d9f + 016010a0effd241842f4a055b9c1115d20069837 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 80c43a1f6..5f69a8a70 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19552.4 - 5.0.0-alpha.1.19552.4 - 5.0.0-alpha.1.19552.4 + 5.0.0-alpha.1.19552.5 + 5.0.0-alpha.1.19552.5 + 5.0.0-alpha.1.19552.5 From ce0e5303db4aea1a1e0746ecb1bc722a0d27a06a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 14:46:13 +0000 Subject: [PATCH 0977/1121] Update dependencies from https://github.com/dotnet/toolset build 20191103.1 (#5499) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19553.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19553.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a780db4c4..f7efa410a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - d7a59f3056ed2f2bf522cf4902cdf65cffb373a6 + f9c3dc9f7ffbafe152802ae70c16e9adee9edf4b https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - d7a59f3056ed2f2bf522cf4902cdf65cffb373a6 + f9c3dc9f7ffbafe152802ae70c16e9adee9edf4b diff --git a/eng/Versions.props b/eng/Versions.props index 5f69a8a70..1b00222d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19552.7 + 5.0.100-alpha.1.19553.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19552.7 + 5.0.100-alpha.1.19553.1 0.2.0 From 7f76bcc1cdf826441cb252b50b7849af088ed402 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 15:51:59 +0000 Subject: [PATCH 0978/1121] Update dependencies from https://github.com/dotnet/toolset build 20191103.2 (#5501) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19553.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19553.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f7efa410a..e65cb8df8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - f9c3dc9f7ffbafe152802ae70c16e9adee9edf4b + 72f6a95f9845348f3da9c9b018afc4a145ba2909 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - f9c3dc9f7ffbafe152802ae70c16e9adee9edf4b + 72f6a95f9845348f3da9c9b018afc4a145ba2909 diff --git a/eng/Versions.props b/eng/Versions.props index 1b00222d9..0991d889c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19553.1 + 5.0.100-alpha.1.19553.2 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19553.1 + 5.0.100-alpha.1.19553.2 0.2.0 From 826bc6dbe12fee8413855943c023b4842e1a2380 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 18:34:56 +0000 Subject: [PATCH 0979/1121] [master] Update dependencies from dotnet/windowsdesktop (#5496) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191102.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19552.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19552.6 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191103.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19553.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19553.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e65cb8df8..2b5f4660b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 016010a0effd241842f4a055b9c1115d20069837 + 3465f7f5ae1c4ef69c1a8c41b69cc473092e7f0b - + https://github.com/dotnet/windowsdesktop - 016010a0effd241842f4a055b9c1115d20069837 + 3465f7f5ae1c4ef69c1a8c41b69cc473092e7f0b - + https://github.com/dotnet/windowsdesktop - 016010a0effd241842f4a055b9c1115d20069837 + 3465f7f5ae1c4ef69c1a8c41b69cc473092e7f0b https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 0991d889c..63c4fd576 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19552.5 - 5.0.0-alpha.1.19552.5 - 5.0.0-alpha.1.19552.5 + 5.0.0-alpha.1.19553.1 + 5.0.0-alpha.1.19553.1 + 5.0.0-alpha.1.19553.1 From c20c623f77f4094212a5b216df2145021e4a2896 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 20:06:03 +0000 Subject: [PATCH 0980/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191103.1 (#5504) - dotnet-user-secrets - 5.0.0-alpha1.19553.1 - dotnet-watch - 5.0.0-alpha1.19553.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19553.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19553.1 - dotnet-dev-certs - 5.0.0-alpha1.19553.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19553.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b5f4660b..4e4af0d68 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 59b691296d29c392a3fe10ca8f590c0b8233ff0b - + https://github.com/aspnet/AspNetCore - 07dab17c3f1186b1626988284693d6b87e0091e5 + dba39d60c89b743d45411ba6bc6b02b5a8019032 - + https://github.com/aspnet/AspNetCore - 07dab17c3f1186b1626988284693d6b87e0091e5 + dba39d60c89b743d45411ba6bc6b02b5a8019032 - + https://github.com/aspnet/AspNetCore - 07dab17c3f1186b1626988284693d6b87e0091e5 + dba39d60c89b743d45411ba6bc6b02b5a8019032 - + https://github.com/aspnet/AspNetCore - 07dab17c3f1186b1626988284693d6b87e0091e5 + dba39d60c89b743d45411ba6bc6b02b5a8019032 - + https://github.com/aspnet/AspNetCore - 07dab17c3f1186b1626988284693d6b87e0091e5 + dba39d60c89b743d45411ba6bc6b02b5a8019032 - + https://github.com/aspnet/AspNetCore - 07dab17c3f1186b1626988284693d6b87e0091e5 + dba39d60c89b743d45411ba6bc6b02b5a8019032 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 63c4fd576..7848006f4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19552.3 - 5.0.0-alpha1.19552.3 - 5.0.0-alpha1.19552.3 - 5.0.0-alpha1.19552.3 - 5.0.0-alpha1.19552.3 - 5.0.0-alpha1.19552.3 + 5.0.0-alpha1.19553.1 + 5.0.0-alpha1.19553.1 + 5.0.0-alpha1.19553.1 + 5.0.0-alpha1.19553.1 + 5.0.0-alpha1.19553.1 + 5.0.0-alpha1.19553.1 From 3899ca54bd2665114946cbd33dbc53f18bbc16ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 20:10:38 +0000 Subject: [PATCH 0981/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191103.2 (#5505) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19553.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19553.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4e4af0d68..5bd910862 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3465f7f5ae1c4ef69c1a8c41b69cc473092e7f0b + 3948d5ac4b580d5ece399bcfddab1f3041b95d5b - + https://github.com/dotnet/windowsdesktop - 3465f7f5ae1c4ef69c1a8c41b69cc473092e7f0b + 3948d5ac4b580d5ece399bcfddab1f3041b95d5b - + https://github.com/dotnet/windowsdesktop - 3465f7f5ae1c4ef69c1a8c41b69cc473092e7f0b + 3948d5ac4b580d5ece399bcfddab1f3041b95d5b https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 7848006f4..19647226f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19553.1 - 5.0.0-alpha.1.19553.1 - 5.0.0-alpha.1.19553.1 + 5.0.0-alpha.1.19553.2 + 5.0.0-alpha.1.19553.2 + 5.0.0-alpha.1.19553.2 From 1869d27a41adc4586c8c4d90768f484d6c42b4e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 20:16:34 +0000 Subject: [PATCH 0982/1121] [master] Update dependencies from dotnet/core-setup (#5495) * Update dependencies from https://github.com/dotnet/core-setup build 20191102.7 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19552.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19552.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19552.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19552.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.7 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19552.5 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191103.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19553.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19553.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19553.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19553.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19552.6 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5bd910862..aa8f23c6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3948d5ac4b580d5ece399bcfddab1f3041b95d5b - + https://github.com/dotnet/core-setup - a2d3f0a848eeda14d784066d27fbef3ea5a84b4a + 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 - + https://github.com/dotnet/core-setup - a2d3f0a848eeda14d784066d27fbef3ea5a84b4a + 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 - + https://github.com/dotnet/core-setup - a2d3f0a848eeda14d784066d27fbef3ea5a84b4a + 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 - + https://github.com/dotnet/core-setup - a2d3f0a848eeda14d784066d27fbef3ea5a84b4a + 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 - + https://github.com/dotnet/core-setup - a2d3f0a848eeda14d784066d27fbef3ea5a84b4a + 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 59b691296d29c392a3fe10ca8f590c0b8233ff0b + bfaed4d48a921a339f9691c74425bec9d2f760a1 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 19647226f..22a2fdbf5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.6 - 5.0.0-alpha.1.19552.3 - 5.0.0-alpha.1.19552.3 - 5.0.0-alpha.1.19552.3 - 5.0.0-alpha.1.19552.3 - 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.4 2.1.0 From e7c746c9c286d8b3b0cb811693c098e7876d0586 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 21:10:36 +0000 Subject: [PATCH 0983/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191103.5 (#5506) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19553.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19553.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19553.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19553.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.5 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19553.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa8f23c6b..bd687b232 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3948d5ac4b580d5ece399bcfddab1f3041b95d5b - + https://github.com/dotnet/core-setup - 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 + c914b5ef77d2bdf5f79872083e5aab99ec6bf4df - + https://github.com/dotnet/core-setup - 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 + c914b5ef77d2bdf5f79872083e5aab99ec6bf4df - + https://github.com/dotnet/core-setup - 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 + c914b5ef77d2bdf5f79872083e5aab99ec6bf4df - + https://github.com/dotnet/core-setup - 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 + c914b5ef77d2bdf5f79872083e5aab99ec6bf4df - + https://github.com/dotnet/core-setup - 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 + c914b5ef77d2bdf5f79872083e5aab99ec6bf4df @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - bfaed4d48a921a339f9691c74425bec9d2f760a1 + ba25a05f32b3cd0503b1a306f6e769b427456bd0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 22a2fdbf5..f403bf557 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19552.6 + 5.0.0-alpha.1.19553.1 - 5.0.0-alpha.1.19553.4 - 5.0.0-alpha.1.19553.4 - 5.0.0-alpha.1.19553.4 - 5.0.0-alpha.1.19553.4 - 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.5 2.1.0 From 3a15b55fa9d07ba8529867cc2636775614bd7a36 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 22:19:48 +0000 Subject: [PATCH 0984/1121] Update dependencies from https://github.com/dotnet/arcade build 20191102.1 (#5497) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19552.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd687b232..f0645522c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - f757dab263c59ffa51717974ec9a5da76a7a3b6e + bfa46e9e624cc148bd5c6b7af63f52f6e1d48c8d diff --git a/global.json b/global.json index 6a3530008..5c045c215 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19551.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19552.1" } } From c4883835666a61819e1c388faeae15d4808d4841 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 23:35:51 +0000 Subject: [PATCH 0985/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191103.6 (#5507) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19553.6 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19553.6 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19553.6 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19553.6 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.6 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19553.2 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f0645522c..3e084ba93 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3948d5ac4b580d5ece399bcfddab1f3041b95d5b - + https://github.com/dotnet/core-setup - c914b5ef77d2bdf5f79872083e5aab99ec6bf4df + 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 - + https://github.com/dotnet/core-setup - c914b5ef77d2bdf5f79872083e5aab99ec6bf4df + 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 - + https://github.com/dotnet/core-setup - c914b5ef77d2bdf5f79872083e5aab99ec6bf4df + 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 - + https://github.com/dotnet/core-setup - c914b5ef77d2bdf5f79872083e5aab99ec6bf4df + 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 - + https://github.com/dotnet/core-setup - c914b5ef77d2bdf5f79872083e5aab99ec6bf4df + 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - ba25a05f32b3cd0503b1a306f6e769b427456bd0 + dbf74fac15dad697ae7e7c4d88327c0478f465ef https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f403bf557..224ea8e6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19553.1 + 5.0.0-alpha.1.19553.2 - 5.0.0-alpha.1.19553.5 - 5.0.0-alpha.1.19553.5 - 5.0.0-alpha.1.19553.5 - 5.0.0-alpha.1.19553.5 - 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.6 2.1.0 From e582e960398f481f4c145c4e238ae2c503906a90 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 23:45:31 +0000 Subject: [PATCH 0986/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191103.3 (#5510) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19553.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19553.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3e084ba93..40d87df05 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3948d5ac4b580d5ece399bcfddab1f3041b95d5b + be453c035df5c2839d3fad1a8a6d1f6b805abfab - + https://github.com/dotnet/windowsdesktop - 3948d5ac4b580d5ece399bcfddab1f3041b95d5b + be453c035df5c2839d3fad1a8a6d1f6b805abfab - + https://github.com/dotnet/windowsdesktop - 3948d5ac4b580d5ece399bcfddab1f3041b95d5b + be453c035df5c2839d3fad1a8a6d1f6b805abfab https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 224ea8e6c..f49400cc3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19553.2 - 5.0.0-alpha.1.19553.2 - 5.0.0-alpha.1.19553.2 + 5.0.0-alpha.1.19553.3 + 5.0.0-alpha.1.19553.3 + 5.0.0-alpha.1.19553.3 From 65af3720a73b9a98ef6d6fa31fde368135dced4f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 01:40:38 +0000 Subject: [PATCH 0987/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191103.4 (#5513) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19553.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19553.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 40d87df05..0c214f5e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - be453c035df5c2839d3fad1a8a6d1f6b805abfab + 75a7c1c65029b1a5e8cc221811f55c5f11d8528a - + https://github.com/dotnet/windowsdesktop - be453c035df5c2839d3fad1a8a6d1f6b805abfab + 75a7c1c65029b1a5e8cc221811f55c5f11d8528a - + https://github.com/dotnet/windowsdesktop - be453c035df5c2839d3fad1a8a6d1f6b805abfab + 75a7c1c65029b1a5e8cc221811f55c5f11d8528a https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index f49400cc3..f35786ae4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19553.3 - 5.0.0-alpha.1.19553.3 - 5.0.0-alpha.1.19553.3 + 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.4 From 16f5201b0428f1272f4f46c3de4b1d1de7a3b484 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 01:40:42 +0000 Subject: [PATCH 0988/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191103.7 (#5512) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19553.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19553.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19553.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19553.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.7 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19553.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0c214f5e6..78750ff8c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 75a7c1c65029b1a5e8cc221811f55c5f11d8528a - + https://github.com/dotnet/core-setup - 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 + eb4e9587fc235021664e82782518a06d437a78e9 - + https://github.com/dotnet/core-setup - 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 + eb4e9587fc235021664e82782518a06d437a78e9 - + https://github.com/dotnet/core-setup - 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 + eb4e9587fc235021664e82782518a06d437a78e9 - + https://github.com/dotnet/core-setup - 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 + eb4e9587fc235021664e82782518a06d437a78e9 - + https://github.com/dotnet/core-setup - 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 + eb4e9587fc235021664e82782518a06d437a78e9 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - dbf74fac15dad697ae7e7c4d88327c0478f465ef + bf4b04519cb86facf793797406910cbd40cf2354 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f35786ae4..0376ee24c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19553.2 + 5.0.0-alpha.1.19553.3 - 5.0.0-alpha.1.19553.6 - 5.0.0-alpha.1.19553.6 - 5.0.0-alpha.1.19553.6 - 5.0.0-alpha.1.19553.6 - 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.7 + 5.0.0-alpha.1.19553.7 + 5.0.0-alpha.1.19553.7 + 5.0.0-alpha.1.19553.7 + 5.0.0-alpha.1.19553.7 2.1.0 From 182c4b83b5576308ba7af23d8823d62d0180c981 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 04:15:42 +0000 Subject: [PATCH 0989/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191103.5 (#5515) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19553.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19553.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78750ff8c..ca4e7821a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 75a7c1c65029b1a5e8cc221811f55c5f11d8528a + b665294ea12966d230caaa7540cffdd3f13a80a3 - + https://github.com/dotnet/windowsdesktop - 75a7c1c65029b1a5e8cc221811f55c5f11d8528a + b665294ea12966d230caaa7540cffdd3f13a80a3 - + https://github.com/dotnet/windowsdesktop - 75a7c1c65029b1a5e8cc221811f55c5f11d8528a + b665294ea12966d230caaa7540cffdd3f13a80a3 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 0376ee24c..88fb9e1ed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19553.4 - 5.0.0-alpha.1.19553.4 - 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.5 From 2d58878ff0b9e032577a58652cc41d931c83e928 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 09:15:21 +0000 Subject: [PATCH 0990/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191103.6 (#5516) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19553.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19553.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca4e7821a..ab35196b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b665294ea12966d230caaa7540cffdd3f13a80a3 + 0d391e091fa5ee61cedc50b7d4e652decd70b5e7 - + https://github.com/dotnet/windowsdesktop - b665294ea12966d230caaa7540cffdd3f13a80a3 + 0d391e091fa5ee61cedc50b7d4e652decd70b5e7 - + https://github.com/dotnet/windowsdesktop - b665294ea12966d230caaa7540cffdd3f13a80a3 + 0d391e091fa5ee61cedc50b7d4e652decd70b5e7 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 88fb9e1ed..6dee11c0f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19553.5 - 5.0.0-alpha.1.19553.5 - 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.6 From 772a02e5665c324ab6f08fce045b528cc95fc5a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 10:06:10 +0000 Subject: [PATCH 0991/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.1 (#5517) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab35196b3..bf6040038 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0d391e091fa5ee61cedc50b7d4e652decd70b5e7 + e0f44af32f2486bbc5a809ae700e6aebcd1e5cd7 - + https://github.com/dotnet/windowsdesktop - 0d391e091fa5ee61cedc50b7d4e652decd70b5e7 + e0f44af32f2486bbc5a809ae700e6aebcd1e5cd7 - + https://github.com/dotnet/windowsdesktop - 0d391e091fa5ee61cedc50b7d4e652decd70b5e7 + e0f44af32f2486bbc5a809ae700e6aebcd1e5cd7 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 6dee11c0f..0f938e354 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19553.6 - 5.0.0-alpha.1.19553.6 - 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.1 From c0ab4a65ba83e33fe4a6bd0da08731300e3b02b6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 11:55:52 +0000 Subject: [PATCH 0992/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.2 (#5518) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bf6040038..12fe2abc7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e0f44af32f2486bbc5a809ae700e6aebcd1e5cd7 + d3215f99757e8f5863ff8164d540bd262166ff18 - + https://github.com/dotnet/windowsdesktop - e0f44af32f2486bbc5a809ae700e6aebcd1e5cd7 + d3215f99757e8f5863ff8164d540bd262166ff18 - + https://github.com/dotnet/windowsdesktop - e0f44af32f2486bbc5a809ae700e6aebcd1e5cd7 + d3215f99757e8f5863ff8164d540bd262166ff18 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 0f938e354..094eaceb1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.2 From 9ecf4bcf544b3f0e45c736226e3f989e6c1ccef2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 12:25:34 +0000 Subject: [PATCH 0993/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191104.1 (#5519) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19553.8 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 12fe2abc7..b66f6f620 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop d3215f99757e8f5863ff8164d540bd262166ff18 - + https://github.com/dotnet/core-setup - eb4e9587fc235021664e82782518a06d437a78e9 + 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 - + https://github.com/dotnet/core-setup - eb4e9587fc235021664e82782518a06d437a78e9 + 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 - + https://github.com/dotnet/core-setup - eb4e9587fc235021664e82782518a06d437a78e9 + 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 - + https://github.com/dotnet/core-setup - eb4e9587fc235021664e82782518a06d437a78e9 + 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 - + https://github.com/dotnet/core-setup - eb4e9587fc235021664e82782518a06d437a78e9 + 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - bf4b04519cb86facf793797406910cbd40cf2354 + 15e7e1569a8c3a5502c476c31b60e06d633b3efa https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 094eaceb1..9b84841ca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19553.3 + 5.0.0-alpha.1.19553.8 - 5.0.0-alpha.1.19553.7 - 5.0.0-alpha.1.19553.7 - 5.0.0-alpha.1.19553.7 - 5.0.0-alpha.1.19553.7 - 5.0.0-alpha.1.19553.7 + 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.1 2.1.0 From 60695544c64628378440b7cbcb53c7ef9755988a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 19:11:00 +0000 Subject: [PATCH 0994/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191104.2 (#5522) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19554.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b66f6f620..a9c76fa71 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop d3215f99757e8f5863ff8164d540bd262166ff18 - + https://github.com/dotnet/core-setup - 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 + 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 - + https://github.com/dotnet/core-setup - 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 + 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 - + https://github.com/dotnet/core-setup - 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 + 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 - + https://github.com/dotnet/core-setup - 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 + 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 - + https://github.com/dotnet/core-setup - 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 + 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 15e7e1569a8c3a5502c476c31b60e06d633b3efa + 5ac93ba0cc5843e4a544c8a23b5a9fcb05d0d69d https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9b84841ca..a2a6586ba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19553.8 + 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.2 2.1.0 From 6201745033ce2cc6533a7c1c2117719b7d5409ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 19:12:22 +0000 Subject: [PATCH 0995/1121] [master] Update dependencies from dotnet/windowsdesktop (#5521) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.3 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a9c76fa71..2e79c7b74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d3215f99757e8f5863ff8164d540bd262166ff18 + 2e34341f2ac781b03c75d9e5a06b8197d643ce83 - + https://github.com/dotnet/windowsdesktop - d3215f99757e8f5863ff8164d540bd262166ff18 + 2e34341f2ac781b03c75d9e5a06b8197d643ce83 - + https://github.com/dotnet/windowsdesktop - d3215f99757e8f5863ff8164d540bd262166ff18 + 2e34341f2ac781b03c75d9e5a06b8197d643ce83 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index a2a6586ba..771dd33b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19554.2 - 5.0.0-alpha.1.19554.2 - 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.4 + 5.0.0-alpha.1.19554.4 + 5.0.0-alpha.1.19554.4 From ae3bb99a5118a033cee4bd5a40f619953e25f388 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 20:55:52 +0000 Subject: [PATCH 0996/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191104.3 (#5525) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.3 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e79c7b74..47aee0633 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 2e34341f2ac781b03c75d9e5a06b8197d643ce83 - + https://github.com/dotnet/core-setup - 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 + 7568060a06bef3862b091e3be09d03b2302ea062 - + https://github.com/dotnet/core-setup - 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 + 7568060a06bef3862b091e3be09d03b2302ea062 - + https://github.com/dotnet/core-setup - 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 + 7568060a06bef3862b091e3be09d03b2302ea062 - + https://github.com/dotnet/core-setup - 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 + 7568060a06bef3862b091e3be09d03b2302ea062 - + https://github.com/dotnet/core-setup - 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 + 7568060a06bef3862b091e3be09d03b2302ea062 diff --git a/eng/Versions.props b/eng/Versions.props index 771dd33b4..91798ad2a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha.1.19554.2 - 5.0.0-alpha.1.19554.2 - 5.0.0-alpha.1.19554.2 - 5.0.0-alpha.1.19554.2 - 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.3 + 5.0.0-alpha.1.19554.3 + 5.0.0-alpha.1.19554.3 + 5.0.0-alpha.1.19554.3 + 5.0.0-alpha.1.19554.3 2.1.0 From 72b48a2390b5c95f9287e56a9133b6fba123c3ed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 21:08:41 +0000 Subject: [PATCH 0997/1121] [master] Update dependencies from dotnet/toolset (#5520) * Update dependencies from https://github.com/dotnet/toolset build 20191104.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19554.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19554.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191104.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19554.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19554.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191104.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19554.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19554.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 47aee0633..0b86e6050 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 72f6a95f9845348f3da9c9b018afc4a145ba2909 + 3f97a56c424ba9e464bdb828da983dc1bf4fc2c9 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 72f6a95f9845348f3da9c9b018afc4a145ba2909 + 3f97a56c424ba9e464bdb828da983dc1bf4fc2c9 diff --git a/eng/Versions.props b/eng/Versions.props index 91798ad2a..346f68dd3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19553.2 + 5.0.100-alpha.1.19554.3 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19553.2 + 5.0.100-alpha.1.19554.3 0.2.0 From 148d754f7a834a26d5f63b0b53191584e2bcef2a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 22:05:55 +0000 Subject: [PATCH 0998/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.5 (#5527) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0b86e6050..e77688fed 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2e34341f2ac781b03c75d9e5a06b8197d643ce83 + fae3751dd8255d1eb10b61856ac6e3a85abfb668 - + https://github.com/dotnet/windowsdesktop - 2e34341f2ac781b03c75d9e5a06b8197d643ce83 + fae3751dd8255d1eb10b61856ac6e3a85abfb668 - + https://github.com/dotnet/windowsdesktop - 2e34341f2ac781b03c75d9e5a06b8197d643ce83 + fae3751dd8255d1eb10b61856ac6e3a85abfb668 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 346f68dd3..7e8de66aa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19554.4 - 5.0.0-alpha.1.19554.4 - 5.0.0-alpha.1.19554.4 + 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.5 From a2961674e07ce8b1e7d9ad715f4a0f0f134885c8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 22:27:18 +0000 Subject: [PATCH 0999/1121] [master] Update dependencies from aspnet/AspNetCore (#5524) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191104.1 - dotnet-user-secrets - 5.0.0-alpha1.19554.1 - dotnet-watch - 5.0.0-alpha1.19554.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19554.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19554.1 - dotnet-dev-certs - 5.0.0-alpha1.19554.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19554.1 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191104.3 - dotnet-user-secrets - 5.0.0-alpha1.19554.3 - dotnet-watch - 5.0.0-alpha1.19554.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19554.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19554.3 - dotnet-dev-certs - 5.0.0-alpha1.19554.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19554.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e77688fed..994876e5a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5ac93ba0cc5843e4a544c8a23b5a9fcb05d0d69d - + https://github.com/aspnet/AspNetCore - dba39d60c89b743d45411ba6bc6b02b5a8019032 + 774f8dbdbd8a2cd438a7aadd624122f556428dd7 - + https://github.com/aspnet/AspNetCore - dba39d60c89b743d45411ba6bc6b02b5a8019032 + 774f8dbdbd8a2cd438a7aadd624122f556428dd7 - + https://github.com/aspnet/AspNetCore - dba39d60c89b743d45411ba6bc6b02b5a8019032 + 774f8dbdbd8a2cd438a7aadd624122f556428dd7 - + https://github.com/aspnet/AspNetCore - dba39d60c89b743d45411ba6bc6b02b5a8019032 + 774f8dbdbd8a2cd438a7aadd624122f556428dd7 - + https://github.com/aspnet/AspNetCore - dba39d60c89b743d45411ba6bc6b02b5a8019032 + 774f8dbdbd8a2cd438a7aadd624122f556428dd7 - + https://github.com/aspnet/AspNetCore - dba39d60c89b743d45411ba6bc6b02b5a8019032 + 774f8dbdbd8a2cd438a7aadd624122f556428dd7 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 7e8de66aa..b8b7eb882 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19553.1 - 5.0.0-alpha1.19553.1 - 5.0.0-alpha1.19553.1 - 5.0.0-alpha1.19553.1 - 5.0.0-alpha1.19553.1 - 5.0.0-alpha1.19553.1 + 5.0.0-alpha1.19554.3 + 5.0.0-alpha1.19554.3 + 5.0.0-alpha1.19554.3 + 5.0.0-alpha1.19554.3 + 5.0.0-alpha1.19554.3 + 5.0.0-alpha1.19554.3 From d902ea5b33581c6aa242f159e546c8e065afb6a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 00:00:49 +0000 Subject: [PATCH 1000/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.6 (#5530) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 994876e5a..cafaacf88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - fae3751dd8255d1eb10b61856ac6e3a85abfb668 + baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 - + https://github.com/dotnet/windowsdesktop - fae3751dd8255d1eb10b61856ac6e3a85abfb668 + baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 - + https://github.com/dotnet/windowsdesktop - fae3751dd8255d1eb10b61856ac6e3a85abfb668 + baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b8b7eb882..ceee53fd4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19554.5 - 5.0.0-alpha.1.19554.5 - 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.6 From e169e528e90b368235b073e520bdef939f96b989 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 01:05:43 +0000 Subject: [PATCH 1001/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191104.5 (#5532) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.5 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19554.6 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cafaacf88..e5f6ad64e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 - + https://github.com/dotnet/core-setup - 7568060a06bef3862b091e3be09d03b2302ea062 + cadbd004fd81f8dd83ce84f25400ba9f497e7061 - + https://github.com/dotnet/core-setup - 7568060a06bef3862b091e3be09d03b2302ea062 + cadbd004fd81f8dd83ce84f25400ba9f497e7061 - + https://github.com/dotnet/core-setup - 7568060a06bef3862b091e3be09d03b2302ea062 + cadbd004fd81f8dd83ce84f25400ba9f497e7061 - + https://github.com/dotnet/core-setup - 7568060a06bef3862b091e3be09d03b2302ea062 + cadbd004fd81f8dd83ce84f25400ba9f497e7061 - + https://github.com/dotnet/core-setup - 7568060a06bef3862b091e3be09d03b2302ea062 + cadbd004fd81f8dd83ce84f25400ba9f497e7061 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 5ac93ba0cc5843e4a544c8a23b5a9fcb05d0d69d + f664740a41ea54e7b061731c36d262cfd9b39570 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ceee53fd4..e529a5fca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.3 - 5.0.0-alpha.1.19554.3 - 5.0.0-alpha.1.19554.3 - 5.0.0-alpha.1.19554.3 - 5.0.0-alpha.1.19554.3 + 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.5 2.1.0 From e6740e9604d12f34009c06d19a9bb52c3f9086e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 03:15:58 +0000 Subject: [PATCH 1002/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191104.6 (#5533) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.6 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.6 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.6 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.6 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.6 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19554.7 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e5f6ad64e..1694cc60f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 - + https://github.com/dotnet/core-setup - cadbd004fd81f8dd83ce84f25400ba9f497e7061 + d1ffffc5f5313182ca782356ef2063d9fa6a4a28 - + https://github.com/dotnet/core-setup - cadbd004fd81f8dd83ce84f25400ba9f497e7061 + d1ffffc5f5313182ca782356ef2063d9fa6a4a28 - + https://github.com/dotnet/core-setup - cadbd004fd81f8dd83ce84f25400ba9f497e7061 + d1ffffc5f5313182ca782356ef2063d9fa6a4a28 - + https://github.com/dotnet/core-setup - cadbd004fd81f8dd83ce84f25400ba9f497e7061 + d1ffffc5f5313182ca782356ef2063d9fa6a4a28 - + https://github.com/dotnet/core-setup - cadbd004fd81f8dd83ce84f25400ba9f497e7061 + d1ffffc5f5313182ca782356ef2063d9fa6a4a28 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - f664740a41ea54e7b061731c36d262cfd9b39570 + bc7a5b1899f081dad41b418d6538a429caf5e7bf https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ce14f2d88..e8ef9f241 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.5 - 5.0.0-alpha.1.19554.5 - 5.0.0-alpha.1.19554.5 - 5.0.0-alpha.1.19554.5 - 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.6 2.1.0 From bb1c7619fec616b2e1c4836b136bd2947de5b3d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 05:06:04 +0000 Subject: [PATCH 1003/1121] [master] Update dependencies from dotnet/toolset (#5538) * Update dependencies from https://github.com/dotnet/toolset build 20191104.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19554.9 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19554.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191104.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19554.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19554.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19554.10 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1694cc60f..bf26ee9cb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - 6f180514b4aefc006d50c07c947da61e0ac2ed4c + 138e01b066c29d77f1493fcfa5adce82a310e5fd - + https://github.com/dotnet/toolset - 3f97a56c424ba9e464bdb828da983dc1bf4fc2c9 + f975fc29d687259d7ded61f059b80def567c6957 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 3f97a56c424ba9e464bdb828da983dc1bf4fc2c9 + f975fc29d687259d7ded61f059b80def567c6957 diff --git a/eng/Versions.props b/eng/Versions.props index e8ef9f241..b435d1033 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19554.3 + 5.0.100-alpha.1.19554.10 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19516.1 + 5.0.0-alpha1.19554.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19554.3 + 5.0.100-alpha.1.19554.10 0.2.0 From a04125b38966e3f7ffad7eca2b41667976afd086 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 08:20:32 +0000 Subject: [PATCH 1004/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.7 (#5542) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bf26ee9cb..70691ad8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 + 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f - + https://github.com/dotnet/windowsdesktop - baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 + 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f - + https://github.com/dotnet/windowsdesktop - baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 + 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b435d1033..e1e769b09 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.7 From 0fffbe8f2034593e029b848126d0f89ae4ea0fe1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 09:45:37 +0000 Subject: [PATCH 1005/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191104.7 (#5543) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.7 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 70691ad8d..6bfc32feb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f - + https://github.com/dotnet/core-setup - d1ffffc5f5313182ca782356ef2063d9fa6a4a28 + e7d395df56f99222a27b5992311b436ee979e138 - + https://github.com/dotnet/core-setup - d1ffffc5f5313182ca782356ef2063d9fa6a4a28 + e7d395df56f99222a27b5992311b436ee979e138 - + https://github.com/dotnet/core-setup - d1ffffc5f5313182ca782356ef2063d9fa6a4a28 + e7d395df56f99222a27b5992311b436ee979e138 - + https://github.com/dotnet/core-setup - d1ffffc5f5313182ca782356ef2063d9fa6a4a28 + e7d395df56f99222a27b5992311b436ee979e138 - + https://github.com/dotnet/core-setup - d1ffffc5f5313182ca782356ef2063d9fa6a4a28 + e7d395df56f99222a27b5992311b436ee979e138 diff --git a/eng/Versions.props b/eng/Versions.props index e1e769b09..337e59a6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.7 2.1.0 From a71f56d24880c07f83aad8d763abe7fd76b8c7aa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 11:20:39 +0000 Subject: [PATCH 1006/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.1 (#5544) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6bfc32feb..f40369b16 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f + d02e03e6c5547e10d206857bb63bd636104f34da - + https://github.com/dotnet/windowsdesktop - 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f + d02e03e6c5547e10d206857bb63bd636104f34da - + https://github.com/dotnet/windowsdesktop - 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f + d02e03e6c5547e10d206857bb63bd636104f34da https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 337e59a6c..fce7a8823 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.1 From d10fdf42974201dcc9d24c2611f417af7bace11d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 13:37:40 +0000 Subject: [PATCH 1007/1121] Update dependencies from https://github.com/dotnet/arcade build 20191104.3 (#5545) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19554.3 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f40369b16..58a8a73c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - bfa46e9e624cc148bd5c6b7af63f52f6e1d48c8d + ec6a0344dd2b1237cd63b38281295ce1e4b71458 diff --git a/global.json b/global.json index 5c045c215..14b2e9672 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19552.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19554.3" } } From b63e7ef0c8a854833312042ada0acaf09384d197 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 14:00:40 +0000 Subject: [PATCH 1008/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191105.1 (#5546) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19555.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19555.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19555.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19555.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19554.9 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 58a8a73c9..cb6af1d88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop d02e03e6c5547e10d206857bb63bd636104f34da - + https://github.com/dotnet/core-setup - e7d395df56f99222a27b5992311b436ee979e138 + d15a44c618e7b0b7caeeede9a81d35f3466dcf1a - + https://github.com/dotnet/core-setup - e7d395df56f99222a27b5992311b436ee979e138 + d15a44c618e7b0b7caeeede9a81d35f3466dcf1a - + https://github.com/dotnet/core-setup - e7d395df56f99222a27b5992311b436ee979e138 + d15a44c618e7b0b7caeeede9a81d35f3466dcf1a - + https://github.com/dotnet/core-setup - e7d395df56f99222a27b5992311b436ee979e138 + d15a44c618e7b0b7caeeede9a81d35f3466dcf1a - + https://github.com/dotnet/core-setup - e7d395df56f99222a27b5992311b436ee979e138 + d15a44c618e7b0b7caeeede9a81d35f3466dcf1a @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - bc7a5b1899f081dad41b418d6538a429caf5e7bf + 279292804fa4f6cb856577e59246ac934a2ef9e5 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index fce7a8823..8c08deb32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.9 - 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.1 2.1.0 From 5600154f8639c8c9c7ba245e66f2193d12670d0d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 15:11:01 +0000 Subject: [PATCH 1009/1121] [master] Update dependencies from dotnet/toolset (#5548) * Update dependencies from https://github.com/dotnet/toolset build 20191105.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19555.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19555.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191105.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19555.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19555.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cb6af1d88..43cf3babc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 138e01b066c29d77f1493fcfa5adce82a310e5fd - + https://github.com/dotnet/toolset - f975fc29d687259d7ded61f059b80def567c6957 + d0d39d22b6c1de26cd67b6dc0cf8cb5b0ba148c8 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - f975fc29d687259d7ded61f059b80def567c6957 + d0d39d22b6c1de26cd67b6dc0cf8cb5b0ba148c8 diff --git a/eng/Versions.props b/eng/Versions.props index 8c08deb32..db7fa6277 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19554.10 + 5.0.100-alpha.1.19555.2 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19554.10 + 5.0.100-alpha.1.19555.2 0.2.0 From 4115eeb46ab3c03b67022f1f1884f2b3cf652720 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 17:00:37 +0000 Subject: [PATCH 1010/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191105.2 (#5550) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19555.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19555.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19555.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19555.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19554.10 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 43cf3babc..fb5d6c459 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop d02e03e6c5547e10d206857bb63bd636104f34da - + https://github.com/dotnet/core-setup - d15a44c618e7b0b7caeeede9a81d35f3466dcf1a + 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 - + https://github.com/dotnet/core-setup - d15a44c618e7b0b7caeeede9a81d35f3466dcf1a + 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 - + https://github.com/dotnet/core-setup - d15a44c618e7b0b7caeeede9a81d35f3466dcf1a + 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 - + https://github.com/dotnet/core-setup - d15a44c618e7b0b7caeeede9a81d35f3466dcf1a + 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 - + https://github.com/dotnet/core-setup - d15a44c618e7b0b7caeeede9a81d35f3466dcf1a + 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 279292804fa4f6cb856577e59246ac934a2ef9e5 + ee038925bde85c1c45c52f235ab09ea03b9c126c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index db7fa6277..c9dc83f20 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19554.9 + 5.0.0-alpha.1.19554.10 - 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.2 + 5.0.0-alpha.1.19555.2 + 5.0.0-alpha.1.19555.2 + 5.0.0-alpha.1.19555.2 + 5.0.0-alpha.1.19555.2 2.1.0 From ce6d25043368f680ec10ed66ad43eaecbf508274 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 21:26:17 +0000 Subject: [PATCH 1011/1121] [master] Update dependencies from dotnet/windowsdesktop (#5551) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.2 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb5d6c459..980b80d78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d02e03e6c5547e10d206857bb63bd636104f34da + 54f2f17f2b7a25b0f764503afac65620f4855540 - + https://github.com/dotnet/windowsdesktop - d02e03e6c5547e10d206857bb63bd636104f34da + 54f2f17f2b7a25b0f764503afac65620f4855540 - + https://github.com/dotnet/windowsdesktop - d02e03e6c5547e10d206857bb63bd636104f34da + 54f2f17f2b7a25b0f764503afac65620f4855540 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c9dc83f20..c640b69df 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.3 + 5.0.0-alpha.1.19555.3 + 5.0.0-alpha.1.19555.3 From 9d625b9ea467cc6fef234d8496b586f0a59db588 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 00:45:36 +0000 Subject: [PATCH 1012/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191105.5 (#5556) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19555.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19555.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19555.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19555.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.5 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19555.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 980b80d78..26d3a0eab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 54f2f17f2b7a25b0f764503afac65620f4855540 - + https://github.com/dotnet/core-setup - 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 + 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 - + https://github.com/dotnet/core-setup - 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 + 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 - + https://github.com/dotnet/core-setup - 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 + 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 - + https://github.com/dotnet/core-setup - 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 + 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 - + https://github.com/dotnet/core-setup - 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 + 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - ee038925bde85c1c45c52f235ab09ea03b9c126c + 38dee8059b096aecfa7e3e4c99d7795c700ff3ca https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c640b69df..bc2ffeee8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19554.10 + 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.2 - 5.0.0-alpha.1.19555.2 - 5.0.0-alpha.1.19555.2 - 5.0.0-alpha.1.19555.2 - 5.0.0-alpha.1.19555.2 + 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19555.5 2.1.0 From b10d48acc4d2f33034884dbce881020dc858c7a2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 04:30:37 +0000 Subject: [PATCH 1013/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.5 (#5559) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 26d3a0eab..0e3a4a6ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 54f2f17f2b7a25b0f764503afac65620f4855540 + ec0e0887eec3869916b859caee2b7f8c8e62de16 - + https://github.com/dotnet/windowsdesktop - 54f2f17f2b7a25b0f764503afac65620f4855540 + ec0e0887eec3869916b859caee2b7f8c8e62de16 - + https://github.com/dotnet/windowsdesktop - 54f2f17f2b7a25b0f764503afac65620f4855540 + ec0e0887eec3869916b859caee2b7f8c8e62de16 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index bc2ffeee8..a316aa063 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19555.3 - 5.0.0-alpha.1.19555.3 - 5.0.0-alpha.1.19555.3 + 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19555.5 From 8ffc8fa4f06c92e70873025e60fe8a274ec3e810 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 10:37:10 +0000 Subject: [PATCH 1014/1121] [master] Update dependencies from dotnet/windowsdesktop (#5560) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.6 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0e3a4a6ff..f990a3554 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ec0e0887eec3869916b859caee2b7f8c8e62de16 + cfaba4c54c67ec1d4f00290417a397668fb706aa - + https://github.com/dotnet/windowsdesktop - ec0e0887eec3869916b859caee2b7f8c8e62de16 + cfaba4c54c67ec1d4f00290417a397668fb706aa - + https://github.com/dotnet/windowsdesktop - ec0e0887eec3869916b859caee2b7f8c8e62de16 + cfaba4c54c67ec1d4f00290417a397668fb706aa https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index a316aa063..e8c2bf664 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19555.5 - 5.0.0-alpha.1.19555.5 - 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19556.1 + 5.0.0-alpha.1.19556.1 + 5.0.0-alpha.1.19556.1 From ccc34abfc67ce6f7c992a590232b80bc5f10d465 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 13:10:33 +0000 Subject: [PATCH 1015/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.2 (#5562) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f990a3554..3033685b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - cfaba4c54c67ec1d4f00290417a397668fb706aa + 3b427cced83195ce1fe61aee767027d1140cb993 - + https://github.com/dotnet/windowsdesktop - cfaba4c54c67ec1d4f00290417a397668fb706aa + 3b427cced83195ce1fe61aee767027d1140cb993 - + https://github.com/dotnet/windowsdesktop - cfaba4c54c67ec1d4f00290417a397668fb706aa + 3b427cced83195ce1fe61aee767027d1140cb993 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index e8c2bf664..943e51fb7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.1 - 5.0.0-alpha.1.19556.1 - 5.0.0-alpha.1.19556.1 + 5.0.0-alpha.1.19556.2 + 5.0.0-alpha.1.19556.2 + 5.0.0-alpha.1.19556.2 From 1f94f6683572d346ad280080a6ee36a075b4bafa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 17:05:33 +0000 Subject: [PATCH 1016/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.3 (#5567) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3033685b2..ddc859b39 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3b427cced83195ce1fe61aee767027d1140cb993 + e5d40c994444f9bd59fbd7348d85206f720700b6 - + https://github.com/dotnet/windowsdesktop - 3b427cced83195ce1fe61aee767027d1140cb993 + e5d40c994444f9bd59fbd7348d85206f720700b6 - + https://github.com/dotnet/windowsdesktop - 3b427cced83195ce1fe61aee767027d1140cb993 + e5d40c994444f9bd59fbd7348d85206f720700b6 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 943e51fb7..d7fc7296f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.2 - 5.0.0-alpha.1.19556.2 - 5.0.0-alpha.1.19556.2 + 5.0.0-alpha.1.19556.3 + 5.0.0-alpha.1.19556.3 + 5.0.0-alpha.1.19556.3 From 1e050512b579671aa7d1fa2d31e6ff855c45bfbd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 18:23:02 +0000 Subject: [PATCH 1017/1121] [master] Update dependencies from dotnet/toolset (#5565) * Update dependencies from https://github.com/dotnet/toolset build 20191106.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19556.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19556.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191106.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19556.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19556.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191106.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19556.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19556.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ddc859b39..84067d552 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 138e01b066c29d77f1493fcfa5adce82a310e5fd - + https://github.com/dotnet/toolset - d0d39d22b6c1de26cd67b6dc0cf8cb5b0ba148c8 + e52818d964b58aa90bc7fb963e1193de102e019c https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - d0d39d22b6c1de26cd67b6dc0cf8cb5b0ba148c8 + e52818d964b58aa90bc7fb963e1193de102e019c diff --git a/eng/Versions.props b/eng/Versions.props index d7fc7296f..c8121620d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19555.2 + 5.0.100-alpha.1.19556.4 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19555.2 + 5.0.100-alpha.1.19556.4 0.2.0 From 37058993f4ae84326f10b64c056895fe95342663 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 18:30:36 +0000 Subject: [PATCH 1018/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.4 (#5568) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84067d552..ce01b12b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e5d40c994444f9bd59fbd7348d85206f720700b6 + 2ed12faaa5f3540515dc82ee5823d739243df550 - + https://github.com/dotnet/windowsdesktop - e5d40c994444f9bd59fbd7348d85206f720700b6 + 2ed12faaa5f3540515dc82ee5823d739243df550 - + https://github.com/dotnet/windowsdesktop - e5d40c994444f9bd59fbd7348d85206f720700b6 + 2ed12faaa5f3540515dc82ee5823d739243df550 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c8121620d..948b8c278 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.3 - 5.0.0-alpha.1.19556.3 - 5.0.0-alpha.1.19556.3 + 5.0.0-alpha.1.19556.4 + 5.0.0-alpha.1.19556.4 + 5.0.0-alpha.1.19556.4 From cb371ff8fc75608e9aa8aff909e40d11915deea3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 20:10:35 +0000 Subject: [PATCH 1019/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.5 (#5569) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ce01b12b1..adb9faa9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2ed12faaa5f3540515dc82ee5823d739243df550 + 0ac6b8a28c8e456a8acab0b7548f0a0fbc3ea5be - + https://github.com/dotnet/windowsdesktop - 2ed12faaa5f3540515dc82ee5823d739243df550 + 0ac6b8a28c8e456a8acab0b7548f0a0fbc3ea5be - + https://github.com/dotnet/windowsdesktop - 2ed12faaa5f3540515dc82ee5823d739243df550 + 0ac6b8a28c8e456a8acab0b7548f0a0fbc3ea5be https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 948b8c278..20b26984d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.4 - 5.0.0-alpha.1.19556.4 - 5.0.0-alpha.1.19556.4 + 5.0.0-alpha.1.19556.5 + 5.0.0-alpha.1.19556.5 + 5.0.0-alpha.1.19556.5 From e6e0f7a6f8a9ec0a003d1f68ddb9d3868b16f1a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 21:10:35 +0000 Subject: [PATCH 1020/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.6 (#5570) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index adb9faa9c..e70882ecb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0ac6b8a28c8e456a8acab0b7548f0a0fbc3ea5be + 1bccccc3525e69c9accf786ff33dd625edc69624 - + https://github.com/dotnet/windowsdesktop - 0ac6b8a28c8e456a8acab0b7548f0a0fbc3ea5be + 1bccccc3525e69c9accf786ff33dd625edc69624 - + https://github.com/dotnet/windowsdesktop - 0ac6b8a28c8e456a8acab0b7548f0a0fbc3ea5be + 1bccccc3525e69c9accf786ff33dd625edc69624 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 20b26984d..030b71262 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.5 - 5.0.0-alpha.1.19556.5 - 5.0.0-alpha.1.19556.5 + 5.0.0-alpha.1.19556.6 + 5.0.0-alpha.1.19556.6 + 5.0.0-alpha.1.19556.6 From c1b49215f2d63a80544b6e6bc2f7f1899ea68db6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 22:00:38 +0000 Subject: [PATCH 1021/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.7 (#5571) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e70882ecb..9b61b7460 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1bccccc3525e69c9accf786ff33dd625edc69624 + 45a607b0b4574f8c277ebb33ad7c7edbed1aa14c - + https://github.com/dotnet/windowsdesktop - 1bccccc3525e69c9accf786ff33dd625edc69624 + 45a607b0b4574f8c277ebb33ad7c7edbed1aa14c - + https://github.com/dotnet/windowsdesktop - 1bccccc3525e69c9accf786ff33dd625edc69624 + 45a607b0b4574f8c277ebb33ad7c7edbed1aa14c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 030b71262..4358a36b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.6 - 5.0.0-alpha.1.19556.6 - 5.0.0-alpha.1.19556.6 + 5.0.0-alpha.1.19556.7 + 5.0.0-alpha.1.19556.7 + 5.0.0-alpha.1.19556.7 From b20a66d74215d7ddb3d1ebd9178d757e7ac979a2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 00:00:45 +0000 Subject: [PATCH 1022/1121] Update dependencies from https://github.com/dotnet/toolset build 20191106.5 (#5572) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19556.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19556.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9b61b7460..67aa3f3d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 138e01b066c29d77f1493fcfa5adce82a310e5fd - + https://github.com/dotnet/toolset - e52818d964b58aa90bc7fb963e1193de102e019c + b5059ac44d30c60e920aa84f628d21f3c549e3b8 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - e52818d964b58aa90bc7fb963e1193de102e019c + b5059ac44d30c60e920aa84f628d21f3c549e3b8 diff --git a/eng/Versions.props b/eng/Versions.props index 4358a36b3..155a2d094 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19556.4 + 5.0.100-alpha.1.19556.5 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19556.4 + 5.0.100-alpha.1.19556.5 0.2.0 From 7488dc6788fba9fb9ed8f5669266e10a578f1766 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 00:40:36 +0000 Subject: [PATCH 1023/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.8 (#5573) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 67aa3f3d8..baa8f06b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 45a607b0b4574f8c277ebb33ad7c7edbed1aa14c + 92985ed7280493977c668ec29cca751fcf459b4e - + https://github.com/dotnet/windowsdesktop - 45a607b0b4574f8c277ebb33ad7c7edbed1aa14c + 92985ed7280493977c668ec29cca751fcf459b4e - + https://github.com/dotnet/windowsdesktop - 45a607b0b4574f8c277ebb33ad7c7edbed1aa14c + 92985ed7280493977c668ec29cca751fcf459b4e https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 155a2d094..0f64d2771 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.7 - 5.0.0-alpha.1.19556.7 - 5.0.0-alpha.1.19556.7 + 5.0.0-alpha.1.19556.8 + 5.0.0-alpha.1.19556.8 + 5.0.0-alpha.1.19556.8 From 17b5d95d8be3f634e0547dfdde6cc09d29a95ed0 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Thu, 7 Nov 2019 11:33:59 -0500 Subject: [PATCH 1024/1121] Enable building on arm64 machines (#4102) With this commit, I can build core-sdk on RHEL 8 on arm64 directly, without cross compilation. Bump the sourcelink version to pick up the ability to parse git info without depending on libgit2sharp. This allows sourcelink to work on arm64. The version is the same as the one recently added to core-setup: https://github.com/dotnet/core-setup/pull/7696 Introduce a new 'BuildArchitecture' msbuild property that contains the host architecture (arm64, x64, etc). This is the architecture of the currently running machine, and may be different from the architecture we are targetting in the case of cross compilation. There's a gotcha with BuildArchitecture: under Visual Studio (an x86) process, we generally want a x64 architecture. So try and restrict it to arm64 only. Use BuildArchitecture to determine whether _crossDir and LibCLRJitRid need to be special-cased for arm64 or or not. --- Directory.Build.props | 6 ++++++ eng/Versions.props | 2 +- src/redist/targets/Crossgen.targets | 6 +++--- src/redist/targets/GenerateLayout.targets | 4 ++-- src/redist/targets/GetRuntimeInformation.targets | 1 - 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 02487bf33..e63ff8273 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,6 +7,12 @@ MIT + + $([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant()) + $(BuildArchitecture) + x64 + + True embedded diff --git a/eng/Versions.props b/eng/Versions.props index 0f64d2771..4c942f39e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -122,7 +122,7 @@ $(BuildTasksFeedToolVersion) 2.0.0 15.8.0 - 1.0.0-beta2-18618-05 + 1.0.0-beta2-19367-01 diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index 47adeabea..3fccba0e6 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -5,14 +5,14 @@ microsoft.netcore.app.runtime.$(SharedFrameworkRid) - <_crossDir Condition="'$(Architecture)' == 'arm64'">/x64_arm64 + <_crossDir Condition="'$(Architecture)' == 'arm64' and '$(BuildArchitecture)' != 'arm64'">/x64_arm64 <_crossDir Condition="'$(Architecture)' == 'arm' And '$(OSName)' == 'win'">/x86_arm <_crossDir Condition="'$(Architecture)' == 'arm' And '$(OSName)' == 'linux'">/x64_arm $(NuGetPackageRoot)/$(RuntimeNETCoreAppPackageName)/$(MicrosoftNETCoreAppRuntimePackageVersion)/tools$(_crossDir)/crossgen$(ExeExtension) - $(SharedFrameworkRid) - x64_arm64 + x64_arm64 x86_arm x64_arm + $(SharedFrameworkRid) $(NuGetPackageRoot)/$(RuntimeNETCoreAppPackageName)/$(MicrosoftNETCoreAppRuntimePackageVersion)/runtimes/$(LibCLRJitRid)/native/$(DynamicLibPrefix)clrjit$(DynamicLibExtension) $(RedistLayoutPath)shared/$(SharedFrameworkName)/$(MicrosoftNETCoreAppRuntimePackageVersion) * diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 24aedd08f..1d1c0d435 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -48,11 +48,11 @@ $(CoreSetupRid) - x64 + $(Architecture) $(CoreSetupRid) - x64 + $(Architecture) x64 x86 diff --git a/src/redist/targets/GetRuntimeInformation.targets b/src/redist/targets/GetRuntimeInformation.targets index 695a56908..cd75c251b 100644 --- a/src/redist/targets/GetRuntimeInformation.targets +++ b/src/redist/targets/GetRuntimeInformation.targets @@ -13,7 +13,6 @@ linux linux - x64 $(OSName)-$(Architecture) From 0ccf95c3168ac334b57bbbe20c30c35e8dd0adc9 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Thu, 7 Nov 2019 17:21:17 -0800 Subject: [PATCH 1025/1121] Fix up download table in README.md (#5379) Remove branches that are no longer supported, fix merge errors --- README.md | 82 ++++++++----------------------------------------------- 1 file changed, 11 insertions(+), 71 deletions(-) diff --git a/README.md b/README.md index 7a8dddb72..6ec2e9d9b 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,17 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
(5.0.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | Release/3.0.1xx
(3.0.x Runtime) | Release/2.2.4XX
(2.2.x Runtime) | Release/2.2.2XX
(2.2.x Runtime) | Release/2.2.1XX
(2.2.x Runtime) | Release/2.1.7XX
(2.1.7 Runtime) | Release/2.1.6XX
(2.1.6 Runtime) | Release/2.1.5XX
(2.1.5 Runtime) | -|:---------|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:| -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-3.1.1xx]][win-x64-version-3.1.1xx]
[Installer][win-x64-installer-3.1.1xx] - [Checksum][win-x64-installer-checksum-3.1.1xx]
[zip][win-x64-zip-3.1.1xx] - [Checksum][win-x64-zip-checksum-3.1.1xx] | [![][win-x64-badge-3.0.1xx]][win-x64-version-3.0.1xx]
[Installer][win-x64-installer-3.0.1xx] - [Checksum][win-x64-installer-checksum-3.0.1xx]
[zip][win-x64-zip-3.0.1xx] - [Checksum][win-x64-zip-checksum-3.0.1xx] | [![][win-x64-badge-2.2.4xx]][win-x64-version-2.2.4xx]
[Installer][win-x64-installer-2.2.4xx] - [Checksum][win-x64-installer-checksum-2.2.4xx]
[zip][win-x64-zip-2.2.4xx] - [Checksum][win-x64-zip-checksum-2.2.4xx] |[![][win-x64-badge-2.2.2XX]][win-x64-version-2.2.2XX]
[Installer][win-x64-installer-2.2.2XX] - [Checksum][win-x64-installer-checksum-2.2.2XX]
[zip][win-x64-zip-2.2.2XX] - [Checksum][win-x64-zip-checksum-2.2.2XX] |[![][win-x64-badge-2.2.1XX]][win-x64-version-2.2.1XX]
[Installer][win-x64-installer-2.2.1XX] - [Checksum][win-x64-installer-checksum-2.2.1XX]
[zip][win-x64-zip-2.2.1XX] - [Checksum][win-x64-zip-checksum-2.2.1XX] |[![][win-x64-badge-2.1.7XX]][win-x64-version-2.1.7XX]
[Installer][win-x64-installer-2.1.7XX] - [Checksum][win-x64-installer-checksum-2.1.7XX]
[zip][win-x64-zip-2.1.7XX] - [Checksum][win-x64-zip-checksum-2.1.7XX] | [![][win-x64-badge-2.1.6XX]][win-x64-version-2.1.6XX]
[Installer][win-x64-installer-2.1.6XX] - [Checksum][win-x64-installer-checksum-2.1.6XX]
[zip][win-x64-zip-2.1.6XX] - [Checksum][win-x64-zip-checksum-2.1.6XX] | [![][win-x64-badge-2.1.5XX]][win-x64-version-2.1.5XX]
[Installer][win-x64-installer-2.1.5XX] - [Checksum][win-x64-installer-checksum-2.1.5XX]
[zip][win-x64-zip-2.1.5XX] - [Checksum][win-x64-zip-checksum-2.1.5XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-3.1.1xx]][win-x86-version-3.1.1xx]
[Installer][win-x86-installer-3.1.1xx] - [Checksum][win-x86-installer-checksum-3.1.1xx]
[zip][win-x86-zip-3.1.1xx] - [Checksum][win-x86-zip-checksum-3.1.1xx] | [![][win-x86-badge-3.0.1xx]][win-x86-version-3.0.1xx]
[Installer][win-x86-installer-3.0.1xx] - [Checksum][win-x86-installer-checksum-3.0.1xx]
[zip][win-x86-zip-3.0.1xx] - [Checksum][win-x86-zip-checksum-3.0.1xx] | [![][win-x86-badge-2.2.4xx]][win-x86-version-2.2.4xx]
[Installer][win-x86-installer-2.2.4xx] - [Checksum][win-x86-installer-checksum-2.2.4xx]
[zip][win-x86-zip-2.2.4xx] - [Checksum][win-x86-zip-checksum-2.2.4xx] |[![][win-x86-badge-2.2.2XX]][win-x86-version-2.2.2XX]
[Installer][win-x86-installer-2.2.2XX] - [Checksum][win-x86-installer-checksum-2.2.2XX]
[zip][win-x86-zip-2.2.2XX] - [Checksum][win-x86-zip-checksum-2.2.2XX] |[![][win-x86-badge-2.2.1XX]][win-x86-version-2.2.1XX]
[Installer][win-x86-installer-2.2.1XX] - [Checksum][win-x86-installer-checksum-2.2.1XX]
[zip][win-x86-zip-2.2.1XX] - [Checksum][win-x86-zip-checksum-2.2.1XX] |[![][win-x86-badge-2.1.7XX]][win-x86-version-2.1.7XX]
[Installer][win-x86-installer-2.1.7XX] - [Checksum][win-x86-installer-checksum-2.1.7XX]
[zip][win-x86-zip-2.1.7XX] - [Checksum][win-x86-zip-checksum-2.1.7XX] | [![][win-x86-badge-2.1.6XX]][win-x86-version-2.1.6XX]
[Installer][win-x86-installer-2.1.6XX] - [Checksum][win-x86-installer-checksum-2.1.6XX]
[zip][win-x86-zip-2.1.6XX] - [Checksum][win-x86-zip-checksum-2.1.6XX] | [![][win-x86-badge-2.1.5XX]][win-x86-version-2.1.5XX]
[Installer][win-x86-installer-2.1.5XX] - [Checksum][win-x86-installer-checksum-2.1.5XX]
[zip][win-x86-zip-2.1.5XX] - [Checksum][win-x86-zip-checksum-2.1.5XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-3.1.1xx]][osx-version-3.1.1xx]
[Installer][osx-installer-3.1.1xx] - [Checksum][osx-installer-checksum-3.1.1xx]
[tar.gz][osx-targz-3.1.1xx] - [Checksum][osx-targz-checksum-3.1.1xx] | [![][osx-badge-3.0.1xx]][osx-version-3.0.1xx]
[Installer][osx-installer-3.0.1xx] - [Checksum][osx-installer-checksum-3.0.1xx]
[tar.gz][osx-targz-3.0.1xx] - [Checksum][osx-targz-checksum-3.0.1xx] | [![][osx-badge-2.2.4xx]][osx-version-2.2.4xx]
[Installer][osx-installer-2.2.4xx] - [Checksum][osx-installer-checksum-2.2.4xx]
[tar.gz][osx-targz-2.2.4xx] - [Checksum][osx-targz-checksum-2.2.4xx] |[![][osx-badge-2.2.2XX]][osx-version-2.2.2XX]
[Installer][osx-installer-2.2.2XX] - [Checksum][osx-installer-checksum-2.2.2XX]
[tar.gz][osx-targz-2.2.2XX] - [Checksum][osx-targz-checksum-2.2.2XX] |[![][osx-badge-2.2.1XX]][osx-version-2.2.1XX]
[Installer][osx-installer-2.2.1XX] - [Checksum][osx-installer-checksum-2.2.1XX]
[tar.gz][osx-targz-2.2.1XX] - [Checksum][osx-targz-checksum-2.2.1XX] |[![][osx-badge-2.1.7XX]][osx-version-2.1.7XX]
[Installer][osx-installer-2.1.7XX] - [Checksum][osx-installer-checksum-2.1.7XX]
[tar.gz][osx-targz-2.1.7XX] - [Checksum][osx-targz-checksum-2.1.7XX] | [![][osx-badge-2.1.6XX]][osx-version-2.1.6XX]
[Installer][osx-installer-2.1.6XX] - [Checksum][osx-installer-checksum-2.1.6XX]
[tar.gz][osx-targz-2.1.6XX] - [Checksum][osx-targz-checksum-2.1.6XX] | [![][osx-badge-2.1.5XX]][osx-version-2.1.5XX]
[Installer][osx-installer-2.1.5XX] - [Checksum][osx-installer-checksum-2.1.5XX]
[tar.gz][osx-targz-2.1.5XX] - [Checksum][osx-targz-checksum-2.1.5XX] | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-3.1.1xx]][linux-version-3.1.1xx]
[DEB Installer][linux-DEB-installer-3.1.1xx] - [Checksum][linux-DEB-installer-checksum-3.1.1xx]
[RPM Installer][linux-RPM-installer-3.1.1xx] - [Checksum][linux-RPM-installer-checksum-3.1.1xx]
_see installer note below_1
[tar.gz][linux-targz-3.1.1xx] - [Checksum][linux-targz-checksum-3.1.1xx] | [![][linux-badge-3.0.1xx]][linux-version-3.0.1xx]
[DEB Installer][linux-DEB-installer-3.0.1xx] - [Checksum][linux-DEB-installer-checksum-3.0.1xx]
[RPM Installer][linux-RPM-installer-3.0.1xx] - [Checksum][linux-RPM-installer-checksum-3.0.1xx]
_see installer note below_1
[tar.gz][linux-targz-3.0.1xx] - [Checksum][linux-targz-checksum-3.0.1xx] | [![][linux-badge-2.2.4xx]][linux-version-2.2.4xx]
[DEB Installer][linux-DEB-installer-2.2.4xx] - [Checksum][linux-DEB-installer-checksum-2.2.4xx]
[RPM Installer][linux-RPM-installer-2.2.4xx] - [Checksum][linux-RPM-installer-checksum-2.2.4xx]
_see installer note below_1
[tar.gz][linux-targz-2.2.4xx] - [Checksum][linux-targz-checksum-2.2.4xx] |[![][linux-badge-2.2.2xx]][linux-version-2.2.2xx]
[DEB Installer][linux-DEB-installer-2.2.2XX] - [Checksum][linux-DEB-installer-checksum-2.2.2XX]
[RPM Installer][linux-RPM-installer-2.2.2XX] - [Checksum][linux-RPM-installer-checksum-2.2.2XX]
_see installer note below_1
[tar.gz][linux-targz-2.2.2XX] - [Checksum][linux-targz-checksum-2.2.2XX] |[![][linux-badge-2.2.1xx]][linux-version-2.2.1xx]
[DEB Installer][linux-DEB-installer-2.2.1XX] - [Checksum][linux-DEB-installer-checksum-2.2.1XX]
[RPM Installer][linux-RPM-installer-2.2.1XX] - [Checksum][linux-RPM-installer-checksum-2.2.1XX]
_see installer note below_1
[tar.gz][linux-targz-2.2.1XX] - [Checksum][linux-targz-checksum-2.2.1XX] |[![][linux-badge-2.1.7XX]][linux-version-2.1.7XX]
[DEB Installer][linux-DEB-installer-2.1.7XX] - [Checksum][linux-DEB-installer-checksum-2.1.7XX]
[RPM Installer][linux-RPM-installer-2.1.7XX] - [Checksum][linux-RPM-installer-checksum-2.1.7XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.7XX] - [Checksum][linux-targz-checksum-2.1.7XX] | [![][linux-badge-2.1.6XX]][linux-version-2.1.6XX]
[DEB Installer][linux-DEB-installer-2.1.6XX] - [Checksum][linux-DEB-installer-checksum-2.1.6XX]
[RPM Installer][linux-RPM-installer-2.1.6XX] - [Checksum][linux-RPM-installer-checksum-2.1.6XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.6XX] - [Checksum][linux-targz-checksum-2.1.6XX] | [![][linux-badge-2.1.5XX]][linux-version-2.1.5XX]
[DEB Installer][linux-DEB-installer-2.1.5XX] - [Checksum][linux-DEB-installer-checksum-2.1.5XX]
[RPM Installer][linux-RPM-installer-2.1.5XX] - [Checksum][linux-RPM-installer-checksum-2.1.5XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.5XX] - [Checksum][linux-targz-checksum-2.1.5XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-3.1.1xx]][linux-arm-version-3.1.1xx]
[tar.gz][linux-arm-targz-3.1.1xx] - [Checksum][linux-arm-targz-checksum-3.1.1xx] | [![][linux-arm-badge-3.0.1xx]][linux-arm-version-3.0.1xx]
[tar.gz][linux-arm-targz-3.0.1xx] - [Checksum][linux-arm-targz-checksum-3.0.1xx] | [![][linux-arm-badge-2.2.4xx]][linux-arm-version-2.2.4xx]
[tar.gz][linux-arm-targz-2.2.4xx] - [Checksum][linux-arm-targz-checksum-2.2.4xx] | [![][linux-arm-badge-2.2.2XX]][linux-arm-version-2.2.2XX]
[tar.gz][linux-arm-targz-2.2.2XX] - [Checksum][linux-arm-targz-checksum-2.2.2XX] | [![][linux-arm-badge-2.2.1XX]][linux-arm-version-2.2.1XX]
[tar.gz][linux-arm-targz-2.2.1XX] - [Checksum][linux-arm-targz-checksum-2.2.1XX] | [![][linux-arm-badge-2.1.7XX]][linux-arm-version-2.1.7XX]
[tar.gz][linux-arm-targz-2.1.7XX] - [Checksum][linux-arm-targz-checksum-2.1.7XX] | [![][linux-arm-badge-2.1.6XX]][linux-arm-version-2.1.6XX]
[tar.gz][linux-arm-targz-2.1.6XX] - [Checksum][linux-arm-targz-checksum-2.1.6XX] | [![][linux-arm-badge-2.1.5XX]][linux-arm-version-2.1.5XX]
[tar.gz][linux-arm-targz-2.1.5XX] - [Checksum][linux-arm-targz-checksum-2.1.5XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-3.1.1xx]][linux-arm64-version-3.1.1xx]
[tar.gz][linux-arm64-targz-3.1.1xx] - [Checksum][linux-arm64-targz-checksum-3.1.1xx] | [![][linux-arm64-badge-3.0.1xx]][linux-arm64-version-3.0.1xx]
[tar.gz][linux-arm64-targz-3.0.1xx] - [Checksum][linux-arm64-targz-checksum-3.0.1xx] | [![][linux-arm64-badge-2.2.4xx]][linux-arm64-version-2.2.4xx]
[tar.gz][linux-arm64-targz-2.2.4xx] - [Checksum][linux-arm64-targz-checksum-2.2.4xx] | [![][linux-arm64-badge-2.2.2XX]][linux-arm64-version-2.2.2XX]
[tar.gz][linux-arm64-targz-2.2.2XX] - [Checksum][linux-arm64-targz-checksum-2.2.2XX] | [![][linux-arm64-badge-2.2.1XX]][linux-arm64-version-2.2.1XX]
[tar.gz][linux-arm64-targz-2.2.1XX] - [Checksum][linux-arm64-targz-checksum-2.2.1XX] | [![][linux-arm64-badge-2.1.7XX]][linux-arm64-version-2.1.7XX]
[tar.gz][linux-arm64-targz-2.1.7XX] - [Checksum][linux-arm64-targz-checksum-2.1.7XX] | [![][linux-arm64-badge-2.1.6XX]][linux-arm64-version-2.1.6XX]
[tar.gz][linux-arm64-targz-2.1.6XX] - [Checksum][linux-arm64-targz-checksum-2.1.6XX] | [![][linux-arm64-badge-2.1.5XX]][linux-arm64-version-2.1.5XX]
[tar.gz][linux-arm64-targz-2.1.5XX] - [Checksum][linux-arm64-targz-checksum-2.1.5XX] | -| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
[tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-3.1.1xx]][rhel-6-version-3.1.1xx]
[tar.gz][rhel-6-targz-3.1.1xx] - [Checksum][rhel-6-targz-checksum-3.1.1xx] | [![][rhel-6-badge-3.0.1xx]][rhel-6-version-3.0.1xx]
[tar.gz][rhel-6-targz-3.0.1xx] - [Checksum][rhel-6-targz-checksum-3.0.1xx] | [![][rhel-6-badge-2.2.4xx]][rhel-6-version-2.2.4xx]
[tar.gz][rhel-6-targz-2.2.4xx] - [Checksum][rhel-6-targz-checksum-2.2.4xx] | [![][rhel-6-badge-2.2.2XX]][rhel-6-version-2.2.2XX]
[tar.gz][rhel-6-targz-2.2.2XX] - [Checksum][rhel-6-targz-checksum-2.2.2XX] | [![][rhel-6-badge-2.2.1XX]][rhel-6-version-2.2.1XX]
[tar.gz][rhel-6-targz-2.2.1XX] - [Checksum][rhel-6-targz-checksum-2.2.1XX] | [![][rhel-6-badge-2.1.7XX]][rhel-6-version-2.1.7XX]
[tar.gz][rhel-6-targz-2.1.7XX] - [Checksum][rhel-6-targz-checksum-2.1.7XX] | [![][rhel-6-badge-2.1.6XX]][rhel-6-version-2.1.6XX]
[tar.gz][rhel-6-targz-2.1.6XX] - [Checksum][rhel-6-targz-checksum-2.1.6XX] | [![][rhel-6-badge-2.1.5XX]][rhel-6-version-2.1.5XX]
[tar.gz][rhel-6-targz-2.1.5XX] - [Checksum][rhel-6-targz-checksum-2.1.5XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-3.1.1xx]][linux-musl-version-3.1.1xx]
[tar.gz][linux-musl-targz-3.1.1xx] - [Checksum][linux-musl-targz-checksum-3.1.1xx] | [![][linux-musl-badge-3.0.1xx]][linux-musl-version-3.0.1xx]
[tar.gz][linux-musl-targz-3.0.1xx] - [Checksum][linux-musl-targz-checksum-3.0.1xx] | [![][linux-musl-badge-2.2.4xx]][linux-musl-version-2.2.4xx]
[tar.gz][linux-musl-targz-2.2.4xx] - [Checksum][linux-musl-targz-checksum-2.2.4xx] | [![][linux-musl-badge-2.2.2XX]][linux-musl-version-2.2.2XX]
[tar.gz][linux-musl-targz-2.2.2XX] - [Checksum][linux-musl-targz-checksum-2.2.2XX] | [![][linux-musl-badge-2.2.1XX]][linux-musl-version-2.2.1XX]
[tar.gz][linux-musl-targz-2.2.1XX] - [Checksum][linux-musl-targz-checksum-2.2.1XX] | [![][linux-musl-badge-2.1.7XX]][linux-musl-version-2.1.7XX]
[tar.gz][linux-musl-targz-2.1.7XX] - [Checksum][linux-musl-targz-checksum-2.1.7XX] | [![][linux-musl-badge-2.1.6XX]][linux-musl-version-2.1.6XX]
[tar.gz][linux-musl-targz-2.1.6XX] - [Checksum][linux-musl-targz-checksum-2.1.6XX] | [![][linux-musl-badge-2.1.5XX]][linux-musl-version-2.1.5XX]
[tar.gz][linux-musl-targz-2.1.5XX] - [Checksum][linux-musl-targz-checksum-2.1.5XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-3.1.1xx]][win-arm-version-3.1.1xx]
[zip][win-arm-zip-3.1.1xx] - [Checksum][win-arm-zip-checksum-3.1.1xx] | [![][win-arm-badge-3.0.1xx]][win-arm-version-3.0.1xx]
[zip][win-arm-zip-3.0.1xx] - [Checksum][win-arm-zip-checksum-3.0.1xx] | [![][win-arm-badge-2.2.4xx]][win-arm-version-2.2.4xx]
[zip][win-arm-zip-2.2.4xx] - [Checksum][win-arm-zip-checksum-2.2.4xx] | [![][win-arm-badge-2.2.2XX]][win-arm-version-2.2.2XX]
[zip][win-arm-zip-2.2.2XX] - [Checksum][win-arm-zip-checksum-2.2.2XX] | [![][win-arm-badge-2.2.1XX]][win-arm-version-2.2.1XX]
[zip][win-arm-zip-2.2.1XX] - [Checksum][win-arm-zip-checksum-2.2.1XX] | **N/A** | **N/A** | **N/A** | -| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
[tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | [![][freebsd-x64-badge-3.1.1xx]][freebsd-x64-version-3.1.1xx]
[tar.gz][freebsd-x64-zip-3.1.1xx] - [Checksum][freebsd-x64-zip-checksum-3.1.1xx] | [![][freebsd-x64-badge-3.0.1xx]][freebsd-x64-version-3.0.1xx]
[tar.gz][freebsd-x64-zip-3.0.1xx] - [Checksum][freebsd-x64-zip-checksum-3.0.1xx] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | -| **Constituent Repo Shas** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | +| Platform | Master
(5.0.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | Release/3.0.1xx
(3.0.x Runtime) | Release/2.2.2XX
(2.2.x Runtime) | Release/2.2.1XX
(2.2.x Runtime) | Release/2.1.6XX
(2.1.x Runtime) | Release/2.1.5XX
(2.1.x Runtime) | +|:------------- |:--------------------------------:|:----------------------------------:|:----------------------------------:|:-----------------------------------:|:----------------------------------:|:-----------------------------------:|:-----------------------------------:| +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-3.1.1xx]][win-x64-version-3.1.1xx]
[Installer][win-x64-installer-3.1.1xx] - [Checksum][win-x64-installer-checksum-3.1.1xx]
[zip][win-x64-zip-3.1.1xx] - [Checksum][win-x64-zip-checksum-3.1.1xx] | [![][win-x64-badge-3.0.1xx]][win-x64-version-3.0.1xx]
[Installer][win-x64-installer-3.0.1xx] - [Checksum][win-x64-installer-checksum-3.0.1xx]
[zip][win-x64-zip-3.0.1xx] - [Checksum][win-x64-zip-checksum-3.0.1xx] |[![][win-x64-badge-2.2.2XX]][win-x64-version-2.2.2XX]
[Installer][win-x64-installer-2.2.2XX] - [Checksum][win-x64-installer-checksum-2.2.2XX]
[zip][win-x64-zip-2.2.2XX] - [Checksum][win-x64-zip-checksum-2.2.2XX] |[![][win-x64-badge-2.2.1XX]][win-x64-version-2.2.1XX]
[Installer][win-x64-installer-2.2.1XX] - [Checksum][win-x64-installer-checksum-2.2.1XX]
[zip][win-x64-zip-2.2.1XX] - [Checksum][win-x64-zip-checksum-2.2.1XX] | [![][win-x64-badge-2.1.6XX]][win-x64-version-2.1.6XX]
[Installer][win-x64-installer-2.1.6XX] - [Checksum][win-x64-installer-checksum-2.1.6XX]
[zip][win-x64-zip-2.1.6XX] - [Checksum][win-x64-zip-checksum-2.1.6XX] | [![][win-x64-badge-2.1.5XX]][win-x64-version-2.1.5XX]
[Installer][win-x64-installer-2.1.5XX] - [Checksum][win-x64-installer-checksum-2.1.5XX]
[zip][win-x64-zip-2.1.5XX] - [Checksum][win-x64-zip-checksum-2.1.5XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-3.1.1xx]][win-x86-version-3.1.1xx]
[Installer][win-x86-installer-3.1.1xx] - [Checksum][win-x86-installer-checksum-3.1.1xx]
[zip][win-x86-zip-3.1.1xx] - [Checksum][win-x86-zip-checksum-3.1.1xx] | [![][win-x86-badge-3.0.1xx]][win-x86-version-3.0.1xx]
[Installer][win-x86-installer-3.0.1xx] - [Checksum][win-x86-installer-checksum-3.0.1xx]
[zip][win-x86-zip-3.0.1xx] - [Checksum][win-x86-zip-checksum-3.0.1xx] |[![][win-x86-badge-2.2.2XX]][win-x86-version-2.2.2XX]
[Installer][win-x86-installer-2.2.2XX] - [Checksum][win-x86-installer-checksum-2.2.2XX]
[zip][win-x86-zip-2.2.2XX] - [Checksum][win-x86-zip-checksum-2.2.2XX] |[![][win-x86-badge-2.2.1XX]][win-x86-version-2.2.1XX]
[Installer][win-x86-installer-2.2.1XX] - [Checksum][win-x86-installer-checksum-2.2.1XX]
[zip][win-x86-zip-2.2.1XX] - [Checksum][win-x86-zip-checksum-2.2.1XX] | [![][win-x86-badge-2.1.6XX]][win-x86-version-2.1.6XX]
[Installer][win-x86-installer-2.1.6XX] - [Checksum][win-x86-installer-checksum-2.1.6XX]
[zip][win-x86-zip-2.1.6XX] - [Checksum][win-x86-zip-checksum-2.1.6XX] | [![][win-x86-badge-2.1.5XX]][win-x86-version-2.1.5XX]
[Installer][win-x86-installer-2.1.5XX] - [Checksum][win-x86-installer-checksum-2.1.5XX]
[zip][win-x86-zip-2.1.5XX] - [Checksum][win-x86-zip-checksum-2.1.5XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-3.1.1xx]][osx-version-3.1.1xx]
[Installer][osx-installer-3.1.1xx] - [Checksum][osx-installer-checksum-3.1.1xx]
[tar.gz][osx-targz-3.1.1xx] - [Checksum][osx-targz-checksum-3.1.1xx] | [![][osx-badge-3.0.1xx]][osx-version-3.0.1xx]
[Installer][osx-installer-3.0.1xx] - [Checksum][osx-installer-checksum-3.0.1xx]
[tar.gz][osx-targz-3.0.1xx] - [Checksum][osx-targz-checksum-3.0.1xx] ] |[![][osx-badge-2.2.2XX]][osx-version-2.2.2XX]
[Installer][osx-installer-2.2.2XX] - [Checksum][osx-installer-checksum-2.2.2XX]
[tar.gz][osx-targz-2.2.2XX] - [Checksum][osx-targz-checksum-2.2.2XX] |[![][osx-badge-2.2.1XX]][osx-version-2.2.1XX]
[Installer][osx-installer-2.2.1XX] - [Checksum][osx-installer-checksum-2.2.1XX]
[tar.gz][osx-targz-2.2.1XX] - [Checksum][osx-targz-checksum-2.2.1XX] | [![][osx-badge-2.1.6XX]][osx-version-2.1.6XX]
[Installer][osx-installer-2.1.6XX] - [Checksum][osx-installer-checksum-2.1.6XX]
[tar.gz][osx-targz-2.1.6XX] - [Checksum][osx-targz-checksum-2.1.6XX] | [![][osx-badge-2.1.5XX]][osx-version-2.1.5XX]
[Installer][osx-installer-2.1.5XX] - [Checksum][osx-installer-checksum-2.1.5XX]
[tar.gz][osx-targz-2.1.5XX] - [Checksum][osx-targz-checksum-2.1.5XX] | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-3.1.1xx]][linux-version-3.1.1xx]
[DEB Installer][linux-DEB-installer-3.1.1xx] - [Checksum][linux-DEB-installer-checksum-3.1.1xx]
[RPM Installer][linux-RPM-installer-3.1.1xx] - [Checksum][linux-RPM-installer-checksum-3.1.1xx]
_see installer note below_1
[tar.gz][linux-targz-3.1.1xx] - [Checksum][linux-targz-checksum-3.1.1xx] | [![][linux-badge-3.0.1xx]][linux-version-3.0.1xx]
[DEB Installer][linux-DEB-installer-3.0.1xx] - [Checksum][linux-DEB-installer-checksum-3.0.1xx]
[RPM Installer][linux-RPM-installer-3.0.1xx] - [Checksum][linux-RPM-installer-checksum-3.0.1xx]
_see installer note below_1
[tar.gz][linux-targz-3.0.1xx] - [Checksum][linux-targz-checksum-3.0.1xx] | [![][linux-badge-2.2.2xx]][linux-version-2.2.2xx]
[DEB Installer][linux-DEB-installer-2.2.2XX] - [Checksum][linux-DEB-installer-checksum-2.2.2XX]
[RPM Installer][linux-RPM-installer-2.2.2XX] - [Checksum][linux-RPM-installer-checksum-2.2.2XX]
_see installer note below_1
[tar.gz][linux-targz-2.2.2XX] - [Checksum][linux-targz-checksum-2.2.2XX] | [![][linux-badge-2.2.1xx]][linux-version-2.2.1xx]
[DEB Installer][linux-DEB-installer-2.2.1XX] - [Checksum][linux-DEB-installer-checksum-2.2.1XX]
[RPM Installer][linux-RPM-installer-2.2.1XX] - [Checksum][linux-RPM-installer-checksum-2.2.1XX]
_see installer note below_1
[tar.gz][linux-targz-2.2.1XX] - [Checksum][linux-targz-checksum-2.2.1XX] | [![][linux-badge-2.1.6XX]][linux-version-2.1.6XX]
[DEB Installer][linux-DEB-installer-2.1.6XX] - [Checksum][linux-DEB-installer-checksum-2.1.6XX]
[RPM Installer][linux-RPM-installer-2.1.6XX] - [Checksum][linux-RPM-installer-checksum-2.1.6XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.6XX] - [Checksum][linux-targz-checksum-2.1.6XX] | [![][linux-badge-2.1.5XX]][linux-version-2.1.5XX]
[DEB Installer][linux-DEB-installer-2.1.5XX] - [Checksum][linux-DEB-installer-checksum-2.1.5XX]
[RPM Installer][linux-RPM-installer-2.1.5XX] - [Checksum][linux-RPM-installer-checksum-2.1.5XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.5XX] - [Checksum][linux-targz-checksum-2.1.5XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-3.1.1xx]][linux-arm-version-3.1.1xx]
[tar.gz][linux-arm-targz-3.1.1xx] - [Checksum][linux-arm-targz-checksum-3.1.1xx] | [![][linux-arm-badge-3.0.1xx]][linux-arm-version-3.0.1xx]
[tar.gz][linux-arm-targz-3.0.1xx] - [Checksum][linux-arm-targz-checksum-3.0.1xx] | [![][linux-arm-badge-2.2.2XX]][linux-arm-version-2.2.2XX]
[tar.gz][linux-arm-targz-2.2.2XX] - [Checksum][linux-arm-targz-checksum-2.2.2XX] | [![][linux-arm-badge-2.2.1XX]][linux-arm-version-2.2.1XX]
[tar.gz][linux-arm-targz-2.2.1XX] - [Checksum][linux-arm-targz-checksum-2.2.1XX] | [![][linux-arm-badge-2.1.6XX]][linux-arm-version-2.1.6XX]
[tar.gz][linux-arm-targz-2.1.6XX] - [Checksum][linux-arm-targz-checksum-2.1.6XX] | [![][linux-arm-badge-2.1.5XX]][linux-arm-version-2.1.5XX]
[tar.gz][linux-arm-targz-2.1.5XX] - [Checksum][linux-arm-targz-checksum-2.1.5XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-3.1.1xx]][linux-arm64-version-3.1.1xx]
[tar.gz][linux-arm64-targz-3.1.1xx] - [Checksum][linux-arm64-targz-checksum-3.1.1xx] | [![][linux-arm64-badge-3.0.1xx]][linux-arm64-version-3.0.1xx]
[tar.gz][linux-arm64-targz-3.0.1xx] - [Checksum][linux-arm64-targz-checksum-3.0.1xx] | [![][linux-arm64-badge-2.2.2XX]][linux-arm64-version-2.2.2XX]
[tar.gz][linux-arm64-targz-2.2.2XX] - [Checksum][linux-arm64-targz-checksum-2.2.2XX] | [![][linux-arm64-badge-2.2.1XX]][linux-arm64-version-2.2.1XX]
[tar.gz][linux-arm64-targz-2.2.1XX] - [Checksum][linux-arm64-targz-checksum-2.2.1XX] | [![][linux-arm64-badge-2.1.6XX]][linux-arm64-version-2.1.6XX]
[tar.gz][linux-arm64-targz-2.1.6XX] - [Checksum][linux-arm64-targz-checksum-2.1.6XX] | [![][linux-arm64-badge-2.1.5XX]][linux-arm64-version-2.1.5XX]
[tar.gz][linux-arm64-targz-2.1.5XX] - [Checksum][linux-arm64-targz-checksum-2.1.5XX] | +| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
[tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-3.1.1xx]][rhel-6-version-3.1.1xx]
[tar.gz][rhel-6-targz-3.1.1xx] - [Checksum][rhel-6-targz-checksum-3.1.1xx] | [![][rhel-6-badge-3.0.1xx]][rhel-6-version-3.0.1xx]
[tar.gz][rhel-6-targz-3.0.1xx] - [Checksum][rhel-6-targz-checksum-3.0.1xx] | [![][rhel-6-badge-2.2.2XX]][rhel-6-version-2.2.2XX]
[tar.gz][rhel-6-targz-2.2.2XX] - [Checksum][rhel-6-targz-checksum-2.2.2XX] | [![][rhel-6-badge-2.2.1XX]][rhel-6-version-2.2.1XX]
[tar.gz][rhel-6-targz-2.2.1XX] - [Checksum][rhel-6-targz-checksum-2.2.1XX] | [![][rhel-6-badge-2.1.6XX]][rhel-6-version-2.1.6XX]
[tar.gz][rhel-6-targz-2.1.6XX] - [Checksum][rhel-6-targz-checksum-2.1.6XX] | [![][rhel-6-badge-2.1.5XX]][rhel-6-version-2.1.5XX]
[tar.gz][rhel-6-targz-2.1.5XX] - [Checksum][rhel-6-targz-checksum-2.1.5XX] | +| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-3.1.1xx]][linux-musl-version-3.1.1xx]
[tar.gz][linux-musl-targz-3.1.1xx] - [Checksum][linux-musl-targz-checksum-3.1.1xx] | [![][linux-musl-badge-3.0.1xx]][linux-musl-version-3.0.1xx]
[tar.gz][linux-musl-targz-3.0.1xx] - [Checksum][linux-musl-targz-checksum-3.0.1xx] | [![][linux-musl-badge-2.2.2XX]][linux-musl-version-2.2.2XX]
[tar.gz][linux-musl-targz-2.2.2XX] - [Checksum][linux-musl-targz-checksum-2.2.2XX] | [![][linux-musl-badge-2.2.1XX]][linux-musl-version-2.2.1XX]
[tar.gz][linux-musl-targz-2.2.1XX] - [Checksum][linux-musl-targz-checksum-2.2.1XX] | [![][linux-musl-badge-2.1.6XX]][linux-musl-version-2.1.6XX]
[tar.gz][linux-musl-targz-2.1.6XX] - [Checksum][linux-musl-targz-checksum-2.1.6XX] | [![][linux-musl-badge-2.1.5XX]][linux-musl-version-2.1.5XX]
[tar.gz][linux-musl-targz-2.1.5XX] - [Checksum][linux-musl-targz-checksum-2.1.5XX] | +| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-3.1.1xx]][win-arm-version-3.1.1xx]
[zip][win-arm-zip-3.1.1xx] - [Checksum][win-arm-zip-checksum-3.1.1xx] | [![][win-arm-badge-3.0.1xx]][win-arm-version-3.0.1xx]
[zip][win-arm-zip-3.0.1xx] - [Checksum][win-arm-zip-checksum-3.0.1xx] | [![][win-arm-badge-2.2.2XX]][win-arm-version-2.2.2XX]
[zip][win-arm-zip-2.2.2XX] - [Checksum][win-arm-zip-checksum-2.2.2XX] | [![][win-arm-badge-2.2.1XX]][win-arm-version-2.2.1XX]
[zip][win-arm-zip-2.2.1XX] - [Checksum][win-arm-zip-checksum-2.2.1XX] | **N/A** | **N/A** | **N/A** | Reference notes: > **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first: @@ -92,14 +90,6 @@ Reference notes: [win-x64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip.sha - -[win-x64-badge-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/win_x64_Release_version_badge.svg -[win-x64-version-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/latest.version -[win-x64-installer-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-2.2.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-2.2.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x64.zip.sha - [win-x64-badge-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/win_x64_Release_version_badge.svg [win-x64-version-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version [win-x64-installer-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-x64.exe @@ -114,13 +104,6 @@ Reference notes: [win-x64-zip-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x64.zip.sha -[win-x64-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/win_x64_Release_version_badge.svg -[win-x64-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version -[win-x64-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.zip.sha - [win-x64-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/win_x64_Release_version_badge.svg [win-x64-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version [win-x64-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x64.exe @@ -156,20 +139,6 @@ Reference notes: [win-x86-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip.sha -[win-x86-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/win_x86_Release_version_badge.svg -[win-x86-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[win-x86-installer-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-x86.zip.sha - -[win-x86-badge-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/win_x86_Release_version_badge.svg -[win-x86-version-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/latest.version -[win-x86-installer-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-2.2.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-2.2.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x86.zip.sha - [win-x86-badge-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/win_x86_Release_version_badge.svg [win-x86-version-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version [win-x86-installer-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-x86.exe @@ -184,13 +153,6 @@ Reference notes: [win-x86-zip-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x86.zip.sha -[win-x86-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/win_x86_Release_version_badge.svg -[win-x86-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version -[win-x86-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.zip.sha - [win-x86-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/win_x86_Release_version_badge.svg [win-x86-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version [win-x86-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x86.exe @@ -600,28 +562,6 @@ Reference notes: [win-arm-zip-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-arm.zip.sha -[freebsd-x64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[freebsd-x64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz.sha - -[freebsd-x64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version -[freebsd-x64-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz.sha - -[freebsd-x64-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version -[freebsd-x64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz.sha - -[freebsd-x64-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[freebsd-x64-zip-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-freebsd-x64.tar.gz.sha - -[sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories - Questions & Comments -------------------- From 36f267888027ab69d003dce3ccdb1df745707424 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 7 Nov 2019 07:05:11 -0800 Subject: [PATCH 1026/1121] Update implicit package versions for 2.2.7 and 2.1.14 (#5566) --- src/redist/targets/GenerateBundledVersions.targets | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 18bfa55c2..e3d975489 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -106,28 +106,28 @@ + LatestVersion="2.1.14" /> + LatestVersion="2.2.8" /> + LatestVersion="2.1.14"/> + LatestVersion="2.1.14"/> + LatestVersion="2.2.8"/> + LatestVersion="2.2.8"/> From 760598230660987b01bc6d4e5a54d71d00927792 Mon Sep 17 00:00:00 2001 From: William Li Date: Fri, 8 Nov 2019 13:58:10 -0800 Subject: [PATCH 1027/1121] Set DOTNET_ROOT in tests (#5584) --- .../Commands/TestCommand.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Commands/TestCommand.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/Commands/TestCommand.cs index a82872429..c25fcd533 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Commands/TestCommand.cs +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Commands/TestCommand.cs @@ -145,6 +145,17 @@ namespace Microsoft.DotNet.Tools.Test.Utilities psi.Environment["DOTNET_MULTILEVEL_LOOKUP"] = "0"; psi.Environment["DOTNET_SKIP_FIRST_TIME_EXPERIENCE"] = "1"; + // Set DOTNET_ROOT to ensure sub process find the same host fxr + string dotnetDirectoryPath = Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest); + if (System.Environment.Is64BitProcess) + { + psi.Environment.Add("DOTNET_ROOT", dotnetDirectoryPath); + } + else + { + psi.Environment.Add("DOTNET_ROOT(x86)", dotnetDirectoryPath); + } + AddEnvironmentVariablesTo(psi); AddWorkingDirectoryTo(psi); From 3a1fd7236a419235ca54b67181bc9e89fe1c0228 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 23:29:16 +0000 Subject: [PATCH 1028/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191105.3 (#5558) - dotnet-user-secrets - 5.0.0-alpha1.19555.3 - dotnet-watch - 5.0.0-alpha1.19555.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19555.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19555.3 - dotnet-dev-certs - 5.0.0-alpha1.19555.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19555.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index baa8f06b7..f426b7aae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 38dee8059b096aecfa7e3e4c99d7795c700ff3ca
- + https://github.com/aspnet/AspNetCore - 774f8dbdbd8a2cd438a7aadd624122f556428dd7 + d4f7a199c7616a6e2c3374c33587d65d83882904 - + https://github.com/aspnet/AspNetCore - 774f8dbdbd8a2cd438a7aadd624122f556428dd7 + d4f7a199c7616a6e2c3374c33587d65d83882904 - + https://github.com/aspnet/AspNetCore - 774f8dbdbd8a2cd438a7aadd624122f556428dd7 + d4f7a199c7616a6e2c3374c33587d65d83882904 - + https://github.com/aspnet/AspNetCore - 774f8dbdbd8a2cd438a7aadd624122f556428dd7 + d4f7a199c7616a6e2c3374c33587d65d83882904 - + https://github.com/aspnet/AspNetCore - 774f8dbdbd8a2cd438a7aadd624122f556428dd7 + d4f7a199c7616a6e2c3374c33587d65d83882904 - + https://github.com/aspnet/AspNetCore - 774f8dbdbd8a2cd438a7aadd624122f556428dd7 + d4f7a199c7616a6e2c3374c33587d65d83882904 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 4c942f39e..c156ab87f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19554.3 - 5.0.0-alpha1.19554.3 - 5.0.0-alpha1.19554.3 - 5.0.0-alpha1.19554.3 - 5.0.0-alpha1.19554.3 - 5.0.0-alpha1.19554.3 + 5.0.0-alpha1.19555.3 + 5.0.0-alpha1.19555.3 + 5.0.0-alpha1.19555.3 + 5.0.0-alpha1.19555.3 + 5.0.0-alpha1.19555.3 + 5.0.0-alpha1.19555.3 From df33ca46c6ea72dae7c831d051079d5bf1024057 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 23:46:49 +0000 Subject: [PATCH 1029/1121] [master] Update dependencies from dotnet/arcade (#5563) * Update dependencies from https://github.com/dotnet/arcade build 20191105.7 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19555.7 * Update dependencies from https://github.com/dotnet/arcade build 20191106.10 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19556.10 * Update dependencies from https://github.com/dotnet/arcade build 20191107.20 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19557.20 --- eng/Version.Details.xml | 4 +- eng/common/SetupNugetSources.ps1 | 127 ++++++++++++++++ eng/common/SetupNugetSources.sh | 117 ++++++++++++++ eng/common/cross/toolchain.cmake | 49 ++---- .../post-build/channels/general-testing.yml | 143 ++++++++++++++++++ ...ation.yml => netcore-3-eng-validation.yml} | 6 +- ...{netcore-3-tools.yml => netcore-3-eng.yml} | 6 +- .../channels/netcore-blazor-31-features.yml | 143 ++++++++++++++++++ ...ools-latest.yml => netcore-eng-latest.yml} | 6 +- ...idation.yml => netcore-eng-validation.yml} | 6 +- .../channels/netcore-internal-30.yml | 1 + .../templates/post-build/common-variables.yml | 8 + .../templates/post-build/post-build.yml | 37 +++-- global.json | 2 +- 14 files changed, 595 insertions(+), 60 deletions(-) create mode 100644 eng/common/SetupNugetSources.ps1 create mode 100644 eng/common/SetupNugetSources.sh create mode 100644 eng/common/templates/post-build/channels/general-testing.yml rename eng/common/templates/post-build/channels/{netcore-3-tools-validation.yml => netcore-3-eng-validation.yml} (95%) rename eng/common/templates/post-build/channels/{netcore-3-tools.yml => netcore-3-eng.yml} (96%) create mode 100644 eng/common/templates/post-build/channels/netcore-blazor-31-features.yml rename eng/common/templates/post-build/channels/{netcore-tools-latest.yml => netcore-eng-latest.yml} (96%) rename eng/common/templates/post-build/channels/{netcore-tools-validation.yml => netcore-eng-validation.yml} (95%) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f426b7aae..375ed4e6e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - ec6a0344dd2b1237cd63b38281295ce1e4b71458 + b62f1617f2c453497fd55697c04dd8021a38dc17
diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1 new file mode 100644 index 000000000..2cb40c294 --- /dev/null +++ b/eng/common/SetupNugetSources.ps1 @@ -0,0 +1,127 @@ +# This file is a temporary workaround for internal builds to be able to restore from private AzDO feeds. +# This file should be removed as part of this issue: https://github.com/dotnet/arcade/issues/4080 +# +# What the script does is iterate over all package sources in the pointed NuGet.config and add a credential entry +# under for each Maestro managed private feed. Two additional credential +# entries are also added for the two private static internal feeds: dotnet3-internal and dotnet3-internal-transport. +# +# This script needs to be called in every job that will restore packages and which the base repo has +# private AzDO feeds in the NuGet.config. +# +# See example YAML call for this script below. Note the use of the variable `$(dn-bot-dnceng-artifact-feeds-rw)` +# from the AzureDevOps-Artifact-Feeds-Pats variable group. +# +# - task: PowerShell@2 +# displayName: Setup Private Feeds Credentials +# condition: eq(variables['Agent.OS'], 'Windows_NT') +# inputs: +# filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1 +# arguments: -ConfigFile ${Env:BUILD_SOURCESDIRECTORY}/NuGet.config -Password $Env:Token +# env: +# Token: $(dn-bot-dnceng-artifact-feeds-rw) + +[CmdletBinding()] +param ( + [Parameter(Mandatory = $true)][string]$ConfigFile, + [Parameter(Mandatory = $true)][string]$Password +) + +$ErrorActionPreference = "Stop" +Set-StrictMode -Version 2.0 +[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 + +. $PSScriptRoot\tools.ps1 + +# Add source entry to PackageSources +function AddPackageSource($sources, $SourceName, $SourceEndPoint, $creds, $Username, $Password) { + $packageSource = $sources.SelectSingleNode("add[@key='$SourceName']") + + if ($packageSource -eq $null) + { + $packageSource = $doc.CreateElement("add") + $packageSource.SetAttribute("key", $SourceName) + $packageSource.SetAttribute("value", $SourceEndPoint) + $sources.AppendChild($packageSource) | Out-Null + } + else { + Write-Host "Package source $SourceName already present." + } + + AddCredential -Creds $creds -Source $SourceName -Username $Username -Password $Password +} + +# Add a credential node for the specified source +function AddCredential($creds, $source, $username, $password) { + # Looks for credential configuration for the given SourceName. Create it if none is found. + $sourceElement = $creds.SelectSingleNode($Source) + if ($sourceElement -eq $null) + { + $sourceElement = $doc.CreateElement($Source) + $creds.AppendChild($sourceElement) | Out-Null + } + + # Add the node to the credential if none is found. + $usernameElement = $sourceElement.SelectSingleNode("add[@key='Username']") + if ($usernameElement -eq $null) + { + $usernameElement = $doc.CreateElement("add") + $usernameElement.SetAttribute("key", "Username") + $sourceElement.AppendChild($usernameElement) | Out-Null + } + $usernameElement.SetAttribute("value", $Username) + + # Add the to the credential if none is found. + # Add it as a clear text because there is no support for encrypted ones in non-windows .Net SDKs. + # -> https://github.com/NuGet/Home/issues/5526 + $passwordElement = $sourceElement.SelectSingleNode("add[@key='ClearTextPassword']") + if ($passwordElement -eq $null) + { + $passwordElement = $doc.CreateElement("add") + $passwordElement.SetAttribute("key", "ClearTextPassword") + $sourceElement.AppendChild($passwordElement) | Out-Null + } + $passwordElement.SetAttribute("value", $Password) +} + +function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Password) { + $maestroPrivateSources = $Sources.SelectNodes("add[contains(@key,'darc-int')]") + + Write-Host "Inserting credentials for $($maestroPrivateSources.Count) Maestro's private feeds." + + ForEach ($PackageSource in $maestroPrivateSources) { + Write-Host "`tInserting credential for Maestro's feed:" $PackageSource.Key + AddCredential -Creds $creds -Source $PackageSource.Key -Username $Username -Password $Password + } +} + +if (!(Test-Path $ConfigFile -PathType Leaf)) { + Write-Host "Couldn't find the file NuGet config file: $ConfigFile" + ExitWithExitCode 1 +} + +# Load NuGet.config +$doc = New-Object System.Xml.XmlDocument +$filename = (Get-Item $ConfigFile).FullName +$doc.Load($filename) + +# Get reference to or create one if none exist already +$sources = $doc.DocumentElement.SelectSingleNode("packageSources") +if ($sources -eq $null) { + $sources = $doc.CreateElement("packageSources") + $doc.DocumentElement.AppendChild($sources) | Out-Null +} + +# Looks for a node. Create it if none is found. +$creds = $doc.DocumentElement.SelectSingleNode("packageSourceCredentials") +if ($creds -eq $null) { + $creds = $doc.CreateElement("packageSourceCredentials") + $doc.DocumentElement.AppendChild($creds) | Out-Null +} + +# Insert credential nodes for Maestro's private feeds +InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password + +AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password +AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + +$doc.Save($filename) diff --git a/eng/common/SetupNugetSources.sh b/eng/common/SetupNugetSources.sh new file mode 100644 index 000000000..126452131 --- /dev/null +++ b/eng/common/SetupNugetSources.sh @@ -0,0 +1,117 @@ +#!/usr/bin/env bash + +# This file is a temporary workaround for internal builds to be able to restore from private AzDO feeds. +# This file should be removed as part of this issue: https://github.com/dotnet/arcade/issues/4080 +# +# What the script does is iterate over all package sources in the pointed NuGet.config and add a credential entry +# under for each Maestro's managed private feed. Two additional credential +# entries are also added for the two private static internal feeds: dotnet3-internal and dotnet3-internal-transport. +# +# This script needs to be called in every job that will restore packages and which the base repo has +# private AzDO feeds in the NuGet.config. +# +# See example YAML call for this script below. Note the use of the variable `$(dn-bot-dnceng-artifact-feeds-rw)` +# from the AzureDevOps-Artifact-Feeds-Pats variable group. +# +# - task: Bash@3 +# displayName: Setup Private Feeds Credentials +# inputs: +# filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh +# arguments: $BUILD_SOURCESDIRECTORY/NuGet.config $Token +# condition: ne(variables['Agent.OS'], 'Windows_NT') +# env: +# Token: $(dn-bot-dnceng-artifact-feeds-rw) + +ConfigFile=$1 +CredToken=$2 +NL='\n' +TB=' ' + +source="${BASH_SOURCE[0]}" + +# resolve $source until the file is no longer a symlink +while [[ -h "$source" ]]; do + scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" + source="$(readlink "$source")" + # if $source was a relative symlink, we need to resolve it relative to the path where the + # symlink file was located + [[ $source != /* ]] && source="$scriptroot/$source" +done +scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" + +. "$scriptroot/tools.sh" + +if [ ! -f "$ConfigFile" ]; then + echo "Couldn't find the file NuGet config file: $ConfigFile" + ExitWithExitCode 1 +fi + +if [[ `uname -s` == "Darwin" ]]; then + NL=$'\\\n' + TB='' +fi + +# Ensure there is a ... section. +grep -i "" $ConfigFile +if [ "$?" != "0" ]; then + echo "Adding ... section." + ConfigNodeHeader="" + PackageSourcesTemplate="${TB}${NL}${TB}" + + sed -i.bak "s|$ConfigNodeHeader|$ConfigNodeHeader${NL}$PackageSourcesTemplate|" NuGet.config +fi + +# Ensure there is a ... section. +grep -i "" $ConfigFile +if [ "$?" != "0" ]; then + echo "Adding ... section." + + PackageSourcesNodeFooter="" + PackageSourceCredentialsTemplate="${TB}${NL}${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourcesNodeFooter${NL}$PackageSourceCredentialsTemplate|" NuGet.config +fi + +# Ensure dotnet3-internal and dotnet3-internal-transport is in the packageSources +grep -i "" $ConfigFile +if [ "$?" != "0" ]; then + echo "Adding dotnet3-internal to the packageSources." + + PackageSourcesNodeFooter="" + PackageSourceTemplate="${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" NuGet.config +fi + +# Ensure dotnet3-internal and dotnet3-internal-transport is in the packageSources +grep -i "" $ConfigFile +if [ "$?" != "0" ]; then + echo "Adding dotnet3-internal-transport to the packageSources." + + PackageSourcesNodeFooter="" + PackageSourceTemplate="${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" NuGet.config +fi + +# I want things split line by line +PrevIFS=$IFS +IFS=$'\n' +PackageSources=$(grep -oh '"darc-int-[^"]*"' $ConfigFile | tr -d '"') +IFS=$PrevIFS + +PackageSources+=('dotnet3-internal') +PackageSources+=('dotnet3-internal-transport') + +for FeedName in ${PackageSources[@]} ; do + # Check if there is no existing credential for this FeedName + grep -i "<$FeedName>" $ConfigFile + if [ "$?" != "0" ]; then + echo "Adding credentials for $FeedName." + + PackageSourceCredentialsNodeFooter="" + NewCredential="${TB}${TB}<$FeedName>${NL}${NL}${NL}" + + sed -i.bak "s|$PackageSourceCredentialsNodeFooter|$NewCredential${NL}$PackageSourceCredentialsNodeFooter|" NuGet.config + fi +done diff --git a/eng/common/cross/toolchain.cmake b/eng/common/cross/toolchain.cmake index 071d41124..0eea7d1df 100644 --- a/eng/common/cross/toolchain.cmake +++ b/eng/common/cross/toolchain.cmake @@ -31,6 +31,10 @@ else() message(FATAL_ERROR "Arch is ${TARGET_ARCH_NAME}. Only armel, arm, arm64 and x86 are supported!") endif() +if(DEFINED ENV{TOOLCHAIN}) + set(TOOLCHAIN $ENV{TOOLCHAIN}) +endif() + # Specify include paths if(TARGET_ARCH_NAME STREQUAL "armel") if(DEFINED TIZEN_TOOLCHAIN) @@ -39,48 +43,25 @@ if(TARGET_ARCH_NAME STREQUAL "armel") endif() endif() -# add_compile_param - adds only new options without duplicates. -# arg0 - list with result options, arg1 - list with new options. -# arg2 - optional argument, quick summary string for optional using CACHE FORCE mode. -macro(add_compile_param) - if(NOT ${ARGC} MATCHES "^(2|3)$") - message(FATAL_ERROR "Wrong using add_compile_param! Two or three parameters must be given! See add_compile_param description.") - endif() - foreach(OPTION ${ARGV1}) - if(NOT ${ARGV0} MATCHES "${OPTION}($| )") - set(${ARGV0} "${${ARGV0}} ${OPTION}") - if(${ARGC} EQUAL "3") # CACHE FORCE mode - set(${ARGV0} "${${ARGV0}}" CACHE STRING "${ARGV2}" FORCE) - endif() - endif() - endforeach() -endmacro() +set(CMAKE_SYSROOT "${CROSS_ROOTFS}") +set(CMAKE_C_COMPILER_EXTERNAL_TOOLCHAIN "${CROSS_ROOTFS}/usr") +set(CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN "${CROSS_ROOTFS}/usr") +set(CMAKE_ASM_COMPILER_EXTERNAL_TOOLCHAIN "${CROSS_ROOTFS}/usr") # Specify link flags -add_compile_param(CROSS_LINK_FLAGS "--sysroot=${CROSS_ROOTFS}") -add_compile_param(CROSS_LINK_FLAGS "--gcc-toolchain=${CROSS_ROOTFS}/usr") -add_compile_param(CROSS_LINK_FLAGS "--target=${TOOLCHAIN}") -add_compile_param(CROSS_LINK_FLAGS "-fuse-ld=gold") if(TARGET_ARCH_NAME STREQUAL "armel") if(DEFINED TIZEN_TOOLCHAIN) # For Tizen only - add_compile_param(CROSS_LINK_FLAGS "-B${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}") - add_compile_param(CROSS_LINK_FLAGS "-L${CROSS_ROOTFS}/lib") - add_compile_param(CROSS_LINK_FLAGS "-L${CROSS_ROOTFS}/usr/lib") - add_compile_param(CROSS_LINK_FLAGS "-L${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}") + add_link_options("-B${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}") + add_link_options("-L${CROSS_ROOTFS}/lib") + add_link_options("-L${CROSS_ROOTFS}/usr/lib") + add_link_options("-L${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}") endif() elseif(TARGET_ARCH_NAME STREQUAL "x86") - add_compile_param(CROSS_LINK_FLAGS "-m32") + add_link_options(-m32) endif() -add_compile_param(CMAKE_EXE_LINKER_FLAGS "${CROSS_LINK_FLAGS}" "TOOLCHAIN_EXE_LINKER_FLAGS") -add_compile_param(CMAKE_SHARED_LINKER_FLAGS "${CROSS_LINK_FLAGS}" "TOOLCHAIN_EXE_LINKER_FLAGS") -add_compile_param(CMAKE_MODULE_LINKER_FLAGS "${CROSS_LINK_FLAGS}" "TOOLCHAIN_EXE_LINKER_FLAGS") - # Specify compile options -add_compile_options("--sysroot=${CROSS_ROOTFS}") -add_compile_options("--target=${TOOLCHAIN}") -add_compile_options("--gcc-toolchain=${CROSS_ROOTFS}/usr") if(TARGET_ARCH_NAME MATCHES "^(arm|armel|arm64)$") set(CMAKE_C_COMPILER_TARGET ${TOOLCHAIN}) @@ -103,7 +84,7 @@ elseif(TARGET_ARCH_NAME STREQUAL "x86") add_compile_options(-Wno-error=unused-command-line-argument) endif() -# Set LLDB include and library paths +# Set LLDB include and library paths for builds that need lldb. if(TARGET_ARCH_NAME MATCHES "^(arm|armel|x86)$") if(TARGET_ARCH_NAME STREQUAL "x86") set(LLVM_CROSS_DIR "$ENV{LLVM_CROSS_HOME}") @@ -131,7 +112,7 @@ if(TARGET_ARCH_NAME MATCHES "^(arm|armel|x86)$") endif() endif() -set(CMAKE_FIND_ROOT_PATH "${CROSS_ROOTFS}") + set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) diff --git a/eng/common/templates/post-build/channels/general-testing.yml b/eng/common/templates/post-build/channels/general-testing.yml new file mode 100644 index 000000000..229e80a88 --- /dev/null +++ b/eng/common/templates/post-build/channels/general-testing.yml @@ -0,0 +1,143 @@ +parameters: + artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate + publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' + +stages: +- stage: General_Testing_Publish + dependsOn: ${{ parameters.dependsOn }} + variables: + - template: ../common-variables.yml + displayName: General Testing Publishing + jobs: + - template: ../setup-maestro-vars.yml + + - job: + displayName: Symbol Publishing + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.GeneralTesting_Channel_Id)) + variables: + - group: DotNet-Symbol-Server-Pats + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true + + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + + - task: PowerShell@2 + displayName: Publish + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' + /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} + + - job: publish_assets + displayName: Publish Assets + dependsOn: setupMaestroVars + variables: + - name: BARBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] + - name: IsStableBuild + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.GeneralTesting_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: current + artifactName: BlobArtifacts + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download Asset Manifests + inputs: + buildType: current + artifactName: AssetManifests + + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + + - task: PowerShell@2 + displayName: Publish Assets + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:IsStableBuild=$(IsStableBuild) + /p:IsInternalBuild=$(IsInternalBuild) + /p:RepositoryName=$(Build.Repository.Name) + /p:CommitSha=$(Build.SourceVersion) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + ${{ parameters.artifactsPublishingAdditionalParameters }} + + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.GeneralTesting_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml b/eng/common/templates/post-build/channels/netcore-3-eng-validation.yml similarity index 95% rename from eng/common/templates/post-build/channels/netcore-3-tools-validation.yml rename to eng/common/templates/post-build/channels/netcore-3-eng-validation.yml index 9c452797b..47f7a445b 100644 --- a/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml +++ b/eng/common/templates/post-build/channels/netcore-3-eng-validation.yml @@ -83,11 +83,11 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/eng/common/templates/post-build/channels/netcore-3-tools.yml b/eng/common/templates/post-build/channels/netcore-3-eng.yml similarity index 96% rename from eng/common/templates/post-build/channels/netcore-3-tools.yml rename to eng/common/templates/post-build/channels/netcore-3-eng.yml index 374eb50af..a8ef4435d 100644 --- a/eng/common/templates/post-build/channels/netcore-3-tools.yml +++ b/eng/common/templates/post-build/channels/netcore-3-eng.yml @@ -130,11 +130,11 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml b/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml new file mode 100644 index 000000000..8be0506ff --- /dev/null +++ b/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml @@ -0,0 +1,143 @@ +parameters: + artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate + publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' + +stages: +- stage: NetCore_Blazor31_Features_Publish + dependsOn: ${{ parameters.dependsOn }} + variables: + - template: ../common-variables.yml + displayName: .NET Core 3.1 Blazor Features Publishing + jobs: + - template: ../setup-maestro-vars.yml + + - job: + displayName: Symbol Publishing + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features)) + variables: + - group: DotNet-Symbol-Server-Pats + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true + + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + + - task: PowerShell@2 + displayName: Publish + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' + /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} + + - job: publish_assets + displayName: Publish Assets + dependsOn: setupMaestroVars + variables: + - name: BARBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] + - name: IsStableBuild + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: current + artifactName: BlobArtifacts + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download Asset Manifests + inputs: + buildType: current + artifactName: AssetManifests + + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + + - task: PowerShell@2 + displayName: Publish Assets + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:IsStableBuild=$(IsStableBuild) + /p:IsInternalBuild=$(IsInternalBuild) + /p:RepositoryName=$(Build.Repository.Name) + /p:CommitSha=$(Build.SourceVersion) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + ${{ parameters.artifactsPublishingAdditionalParameters }} + + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.NetCore_31_Blazor_Features }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-eng-latest.yml similarity index 96% rename from eng/common/templates/post-build/channels/netcore-tools-latest.yml rename to eng/common/templates/post-build/channels/netcore-eng-latest.yml index b66b68195..9954fae98 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-eng-latest.yml @@ -130,11 +130,11 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-validation.yml b/eng/common/templates/post-build/channels/netcore-eng-validation.yml similarity index 95% rename from eng/common/templates/post-build/channels/netcore-tools-validation.yml rename to eng/common/templates/post-build/channels/netcore-eng-validation.yml index ed80ff29d..36991ed02 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-validation.yml +++ b/eng/common/templates/post-build/channels/netcore-eng-validation.yml @@ -85,11 +85,11 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 216931d70..b0b39c8b6 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -2,6 +2,7 @@ parameters: artifactsPublishingAdditionalParameters: '' dependsOn: - Validate + publishInstallersAndChecksums: false symbolPublishingAdditionalParameters: '' stages: diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 77056df67..a9f116d87 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -41,6 +41,14 @@ variables: - name: PublicRelease_31_Channel_Id value: 129 + # General Testing + - name: GeneralTesting_Channel_Id + value: 529 + + # .NET Core 3.1 Blazor Features + - name: NetCore_31_Blazor_Features + value: 531 + # Whether the build is internal or not - name: IsInternalBuild value: ${{ and(ne(variables['System.TeamProject'], 'public'), contains(variables['Build.SourceBranch'], 'internal')) }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 3a5686082..f5755590c 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -117,7 +117,8 @@ stages: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + - template: \eng\common\templates\post-build\channels\netcore-dev-31.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} @@ -125,27 +126,26 @@ stages: publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} -- template: \eng\common\templates\post-build\channels\netcore-tools-latest.yml +- template: \eng\common\templates\post-build\channels\netcore-eng-latest.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} -- template: \eng\common\templates\post-build\channels\netcore-tools-validation.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - -- template: \eng\common\templates\post-build\channels\netcore-3-tools-validation.yml +- template: \eng\common\templates\post-build\channels\netcore-eng-validation.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} -- template: \eng\common\templates\post-build\channels\netcore-3-tools.yml +- template: \eng\common\templates\post-build\channels\netcore-3-eng-validation.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + +- template: \eng\common\templates\post-build\channels\netcore-3-eng.yml parameters: dependsOn: ${{ parameters.publishDependsOn }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} @@ -166,8 +166,23 @@ stages: publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} +- template: \eng\common\templates\post-build\channels\netcore-blazor-31-features.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + - template: \eng\common\templates\post-build\channels\netcore-internal-30.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + +- template: \eng\common\templates\post-build\channels\general-testing.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} diff --git a/global.json b/global.json index 14b2e9672..a32f8f4ec 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19554.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19557.20" } } From 51226383c669ceb36859265fcbe25b2607a69d2b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 00:16:35 +0000 Subject: [PATCH 1030/1121] [master] Update dependencies from dotnet/windowsdesktop (#5574) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.9 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.11 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.11 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.11 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.3 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.5 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.6 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.7 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.8 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.2 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.3 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 375ed4e6e..8a62f3349 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 92985ed7280493977c668ec29cca751fcf459b4e + 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba - + https://github.com/dotnet/windowsdesktop - 92985ed7280493977c668ec29cca751fcf459b4e + 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba - + https://github.com/dotnet/windowsdesktop - 92985ed7280493977c668ec29cca751fcf459b4e + 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c156ab87f..19e6850af 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.8 - 5.0.0-alpha.1.19556.8 - 5.0.0-alpha.1.19556.8 + 5.0.0-alpha.1.19558.5 + 5.0.0-alpha.1.19558.5 + 5.0.0-alpha.1.19558.5 From befdd3588e88f4167e3a2f7a2f4dfa2551d022d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 00:50:50 +0000 Subject: [PATCH 1031/1121] [master] Update dependencies from dotnet/core-setup (#5561) * Update dependencies from https://github.com/dotnet/core-setup build 20191105.8 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19555.8 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19555.8 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19555.8 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19555.8 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.8 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19555.5 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191108.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19558.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19558.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19558.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19558.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19556.7 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191108.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19558.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19558.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19558.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19558.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19556.7 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8a62f3349..19ac36e97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba - + https://github.com/dotnet/core-setup - 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 + 912ae187d62b19a2a8dba3390267c910651a0f86 - + https://github.com/dotnet/core-setup - 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 + 912ae187d62b19a2a8dba3390267c910651a0f86 - + https://github.com/dotnet/core-setup - 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 + 912ae187d62b19a2a8dba3390267c910651a0f86 - + https://github.com/dotnet/core-setup - 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 + 912ae187d62b19a2a8dba3390267c910651a0f86 - + https://github.com/dotnet/core-setup - 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 + 912ae187d62b19a2a8dba3390267c910651a0f86 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 38dee8059b096aecfa7e3e4c99d7795c700ff3ca + 475778fa982064e26a8b3a5d7545112f6586ac61 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 19e6850af..b6cf35270 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19556.7 - 5.0.0-alpha.1.19555.5 - 5.0.0-alpha.1.19555.5 - 5.0.0-alpha.1.19555.5 - 5.0.0-alpha.1.19555.5 - 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19558.2 + 5.0.0-alpha.1.19558.2 + 5.0.0-alpha.1.19558.2 + 5.0.0-alpha.1.19558.2 + 5.0.0-alpha.1.19558.2 2.1.0 From 00fc478f4cf3892df054eeb1a140d7fa8b39bedb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 01:25:30 +0000 Subject: [PATCH 1032/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.6 (#5588) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19ac36e97..8fcf9daea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba + 5ab0bf9aa1d989673922e397629651125d9a2b7e - + https://github.com/dotnet/windowsdesktop - 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba + 5ab0bf9aa1d989673922e397629651125d9a2b7e - + https://github.com/dotnet/windowsdesktop - 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba + 5ab0bf9aa1d989673922e397629651125d9a2b7e https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b6cf35270..8f7a18f75 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19558.5 - 5.0.0-alpha.1.19558.5 - 5.0.0-alpha.1.19558.5 + 5.0.0-alpha.1.19558.6 + 5.0.0-alpha.1.19558.6 + 5.0.0-alpha.1.19558.6 From 107cf4af77670d4f1bacaafd8cc9557fe7ad17a4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 19:21:57 -0800 Subject: [PATCH 1033/1121] [master] Update dependencies from dotnet/toolset (#5583) * Update dependencies from https://github.com/dotnet/toolset build 20191108.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191108.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191108.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19558.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191108.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19558.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Remove unnecessary direct dependency to avoid downgrade --- eng/TestVersions.props | 1 - eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- test/EndToEnd/EndToEnd.Tests.csproj | 5 ----- .../Microsoft.DotNet.Tools.Tests.Utilities.csproj | 1 - 5 files changed, 9 insertions(+), 16 deletions(-) diff --git a/eng/TestVersions.props b/eng/TestVersions.props index 4942dec93..915406932 100644 --- a/eng/TestVersions.props +++ b/eng/TestVersions.props @@ -4,7 +4,6 @@ $(MicrosoftDotnetToolsetInternalPackageVersion) 0.1.1 15.8.0 - 3.0.0 1.3.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8fcf9daea..0bdbe881c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - 138e01b066c29d77f1493fcfa5adce82a310e5fd + d7ad22f87aa61912172e861f55679dbeebd2493f - + https://github.com/dotnet/toolset - b5059ac44d30c60e920aa84f628d21f3c549e3b8 + 2de2b164ff407352e976264a364a5efd0578fe88 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - b5059ac44d30c60e920aa84f628d21f3c549e3b8 + 2de2b164ff407352e976264a364a5efd0578fe88 diff --git a/eng/Versions.props b/eng/Versions.props index 8f7a18f75..aed61221d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19556.5 + 5.0.100-alpha.1.19558.6 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19554.1 + 5.0.0-alpha1.19558.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19556.5 + 5.0.100-alpha.1.19558.6 0.2.0 diff --git a/test/EndToEnd/EndToEnd.Tests.csproj b/test/EndToEnd/EndToEnd.Tests.csproj index f6a90b401..19303cea7 100644 --- a/test/EndToEnd/EndToEnd.Tests.csproj +++ b/test/EndToEnd/EndToEnd.Tests.csproj @@ -7,11 +7,6 @@ - - - - - diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj index 785b8aae3..5967198be 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj @@ -6,7 +6,6 @@ - \ No newline at end of file From e566c45eda5968b004c1b2227cea02d1545d3334 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 8 Nov 2019 19:22:43 -0800 Subject: [PATCH 1034/1121] Move dotnet-tools -> dotnet-eng (#5580) The dotnet-tools feed is being moved to dotnet-eng so that dotnet-tools can be used for actual tools. https://github.com/dotnet/arcade/issues/4197 --- NuGet.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NuGet.config b/NuGet.config index e82be11a9..a8b3a2d1f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -9,7 +9,7 @@ - + From 3ea1293bac2930dc75c54744ad7db0942390f934 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 03:56:21 +0000 Subject: [PATCH 1035/1121] Update dependencies from https://github.com/dotnet/toolset build 20191108.8 (#5590) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.8 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19558.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.8 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0bdbe881c..02115faba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - d7ad22f87aa61912172e861f55679dbeebd2493f + 976a357e9d00f9eaf70c8ae5ff2b3b5e6ecec7e9 - + https://github.com/dotnet/toolset - 2de2b164ff407352e976264a364a5efd0578fe88 + 2fcc637bb3d2ece0715b10aec24e1e6ad5e6bbf0 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 2de2b164ff407352e976264a364a5efd0578fe88 + 2fcc637bb3d2ece0715b10aec24e1e6ad5e6bbf0 diff --git a/eng/Versions.props b/eng/Versions.props index aed61221d..ed1db5f3e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19558.6 + 5.0.100-alpha.1.19558.8 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19558.1 + 5.0.0-alpha1.19558.2 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19558.6 + 5.0.100-alpha.1.19558.8 0.2.0 From e715cac11fd503ed072a0d8a2c342cf05876196a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 07:15:32 +0000 Subject: [PATCH 1036/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.9 (#5591) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.9 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 02115faba..e083e6eeb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5ab0bf9aa1d989673922e397629651125d9a2b7e + 53fa413a956b713a2567e6f986f0c0e46b623f52 - + https://github.com/dotnet/windowsdesktop - 5ab0bf9aa1d989673922e397629651125d9a2b7e + 53fa413a956b713a2567e6f986f0c0e46b623f52 - + https://github.com/dotnet/windowsdesktop - 5ab0bf9aa1d989673922e397629651125d9a2b7e + 53fa413a956b713a2567e6f986f0c0e46b623f52 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index ed1db5f3e..2c59983a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19558.6 - 5.0.0-alpha.1.19558.6 - 5.0.0-alpha.1.19558.6 + 5.0.0-alpha.1.19558.9 + 5.0.0-alpha.1.19558.9 + 5.0.0-alpha.1.19558.9 From 6a3b149dabe985b9c6a4fd3fa462a08bdb3b9719 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 10:20:32 +0000 Subject: [PATCH 1037/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.1 (#5592) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e083e6eeb..5feec308a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 53fa413a956b713a2567e6f986f0c0e46b623f52 + 130770f6563f8b80d728b4d8e07f307628cdfb2a - + https://github.com/dotnet/windowsdesktop - 53fa413a956b713a2567e6f986f0c0e46b623f52 + 130770f6563f8b80d728b4d8e07f307628cdfb2a - + https://github.com/dotnet/windowsdesktop - 53fa413a956b713a2567e6f986f0c0e46b623f52 + 130770f6563f8b80d728b4d8e07f307628cdfb2a https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2c59983a4..c7ce7d6b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19558.9 - 5.0.0-alpha.1.19558.9 - 5.0.0-alpha.1.19558.9 + 5.0.0-alpha.1.19559.1 + 5.0.0-alpha.1.19559.1 + 5.0.0-alpha.1.19559.1 From 60464483605e185d61037673b49c9f21370d83e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 12:40:34 +0000 Subject: [PATCH 1038/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.2 (#5593) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5feec308a..992ba1c58 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 130770f6563f8b80d728b4d8e07f307628cdfb2a + 646bd23b14c2b15c9ca0ce4279470c58264a287c - + https://github.com/dotnet/windowsdesktop - 130770f6563f8b80d728b4d8e07f307628cdfb2a + 646bd23b14c2b15c9ca0ce4279470c58264a287c - + https://github.com/dotnet/windowsdesktop - 130770f6563f8b80d728b4d8e07f307628cdfb2a + 646bd23b14c2b15c9ca0ce4279470c58264a287c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c7ce7d6b3..ef2272efe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19559.1 - 5.0.0-alpha.1.19559.1 - 5.0.0-alpha.1.19559.1 + 5.0.0-alpha.1.19559.2 + 5.0.0-alpha.1.19559.2 + 5.0.0-alpha.1.19559.2 From de6704cbc07e6030626a6563508caf38b3c14e71 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 13:42:32 +0000 Subject: [PATCH 1039/1121] Update dependencies from https://github.com/dotnet/arcade build 20191108.11 (#5594) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19558.11 --- eng/Version.Details.xml | 4 +-- eng/common/templates/job/execute-sdl.yml | 28 ++++++++++++++----- .../channels/netcore-blazor-31-features.yml | 6 ++-- .../templates/post-build/common-variables.yml | 2 +- .../templates/post-build/post-build.yml | 2 ++ global.json | 2 +- 6 files changed, 30 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 992ba1c58..d3b19282e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - b62f1617f2c453497fd55697c04dd8021a38dc17 + be7971c98d4ad60cdf8c3d1aa41f950f42bd466a diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index 9a00430d6..2973bcaf3 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -6,6 +6,11 @@ parameters: # This can also be remedied by the caller (post-build.yml) if it does not use a nested parameter sdlContinueOnError: false # optional: determines whether to continue the build if the step errors; dependsOn: '' # Optional: dependencies of the job + artifactNames: '' # Optional: patterns supplied to DownloadBuildArtifacts + # Usage: + # artifactNames: + # - 'BlobArtifacts' + # - 'Artifacts_Windows_NT_Release' jobs: - job: Run_SDL @@ -18,13 +23,22 @@ jobs: steps: - checkout: self clean: true - - task: DownloadBuildArtifacts@0 - displayName: Download Build Artifacts - inputs: - buildType: current - downloadType: specific files - matchingPattern: "**" - downloadPath: $(Build.ArtifactStagingDirectory)\artifacts + - ${{ if ne(parameters.artifactNames, '') }}: + - ${{ each artifactName in parameters.artifactNames }}: + - task: DownloadBuildArtifacts@0 + displayName: Download Build Artifacts + inputs: + buildType: current + artifactName: ${{ artifactName }} + downloadPath: $(Build.ArtifactStagingDirectory)\artifacts + - ${{ if eq(parameters.artifactNames, '') }}: + - task: DownloadBuildArtifacts@0 + displayName: Download Build Artifacts + inputs: + buildType: current + downloadType: specific files + itemPattern: "**" + downloadPath: $(Build.ArtifactStagingDirectory)\artifacts - powershell: eng/common/sdl/extract-artifact-packages.ps1 -InputPath $(Build.ArtifactStagingDirectory)\artifacts\BlobArtifacts -ExtractPath $(Build.ArtifactStagingDirectory)\artifacts\BlobArtifacts diff --git a/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml b/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml index 8be0506ff..297b541f9 100644 --- a/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml +++ b/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml @@ -17,7 +17,7 @@ stages: - job: displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features)) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features_Channel_Id)) variables: - group: DotNet-Symbol-Server-Pats pool: @@ -68,7 +68,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features)) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features_Channel_Id)) pool: vmImage: 'windows-2019' steps: @@ -140,4 +140,4 @@ stages: - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.NetCore_31_Blazor_Features }} + ChannelId: ${{ variables.NetCore_31_Blazor_Features_Channel_Id }} diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index a9f116d87..0a2c40c10 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -46,7 +46,7 @@ variables: value: 529 # .NET Core 3.1 Blazor Features - - name: NetCore_31_Blazor_Features + - name: NetCore_31_Blazor_Features_Channel_Id value: 531 # Whether the build is internal or not diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index f5755590c..69286f51f 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -8,6 +8,7 @@ parameters: enable: false continueOnError: false params: '' + artifactNames: '' # These parameters let the user customize the call to sdk-task.ps1 for publishing # symbols & general artifacts as well as for signing validation @@ -111,6 +112,7 @@ stages: parameters: additionalParameters: ${{ parameters.SDLValidationParameters.params }} continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }} + artifactNames: ${{ parameters.SDLValidationParameters.artifactNames }} - template: \eng\common\templates\post-build\channels\netcore-dev-5.yml parameters: diff --git a/global.json b/global.json index a32f8f4ec..dfd23ed15 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19557.20" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19558.11" } } From f70cd180bd768aa9f1ea18942873e045154b03ab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 15:46:54 +0000 Subject: [PATCH 1040/1121] Update dependencies from https://github.com/dotnet/toolset build 20191109.1 (#5595) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19559.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19559.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d3b19282e..e9c0986f8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 976a357e9d00f9eaf70c8ae5ff2b3b5e6ecec7e9
- + https://github.com/dotnet/toolset - 2fcc637bb3d2ece0715b10aec24e1e6ad5e6bbf0 + 9598e492dc826dabc71d3d8a12907ec34e8c8e68 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 2fcc637bb3d2ece0715b10aec24e1e6ad5e6bbf0 + 9598e492dc826dabc71d3d8a12907ec34e8c8e68 diff --git a/eng/Versions.props b/eng/Versions.props index ef2272efe..39cdab599 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19558.8 + 5.0.100-alpha.1.19559.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19558.8 + 5.0.100-alpha.1.19559.1 0.2.0 From 50b4065e633d31dced5286ea3c2fe3a1bbe1b110 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 16:25:03 +0000 Subject: [PATCH 1041/1121] [master] Update dependencies from dotnet/toolset (#5597) * Update dependencies from https://github.com/dotnet/toolset build 20191109.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19559.3 * Update dependencies from https://github.com/dotnet/toolset build 20191109.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19559.4 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19559.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9c0986f8..737e383d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 976a357e9d00f9eaf70c8ae5ff2b3b5e6ecec7e9 - + https://github.com/dotnet/toolset - 9598e492dc826dabc71d3d8a12907ec34e8c8e68 + 8a7233911d89cf46ba01ceda8829b2efa7d58c54 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 9598e492dc826dabc71d3d8a12907ec34e8c8e68 + 8a7233911d89cf46ba01ceda8829b2efa7d58c54 diff --git a/eng/Versions.props b/eng/Versions.props index 39cdab599..d2a310a32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19559.1 + 5.0.100-alpha.1.19559.4 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19559.1 + 5.0.100-alpha.1.19559.4 0.2.0 From 119cc136273419a77d029fc5348e9974685cd1bc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 20:28:11 +0000 Subject: [PATCH 1042/1121] [master] Update dependencies from dotnet/core-setup (#5589) * Update dependencies from https://github.com/dotnet/core-setup build 20191108.5 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19558.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19558.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19558.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19558.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.5 * Update dependencies from https://github.com/dotnet/core-setup build 20191108.7 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19558.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19558.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19558.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19558.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.7 * Update dependencies from https://github.com/dotnet/core-setup build 20191109.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19559.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19559.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19559.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19559.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.3 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 737e383d6..829ca59ea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 646bd23b14c2b15c9ca0ce4279470c58264a287c - + https://github.com/dotnet/core-setup - 912ae187d62b19a2a8dba3390267c910651a0f86 + a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b - + https://github.com/dotnet/core-setup - 912ae187d62b19a2a8dba3390267c910651a0f86 + a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b - + https://github.com/dotnet/core-setup - 912ae187d62b19a2a8dba3390267c910651a0f86 + a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b - + https://github.com/dotnet/core-setup - 912ae187d62b19a2a8dba3390267c910651a0f86 + a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b - + https://github.com/dotnet/core-setup - 912ae187d62b19a2a8dba3390267c910651a0f86 + a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b diff --git a/eng/Versions.props b/eng/Versions.props index d2a310a32..6b6bf14c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha.1.19558.2 - 5.0.0-alpha.1.19558.2 - 5.0.0-alpha.1.19558.2 - 5.0.0-alpha.1.19558.2 - 5.0.0-alpha.1.19558.2 + 5.0.0-alpha.1.19559.3 + 5.0.0-alpha.1.19559.3 + 5.0.0-alpha.1.19559.3 + 5.0.0-alpha.1.19559.3 + 5.0.0-alpha.1.19559.3 2.1.0 From aa7dc844d1e9928b6b5831bdb529b1ffb527b2b7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 21:02:33 +0000 Subject: [PATCH 1043/1121] [master] Update dependencies from dotnet/windowsdesktop (#5596) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.3 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 829ca59ea..82a7dac00 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 646bd23b14c2b15c9ca0ce4279470c58264a287c + 6d7335f8bac273cc60e14e5741a7380c01b51cbf - + https://github.com/dotnet/windowsdesktop - 646bd23b14c2b15c9ca0ce4279470c58264a287c + 6d7335f8bac273cc60e14e5741a7380c01b51cbf - + https://github.com/dotnet/windowsdesktop - 646bd23b14c2b15c9ca0ce4279470c58264a287c + 6d7335f8bac273cc60e14e5741a7380c01b51cbf https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 6b6bf14c8..14d86a7c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19559.2 - 5.0.0-alpha.1.19559.2 - 5.0.0-alpha.1.19559.2 + 5.0.0-alpha.1.19559.6 + 5.0.0-alpha.1.19559.6 + 5.0.0-alpha.1.19559.6 From 9bb1288048d384f93a820611c31d7d915b889329 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 23:05:33 +0000 Subject: [PATCH 1044/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.7 (#5599) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 82a7dac00..a71cfc0b5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 6d7335f8bac273cc60e14e5741a7380c01b51cbf + c496640bbb410ddc75c2bfbd850d11ee9c38cd8c - + https://github.com/dotnet/windowsdesktop - 6d7335f8bac273cc60e14e5741a7380c01b51cbf + c496640bbb410ddc75c2bfbd850d11ee9c38cd8c - + https://github.com/dotnet/windowsdesktop - 6d7335f8bac273cc60e14e5741a7380c01b51cbf + c496640bbb410ddc75c2bfbd850d11ee9c38cd8c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 14d86a7c7..b0aa149a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19559.6 - 5.0.0-alpha.1.19559.6 - 5.0.0-alpha.1.19559.6 + 5.0.0-alpha.1.19559.7 + 5.0.0-alpha.1.19559.7 + 5.0.0-alpha.1.19559.7 From a1bf943c673a42ff1ae8e79bb080d5cb3b20ad1e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 23:50:38 +0000 Subject: [PATCH 1045/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.8 (#5600) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a71cfc0b5..d6d44e231 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c496640bbb410ddc75c2bfbd850d11ee9c38cd8c + 5d0348c8e863993c760a6361962dab0117842810 - + https://github.com/dotnet/windowsdesktop - c496640bbb410ddc75c2bfbd850d11ee9c38cd8c + 5d0348c8e863993c760a6361962dab0117842810 - + https://github.com/dotnet/windowsdesktop - c496640bbb410ddc75c2bfbd850d11ee9c38cd8c + 5d0348c8e863993c760a6361962dab0117842810 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b0aa149a4..b8079b808 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19559.7 - 5.0.0-alpha.1.19559.7 - 5.0.0-alpha.1.19559.7 + 5.0.0-alpha.1.19559.8 + 5.0.0-alpha.1.19559.8 + 5.0.0-alpha.1.19559.8 From a9ff2daee6794a03e9a49e82787b015b45f55a28 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 01:10:31 +0000 Subject: [PATCH 1046/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.9 (#5601) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.9 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d6d44e231..6fa5d144f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5d0348c8e863993c760a6361962dab0117842810 + b0e1c0ae383a3a892c5916c9d244ffbf9bba1d48 - + https://github.com/dotnet/windowsdesktop - 5d0348c8e863993c760a6361962dab0117842810 + b0e1c0ae383a3a892c5916c9d244ffbf9bba1d48 - + https://github.com/dotnet/windowsdesktop - 5d0348c8e863993c760a6361962dab0117842810 + b0e1c0ae383a3a892c5916c9d244ffbf9bba1d48 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b8079b808..1b960942b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19559.8 - 5.0.0-alpha.1.19559.8 - 5.0.0-alpha.1.19559.8 + 5.0.0-alpha.1.19559.9 + 5.0.0-alpha.1.19559.9 + 5.0.0-alpha.1.19559.9 From 224cb4ed44fb9a55af8821ee2ca97ba7a80e1db7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 04:50:37 +0000 Subject: [PATCH 1047/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191109.2 (#5603) - dotnet-user-secrets - 5.0.0-alpha1.19559.2 - dotnet-watch - 5.0.0-alpha1.19559.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19559.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19559.2 - dotnet-dev-certs - 5.0.0-alpha1.19559.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19559.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6fa5d144f..184afa5df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 475778fa982064e26a8b3a5d7545112f6586ac61 - + https://github.com/aspnet/AspNetCore - d4f7a199c7616a6e2c3374c33587d65d83882904 + 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 - + https://github.com/aspnet/AspNetCore - d4f7a199c7616a6e2c3374c33587d65d83882904 + 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 - + https://github.com/aspnet/AspNetCore - d4f7a199c7616a6e2c3374c33587d65d83882904 + 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 - + https://github.com/aspnet/AspNetCore - d4f7a199c7616a6e2c3374c33587d65d83882904 + 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 - + https://github.com/aspnet/AspNetCore - d4f7a199c7616a6e2c3374c33587d65d83882904 + 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 - + https://github.com/aspnet/AspNetCore - d4f7a199c7616a6e2c3374c33587d65d83882904 + 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 1b960942b..c5110d3dd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19555.3 - 5.0.0-alpha1.19555.3 - 5.0.0-alpha1.19555.3 - 5.0.0-alpha1.19555.3 - 5.0.0-alpha1.19555.3 - 5.0.0-alpha1.19555.3 + 5.0.0-alpha1.19559.2 + 5.0.0-alpha1.19559.2 + 5.0.0-alpha1.19559.2 + 5.0.0-alpha1.19559.2 + 5.0.0-alpha1.19559.2 + 5.0.0-alpha1.19559.2 From 175866873402fa4bfb3bf31e3bc63d10970fc7d2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 06:01:14 +0000 Subject: [PATCH 1048/1121] [master] Update dependencies from dotnet/toolset (#5598) * Update dependencies from https://github.com/dotnet/toolset build 20191109.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19559.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19559.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19559.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191109.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19559.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19559.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19559.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 184afa5df..808275a9a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - 976a357e9d00f9eaf70c8ae5ff2b3b5e6ecec7e9 + 539753fa6913246cd958816e54bb5af610c328a8 - + https://github.com/dotnet/toolset - 8a7233911d89cf46ba01ceda8829b2efa7d58c54 + 999ea6a34d5cb383922784edbf081a99af2fb7b2 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 8a7233911d89cf46ba01ceda8829b2efa7d58c54 + 999ea6a34d5cb383922784edbf081a99af2fb7b2 diff --git a/eng/Versions.props b/eng/Versions.props index c5110d3dd..a75d61051 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19559.4 + 5.0.100-alpha.1.19559.6 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19558.2 + 5.0.0-alpha1.19559.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19559.4 + 5.0.100-alpha.1.19559.6 0.2.0 From d388403f872dcfec49d021d59e458c80ab908a17 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 09:45:32 +0000 Subject: [PATCH 1049/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191110.1 (#5604) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19560.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19560.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19560.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 808275a9a..7ea4032a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b0e1c0ae383a3a892c5916c9d244ffbf9bba1d48 + fcbf59d259ba8094fd1d72de430fba3e7c93a852 - + https://github.com/dotnet/windowsdesktop - b0e1c0ae383a3a892c5916c9d244ffbf9bba1d48 + fcbf59d259ba8094fd1d72de430fba3e7c93a852 - + https://github.com/dotnet/windowsdesktop - b0e1c0ae383a3a892c5916c9d244ffbf9bba1d48 + fcbf59d259ba8094fd1d72de430fba3e7c93a852 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index a75d61051..3fbdbcd0b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19559.9 - 5.0.0-alpha.1.19559.9 - 5.0.0-alpha.1.19559.9 + 5.0.0-alpha.1.19560.1 + 5.0.0-alpha.1.19560.1 + 5.0.0-alpha.1.19560.1 From 63ff1018d3d873668a4492788fba5d8998063aff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 15:00:35 +0000 Subject: [PATCH 1050/1121] Update dependencies from https://github.com/dotnet/toolset build 20191110.1 (#5605) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19560.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19560.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ea4032a1..2e1d489e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 539753fa6913246cd958816e54bb5af610c328a8 - + https://github.com/dotnet/toolset - 999ea6a34d5cb383922784edbf081a99af2fb7b2 + 451af1d1468fb1caf5eb7aa21a1eb87d3464ca40 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 999ea6a34d5cb383922784edbf081a99af2fb7b2 + 451af1d1468fb1caf5eb7aa21a1eb87d3464ca40 diff --git a/eng/Versions.props b/eng/Versions.props index 3fbdbcd0b..db7552fae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19559.6 + 5.0.100-alpha.1.19560.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19559.6 + 5.0.100-alpha.1.19560.1 0.2.0 From d1088adad21c60737100279eef18ed4dc322409a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 19:35:32 +0000 Subject: [PATCH 1051/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191110.2 (#5606) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19560.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19560.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19560.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e1d489e6..8298a5d9d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - fcbf59d259ba8094fd1d72de430fba3e7c93a852 + c5948e9386e6eab900d51a9073e9a88882eec836 - + https://github.com/dotnet/windowsdesktop - fcbf59d259ba8094fd1d72de430fba3e7c93a852 + c5948e9386e6eab900d51a9073e9a88882eec836 - + https://github.com/dotnet/windowsdesktop - fcbf59d259ba8094fd1d72de430fba3e7c93a852 + c5948e9386e6eab900d51a9073e9a88882eec836 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index db7552fae..d06e92be6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19560.1 - 5.0.0-alpha.1.19560.1 - 5.0.0-alpha.1.19560.1 + 5.0.0-alpha.1.19560.2 + 5.0.0-alpha.1.19560.2 + 5.0.0-alpha.1.19560.2 From d4d2228c2d7403c7e4d5065f19ec3670fff741c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 07:55:32 +0000 Subject: [PATCH 1052/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191110.3 (#5607) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19560.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19560.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19560.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8298a5d9d..2fd627306 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c5948e9386e6eab900d51a9073e9a88882eec836 + 3dc3cf26804103c58e09b123f6df319220bd03f6 - + https://github.com/dotnet/windowsdesktop - c5948e9386e6eab900d51a9073e9a88882eec836 + 3dc3cf26804103c58e09b123f6df319220bd03f6 - + https://github.com/dotnet/windowsdesktop - c5948e9386e6eab900d51a9073e9a88882eec836 + 3dc3cf26804103c58e09b123f6df319220bd03f6 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index d06e92be6..a7b1c3b98 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19560.2 - 5.0.0-alpha.1.19560.2 - 5.0.0-alpha.1.19560.2 + 5.0.0-alpha.1.19560.3 + 5.0.0-alpha.1.19560.3 + 5.0.0-alpha.1.19560.3 From c3d38bf97318f5a84d472643aa5ce0e0207252f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 14:55:30 +0000 Subject: [PATCH 1053/1121] Update dependencies from https://github.com/dotnet/toolset build 20191111.1 (#5608) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19561.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19561.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2fd627306..97a64f15d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 539753fa6913246cd958816e54bb5af610c328a8 - + https://github.com/dotnet/toolset - 451af1d1468fb1caf5eb7aa21a1eb87d3464ca40 + 52212bbd0baff917f90d2a00b1de817df4a807d3 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 451af1d1468fb1caf5eb7aa21a1eb87d3464ca40 + 52212bbd0baff917f90d2a00b1de817df4a807d3 diff --git a/eng/Versions.props b/eng/Versions.props index a7b1c3b98..b569cb950 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19560.1 + 5.0.100-alpha.1.19561.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19560.1 + 5.0.100-alpha.1.19561.1 0.2.0 From 82c2805bb9ad786aa812d23b477048bb00a65851 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 23:31:35 +0000 Subject: [PATCH 1054/1121] [master] Update dependencies from dotnet/windowsdesktop (#5613) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191111.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19561.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19561.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19561.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191111.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19561.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19561.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19561.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 97a64f15d..7b7aa6c9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3dc3cf26804103c58e09b123f6df319220bd03f6 + d05f79608bbdad4542b3252a56ccb3475542c8f2 - + https://github.com/dotnet/windowsdesktop - 3dc3cf26804103c58e09b123f6df319220bd03f6 + d05f79608bbdad4542b3252a56ccb3475542c8f2 - + https://github.com/dotnet/windowsdesktop - 3dc3cf26804103c58e09b123f6df319220bd03f6 + d05f79608bbdad4542b3252a56ccb3475542c8f2 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b569cb950..bec84c3d6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19560.3 - 5.0.0-alpha.1.19560.3 - 5.0.0-alpha.1.19560.3 + 5.0.0-alpha.1.19561.2 + 5.0.0-alpha.1.19561.2 + 5.0.0-alpha.1.19561.2 From 078af079d20b06496e2937c449eafcea9e8b1b02 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 03:25:35 +0000 Subject: [PATCH 1055/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191111.3 (#5622) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19561.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19561.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19561.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7b7aa6c9c..a55037554 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d05f79608bbdad4542b3252a56ccb3475542c8f2 + a79650985e9b658668eab31f2991ef3089e1c58c - + https://github.com/dotnet/windowsdesktop - d05f79608bbdad4542b3252a56ccb3475542c8f2 + a79650985e9b658668eab31f2991ef3089e1c58c - + https://github.com/dotnet/windowsdesktop - d05f79608bbdad4542b3252a56ccb3475542c8f2 + a79650985e9b658668eab31f2991ef3089e1c58c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index bec84c3d6..5abec8c95 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19561.2 - 5.0.0-alpha.1.19561.2 - 5.0.0-alpha.1.19561.2 + 5.0.0-alpha.1.19561.3 + 5.0.0-alpha.1.19561.3 + 5.0.0-alpha.1.19561.3 From e216338bee06dab615fb7f06caa420a59507c6b4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 09:27:45 +0000 Subject: [PATCH 1056/1121] [master] Update dependencies from dotnet/windowsdesktop (#5626) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191111.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19561.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19561.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19561.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191111.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19561.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19561.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19561.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a55037554..6c52ce2ea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a79650985e9b658668eab31f2991ef3089e1c58c + b562e63b3fe930f87bc39cb4a75e64822ef78ac7 - + https://github.com/dotnet/windowsdesktop - a79650985e9b658668eab31f2991ef3089e1c58c + b562e63b3fe930f87bc39cb4a75e64822ef78ac7 - + https://github.com/dotnet/windowsdesktop - a79650985e9b658668eab31f2991ef3089e1c58c + b562e63b3fe930f87bc39cb4a75e64822ef78ac7 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 5abec8c95..17a35ba00 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19561.3 - 5.0.0-alpha.1.19561.3 - 5.0.0-alpha.1.19561.3 + 5.0.0-alpha.1.19561.6 + 5.0.0-alpha.1.19561.6 + 5.0.0-alpha.1.19561.6 From c9f8d1a7faf73f3fe65c08c667b8fe1c369e3cd0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 15:16:06 +0000 Subject: [PATCH 1057/1121] Update dependencies from https://github.com/dotnet/toolset build 20191112.5 (#5636) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19562.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19562.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6c52ce2ea..528371b30 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 539753fa6913246cd958816e54bb5af610c328a8 - + https://github.com/dotnet/toolset - 52212bbd0baff917f90d2a00b1de817df4a807d3 + 386fd43a8861c7ab77105ef2f82b7cda68bb2fa7 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 52212bbd0baff917f90d2a00b1de817df4a807d3 + 386fd43a8861c7ab77105ef2f82b7cda68bb2fa7 diff --git a/eng/Versions.props b/eng/Versions.props index 17a35ba00..1d3f84be4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19561.1 + 5.0.100-alpha.1.19562.5 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19561.1 + 5.0.100-alpha.1.19562.5 0.2.0 From 0777b1c8fc596dbc378b5f352e2432b196f053cb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 15:46:57 +0000 Subject: [PATCH 1058/1121] [master] Update dependencies from dotnet/toolset (#5637) * Update dependencies from https://github.com/dotnet/toolset build 20191112.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19562.6 * Update dependencies from https://github.com/dotnet/toolset build 20191112.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19562.7 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19562.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 528371b30..10eeed427 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 539753fa6913246cd958816e54bb5af610c328a8 - + https://github.com/dotnet/toolset - 386fd43a8861c7ab77105ef2f82b7cda68bb2fa7 + 627a8513f3010928c0c26cfd8231055fb2bb76d6 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 386fd43a8861c7ab77105ef2f82b7cda68bb2fa7 + 627a8513f3010928c0c26cfd8231055fb2bb76d6 diff --git a/eng/Versions.props b/eng/Versions.props index 1d3f84be4..ba58bcfd7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19562.5 + 5.0.100-alpha.1.19562.7 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19562.5 + 5.0.100-alpha.1.19562.7 0.2.0 From 235998bc1546d3c760f00eb17844582e3b102de8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 16:35:38 +0000 Subject: [PATCH 1059/1121] Update dependencies from https://github.com/dotnet/toolset build 20191112.9 (#5639) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19562.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19562.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19562.9 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 10eeed427..ce5e47338 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - 539753fa6913246cd958816e54bb5af610c328a8 + 0f77bd58501d23d5de4616e057f2ac08ecd70e94 - + https://github.com/dotnet/toolset - 627a8513f3010928c0c26cfd8231055fb2bb76d6 + 7b4e0c24448fa3074b27d6e8f93405bc1ea3b494 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 627a8513f3010928c0c26cfd8231055fb2bb76d6 + 7b4e0c24448fa3074b27d6e8f93405bc1ea3b494 diff --git a/eng/Versions.props b/eng/Versions.props index ba58bcfd7..019c478d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19562.7 + 5.0.100-alpha.1.19562.9 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19559.1 + 5.0.0-alpha1.19562.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19562.7 + 5.0.100-alpha.1.19562.9 0.2.0 From eb4a28cf82303eed7e070013dcdb706c2dd094a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 01:51:00 +0000 Subject: [PATCH 1060/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191112.3 (#5646) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19562.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19562.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19562.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ce5e47338..6aedf1d5b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b562e63b3fe930f87bc39cb4a75e64822ef78ac7 + c495d94dc57260f8f4eebffc2ab748467d390974 - + https://github.com/dotnet/windowsdesktop - b562e63b3fe930f87bc39cb4a75e64822ef78ac7 + c495d94dc57260f8f4eebffc2ab748467d390974 - + https://github.com/dotnet/windowsdesktop - b562e63b3fe930f87bc39cb4a75e64822ef78ac7 + c495d94dc57260f8f4eebffc2ab748467d390974 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 019c478d9..2e9475d86 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19561.6 - 5.0.0-alpha.1.19561.6 - 5.0.0-alpha.1.19561.6 + 5.0.0-alpha.1.19562.3 + 5.0.0-alpha.1.19562.3 + 5.0.0-alpha.1.19562.3 From a674aa4b77d381bfab381db698efa2d40d24030a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 07:35:37 +0000 Subject: [PATCH 1061/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191112.5 (#5653) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19562.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19562.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19562.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6aedf1d5b..416a028c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c495d94dc57260f8f4eebffc2ab748467d390974 + 9bd1d428c5a2ff66d32da2f86b9e750dcc49a567 - + https://github.com/dotnet/windowsdesktop - c495d94dc57260f8f4eebffc2ab748467d390974 + 9bd1d428c5a2ff66d32da2f86b9e750dcc49a567 - + https://github.com/dotnet/windowsdesktop - c495d94dc57260f8f4eebffc2ab748467d390974 + 9bd1d428c5a2ff66d32da2f86b9e750dcc49a567 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2e9475d86..24528a171 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19562.3 - 5.0.0-alpha.1.19562.3 - 5.0.0-alpha.1.19562.3 + 5.0.0-alpha.1.19562.5 + 5.0.0-alpha.1.19562.5 + 5.0.0-alpha.1.19562.5 From e6edf2d93f8491a21aa4b0b32e2a55dacb8ef9c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 13:01:51 +0000 Subject: [PATCH 1062/1121] [master] Update dependencies from dotnet/windowsdesktop (#5655) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191113.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19563.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19563.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191113.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19563.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19563.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 416a028c2..9bd546dbc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9bd1d428c5a2ff66d32da2f86b9e750dcc49a567 + 325d5b7d5db60293bb4830bf2f933013e3b2dd5d - + https://github.com/dotnet/windowsdesktop - 9bd1d428c5a2ff66d32da2f86b9e750dcc49a567 + 325d5b7d5db60293bb4830bf2f933013e3b2dd5d - + https://github.com/dotnet/windowsdesktop - 9bd1d428c5a2ff66d32da2f86b9e750dcc49a567 + 325d5b7d5db60293bb4830bf2f933013e3b2dd5d https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 24528a171..75f94dc0d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19562.5 - 5.0.0-alpha.1.19562.5 - 5.0.0-alpha.1.19562.5 + 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.2 From f6a2a7ccc16f10371e19d2b73bf7776711444e78 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 16:57:18 +0000 Subject: [PATCH 1063/1121] [master] Update dependencies from dotnet/toolset (#5648) * Update dependencies from https://github.com/dotnet/toolset build 20191112.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19562.14 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19562.14 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191113.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19563.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19563.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19563.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9bd546dbc..cd3abb44f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - 0f77bd58501d23d5de4616e057f2ac08ecd70e94 + bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - 7b4e0c24448fa3074b27d6e8f93405bc1ea3b494 + e3b7b6248473f9af2c5ab1fbba38e74182a6804a https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 7b4e0c24448fa3074b27d6e8f93405bc1ea3b494 + e3b7b6248473f9af2c5ab1fbba38e74182a6804a diff --git a/eng/Versions.props b/eng/Versions.props index 75f94dc0d..6a473b3c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19562.9 + 5.0.100-alpha.1.19563.2 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19562.1 + 5.0.0-alpha1.19563.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19562.9 + 5.0.100-alpha.1.19563.2 0.2.0 From 6b36200dabff0d5dd5367f0f62498a3dc14f3977 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 18:35:18 +0000 Subject: [PATCH 1064/1121] [master] Update dependencies from dotnet/core-setup (#5602) * Update dependencies from https://github.com/dotnet/core-setup build 20191109.5 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19559.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19559.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19559.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19559.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.5 * Update dependencies from https://github.com/dotnet/core-setup build 20191111.10 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19561.10 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19561.10 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19561.10 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19561.10 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19561.10 * Update dependencies from https://github.com/dotnet/core-setup build 20191112.8 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19562.8 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19562.8 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19562.8 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19562.8 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19562.8 * Update dependencies from https://github.com/dotnet/core-setup build 20191113.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19563.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19563.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19563.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19563.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.1 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cd3abb44f..797fdb24d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 325d5b7d5db60293bb4830bf2f933013e3b2dd5d - + https://github.com/dotnet/core-setup - a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b + 9feb75f11691334b199995cc42e28d24f6d56082 - + https://github.com/dotnet/core-setup - a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b + 9feb75f11691334b199995cc42e28d24f6d56082 - + https://github.com/dotnet/core-setup - a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b + 9feb75f11691334b199995cc42e28d24f6d56082 - + https://github.com/dotnet/core-setup - a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b + 9feb75f11691334b199995cc42e28d24f6d56082 - + https://github.com/dotnet/core-setup - a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b + 9feb75f11691334b199995cc42e28d24f6d56082 diff --git a/eng/Versions.props b/eng/Versions.props index 6a473b3c5..8f5165f5a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha.1.19559.3 - 5.0.0-alpha.1.19559.3 - 5.0.0-alpha.1.19559.3 - 5.0.0-alpha.1.19559.3 - 5.0.0-alpha.1.19559.3 + 5.0.0-alpha.1.19563.1 + 5.0.0-alpha.1.19563.1 + 5.0.0-alpha.1.19563.1 + 5.0.0-alpha.1.19563.1 + 5.0.0-alpha.1.19563.1 2.1.0 From af8c34c76012eb995a3f071bf5457dec594273f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 19:20:59 +0000 Subject: [PATCH 1065/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191113.2 (#5656) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19563.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19563.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19563.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19563.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.2 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 797fdb24d..24c0cea0d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 325d5b7d5db60293bb4830bf2f933013e3b2dd5d - + https://github.com/dotnet/core-setup - 9feb75f11691334b199995cc42e28d24f6d56082 + cd30e7c14ca5f0924af5c6acefb880b3feffd650 - + https://github.com/dotnet/core-setup - 9feb75f11691334b199995cc42e28d24f6d56082 + cd30e7c14ca5f0924af5c6acefb880b3feffd650 - + https://github.com/dotnet/core-setup - 9feb75f11691334b199995cc42e28d24f6d56082 + cd30e7c14ca5f0924af5c6acefb880b3feffd650 - + https://github.com/dotnet/core-setup - 9feb75f11691334b199995cc42e28d24f6d56082 + cd30e7c14ca5f0924af5c6acefb880b3feffd650 - + https://github.com/dotnet/core-setup - 9feb75f11691334b199995cc42e28d24f6d56082 + cd30e7c14ca5f0924af5c6acefb880b3feffd650 diff --git a/eng/Versions.props b/eng/Versions.props index 8f5165f5a..5cc8d9ffe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha.1.19563.1 - 5.0.0-alpha.1.19563.1 - 5.0.0-alpha.1.19563.1 - 5.0.0-alpha.1.19563.1 - 5.0.0-alpha.1.19563.1 + 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.2 2.1.0 From c964e9e11ce88c5acc39b4bd01cf68bc08f34f01 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 21:30:36 +0000 Subject: [PATCH 1066/1121] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191113.3 (#5658) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19563.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19563.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 24c0cea0d..100d6f575 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 325d5b7d5db60293bb4830bf2f933013e3b2dd5d + 312238964d5d5e800a699d00a61680cc3d3a929a - + https://github.com/dotnet/windowsdesktop - 325d5b7d5db60293bb4830bf2f933013e3b2dd5d + 312238964d5d5e800a699d00a61680cc3d3a929a - + https://github.com/dotnet/windowsdesktop - 325d5b7d5db60293bb4830bf2f933013e3b2dd5d + 312238964d5d5e800a699d00a61680cc3d3a929a https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 5cc8d9ffe..ca5150fd9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19563.2 - 5.0.0-alpha.1.19563.2 - 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.3 + 5.0.0-alpha.1.19563.3 + 5.0.0-alpha.1.19563.3 From 854983d3165a5e74fd3d0bf33d79b7d0ce46b764 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 21:55:36 +0000 Subject: [PATCH 1067/1121] Update dependencies from https://github.com/dotnet/toolset build 20191113.4 (#5659) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19563.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19563.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 100d6f575..8f426a6e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - e3b7b6248473f9af2c5ab1fbba38e74182a6804a + 8eaeccfa4d658a67ea197941e0ad455556ad62f6 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - e3b7b6248473f9af2c5ab1fbba38e74182a6804a + 8eaeccfa4d658a67ea197941e0ad455556ad62f6 diff --git a/eng/Versions.props b/eng/Versions.props index ca5150fd9..2a9a1b00e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19563.2 + 5.0.100-alpha.1.19563.4 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19563.2 + 5.0.100-alpha.1.19563.4 0.2.0 From 911bf82695e652eae11f833fecbc09d850ef41b4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 22:35:36 +0000 Subject: [PATCH 1068/1121] Update dependencies from https://github.com/dotnet/toolset build 20191113.6 (#5661) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19563.6 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19563.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8f426a6e4..e2b2b5fb7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - 8eaeccfa4d658a67ea197941e0ad455556ad62f6 + 6c3c51578eef40c4f2a38510dd9f922f25af2a2d https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 8eaeccfa4d658a67ea197941e0ad455556ad62f6 + 6c3c51578eef40c4f2a38510dd9f922f25af2a2d diff --git a/eng/Versions.props b/eng/Versions.props index 2a9a1b00e..f32b126c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19563.4 + 5.0.100-alpha.1.19563.6 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19563.4 + 5.0.100-alpha.1.19563.6 0.2.0 From a28168d5a3b4ffed1c8a81720345d0dd2e9c644e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 01:40:50 +0000 Subject: [PATCH 1069/1121] Update dependencies from https://github.com/dotnet/toolset build 20191113.7 (#5662) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19563.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19563.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e2b2b5fb7..8b573fffd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - 6c3c51578eef40c4f2a38510dd9f922f25af2a2d + b0ef2c9816a631a5e595c44ece482ca0fc17f8ba https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 6c3c51578eef40c4f2a38510dd9f922f25af2a2d + b0ef2c9816a631a5e595c44ece482ca0fc17f8ba diff --git a/eng/Versions.props b/eng/Versions.props index f32b126c5..5d672892e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19563.6 + 5.0.100-alpha.1.19563.7 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19563.6 + 5.0.100-alpha.1.19563.7 0.2.0 From a0ce5957b0f97cb38fe382c30f03b9e083adfe25 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 04:51:17 +0000 Subject: [PATCH 1070/1121] [master] Update dependencies from dotnet/windowsdesktop (#5663) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191113.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19563.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19563.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191113.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19563.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19563.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b573fffd..5819f8097 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 312238964d5d5e800a699d00a61680cc3d3a929a + 39d3903a9feec0661fa65a20aa4e16ebde2c9344 - + https://github.com/dotnet/windowsdesktop - 312238964d5d5e800a699d00a61680cc3d3a929a + 39d3903a9feec0661fa65a20aa4e16ebde2c9344 - + https://github.com/dotnet/windowsdesktop - 312238964d5d5e800a699d00a61680cc3d3a929a + 39d3903a9feec0661fa65a20aa4e16ebde2c9344 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 5d672892e..3d5ed8420 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19563.3 - 5.0.0-alpha.1.19563.3 - 5.0.0-alpha.1.19563.3 + 5.0.0-alpha.1.19563.5 + 5.0.0-alpha.1.19563.5 + 5.0.0-alpha.1.19563.5 From b01c4f4d23d237de509ebb12ae772837e906226e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 06:41:12 +0000 Subject: [PATCH 1071/1121] [master] Update dependencies from dotnet/core-setup (#5664) * Update dependencies from https://github.com/dotnet/core-setup build 20191113.5 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19563.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19563.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19563.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19563.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.5 * Update dependencies from https://github.com/dotnet/core-setup build 20191113.6 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19563.6 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19563.6 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19563.6 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19563.6 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.6 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19563.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5819f8097..c823eea3d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 39d3903a9feec0661fa65a20aa4e16ebde2c9344 - + https://github.com/dotnet/core-setup - cd30e7c14ca5f0924af5c6acefb880b3feffd650 + 8743c312a9d1ce4035140046d44bb959c44f194f - + https://github.com/dotnet/core-setup - cd30e7c14ca5f0924af5c6acefb880b3feffd650 + 8743c312a9d1ce4035140046d44bb959c44f194f - + https://github.com/dotnet/core-setup - cd30e7c14ca5f0924af5c6acefb880b3feffd650 + 8743c312a9d1ce4035140046d44bb959c44f194f - + https://github.com/dotnet/core-setup - cd30e7c14ca5f0924af5c6acefb880b3feffd650 + 8743c312a9d1ce4035140046d44bb959c44f194f - + https://github.com/dotnet/core-setup - cd30e7c14ca5f0924af5c6acefb880b3feffd650 + 8743c312a9d1ce4035140046d44bb959c44f194f @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 475778fa982064e26a8b3a5d7545112f6586ac61 + cf64918877d98577363bb40d5eafac52beb80a79 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 3d5ed8420..9a43362ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19556.7 + 5.0.0-alpha.1.19563.3 - 5.0.0-alpha.1.19563.2 - 5.0.0-alpha.1.19563.2 - 5.0.0-alpha.1.19563.2 - 5.0.0-alpha.1.19563.2 - 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.6 + 5.0.0-alpha.1.19563.6 + 5.0.0-alpha.1.19563.6 + 5.0.0-alpha.1.19563.6 + 5.0.0-alpha.1.19563.6 2.1.0 From 8713da1827f7a5562dff4a0fc5f49bf61fdb451b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 15:25:33 +0000 Subject: [PATCH 1072/1121] Update dependencies from https://github.com/dotnet/toolset build 20191114.2 (#5668) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19564.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19564.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c823eea3d..52c08134e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - b0ef2c9816a631a5e595c44ece482ca0fc17f8ba + 80fe16c0513b2b45caeeb3a28d2bb984f5569554 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - b0ef2c9816a631a5e595c44ece482ca0fc17f8ba + 80fe16c0513b2b45caeeb3a28d2bb984f5569554 diff --git a/eng/Versions.props b/eng/Versions.props index 9a43362ee..943a3895d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19563.7 + 5.0.100-alpha.1.19564.2 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19563.7 + 5.0.100-alpha.1.19564.2 0.2.0 From b09106e1f8677135cc1aff9ef3153f4fa9130a31 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 22:30:37 +0000 Subject: [PATCH 1073/1121] Update dependencies from https://github.com/dotnet/toolset build 20191114.3 (#5669) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19564.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19564.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 52c08134e..b248ab598 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - 80fe16c0513b2b45caeeb3a28d2bb984f5569554 + 000c4b0c14e73a40cb1f59d985781b5975beac18 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 80fe16c0513b2b45caeeb3a28d2bb984f5569554 + 000c4b0c14e73a40cb1f59d985781b5975beac18 diff --git a/eng/Versions.props b/eng/Versions.props index 943a3895d..c86066647 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19564.2 + 5.0.100-alpha.1.19564.3 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19564.2 + 5.0.100-alpha.1.19564.3 0.2.0 From 7444396429e52fe37662f9bed61cbbd002ad1b08 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 23:21:53 +0000 Subject: [PATCH 1074/1121] [master] Update dependencies from dotnet/arcade (#5635) * Update dependencies from https://github.com/dotnet/arcade build 20191111.8 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19561.8 * Update dependencies from https://github.com/dotnet/arcade build 20191112.5 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19562.5 * Update dependencies from https://github.com/dotnet/arcade build 20191113.9 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19563.9 * Update dependencies from https://github.com/dotnet/arcade build 20191114.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19564.2 * Remove explicit sourcelink version and use arcade version --- eng/Version.Details.xml | 4 +- eng/Versions.props | 1 - .../post-build/channels/general-testing.yml | 143 ---------------- ...al-30.yml => generic-internal-channel.yml} | 35 +++- ...ease-31.yml => generic-public-channel.yml} | 35 +++- .../channels/netcore-3-eng-validation.yml | 96 ----------- .../post-build/channels/netcore-3-eng.yml | 143 ---------------- .../channels/netcore-blazor-31-features.yml | 143 ---------------- .../post-build/channels/netcore-dev-31.yml | 143 ---------------- .../post-build/channels/netcore-dev-5.yml | 143 ---------------- .../channels/netcore-eng-latest.yml | 143 ---------------- .../channels/netcore-eng-validation.yml | 98 ----------- .../channels/netcore-release-30.yml | 143 ---------------- .../templates/post-build/post-build.yml | 154 ++++++++++++++---- eng/common/templates/steps/publish-logs.yml | 23 +++ global.json | 2 +- 16 files changed, 204 insertions(+), 1245 deletions(-) delete mode 100644 eng/common/templates/post-build/channels/general-testing.yml rename eng/common/templates/post-build/channels/{netcore-internal-30.yml => generic-internal-channel.yml} (84%) rename eng/common/templates/post-build/channels/{netcore-release-31.yml => generic-public-channel.yml} (84%) delete mode 100644 eng/common/templates/post-build/channels/netcore-3-eng-validation.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-3-eng.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-blazor-31-features.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-dev-31.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-dev-5.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-eng-latest.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-eng-validation.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-release-30.yml create mode 100644 eng/common/templates/steps/publish-logs.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b248ab598..3bf03fd03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - be7971c98d4ad60cdf8c3d1aa41f950f42bd466a + 44214d4d7d9091e31f57c5e6bc51180cbb0f79bf
diff --git a/eng/Versions.props b/eng/Versions.props index c86066647..a19940fd9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -122,7 +122,6 @@ $(BuildTasksFeedToolVersion) 2.0.0 15.8.0 - 1.0.0-beta2-19367-01 diff --git a/eng/common/templates/post-build/channels/general-testing.yml b/eng/common/templates/post-build/channels/general-testing.yml deleted file mode 100644 index 229e80a88..000000000 --- a/eng/common/templates/post-build/channels/general-testing.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: General_Testing_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: General Testing Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.GeneralTesting_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.GeneralTesting_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.GeneralTesting_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml similarity index 84% rename from eng/common/templates/post-build/channels/netcore-internal-30.yml rename to eng/common/templates/post-build/channels/generic-internal-channel.yml index b0b39c8b6..2ea807033 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -4,20 +4,26 @@ parameters: - Validate publishInstallersAndChecksums: false symbolPublishingAdditionalParameters: '' + stageName: '' + channelName: '' + channelId: '' + transportFeed: '' + shippingFeed: '' + symbolsFeed: '' stages: -- stage: NetCore_30_Internal_Servicing_Publishing +- stage: ${{ parameters.stageName }} dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml - displayName: .NET Core 3.0 Internal Servicing Publishing + displayName: ${{ parameters.channelName }} Publishing jobs: - template: ../setup-maestro-vars.yml - - job: + - job: publish_symbols displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id)) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }} )) variables: - group: DotNet-Symbol-Server-Pats pool: @@ -61,6 +67,11 @@ stages: /p:PublishToMSDL=false ${{ parameters.symbolPublishingAdditionalParameters }} + - template: ../../steps/publish-logs.yml + parameters: + StageLabel: '${{ parameters.stageName }}' + JobLabel: 'SymbolPublishing' + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars @@ -69,7 +80,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id)) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }})) pool: vmImage: 'windows-2019' steps: @@ -130,14 +141,20 @@ stages: /p:ChecksumsAzureAccountKey=$(InternalChecksumsBlobFeedKey) /p:InstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(InternalInstallersBlobFeedKey) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeed='${{ parameters.shippingFeed }}' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeed='${{ parameters.transportFeed }}' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeed='${{ parameters.symbolsFeed }}' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:PublishToMSDL=false ${{ parameters.artifactsPublishingAdditionalParameters }} + - template: ../../steps/publish-logs.yml + parameters: + StageLabel: '${{ parameters.stageName }}' + JobLabel: 'AssetsPublishing' + - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} + ChannelId: ${{ parameters.channelId }} diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/generic-public-channel.yml similarity index 84% rename from eng/common/templates/post-build/channels/netcore-release-31.yml rename to eng/common/templates/post-build/channels/generic-public-channel.yml index da9159566..59b4765da 100644 --- a/eng/common/templates/post-build/channels/netcore-release-31.yml +++ b/eng/common/templates/post-build/channels/generic-public-channel.yml @@ -4,20 +4,26 @@ parameters: - Validate publishInstallersAndChecksums: false symbolPublishingAdditionalParameters: '' + stageName: '' + channelName: '' + channelId: '' + transportFeed: '' + shippingFeed: '' + symbolsFeed: '' stages: -- stage: NetCore_Release31_Publish +- stage: ${{ parameters.stageName }} dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml - displayName: .NET Core 3.1 Release Publishing + displayName: ${{ parameters.channelName }} Publishing jobs: - template: ../setup-maestro-vars.yml - - job: + - job: publish_symbols displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id)) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }} )) variables: - group: DotNet-Symbol-Server-Pats pool: @@ -60,6 +66,12 @@ stages: /p:Configuration=Release ${{ parameters.symbolPublishingAdditionalParameters }} + - template: ../../steps/publish-logs.yml + parameters: + StageLabel: '${{ parameters.stageName }}' + JobLabel: 'SymbolPublishing' + + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars @@ -68,7 +80,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id)) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }})) pool: vmImage: 'windows-2019' steps: @@ -130,14 +142,19 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeed='${{ parameters.shippingFeed }}' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeed='${{ parameters.transportFeed }}' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeed='${{ parameters.symbolsFeed }}' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} + - template: ../../steps/publish-logs.yml + parameters: + StageLabel: '${{ parameters.stageName }}' + JobLabel: 'AssetsPublishing' + - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.PublicRelease_31_Channel_Id }} + ChannelId: ${{ parameters.channelId }} diff --git a/eng/common/templates/post-build/channels/netcore-3-eng-validation.yml b/eng/common/templates/post-build/channels/netcore-3-eng-validation.yml deleted file mode 100644 index 47f7a445b..000000000 --- a/eng/common/templates/post-build/channels/netcore-3-eng-validation.yml +++ /dev/null @@ -1,96 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - -stages: -- stage: NetCore_3_Tools_Validation_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET 3 Tools - Validation Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NETCore_3_Tools_Validation_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetValidationArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.NETCore_3_Tools_Validation_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-3-eng.yml b/eng/common/templates/post-build/channels/netcore-3-eng.yml deleted file mode 100644 index a8ef4435d..000000000 --- a/eng/common/templates/post-build/channels/netcore-3-eng.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: NetCore_3_Tools_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET 3 Tools Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_3_Tools_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise there will be authentication failures when accessing a private feed hosted in a different org. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_3_Tools_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_3_Tools_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml b/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml deleted file mode 100644 index 297b541f9..000000000 --- a/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: NetCore_Blazor31_Features_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET Core 3.1 Blazor Features Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_31_Blazor_Features_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml deleted file mode 100644 index 43806d65d..000000000 --- a/eng/common/templates/post-build/channels/netcore-dev-31.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: NetCore_Dev31_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET Core 3.1 Dev Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_31_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_31_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.PublicDevRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml deleted file mode 100644 index 0a6b477ae..000000000 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: NetCore_Dev5_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET Core 5 Dev Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_5_Dev_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_5_Dev_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-eng-latest.yml b/eng/common/templates/post-build/channels/netcore-eng-latest.yml deleted file mode 100644 index 9954fae98..000000000 --- a/eng/common/templates/post-build/channels/netcore-eng-latest.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: NetCore_Tools_Latest_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET Tools - Latest Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Latest_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Latest_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-eng-validation.yml b/eng/common/templates/post-build/channels/netcore-eng-validation.yml deleted file mode 100644 index 36991ed02..000000000 --- a/eng/common/templates/post-build/channels/netcore-eng-validation.yml +++ /dev/null @@ -1,98 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - -stages: -- stage: PVR_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET Tools - Validation Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Validation_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetValidationArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_Tools_Validation_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-release-30.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml deleted file mode 100644 index bd9bfc68f..000000000 --- a/eng/common/templates/post-build/channels/netcore-release-30.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: NetCore_Release30_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET Core 3.0 Release Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.PublicRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 69286f51f..adedc70b8 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -79,9 +79,13 @@ stages: arguments: -task SigningValidation -restore -msbuildEngine dotnet /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' - /p:Configuration=Release ${{ parameters.signingValidationAdditionalParameters }} + - template: ../steps/publish-logs.yml + parameters: + StageLabel: 'Validation' + JobLabel: 'Signing' + - ${{ if eq(parameters.enableSourceLinkValidation, 'true') }}: - job: displayName: SourceLink Validation @@ -114,77 +118,171 @@ stages: continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }} artifactNames: ${{ parameters.SDLValidationParameters.artifactNames }} -- template: \eng\common\templates\post-build\channels\netcore-dev-5.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_Dev5_Publish' + channelName: '.NET Core 5 Dev' + channelId: 131 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\netcore-dev-31.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_Dev31_Publish' + channelName: '.NET Core 3.1 Dev' + channelId: 128 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\netcore-eng-latest.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_Tools_Latest_Publish' + channelName: '.NET Tools - Latest' + channelId: 2 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\netcore-eng-validation.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - -- template: \eng\common\templates\post-build\channels\netcore-3-eng-validation.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - -- template: \eng\common\templates\post-build\channels\netcore-3-eng.yml - parameters: - dependsOn: ${{ parameters.publishDependsOn }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - -- template: \eng\common\templates\post-build\channels\netcore-release-30.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'PVR_Publish' + channelName: '.NET Tools - Validation' + channelId: 9 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\netcore-release-31.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_3_Tools_Validation_Publish' + channelName: '.NET 3 Tools - Validation' + channelId: 390 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\netcore-blazor-31-features.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_3_Tools_Publish' + channelName: '.NET 3 Tools' + channelId: 344 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\netcore-internal-30.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_Release30_Publish' + channelName: '.NET Core 3.0 Release' + channelId: 19 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\general-testing.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_Release31_Publish' + channelName: '.NET Core 3.1 Release' + channelId: 129 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_Blazor31_Features_Publish' + channelName: '.NET Core 3.1 Blazor Features' + channelId: 531 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_30_Internal_Servicing_Publishing' + channelName: '.NET Core 3.0 Internal Servicing' + channelId: 184 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'General_Testing_Publish' + channelName: 'General Testing' + channelId: 529 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_Tooling_Dev_Publishing' + channelName: '.NET Core Tooling Dev' + channelId: 548 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_Tooling_Release_Publishing' + channelName: '.NET Core Tooling Release' + channelId: 549 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' diff --git a/eng/common/templates/steps/publish-logs.yml b/eng/common/templates/steps/publish-logs.yml new file mode 100644 index 000000000..8903ba57c --- /dev/null +++ b/eng/common/templates/steps/publish-logs.yml @@ -0,0 +1,23 @@ +parameters: + StageLabel: '' + JobLabel: '' + +steps: +- task: Powershell@2 + displayName: Prepare Binlogs to Upload + inputs: + targetType: inline + script: | + New-Item -ItemType Directory $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/ + Move-Item -Path $(Build.SourcesDirectory)/artifacts/log/Debug/* $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/ + continueOnError: true + condition: always() + +- task: PublishBuildArtifacts@1 + displayName: Publish Logs + inputs: + PathtoPublish: '$(Build.SourcesDirectory)/PostBuildLogs' + PublishLocation: Container + ArtifactName: PostBuilLogs + continueOnError: true + condition: always() diff --git a/global.json b/global.json index dfd23ed15..fe3f89d22 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19558.11" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19564.2" } } From 2f412fdca1bf6bfffb4f67c2b9dfd01a9990dcdd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 00:45:11 +0000 Subject: [PATCH 1075/1121] Update dependencies from https://github.com/dotnet/toolset build 20191114.4 (#5670) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19564.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19564.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3bf03fd03..db16ac4bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d
- + https://github.com/dotnet/toolset - 000c4b0c14e73a40cb1f59d985781b5975beac18 + 9868882ae30dae0b064d438829df671a15556d6f https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 000c4b0c14e73a40cb1f59d985781b5975beac18 + 9868882ae30dae0b064d438829df671a15556d6f diff --git a/eng/Versions.props b/eng/Versions.props index a19940fd9..9b8e9cc83 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19564.3 + 5.0.100-alpha.1.19564.4 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19564.3 + 5.0.100-alpha.1.19564.4 0.2.0 From 85a9a2442f10c46b9412344132ceac44972da8c5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 00:58:30 +0000 Subject: [PATCH 1076/1121] [master] Update dependencies from dotnet/windowsdesktop (#5666) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191113.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19563.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19563.6 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191114.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19564.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19564.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19564.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191114.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19564.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19564.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19564.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db16ac4bb..13d37b0db 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 39d3903a9feec0661fa65a20aa4e16ebde2c9344 + 9abb19f270147d197162dd5b66150196d2da9d18 - + https://github.com/dotnet/windowsdesktop - 39d3903a9feec0661fa65a20aa4e16ebde2c9344 + 9abb19f270147d197162dd5b66150196d2da9d18 - + https://github.com/dotnet/windowsdesktop - 39d3903a9feec0661fa65a20aa4e16ebde2c9344 + 9abb19f270147d197162dd5b66150196d2da9d18 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 9b8e9cc83..93a761041 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19563.5 - 5.0.0-alpha.1.19563.5 - 5.0.0-alpha.1.19563.5 + 5.0.0-alpha.1.19564.2 + 5.0.0-alpha.1.19564.2 + 5.0.0-alpha.1.19564.2 From dafce99a8c53da822fd8500beae92b9f26c263bd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 01:30:54 +0000 Subject: [PATCH 1077/1121] Update dependencies from https://github.com/dotnet/toolset build 20191114.5 (#5672) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19564.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19564.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 13d37b0db..8bb247cd2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - 9868882ae30dae0b064d438829df671a15556d6f + ff89d2ae6199cb02437947cafa87a8a683dfdc94 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 9868882ae30dae0b064d438829df671a15556d6f + ff89d2ae6199cb02437947cafa87a8a683dfdc94 diff --git a/eng/Versions.props b/eng/Versions.props index 93a761041..5f00bb735 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19564.4 + 5.0.100-alpha.1.19564.5 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19564.4 + 5.0.100-alpha.1.19564.5 0.2.0 From 8fc99cf3a372e6484973f3bd3ce15e5c1b390167 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 14:03:04 +0000 Subject: [PATCH 1078/1121] Update dependencies from https://github.com/dotnet/arcade build 20191114.6 (#5684) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19564.6 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8bb247cd2..a3766e317 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 44214d4d7d9091e31f57c5e6bc51180cbb0f79bf + c1cd0349f7d29cf21d93d61cdea382aecc422e36
diff --git a/global.json b/global.json index fe3f89d22..28216d747 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19564.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19564.6" } } From 5383181f4c1b9703f62e7fbef084cf4889dfce51 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 17:22:05 +0000 Subject: [PATCH 1079/1121] Update dependencies from https://github.com/dotnet/toolset build 20191115.8 (#5685) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19565.8 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19565.8 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a3766e317..a1c79738d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d
- + https://github.com/dotnet/toolset - ff89d2ae6199cb02437947cafa87a8a683dfdc94 + 98af5ebbafe388c897d84757178bd9e37fc28a4f https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - ff89d2ae6199cb02437947cafa87a8a683dfdc94 + 98af5ebbafe388c897d84757178bd9e37fc28a4f diff --git a/eng/Versions.props b/eng/Versions.props index 5f00bb735..20314ca4a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19564.5 + 5.0.100-alpha.1.19565.8 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19564.5 + 5.0.100-alpha.1.19565.8 0.2.0 From 219c96ebea6d426156a7cad766a62a09c5e1b1df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 07:20:32 +0000 Subject: [PATCH 1080/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191115.8 (#5692) - dotnet-user-secrets - 5.0.0-alpha1.19565.8 - dotnet-watch - 5.0.0-alpha1.19565.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19565.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19565.8 - dotnet-dev-certs - 5.0.0-alpha1.19565.8 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19565.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a1c79738d..d47857aee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx cf64918877d98577363bb40d5eafac52beb80a79 - + https://github.com/aspnet/AspNetCore - 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 + e683b087c5c395bfa279940aadd3ee8b57b7d886 - + https://github.com/aspnet/AspNetCore - 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 + e683b087c5c395bfa279940aadd3ee8b57b7d886 - + https://github.com/aspnet/AspNetCore - 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 + e683b087c5c395bfa279940aadd3ee8b57b7d886 - + https://github.com/aspnet/AspNetCore - 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 + e683b087c5c395bfa279940aadd3ee8b57b7d886 - + https://github.com/aspnet/AspNetCore - 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 + e683b087c5c395bfa279940aadd3ee8b57b7d886 - + https://github.com/aspnet/AspNetCore - 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 + e683b087c5c395bfa279940aadd3ee8b57b7d886 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 20314ca4a..18c5590e8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19559.2 - 5.0.0-alpha1.19559.2 - 5.0.0-alpha1.19559.2 - 5.0.0-alpha1.19559.2 - 5.0.0-alpha1.19559.2 - 5.0.0-alpha1.19559.2 + 5.0.0-alpha1.19565.8 + 5.0.0-alpha1.19565.8 + 5.0.0-alpha1.19565.8 + 5.0.0-alpha1.19565.8 + 5.0.0-alpha1.19565.8 + 5.0.0-alpha1.19565.8 From ae976400bc8e3f21d71fc0d4428c2f535821ef1b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 08:42:28 +0000 Subject: [PATCH 1081/1121] [master] Update dependencies from dotnet/toolset (#5691) * Update dependencies from https://github.com/dotnet/toolset build 20191115.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19565.11 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19565.11 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191115.17 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19565.17 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19565.17 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d47857aee..d015a4abb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - 98af5ebbafe388c897d84757178bd9e37fc28a4f + ddfccb0b2f37d596d71d2794f2139ff5f0e9bab6 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 98af5ebbafe388c897d84757178bd9e37fc28a4f + ddfccb0b2f37d596d71d2794f2139ff5f0e9bab6 diff --git a/eng/Versions.props b/eng/Versions.props index 18c5590e8..e77f32401 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19565.8 + 5.0.100-alpha.1.19565.17 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19565.8 + 5.0.100-alpha.1.19565.17 0.2.0 From 1dbbbbf7e82e0a9d5201cc13bb95a37f79d5b000 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 13:51:43 +0000 Subject: [PATCH 1082/1121] Update dependencies from https://github.com/dotnet/arcade build 20191115.1 (#5693) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19565.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d015a4abb..b2c000fa4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - c1cd0349f7d29cf21d93d61cdea382aecc422e36 + ccb393e43ad12d84d3ce4ccdd931a0bcd05eacb1
diff --git a/global.json b/global.json index 28216d747..ca7a04894 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19564.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19565.1" } } From 1ec58a66fbb7bfbc0b6b0a4c93b0607996f6516d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 21:13:11 +0000 Subject: [PATCH 1083/1121] [master] Update dependencies from dotnet/toolset (#5695) * Update dependencies from https://github.com/dotnet/toolset build 20191116.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19566.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19566.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191116.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19566.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19566.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19566.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191116.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19566.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19566.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19566.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b2c000fa4..a9e1c9af3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22
- + https://github.com/dotnet/templating - bd8e359370519410c75c795c11b3cdda1f888a4d + dcf5adbd4b5665887f22ad19592dedfb9f1e1b68 - + https://github.com/dotnet/toolset - ddfccb0b2f37d596d71d2794f2139ff5f0e9bab6 + 5023f238da1dc1ce5337113299250e6cae56933c https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - ddfccb0b2f37d596d71d2794f2139ff5f0e9bab6 + 5023f238da1dc1ce5337113299250e6cae56933c diff --git a/eng/Versions.props b/eng/Versions.props index e77f32401..cb0a5a80a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19565.17 + 5.0.100-alpha.1.19566.5 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19563.1 + 5.0.0-alpha1.19566.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19565.17 + 5.0.100-alpha.1.19566.5 0.2.0 From 543b89ac7161eb72fd1c8311260de4b8f8bc1f82 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 03:05:29 +0000 Subject: [PATCH 1084/1121] Update dependencies from https://github.com/dotnet/toolset build 20191116.6 (#5700) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19566.6 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19566.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a9e1c9af3..9695ae7b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating dcf5adbd4b5665887f22ad19592dedfb9f1e1b68 - + https://github.com/dotnet/toolset - 5023f238da1dc1ce5337113299250e6cae56933c + d80eb0d4feb481d2172bff960fa410da21cbc7ba https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 5023f238da1dc1ce5337113299250e6cae56933c + d80eb0d4feb481d2172bff960fa410da21cbc7ba diff --git a/eng/Versions.props b/eng/Versions.props index cb0a5a80a..58ea4fbf2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19566.5 + 5.0.100-alpha.1.19566.6 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19566.5 + 5.0.100-alpha.1.19566.6 0.2.0 From 240b1078e9cfae8b1d98085544bce69e1e368339 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 04:51:49 +0000 Subject: [PATCH 1085/1121] [master] Update dependencies from aspnet/AspNetCore (#5699) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191116.2 - dotnet-user-secrets - 5.0.0-alpha1.19566.2 - dotnet-watch - 5.0.0-alpha1.19566.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19566.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19566.2 - dotnet-dev-certs - 5.0.0-alpha1.19566.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19566.2 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191116.3 - dotnet-user-secrets - 5.0.0-alpha1.19566.3 - dotnet-watch - 5.0.0-alpha1.19566.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19566.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19566.3 - dotnet-dev-certs - 5.0.0-alpha1.19566.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19566.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9695ae7b1..4649fe2f0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx cf64918877d98577363bb40d5eafac52beb80a79 - + https://github.com/aspnet/AspNetCore - e683b087c5c395bfa279940aadd3ee8b57b7d886 + ef5ad1df199a126944096718d66de27c84c4e38b - + https://github.com/aspnet/AspNetCore - e683b087c5c395bfa279940aadd3ee8b57b7d886 + ef5ad1df199a126944096718d66de27c84c4e38b - + https://github.com/aspnet/AspNetCore - e683b087c5c395bfa279940aadd3ee8b57b7d886 + ef5ad1df199a126944096718d66de27c84c4e38b - + https://github.com/aspnet/AspNetCore - e683b087c5c395bfa279940aadd3ee8b57b7d886 + ef5ad1df199a126944096718d66de27c84c4e38b - + https://github.com/aspnet/AspNetCore - e683b087c5c395bfa279940aadd3ee8b57b7d886 + ef5ad1df199a126944096718d66de27c84c4e38b - + https://github.com/aspnet/AspNetCore - e683b087c5c395bfa279940aadd3ee8b57b7d886 + ef5ad1df199a126944096718d66de27c84c4e38b https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 58ea4fbf2..821b7f3fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19565.8 - 5.0.0-alpha1.19565.8 - 5.0.0-alpha1.19565.8 - 5.0.0-alpha1.19565.8 - 5.0.0-alpha1.19565.8 - 5.0.0-alpha1.19565.8 + 5.0.0-alpha1.19566.3 + 5.0.0-alpha1.19566.3 + 5.0.0-alpha1.19566.3 + 5.0.0-alpha1.19566.3 + 5.0.0-alpha1.19566.3 + 5.0.0-alpha1.19566.3 From bbf5d8c047b75901f1cd0501ce66d0c3bbda5b6c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 06:10:29 +0000 Subject: [PATCH 1086/1121] Update dependencies from https://github.com/dotnet/toolset build 20191116.7 (#5701) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19566.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19566.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4649fe2f0..a037f2511 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating dcf5adbd4b5665887f22ad19592dedfb9f1e1b68 - + https://github.com/dotnet/toolset - d80eb0d4feb481d2172bff960fa410da21cbc7ba + 547fd5edb8ddae5974a98990d78b26cda58d6c9e https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - d80eb0d4feb481d2172bff960fa410da21cbc7ba + 547fd5edb8ddae5974a98990d78b26cda58d6c9e diff --git a/eng/Versions.props b/eng/Versions.props index 821b7f3fa..3d6ac54e4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19566.6 + 5.0.100-alpha.1.19566.7 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19566.6 + 5.0.100-alpha.1.19566.7 0.2.0 From f0c7de56718daad7456d16adf4849ea78777dbe6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 08:30:32 +0000 Subject: [PATCH 1087/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191116.4 (#5702) - dotnet-user-secrets - 5.0.0-alpha1.19566.4 - dotnet-watch - 5.0.0-alpha1.19566.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19566.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19566.4 - dotnet-dev-certs - 5.0.0-alpha1.19566.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19566.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a037f2511..c2f5bebe7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx cf64918877d98577363bb40d5eafac52beb80a79 - + https://github.com/aspnet/AspNetCore - ef5ad1df199a126944096718d66de27c84c4e38b + 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d - + https://github.com/aspnet/AspNetCore - ef5ad1df199a126944096718d66de27c84c4e38b + 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d - + https://github.com/aspnet/AspNetCore - ef5ad1df199a126944096718d66de27c84c4e38b + 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d - + https://github.com/aspnet/AspNetCore - ef5ad1df199a126944096718d66de27c84c4e38b + 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d - + https://github.com/aspnet/AspNetCore - ef5ad1df199a126944096718d66de27c84c4e38b + 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d - + https://github.com/aspnet/AspNetCore - ef5ad1df199a126944096718d66de27c84c4e38b + 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 3d6ac54e4..257a64f5e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19566.3 - 5.0.0-alpha1.19566.3 - 5.0.0-alpha1.19566.3 - 5.0.0-alpha1.19566.3 - 5.0.0-alpha1.19566.3 - 5.0.0-alpha1.19566.3 + 5.0.0-alpha1.19566.4 + 5.0.0-alpha1.19566.4 + 5.0.0-alpha1.19566.4 + 5.0.0-alpha1.19566.4 + 5.0.0-alpha1.19566.4 + 5.0.0-alpha1.19566.4 From 10513f649d802e111e64abe20d118e1ea99078c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 10:00:31 +0000 Subject: [PATCH 1088/1121] Update dependencies from https://github.com/dotnet/toolset build 20191117.1 (#5703) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19567.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19567.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c2f5bebe7..7f9dfd88f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating dcf5adbd4b5665887f22ad19592dedfb9f1e1b68 - + https://github.com/dotnet/toolset - 547fd5edb8ddae5974a98990d78b26cda58d6c9e + 52ad01255b30c157c5fbea985d4cd0834d1fc9fb https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 547fd5edb8ddae5974a98990d78b26cda58d6c9e + 52ad01255b30c157c5fbea985d4cd0834d1fc9fb diff --git a/eng/Versions.props b/eng/Versions.props index 257a64f5e..11e5a5653 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19566.7 + 5.0.100-alpha.1.19567.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19566.7 + 5.0.100-alpha.1.19567.1 0.2.0 From 621ffb31c9086997d1e1a903b00a89e91de280a6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 13:57:38 +0000 Subject: [PATCH 1089/1121] Update dependencies from https://github.com/dotnet/arcade build 20191116.1 (#5704) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19566.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f9dfd88f..7740ddcfd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - ccb393e43ad12d84d3ce4ccdd931a0bcd05eacb1 + 2c6db6ee8d8adeb2e8ccc1485e6780635890e419
diff --git a/global.json b/global.json index ca7a04894..a690198dc 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19565.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19566.1" } } From 559fbcdb6353f7260c6da2e8458e42b3014ae8c4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 13:36:37 +0000 Subject: [PATCH 1090/1121] Update dependencies from https://github.com/dotnet/arcade build 20191117.2 (#5705) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19567.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7740ddcfd..c3041e791 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 2c6db6ee8d8adeb2e8ccc1485e6780635890e419 + 928efaa081ffd17b37f6c662fee44775f2d0b90f
diff --git a/global.json b/global.json index a690198dc..a53e22a73 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19566.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19567.2" } } From 2f0e9e18261d5106f02d7fe5d5738e23b5df9e13 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 18 Nov 2019 09:05:18 -0800 Subject: [PATCH 1091/1121] Change copy-to-latest dependencies (#5687) Remove the dependency on release channels (and the validation channel, which should not be used by core-sdk) in master, where we should never publish to those channels. This is to get ready for https://github.com/dotnet/arcade/pull/4373. which will remove these stages from the build. --- .vsts-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 6748aa26d..8619d5581 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -264,11 +264,7 @@ stages: dependsOn: # This will run only after all the publishing stages have run. # These stages are introduced in the eng/common/templates/post-build/channels YAML templates - - NetCore_Dev31_Publish - NetCore_Dev5_Publish - - NetCore_Release30_Publish - - NetCore_Release31_Publish - - PVR_Publish jobs: - job: Copy_SDK_To_Latest pool: From c5bc84b9a8e018a61eada482fa9e758cb483f125 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 04:10:35 +0000 Subject: [PATCH 1092/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191118.5 (#5709) - dotnet-user-secrets - 5.0.0-alpha1.19568.5 - dotnet-watch - 5.0.0-alpha1.19568.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19568.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19568.5 - dotnet-dev-certs - 5.0.0-alpha1.19568.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19568.5 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c3041e791..21d5e5848 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx cf64918877d98577363bb40d5eafac52beb80a79
- + https://github.com/aspnet/AspNetCore - 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d + 8d1c8005d8f84daef433c2387dade6ef312fca67 - + https://github.com/aspnet/AspNetCore - 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d + 8d1c8005d8f84daef433c2387dade6ef312fca67 - + https://github.com/aspnet/AspNetCore - 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d + 8d1c8005d8f84daef433c2387dade6ef312fca67 - + https://github.com/aspnet/AspNetCore - 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d + 8d1c8005d8f84daef433c2387dade6ef312fca67 - + https://github.com/aspnet/AspNetCore - 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d + 8d1c8005d8f84daef433c2387dade6ef312fca67 - + https://github.com/aspnet/AspNetCore - 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d + 8d1c8005d8f84daef433c2387dade6ef312fca67 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 11e5a5653..f7f31c7fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19566.4 - 5.0.0-alpha1.19566.4 - 5.0.0-alpha1.19566.4 - 5.0.0-alpha1.19566.4 - 5.0.0-alpha1.19566.4 - 5.0.0-alpha1.19566.4 + 5.0.0-alpha1.19568.5 + 5.0.0-alpha1.19568.5 + 5.0.0-alpha1.19568.5 + 5.0.0-alpha1.19568.5 + 5.0.0-alpha1.19568.5 + 5.0.0-alpha1.19568.5 From d7077a89e79e4ccd0e373f2f63e962325b1b3e05 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 20:18:01 -0800 Subject: [PATCH 1093/1121] Update dependencies from https://github.com/dotnet/core-setup build 20191114.1 (#5710) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19564.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19564.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19564.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19564.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19564.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19563.6 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 21d5e5848..4b60c73a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 9abb19f270147d197162dd5b66150196d2da9d18 - + https://github.com/dotnet/core-setup - 8743c312a9d1ce4035140046d44bb959c44f194f + c77948d92a2f950140f09384f057cb893ec3955a - + https://github.com/dotnet/core-setup - 8743c312a9d1ce4035140046d44bb959c44f194f + c77948d92a2f950140f09384f057cb893ec3955a - + https://github.com/dotnet/core-setup - 8743c312a9d1ce4035140046d44bb959c44f194f + c77948d92a2f950140f09384f057cb893ec3955a - + https://github.com/dotnet/core-setup - 8743c312a9d1ce4035140046d44bb959c44f194f + c77948d92a2f950140f09384f057cb893ec3955a - + https://github.com/dotnet/core-setup - 8743c312a9d1ce4035140046d44bb959c44f194f + c77948d92a2f950140f09384f057cb893ec3955a @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - cf64918877d98577363bb40d5eafac52beb80a79 + 5cee7c97d602f294e27c582d4dab81ec388f1d7b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f7f31c7fa..721217eed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19563.3 + 5.0.0-alpha.1.19563.6 - 5.0.0-alpha.1.19563.6 - 5.0.0-alpha.1.19563.6 - 5.0.0-alpha.1.19563.6 - 5.0.0-alpha.1.19563.6 - 5.0.0-alpha.1.19563.6 + 5.0.0-alpha.1.19564.1 + 5.0.0-alpha.1.19564.1 + 5.0.0-alpha.1.19564.1 + 5.0.0-alpha.1.19564.1 + 5.0.0-alpha.1.19564.1 2.1.0 From 2f891ddccde09e5e82aebd2ce1581e2fa1fc7748 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 13:41:23 +0000 Subject: [PATCH 1094/1121] Update dependencies from https://github.com/dotnet/arcade build 20191118.10 (#5719) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19568.10 --- eng/Version.Details.xml | 4 +- eng/common/cross/build-rootfs.sh | 2 +- .../channels/generic-public-channel.yml | 1 - .../templates/post-build/post-build.yml | 91 ------------------- global.json | 2 +- 5 files changed, 4 insertions(+), 96 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b60c73a6..e0c00884e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 928efaa081ffd17b37f6c662fee44775f2d0b90f + 303e0fac8703c7147c9e1f1046082c8db4fb66fa
diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index d7d5d7d5f..8d61377a8 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -193,7 +193,7 @@ fi if [[ "$__LinuxCodeName" == "alpine" ]]; then __ApkToolsVersion=2.9.1 - __AlpineVersion=3.7 + __AlpineVersion=3.9 __ApkToolsDir=$(mktemp -d) wget https://github.com/alpinelinux/apk-tools/releases/download/v$__ApkToolsVersion/apk-tools-$__ApkToolsVersion-x86_64-linux.tar.gz -P $__ApkToolsDir tar -xf $__ApkToolsDir/apk-tools-$__ApkToolsVersion-x86_64-linux.tar.gz -C $__ApkToolsDir diff --git a/eng/common/templates/post-build/channels/generic-public-channel.yml b/eng/common/templates/post-build/channels/generic-public-channel.yml index 59b4765da..3f572f8b1 100644 --- a/eng/common/templates/post-build/channels/generic-public-channel.yml +++ b/eng/common/templates/post-build/channels/generic-public-channel.yml @@ -71,7 +71,6 @@ stages: StageLabel: '${{ parameters.stageName }}' JobLabel: 'SymbolPublishing' - - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index adedc70b8..5965cc200 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -131,19 +131,6 @@ stages: shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_Dev31_Publish' - channelName: '.NET Core 3.1 Dev' - channelId: 128 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' - - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} @@ -170,84 +157,6 @@ stages: shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_3_Tools_Validation_Publish' - channelName: '.NET 3 Tools - Validation' - channelId: 390 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' - -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_3_Tools_Publish' - channelName: '.NET 3 Tools' - channelId: 344 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' - -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_Release30_Publish' - channelName: '.NET Core 3.0 Release' - channelId: 19 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json' - -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_Release31_Publish' - channelName: '.NET Core 3.1 Release' - channelId: 129 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' - -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_Blazor31_Features_Publish' - channelName: '.NET Core 3.1 Blazor Features' - channelId: 531 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor-symbols/nuget/v3/index.json' - -- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_30_Internal_Servicing_Publishing' - channelName: '.NET Core 3.0 Internal Servicing' - channelId: 184 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json' - - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/global.json b/global.json index a53e22a73..8db7e0a48 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19567.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19568.10" } } From 1134b3ed915b6b1744efe7ebf0c56074c96a2402 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 13:36:06 +0000 Subject: [PATCH 1095/1121] Update dependencies from https://github.com/dotnet/arcade build 20191119.6 (#5724) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19569.6 --- eng/Version.Details.xml | 4 ++-- .../post-build/channels/generic-internal-channel.yml | 1 - global.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0c00884e..20ee27847 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 303e0fac8703c7147c9e1f1046082c8db4fb66fa + c29c916a0d1736522cfd944fcc06ead33b5e27db
diff --git a/eng/common/templates/post-build/channels/generic-internal-channel.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml index 2ea807033..3a8755fbb 100644 --- a/eng/common/templates/post-build/channels/generic-internal-channel.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -97,7 +97,6 @@ stages: buildType: current artifactName: BlobArtifacts continueOnError: true - - task: DownloadBuildArtifacts@0 displayName: Download Asset Manifests inputs: diff --git a/global.json b/global.json index 8db7e0a48..62e693670 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19568.10" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19569.6" } } From 7d921bea90b435be79f4820d88be1dbf8ec85882 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 22:33:41 +0000 Subject: [PATCH 1096/1121] [master] Update dependencies from aspnet/AspNetCore (#5715) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191118.8 - dotnet-user-secrets - 5.0.0-alpha1.19568.8 - dotnet-watch - 5.0.0-alpha1.19568.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19568.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19568.8 - dotnet-dev-certs - 5.0.0-alpha1.19568.8 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19568.8 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191120.1 - dotnet-user-secrets - 5.0.0-alpha1.19570.1 - dotnet-watch - 5.0.0-alpha1.19570.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19570.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19570.1 - dotnet-dev-certs - 5.0.0-alpha1.19570.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19570.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 20ee27847..31cba60b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 8d1c8005d8f84daef433c2387dade6ef312fca67 + 242890940e3e881ac605e5fc8b60b3c394e279a3 - + https://github.com/aspnet/AspNetCore - 8d1c8005d8f84daef433c2387dade6ef312fca67 + 242890940e3e881ac605e5fc8b60b3c394e279a3 - + https://github.com/aspnet/AspNetCore - 8d1c8005d8f84daef433c2387dade6ef312fca67 + 242890940e3e881ac605e5fc8b60b3c394e279a3 - + https://github.com/aspnet/AspNetCore - 8d1c8005d8f84daef433c2387dade6ef312fca67 + 242890940e3e881ac605e5fc8b60b3c394e279a3 - + https://github.com/aspnet/AspNetCore - 8d1c8005d8f84daef433c2387dade6ef312fca67 + 242890940e3e881ac605e5fc8b60b3c394e279a3 - + https://github.com/aspnet/AspNetCore - 8d1c8005d8f84daef433c2387dade6ef312fca67 + 242890940e3e881ac605e5fc8b60b3c394e279a3 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 721217eed..fb6559097 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19568.5 - 5.0.0-alpha1.19568.5 - 5.0.0-alpha1.19568.5 - 5.0.0-alpha1.19568.5 - 5.0.0-alpha1.19568.5 - 5.0.0-alpha1.19568.5 + 5.0.0-alpha1.19570.1 + 5.0.0-alpha1.19570.1 + 5.0.0-alpha1.19570.1 + 5.0.0-alpha1.19570.1 + 5.0.0-alpha1.19570.1 + 5.0.0-alpha1.19570.1 From c28aeebc62db48a14f78c05c81198d2d51c275fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 13:32:13 +0000 Subject: [PATCH 1097/1121] Update dependencies from https://github.com/dotnet/arcade build 20191120.6 (#5736) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19570.6 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 31cba60b1..dc14f7359 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - c29c916a0d1736522cfd944fcc06ead33b5e27db + be36a2fb1898f4eb69b29a1150a507e371618b8c
diff --git a/global.json b/global.json index 62e693670..b9ab86b49 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19569.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19570.6" } } From f5d3c3dd00216a1db11ea853ab6c40d64d23f7d7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2019 13:41:58 +0000 Subject: [PATCH 1098/1121] Update dependencies from https://github.com/dotnet/arcade build 20191121.10 (#5760) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19571.10 --- eng/Version.Details.xml | 4 +- eng/common/CheckSymbols.ps1 | 53 ++-- eng/common/SetupNugetSources.ps1 | 65 +++-- eng/common/SetupNugetSources.sh | 2 +- eng/common/SourceLinkValidation.ps1 | 269 +++++++++--------- eng/common/build.ps1 | 80 +++--- eng/common/darc-init.ps1 | 19 +- eng/common/darc-init.sh | 4 +- eng/common/dotnet-install.ps1 | 25 +- eng/common/dotnet-install.sh | 7 +- eng/common/enable-cross-org-publishing.ps1 | 6 +- eng/common/generate-graph-files.ps1 | 49 ++-- eng/common/init-tools-native.ps1 | 34 +-- eng/common/init-tools-native.sh | 5 +- eng/common/internal-feed-operations.ps1 | 28 +- eng/common/internal-feed-operations.sh | 4 +- eng/common/msbuild.ps1 | 5 +- eng/common/native/common-library.sh | 10 +- eng/common/native/install-cmake-test.sh | 4 +- eng/common/native/install-cmake.sh | 4 +- eng/common/native/install-tool.ps1 | 10 +- eng/common/pipeline-logging-functions.ps1 | 70 ++--- eng/common/pipeline-logging-functions.sh | 11 +- eng/common/post-build/darc-gather-drop.ps1 | 15 +- eng/common/post-build/nuget-validation.ps1 | 11 +- eng/common/post-build/post-build-utils.ps1 | 32 +-- eng/common/post-build/promote-build.ps1 | 18 +- .../post-build/sourcelink-validation.ps1 | 42 +-- eng/common/post-build/symbols-validation.ps1 | 71 +++-- .../post-build/trigger-subscriptions.ps1 | 93 +++--- eng/common/sdk-task.ps1 | 19 +- eng/common/sdl/execute-all-sdl-tools.ps1 | 148 +++++----- eng/common/sdl/extract-artifact-packages.ps1 | 90 +++--- eng/common/sdl/init-sdl.ps1 | 38 ++- eng/common/sdl/push-gdn.ps1 | 92 +++--- eng/common/sdl/run-sdl.ps1 | 88 +++--- .../templates/post-build/common-variables.yml | 16 +- .../templates/post-build/post-build.yml | 21 +- eng/common/tools.ps1 | 146 +++++----- eng/common/tools.sh | 13 +- global.json | 2 +- 41 files changed, 919 insertions(+), 804 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc14f7359..0888ef4a4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - be36a2fb1898f4eb69b29a1150a507e371618b8c + 6ade65ab9d2d63b3fcb73647fc109e2b36ffdc80
diff --git a/eng/common/CheckSymbols.ps1 b/eng/common/CheckSymbols.ps1 index b8d84607b..5442eff38 100644 --- a/eng/common/CheckSymbols.ps1 +++ b/eng/common/CheckSymbols.ps1 @@ -5,11 +5,12 @@ param( ) Add-Type -AssemblyName System.IO.Compression.FileSystem +. $PSScriptRoot\pipeline-logging-functions.ps1 function FirstMatchingSymbolDescriptionOrDefault { param( [string] $FullPath, # Full path to the module that has to be checked - [string] $TargetServerParam, # Parameter to pass to `Symbol Tool` indicating the server to lookup for symbols + [string] $TargetServerParameter, # Parameter to pass to `Symbol Tool` indicating the server to lookup for symbols [string] $SymbolsPath ) @@ -21,36 +22,36 @@ function FirstMatchingSymbolDescriptionOrDefault { # checking and which type of file was uploaded. # The file itself is returned - $SymbolPath = $SymbolsPath + "\" + $FileName + $SymbolPath = $SymbolsPath + '\' + $FileName # PDB file for the module - $PdbPath = $SymbolPath.Replace($Extension, ".pdb") + $PdbPath = $SymbolPath.Replace($Extension, '.pdb') # PDB file for R2R module (created by crossgen) - $NGenPdb = $SymbolPath.Replace($Extension, ".ni.pdb") + $NGenPdb = $SymbolPath.Replace($Extension, '.ni.pdb') # DBG file for a .so library - $SODbg = $SymbolPath.Replace($Extension, ".so.dbg") + $SODbg = $SymbolPath.Replace($Extension, '.so.dbg') # DWARF file for a .dylib - $DylibDwarf = $SymbolPath.Replace($Extension, ".dylib.dwarf") + $DylibDwarf = $SymbolPath.Replace($Extension, '.dylib.dwarf') - .\dotnet-symbol.exe --symbols --modules --windows-pdbs $TargetServerParam $FullPath -o $SymbolsPath | Out-Null + .\dotnet-symbol.exe --symbols --modules --windows-pdbs $TargetServerParameter $FullPath -o $SymbolsPath | Out-Null if (Test-Path $PdbPath) { - return "PDB" + return 'PDB' } elseif (Test-Path $NGenPdb) { - return "NGen PDB" + return 'NGen PDB' } elseif (Test-Path $SODbg) { - return "DBG for SO" + return 'DBG for SO' } elseif (Test-Path $DylibDwarf) { - return "Dwarf for Dylib" + return 'Dwarf for Dylib' } elseif (Test-Path $SymbolPath) { - return "Module" + return 'Module' } else { return $null @@ -68,7 +69,7 @@ function CountMissingSymbols { } # Extensions for which we'll look for symbols - $RelevantExtensions = @(".dll", ".exe", ".so", ".dylib") + $RelevantExtensions = @('.dll', '.exe', '.so', '.dylib') # How many files are missing symbol information $MissingSymbols = 0 @@ -76,7 +77,7 @@ function CountMissingSymbols { $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) $PackageGuid = New-Guid $ExtractPath = Join-Path -Path $ExtractPath -ChildPath $PackageGuid - $SymbolsPath = Join-Path -Path $ExtractPath -ChildPath "Symbols" + $SymbolsPath = Join-Path -Path $ExtractPath -ChildPath 'Symbols' [System.IO.Compression.ZipFile]::ExtractToDirectory($PackagePath, $ExtractPath) @@ -86,31 +87,31 @@ function CountMissingSymbols { Get-ChildItem -Recurse $ExtractPath | Where-Object {$RelevantExtensions -contains $_.Extension} | ForEach-Object { - if ($_.FullName -Match "\\ref\\") { + if ($_.FullName -Match '\\ref\\') { Write-Host "`t Ignoring reference assembly file" $_.FullName return } - $SymbolsOnMSDL = FirstMatchingSymbolDescriptionOrDefault $_.FullName "--microsoft-symbol-server" $SymbolsPath - $SymbolsOnSymWeb = FirstMatchingSymbolDescriptionOrDefault $_.FullName "--internal-server" $SymbolsPath + $SymbolsOnMSDL = FirstMatchingSymbolDescriptionOrDefault -FullPath $_.FullName -TargetServerParameter '--microsoft-symbol-server' -SymbolsPath $SymbolsPath + $SymbolsOnSymWeb = FirstMatchingSymbolDescriptionOrDefault -FullPath $_.FullName -TargetServerParameter '--internal-server' -SymbolsPath $SymbolsPath Write-Host -NoNewLine "`t Checking file" $_.FullName "... " if ($SymbolsOnMSDL -ne $null -and $SymbolsOnSymWeb -ne $null) { - Write-Host "Symbols found on MSDL (" $SymbolsOnMSDL ") and SymWeb (" $SymbolsOnSymWeb ")" + Write-Host "Symbols found on MSDL (${$SymbolsOnMSDL}) and SymWeb (${$SymbolsOnSymWeb})" } else { $MissingSymbols++ if ($SymbolsOnMSDL -eq $null -and $SymbolsOnSymWeb -eq $null) { - Write-Host "No symbols found on MSDL or SymWeb!" + Write-Host 'No symbols found on MSDL or SymWeb!' } else { if ($SymbolsOnMSDL -eq $null) { - Write-Host "No symbols found on MSDL!" + Write-Host 'No symbols found on MSDL!' } else { - Write-Host "No symbols found on SymWeb!" + Write-Host 'No symbols found on SymWeb!' } } } @@ -129,26 +130,26 @@ function CheckSymbolsAvailable { Get-ChildItem "$InputPath\*.nupkg" | ForEach-Object { $FileName = $_.Name - + # These packages from Arcade-Services include some native libraries that # our current symbol uploader can't handle. Below is a workaround until # we get issue: https://github.com/dotnet/arcade/issues/2457 sorted. - if ($FileName -Match "Microsoft\.DotNet\.Darc\.") { + if ($FileName -Match 'Microsoft\.DotNet\.Darc\.') { Write-Host "Ignoring Arcade-services file: $FileName" Write-Host return } - elseif ($FileName -Match "Microsoft\.DotNet\.Maestro\.Tasks\.") { + elseif ($FileName -Match 'Microsoft\.DotNet\.Maestro\.Tasks\.') { Write-Host "Ignoring Arcade-services file: $FileName" Write-Host return } - + Write-Host "Validating $FileName " $Status = CountMissingSymbols "$InputPath\$FileName" if ($Status -ne 0) { - Write-Error "Missing symbols for $Status modules in the package $FileName" + Write-PipelineTelemetryError -Category 'CheckSymbols' -Message "Missing symbols for $Status modules in the package $FileName" } Write-Host diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1 index 2cb40c294..6662e4bc1 100644 --- a/eng/common/SetupNugetSources.ps1 +++ b/eng/common/SetupNugetSources.ps1 @@ -94,34 +94,41 @@ function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Password) { } } -if (!(Test-Path $ConfigFile -PathType Leaf)) { - Write-Host "Couldn't find the file NuGet config file: $ConfigFile" - ExitWithExitCode 1 +try { + if (!(Test-Path $ConfigFile -PathType Leaf)) { + Write-PipelineTelemetryError -Category 'Build' -Message "Couldn't find the file NuGet config file: $ConfigFile" + ExitWithExitCode 1 + } + + # Load NuGet.config + $doc = New-Object System.Xml.XmlDocument + $filename = (Get-Item $ConfigFile).FullName + $doc.Load($filename) + + # Get reference to or create one if none exist already + $sources = $doc.DocumentElement.SelectSingleNode("packageSources") + if ($sources -eq $null) { + $sources = $doc.CreateElement("packageSources") + $doc.DocumentElement.AppendChild($sources) | Out-Null + } + + # Looks for a node. Create it if none is found. + $creds = $doc.DocumentElement.SelectSingleNode("packageSourceCredentials") + if ($creds -eq $null) { + $creds = $doc.CreateElement("packageSourceCredentials") + $doc.DocumentElement.AppendChild($creds) | Out-Null + } + + # Insert credential nodes for Maestro's private feeds + InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password + + AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + + $doc.Save($filename) } - -# Load NuGet.config -$doc = New-Object System.Xml.XmlDocument -$filename = (Get-Item $ConfigFile).FullName -$doc.Load($filename) - -# Get reference to or create one if none exist already -$sources = $doc.DocumentElement.SelectSingleNode("packageSources") -if ($sources -eq $null) { - $sources = $doc.CreateElement("packageSources") - $doc.DocumentElement.AppendChild($sources) | Out-Null +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ + ExitWithExitCode 1 } - -# Looks for a node. Create it if none is found. -$creds = $doc.DocumentElement.SelectSingleNode("packageSourceCredentials") -if ($creds -eq $null) { - $creds = $doc.CreateElement("packageSourceCredentials") - $doc.DocumentElement.AppendChild($creds) | Out-Null -} - -# Insert credential nodes for Maestro's private feeds -InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password - -AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password -AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password - -$doc.Save($filename) diff --git a/eng/common/SetupNugetSources.sh b/eng/common/SetupNugetSources.sh index 126452131..55ad70e36 100644 --- a/eng/common/SetupNugetSources.sh +++ b/eng/common/SetupNugetSources.sh @@ -42,7 +42,7 @@ scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" . "$scriptroot/tools.sh" if [ ! -f "$ConfigFile" ]; then - echo "Couldn't find the file NuGet config file: $ConfigFile" + Write-PipelineTelemetryError -Category 'Build' -Message "Couldn't find the file NuGet config file: $ConfigFile" ExitWithExitCode 1 fi diff --git a/eng/common/SourceLinkValidation.ps1 b/eng/common/SourceLinkValidation.ps1 index cb2d28cb9..0e4c349e0 100644 --- a/eng/common/SourceLinkValidation.ps1 +++ b/eng/common/SourceLinkValidation.ps1 @@ -6,140 +6,15 @@ param( [Parameter(Mandatory=$true)][string] $GHCommit # GitHub commit SHA used to build the packages ) -# Cache/HashMap (File -> Exist flag) used to consult whether a file exist -# in the repository at a specific commit point. This is populated by inserting -# all files present in the repo at a specific commit point. -$global:RepoFiles = @{} - -$ValidatePackage = { - param( - [string] $PackagePath # Full path to a Symbols.NuGet package - ) - - # Ensure input file exist - if (!(Test-Path $PackagePath)) { - throw "Input file does not exist: $PackagePath" - } - - # Extensions for which we'll look for SourceLink information - # For now we'll only care about Portable & Embedded PDBs - $RelevantExtensions = @(".dll", ".exe", ".pdb") - - Write-Host -NoNewLine "Validating" ([System.IO.Path]::GetFileName($PackagePath)) "... " - - $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) - $ExtractPath = Join-Path -Path $using:ExtractPath -ChildPath $PackageId - $FailedFiles = 0 - - Add-Type -AssemblyName System.IO.Compression.FileSystem - - [System.IO.Directory]::CreateDirectory($ExtractPath); - - $zip = [System.IO.Compression.ZipFile]::OpenRead($PackagePath) - - $zip.Entries | - Where-Object {$RelevantExtensions -contains [System.IO.Path]::GetExtension($_.Name)} | - ForEach-Object { - $FileName = $_.FullName - $Extension = [System.IO.Path]::GetExtension($_.Name) - $FakeName = -Join((New-Guid), $Extension) - $TargetFile = Join-Path -Path $ExtractPath -ChildPath $FakeName - - # We ignore resource DLLs - if ($FileName.EndsWith(".resources.dll")) { - return - } - - [System.IO.Compression.ZipFileExtensions]::ExtractToFile($_, $TargetFile, $true) - - $ValidateFile = { - param( - [string] $FullPath, # Full path to the module that has to be checked - [string] $RealPath, - [ref] $FailedFiles - ) - - # Makes easier to reference `sourcelink cli` - Push-Location $using:SourceLinkToolPath - - $SourceLinkInfos = .\sourcelink.exe print-urls $FullPath | Out-String - - if ($LASTEXITCODE -eq 0 -and -not ([string]::IsNullOrEmpty($SourceLinkInfos))) { - $NumFailedLinks = 0 - - # We only care about Http addresses - $Matches = (Select-String '(http[s]?)(:\/\/)([^\s,]+)' -Input $SourceLinkInfos -AllMatches).Matches - - if ($Matches.Count -ne 0) { - $Matches.Value | - ForEach-Object { - $Link = $_ - $CommitUrl = -Join("https://raw.githubusercontent.com/", $using:GHRepoName, "/", $using:GHCommit, "/") - $FilePath = $Link.Replace($CommitUrl, "") - $Status = 200 - $Cache = $using:RepoFiles - - if ( !($Cache.ContainsKey($FilePath)) ) { - try { - $Uri = $Link -as [System.URI] - - # Only GitHub links are valid - if ($Uri.AbsoluteURI -ne $null -and $Uri.Host -match "github") { - $Status = (Invoke-WebRequest -Uri $Link -UseBasicParsing -Method HEAD -TimeoutSec 5).StatusCode - } - else { - $Status = 0 - } - } - catch { - $Status = 0 - } - } - - if ($Status -ne 200) { - if ($NumFailedLinks -eq 0) { - if ($FailedFiles.Value -eq 0) { - Write-Host - } - - Write-Host "`tFile $RealPath has broken links:" - } - - Write-Host "`t`tFailed to retrieve $Link" - - $NumFailedLinks++ - } - } - } - - if ($NumFailedLinks -ne 0) { - $FailedFiles.value++ - $global:LASTEXITCODE = 1 - } - } - - Pop-Location - } - - &$ValidateFile $TargetFile $FileName ([ref]$FailedFiles) - } - - $zip.Dispose() - - if ($FailedFiles -eq 0) { - Write-Host "Passed." - } -} - function ValidateSourceLinkLinks { if (!($GHRepoName -Match "^[^\s\/]+/[^\s\/]+$")) { - Write-Host "GHRepoName should be in the format /" + Write-PipelineTelemetryError -Category "Build" -Message "GHRepoName should be in the format /" $global:LASTEXITCODE = 1 return } if (!($GHCommit -Match "^[0-9a-fA-F]{40}$")) { - Write-Host "GHCommit should be a 40 chars hexadecimal string" + Write-PipelineTelemetryError -Category "Build" -Message "GHCommit should be a 40 chars hexadecimal string" $global:LASTEXITCODE = 1 return } @@ -160,7 +35,7 @@ function ValidateSourceLinkLinks { } } catch { - Write-Host "Problems downloading the list of files from the repo. Url used: $RepoTreeURL" + Write-PipelineTelemetryError -Category "Build" -Message "Problems downloading the list of files from the repo. Url used: $RepoTreeURL" $global:LASTEXITCODE = 1 return } @@ -181,4 +56,140 @@ function ValidateSourceLinkLinks { } } -Measure-Command { ValidateSourceLinkLinks } +try { + . $PSScriptRoot\pipeline-logging-functions.ps1 + + # Cache/HashMap (File -> Exist flag) used to consult whether a file exist + # in the repository at a specific commit point. This is populated by inserting + # all files present in the repo at a specific commit point. + $global:RepoFiles = @{} + + $ValidatePackage = { + param( + [string] $PackagePath # Full path to a Symbols.NuGet package + ) + + # Ensure input file exist + if (!(Test-Path $PackagePath)) { + throw "Input file does not exist: $PackagePath" + } + + # Extensions for which we'll look for SourceLink information + # For now we'll only care about Portable & Embedded PDBs + $RelevantExtensions = @(".dll", ".exe", ".pdb") + + Write-Host -NoNewLine "Validating" ([System.IO.Path]::GetFileName($PackagePath)) "... " + + $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) + $ExtractPath = Join-Path -Path $using:ExtractPath -ChildPath $PackageId + $FailedFiles = 0 + + Add-Type -AssemblyName System.IO.Compression.FileSystem + + [System.IO.Directory]::CreateDirectory($ExtractPath); + + $zip = [System.IO.Compression.ZipFile]::OpenRead($PackagePath) + + $zip.Entries | + Where-Object {$RelevantExtensions -contains [System.IO.Path]::GetExtension($_.Name)} | + ForEach-Object { + $FileName = $_.FullName + $Extension = [System.IO.Path]::GetExtension($_.Name) + $FakeName = -Join((New-Guid), $Extension) + $TargetFile = Join-Path -Path $ExtractPath -ChildPath $FakeName + + # We ignore resource DLLs + if ($FileName.EndsWith(".resources.dll")) { + return + } + + [System.IO.Compression.ZipFileExtensions]::ExtractToFile($_, $TargetFile, $true) + + $ValidateFile = { + param( + [string] $FullPath, # Full path to the module that has to be checked + [string] $RealPath, + [ref] $FailedFiles + ) + + # Makes easier to reference `sourcelink cli` + Push-Location $using:SourceLinkToolPath + + $SourceLinkInfos = .\sourcelink.exe print-urls $FullPath | Out-String + + if ($LASTEXITCODE -eq 0 -and -not ([string]::IsNullOrEmpty($SourceLinkInfos))) { + $NumFailedLinks = 0 + + # We only care about Http addresses + $Matches = (Select-String '(http[s]?)(:\/\/)([^\s,]+)' -Input $SourceLinkInfos -AllMatches).Matches + + if ($Matches.Count -ne 0) { + $Matches.Value | + ForEach-Object { + $Link = $_ + $CommitUrl = -Join("https://raw.githubusercontent.com/", $using:GHRepoName, "/", $using:GHCommit, "/") + $FilePath = $Link.Replace($CommitUrl, "") + $Status = 200 + $Cache = $using:RepoFiles + + if ( !($Cache.ContainsKey($FilePath)) ) { + try { + $Uri = $Link -as [System.URI] + + # Only GitHub links are valid + if ($Uri.AbsoluteURI -ne $null -and $Uri.Host -match "github") { + $Status = (Invoke-WebRequest -Uri $Link -UseBasicParsing -Method HEAD -TimeoutSec 5).StatusCode + } + else { + $Status = 0 + } + } + catch { + $Status = 0 + } + } + + if ($Status -ne 200) { + if ($NumFailedLinks -eq 0) { + if ($FailedFiles.Value -eq 0) { + Write-Host + } + + Write-Host "`tFile $RealPath has broken links:" + } + + Write-Host "`t`tFailed to retrieve $Link" + + $NumFailedLinks++ + } + } + } + + if ($NumFailedLinks -ne 0) { + $FailedFiles.value++ + $global:LASTEXITCODE = 1 + } + } + + Pop-Location + } + + &$ValidateFile $TargetFile $FileName ([ref]$FailedFiles) + } + + $zip.Dispose() + + if ($FailedFiles -eq 0) { + Write-Host "Passed." + } + } + + Measure-Command { ValidateSourceLinkLinks } +} +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'SourceLink' -Message $_ + ExitWithExitCode 1 +} + + diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index 55dff3320..ce6882eea 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -26,42 +26,40 @@ Param( [Parameter(ValueFromRemainingArguments=$true)][String[]]$properties ) -. $PSScriptRoot\tools.ps1 - function Print-Usage() { - Write-Host "Common settings:" - Write-Host " -configuration Build configuration: 'Debug' or 'Release' (short: -c)" - Write-Host " -platform Platform configuration: 'x86', 'x64' or any valid Platform value to pass to msbuild" - Write-Host " -verbosity Msbuild verbosity: q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic] (short: -v)" - Write-Host " -binaryLog Output binary log (short: -bl)" - Write-Host " -help Print help and exit" - Write-Host "" + Write-Host "Common settings:" + Write-Host " -configuration Build configuration: 'Debug' or 'Release' (short: -c)" + Write-Host " -platform Platform configuration: 'x86', 'x64' or any valid Platform value to pass to msbuild" + Write-Host " -verbosity Msbuild verbosity: q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic] (short: -v)" + Write-Host " -binaryLog Output binary log (short: -bl)" + Write-Host " -help Print help and exit" + Write-Host "" - Write-Host "Actions:" - Write-Host " -restore Restore dependencies (short: -r)" - Write-Host " -build Build solution (short: -b)" - Write-Host " -rebuild Rebuild solution" - Write-Host " -deploy Deploy built VSIXes" - Write-Host " -deployDeps Deploy dependencies (e.g. VSIXes for integration tests)" - Write-Host " -test Run all unit tests in the solution (short: -t)" - Write-Host " -integrationTest Run all integration tests in the solution" - Write-Host " -performanceTest Run all performance tests in the solution" - Write-Host " -pack Package build outputs into NuGet packages and Willow components" - Write-Host " -sign Sign build outputs" - Write-Host " -publish Publish artifacts (e.g. symbols)" - Write-Host " -clean Clean the solution" - Write-Host "" + Write-Host "Actions:" + Write-Host " -restore Restore dependencies (short: -r)" + Write-Host " -build Build solution (short: -b)" + Write-Host " -rebuild Rebuild solution" + Write-Host " -deploy Deploy built VSIXes" + Write-Host " -deployDeps Deploy dependencies (e.g. VSIXes for integration tests)" + Write-Host " -test Run all unit tests in the solution (short: -t)" + Write-Host " -integrationTest Run all integration tests in the solution" + Write-Host " -performanceTest Run all performance tests in the solution" + Write-Host " -pack Package build outputs into NuGet packages and Willow components" + Write-Host " -sign Sign build outputs" + Write-Host " -publish Publish artifacts (e.g. symbols)" + Write-Host " -clean Clean the solution" + Write-Host "" - Write-Host "Advanced settings:" - Write-Host " -projects Semi-colon delimited list of sln/proj's to build. Globbing is supported (*.sln)" - Write-Host " -ci Set when running on CI server" - Write-Host " -prepareMachine Prepare machine for CI run, clean up processes after build" - Write-Host " -warnAsError Sets warnaserror msbuild parameter ('true' or 'false')" - Write-Host " -msbuildEngine Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)." - Write-Host "" + Write-Host "Advanced settings:" + Write-Host " -projects Semi-colon delimited list of sln/proj's to build. Globbing is supported (*.sln)" + Write-Host " -ci Set when running on CI server" + Write-Host " -prepareMachine Prepare machine for CI run, clean up processes after build" + Write-Host " -warnAsError Sets warnaserror msbuild parameter ('true' or 'false')" + Write-Host " -msbuildEngine Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)." + Write-Host "" - Write-Host "Command line arguments not listed above are passed thru to msbuild." - Write-Host "The above arguments can be shortened as much as to be unambiguous (e.g. -co for configuration, -t for test, etc.)." + Write-Host "Command line arguments not listed above are passed thru to msbuild." + Write-Host "The above arguments can be shortened as much as to be unambiguous (e.g. -co for configuration, -t for test, etc.)." } function InitializeCustomToolset { @@ -69,7 +67,7 @@ function InitializeCustomToolset { return } - $script = Join-Path $EngRoot "restore-toolset.ps1" + $script = Join-Path $EngRoot 'restore-toolset.ps1' if (Test-Path $script) { . $script @@ -80,8 +78,8 @@ function Build { $toolsetBuildProj = InitializeToolset InitializeCustomToolset - $bl = if ($binaryLog) { "/bl:" + (Join-Path $LogDir "Build.binlog") } else { "" } - $platformArg = if ($platform) { "/p:Platform=$platform" } else { "" } + $bl = if ($binaryLog) { '/bl:' + (Join-Path $LogDir 'Build.binlog') } else { '' } + $platformArg = if ($platform) { "/p:Platform=$platform" } else { '' } if ($projects) { # Re-assign properties to a new variable because PowerShell doesn't let us append properties directly for unclear reasons. @@ -117,13 +115,19 @@ function Build { if ($clean) { if(Test-Path $ArtifactsDir) { Remove-Item -Recurse -Force $ArtifactsDir - Write-Host "Artifacts directory deleted." + Write-Host 'Artifacts directory deleted.' } exit 0 } try { - if ($help -or (($null -ne $properties) -and ($properties.Contains("/help") -or $properties.Contains("/?")))) { + . $PSScriptRoot\tools.ps1 + If ((Test-Path variable:LastExitCode) -And ($LastExitCode -ne 0)) { + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message 'Eng/common/tools.ps1 returned a non-zero exit code.' + ExitWithExitCode $LastExitCode + } + + if ($help -or (($null -ne $properties) -and ($properties.Contains('/help') -or $properties.Contains('/?')))) { Print-Usage exit 0 } @@ -141,7 +145,7 @@ try { } catch { Write-Host $_.ScriptStackTrace - Write-PipelineTelemetryError -Category "InitializeToolset" -Message $_ + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1 index 5d7eaa5f9..fc2190365 100644 --- a/eng/common/darc-init.ps1 +++ b/eng/common/darc-init.ps1 @@ -1,14 +1,14 @@ param ( $darcVersion = $null, - $versionEndpoint = "https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16", - $verbosity = "m", + $versionEndpoint = 'https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16', + $verbosity = 'minimal', $toolpath = $null ) . $PSScriptRoot\tools.ps1 function InstallDarcCli ($darcVersion) { - $darcCliPackageName = "microsoft.dotnet.darc" + $darcCliPackageName = 'microsoft.dotnet.darc' $dotnetRoot = InitializeDotNetCli -install:$true $dotnet = "$dotnetRoot\dotnet.exe" @@ -27,12 +27,19 @@ function InstallDarcCli ($darcVersion) { $arcadeServicesSource = 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' Write-Host "Installing Darc CLI version $darcVersion..." - Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." + Write-Host 'You may need to restart your command window if this is the first dotnet tool you have installed.' if (-not $toolpath) { & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g }else { - & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity --tool-path "$toolpath" + & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity --tool-path "$toolpath" } } -InstallDarcCli $darcVersion +try { + InstallDarcCli $darcVersion +} +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Darc' -Message $_ + ExitWithExitCode 1 +} \ No newline at end of file diff --git a/eng/common/darc-init.sh b/eng/common/darc-init.sh index 82b2b5767..d981d7bbf 100755 --- a/eng/common/darc-init.sh +++ b/eng/common/darc-init.sh @@ -2,8 +2,8 @@ source="${BASH_SOURCE[0]}" darcVersion='' -versionEndpoint="https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16" -verbosity=m +versionEndpoint='https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16' +verbosity='minimal' while [[ $# > 0 ]]; do opt="$(echo "$1" | awk '{print tolower($0)}')" diff --git a/eng/common/dotnet-install.ps1 b/eng/common/dotnet-install.ps1 index ec3e739fe..811f0f717 100644 --- a/eng/common/dotnet-install.ps1 +++ b/eng/common/dotnet-install.ps1 @@ -1,28 +1,27 @@ [CmdletBinding(PositionalBinding=$false)] Param( - [string] $verbosity = "minimal", - [string] $architecture = "", - [string] $version = "Latest", - [string] $runtime = "dotnet", - [string] $RuntimeSourceFeed = "", - [string] $RuntimeSourceFeedKey = "" + [string] $verbosity = 'minimal', + [string] $architecture = '', + [string] $version = 'Latest', + [string] $runtime = 'dotnet', + [string] $RuntimeSourceFeed = '', + [string] $RuntimeSourceFeedKey = '' ) . $PSScriptRoot\tools.ps1 -$dotnetRoot = Join-Path $RepoRoot ".dotnet" +$dotnetRoot = Join-Path $RepoRoot '.dotnet' $installdir = $dotnetRoot try { - if ($architecture -and $architecture.Trim() -eq "x86") { - $installdir = Join-Path $installdir "x86" + if ($architecture -and $architecture.Trim() -eq 'x86') { + $installdir = Join-Path $installdir 'x86' } - InstallDotNet $installdir $version $architecture $runtime $true -RuntimeSourceFeed $RuntimeSourceFeed -RuntimeSourceFeedKey $RuntimeSourceFeedKey -} + InstallDotNet $installdir $version $architecture $runtime $true -RuntimeSourceFeed $RuntimeSourceFeed -RuntimeSourceFeedKey $RuntimeSourceFeedKey +} catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/dotnet-install.sh b/eng/common/dotnet-install.sh index 94ea34388..50bc5e475 100755 --- a/eng/common/dotnet-install.sh +++ b/eng/common/dotnet-install.sh @@ -11,6 +11,8 @@ while [[ -h "$source" ]]; do done scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" +. "$scriptroot/tools.sh" + version='Latest' architecture='' runtime='dotnet' @@ -40,7 +42,7 @@ while [[ $# > 0 ]]; do runtimeSourceFeedKey="$1" ;; *) - echo "Invalid argument: $1" + Write-PipelineTelemetryError -Category 'Build' -Message "Invalid argument: $1" exit 1 ;; esac @@ -73,7 +75,6 @@ case $cpuname in ;; esac -. "$scriptroot/tools.sh" dotnetRoot="$repo_root/.dotnet" if [[ $architecture != "" ]] && [[ $architecture != $buildarch ]]; then dotnetRoot="$dotnetRoot/$architecture" @@ -81,7 +82,7 @@ fi InstallDotNet $dotnetRoot $version "$architecture" $runtime true $runtimeSourceFeed $runtimeSourceFeedKey || { local exit_code=$? - echo "dotnet-install.sh failed (exit code '$exit_code')." >&2 + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "dotnet-install.sh failed (exit code '$exit_code')." >&2 ExitWithExitCode $exit_code } diff --git a/eng/common/enable-cross-org-publishing.ps1 b/eng/common/enable-cross-org-publishing.ps1 index eccbf9f1b..efa26621d 100644 --- a/eng/common/enable-cross-org-publishing.ps1 +++ b/eng/common/enable-cross-org-publishing.ps1 @@ -2,5 +2,7 @@ param( [string] $token ) -Write-Host "##vso[task.setvariable variable=VSS_NUGET_ACCESSTOKEN]$token" -Write-Host "##vso[task.setvariable variable=VSS_NUGET_URI_PREFIXES]https://dnceng.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/dnceng/;https://devdiv.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/devdiv/" +. $PSScriptRoot\pipeline-logging-functions.ps1 + +Write-PipelineSetVariable -Name 'VSS_NUGET_ACCESSTOKEN' -Value $token +Write-PipelineSetVariable -Name 'VSS_NUGET_URI_PREFIXES' -Value 'https://dnceng.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/dnceng/;https://devdiv.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/devdiv/' diff --git a/eng/common/generate-graph-files.ps1 b/eng/common/generate-graph-files.ps1 index b056e4c1a..7ad26afa6 100644 --- a/eng/common/generate-graph-files.ps1 +++ b/eng/common/generate-graph-files.ps1 @@ -9,33 +9,33 @@ Param( # toolset dependencies see https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md#toolset-vs-product-dependencies ) -$ErrorActionPreference = "Stop" -. $PSScriptRoot\tools.ps1 - -Import-Module -Name (Join-Path $PSScriptRoot "native\CommonLibrary.psm1") - function CheckExitCode ([string]$stage) { $exitCode = $LASTEXITCODE if ($exitCode -ne 0) { - Write-Host "Something failed in stage: '$stage'. Check for errors above. Exiting now..." + Write-PipelineTelemetryError -Category 'Arcade' -Message "Something failed in stage: '$stage'. Check for errors above. Exiting now..." ExitWithExitCode $exitCode } } try { + $ErrorActionPreference = 'Stop' + . $PSScriptRoot\tools.ps1 + + Import-Module -Name (Join-Path $PSScriptRoot 'native\CommonLibrary.psm1') + Push-Location $PSScriptRoot - Write-Host "Installing darc..." + Write-Host 'Installing darc...' . .\darc-init.ps1 -darcVersion $darcVersion - CheckExitCode "Running darc-init" + CheckExitCode 'Running darc-init' - $engCommonBaseDir = Join-Path $PSScriptRoot "native\" + $engCommonBaseDir = Join-Path $PSScriptRoot 'native\' $graphvizInstallDir = CommonLibrary\Get-NativeInstallDirectory - $nativeToolBaseUri = "https://netcorenativeassets.blob.core.windows.net/resource-packages/external" - $installBin = Join-Path $graphvizInstallDir "bin" + $nativeToolBaseUri = 'https://netcorenativeassets.blob.core.windows.net/resource-packages/external' + $installBin = Join-Path $graphvizInstallDir 'bin' - Write-Host "Installing dot..." + Write-Host 'Installing dot...' .\native\install-tool.ps1 -ToolName graphviz -InstallPath $installBin -BaseUri $nativeToolBaseUri -CommonLibraryDirectory $engCommonBaseDir -Version $graphvizVersion -Verbose $darcExe = "$env:USERPROFILE\.dotnet\tools" @@ -51,37 +51,36 @@ try { $graphVizImageFilePath = "$outputFolder\graph.png" $normalGraphFilePath = "$outputFolder\graph-full.txt" $flatGraphFilePath = "$outputFolder\graph-flat.txt" - $baseOptions = @( "--github-pat", "$gitHubPat", "--azdev-pat", "$azdoPat", "--password", "$barToken" ) + $baseOptions = @( '--github-pat', "$gitHubPat", '--azdev-pat', "$azdoPat", '--password', "$barToken" ) if ($includeToolset) { - Write-Host "Toolsets will be included in the graph..." - $baseOptions += @( "--include-toolset" ) + Write-Host 'Toolsets will be included in the graph...' + $baseOptions += @( '--include-toolset' ) } - Write-Host "Generating standard dependency graph..." + Write-Host 'Generating standard dependency graph...' & "$darcExe" get-dependency-graph @baseOptions --output-file $normalGraphFilePath - CheckExitCode "Generating normal dependency graph" + CheckExitCode 'Generating normal dependency graph' - Write-Host "Generating flat dependency graph and graphviz file..." + Write-Host 'Generating flat dependency graph and graphviz file...' & "$darcExe" get-dependency-graph @baseOptions --flat --coherency --graphviz $graphVizFilePath --output-file $flatGraphFilePath - CheckExitCode "Generating flat and graphviz dependency graph" + CheckExitCode 'Generating flat and graphviz dependency graph' Write-Host "Generating graph image $graphVizFilePath" $dotFilePath = Join-Path $installBin "graphviz\$graphvizVersion\release\bin\dot.exe" & "$dotFilePath" -Tpng -o"$graphVizImageFilePath" "$graphVizFilePath" - CheckExitCode "Generating graphviz image" + CheckExitCode 'Generating graphviz image' Write-Host "'$graphVizFilePath', '$flatGraphFilePath', '$normalGraphFilePath' and '$graphVizImageFilePath' created!" } catch { if (!$includeToolset) { - Write-Host "This might be a toolset repo which includes only toolset dependencies. " -NoNewline -ForegroundColor Yellow - Write-Host "Since -includeToolset is not set there is no graph to create. Include -includeToolset and try again..." -ForegroundColor Yellow + Write-Host 'This might be a toolset repo which includes only toolset dependencies. ' -NoNewline -ForegroundColor Yellow + Write-Host 'Since -includeToolset is not set there is no graph to create. Include -includeToolset and try again...' -ForegroundColor Yellow } - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Arcade' -Message $_ ExitWithExitCode 1 } finally { - Pop-Location + Pop-Location } \ No newline at end of file diff --git a/eng/common/init-tools-native.ps1 b/eng/common/init-tools-native.ps1 index 0fc0503ab..f4409f083 100644 --- a/eng/common/init-tools-native.ps1 +++ b/eng/common/init-tools-native.ps1 @@ -35,7 +35,7 @@ File path to global.json file #> [CmdletBinding(PositionalBinding=$false)] Param ( - [string] $BaseUri = "https://netcorenativeassets.blob.core.windows.net/resource-packages/external", + [string] $BaseUri = 'https://netcorenativeassets.blob.core.windows.net/resource-packages/external', [string] $InstallDirectory, [switch] $Clean = $False, [switch] $Force = $False, @@ -45,26 +45,27 @@ Param ( ) if (!$GlobalJsonFile) { - $GlobalJsonFile = Join-Path (Get-Item $PSScriptRoot).Parent.Parent.FullName "global.json" + $GlobalJsonFile = Join-Path (Get-Item $PSScriptRoot).Parent.Parent.FullName 'global.json' } Set-StrictMode -version 2.0 -$ErrorActionPreference="Stop" +$ErrorActionPreference='Stop' -Import-Module -Name (Join-Path $PSScriptRoot "native\CommonLibrary.psm1") +. $PSScriptRoot\pipeline-logging-functions.ps1 +Import-Module -Name (Join-Path $PSScriptRoot 'native\CommonLibrary.psm1') try { # Define verbose switch if undefined - $Verbose = $VerbosePreference -Eq "Continue" + $Verbose = $VerbosePreference -Eq 'Continue' - $EngCommonBaseDir = Join-Path $PSScriptRoot "native\" + $EngCommonBaseDir = Join-Path $PSScriptRoot 'native\' $NativeBaseDir = $InstallDirectory if (!$NativeBaseDir) { $NativeBaseDir = CommonLibrary\Get-NativeInstallDirectory } $Env:CommonLibrary_NativeInstallDir = $NativeBaseDir - $InstallBin = Join-Path $NativeBaseDir "bin" - $InstallerPath = Join-Path $EngCommonBaseDir "install-tool.ps1" + $InstallBin = Join-Path $NativeBaseDir 'bin' + $InstallerPath = Join-Path $EngCommonBaseDir 'install-tool.ps1' # Process tools list Write-Host "Processing $GlobalJsonFile" @@ -74,7 +75,7 @@ try { } $NativeTools = Get-Content($GlobalJsonFile) -Raw | ConvertFrom-Json | - Select-Object -Expand "native-tools" -ErrorAction SilentlyContinue + Select-Object -Expand 'native-tools' -ErrorAction SilentlyContinue if ($NativeTools) { $NativeTools.PSObject.Properties | ForEach-Object { $ToolName = $_.Name @@ -112,18 +113,19 @@ try { } $toolInstallationFailure = $true } else { - Write-Error $errMsg + Write-PipelineTelemetryError -Category 'NativeToolsBootstrap' -Message $errMsg exit 1 } } } if ((Get-Variable 'toolInstallationFailure' -ErrorAction 'SilentlyContinue') -and $toolInstallationFailure) { + Write-PipelineTelemetryError -Category 'NativeToolsBootstrap' -Message 'Native tools bootstrap failed' exit 1 } } else { - Write-Host "No native tools defined in global.json" + Write-Host 'No native tools defined in global.json' exit 0 } @@ -131,18 +133,18 @@ try { exit 0 } if (Test-Path $InstallBin) { - Write-Host "Native tools are available from" (Convert-Path -Path $InstallBin) + Write-Host 'Native tools are available from ' (Convert-Path -Path $InstallBin) Write-Host "##vso[task.prependpath]$(Convert-Path -Path $InstallBin)" return $InstallBin } else { - Write-Error "Native tools install directory does not exist, installation failed" + Write-PipelineTelemetryError -Category 'NativeToolsBootstrap' -Message 'Native tools install directory does not exist, installation failed' exit 1 } exit 0 } catch { - Write-Host $_ - Write-Host $_.Exception - exit 1 + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'NativeToolsBootstrap' -Message $_ + ExitWithExitCode 1 } diff --git a/eng/common/init-tools-native.sh b/eng/common/init-tools-native.sh index 4dafaaca1..dbd7cbfdf 100755 --- a/eng/common/init-tools-native.sh +++ b/eng/common/init-tools-native.sh @@ -12,6 +12,7 @@ retry_wait_time_seconds=30 global_json_file="$(dirname "$(dirname "${scriptroot}")")/global.json" declare -A native_assets +. $scriptroot/pipeline-logging-functions.sh . $scriptroot/native/common-library.sh while (($# > 0)); do @@ -120,7 +121,7 @@ else $installer_command if [[ $? != 0 ]]; then - echo "Execution Failed" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Execution Failed" exit 1 fi done @@ -134,7 +135,7 @@ if [[ -d $install_bin ]]; then echo "Native tools are available from $install_bin" echo "##vso[task.prependpath]$install_bin" else - echo "Native tools install directory does not exist, installation failed" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Native tools install directory does not exist, installation failed" exit 1 fi diff --git a/eng/common/internal-feed-operations.ps1 b/eng/common/internal-feed-operations.ps1 index 8b8bafd6a..db0baac9a 100644 --- a/eng/common/internal-feed-operations.ps1 +++ b/eng/common/internal-feed-operations.ps1 @@ -6,9 +6,8 @@ param( [switch] $IsFeedPrivate ) -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 - . $PSScriptRoot\tools.ps1 # Sets VSS_NUGET_EXTERNAL_FEED_ENDPOINTS based on the "darc-int-*" feeds defined in NuGet.config. This is needed @@ -21,7 +20,7 @@ function SetupCredProvider { ) # Install the Cred Provider NuGet plugin - Write-Host "Setting up Cred Provider NuGet plugin in the agent..." + Write-Host 'Setting up Cred Provider NuGet plugin in the agent...' Write-Host "Getting 'installcredprovider.ps1' from 'https://github.com/microsoft/artifacts-credprovider'..." $url = 'https://raw.githubusercontent.com/microsoft/artifacts-credprovider/master/helpers/installcredprovider.ps1' @@ -29,18 +28,18 @@ function SetupCredProvider { Write-Host "Writing the contents of 'installcredprovider.ps1' locally..." Invoke-WebRequest $url -OutFile installcredprovider.ps1 - Write-Host "Installing plugin..." + Write-Host 'Installing plugin...' .\installcredprovider.ps1 -Force Write-Host "Deleting local copy of 'installcredprovider.ps1'..." Remove-Item .\installcredprovider.ps1 if (-Not("$env:USERPROFILE\.nuget\plugins\netcore")) { - Write-Host "CredProvider plugin was not installed correctly!" + Write-PipelineTelemetryError -Category 'Arcade' -Message 'CredProvider plugin was not installed correctly!' ExitWithExitCode 1 } else { - Write-Host "CredProvider plugin was installed correctly!" + Write-Host 'CredProvider plugin was installed correctly!' } # Then, we set the 'VSS_NUGET_EXTERNAL_FEED_ENDPOINTS' environment variable to restore from the stable @@ -49,7 +48,7 @@ function SetupCredProvider { $nugetConfigPath = "$RepoRoot\NuGet.config" if (-Not (Test-Path -Path $nugetConfigPath)) { - Write-Host "NuGet.config file not found in repo's root!" + Write-PipelineTelemetryError -Category 'Build' -Message 'NuGet.config file not found in repo root!' ExitWithExitCode 1 } @@ -81,7 +80,7 @@ function SetupCredProvider { } else { - Write-Host "No internal endpoints found in NuGet.config" + Write-Host 'No internal endpoints found in NuGet.config' } } @@ -99,7 +98,7 @@ function InstallDotNetSdkAndRestoreArcade { & $dotnet restore $restoreProjPath - Write-Host "Arcade SDK restored!" + Write-Host 'Arcade SDK restored!' if (Test-Path -Path $restoreProjPath) { Remove-Item $restoreProjPath @@ -113,23 +112,22 @@ function InstallDotNetSdkAndRestoreArcade { try { Push-Location $PSScriptRoot - if ($Operation -like "setup") { + if ($Operation -like 'setup') { SetupCredProvider $AuthToken } - elseif ($Operation -like "install-restore") { + elseif ($Operation -like 'install-restore') { InstallDotNetSdkAndRestoreArcade } else { - Write-Host "Unknown operation '$Operation'!" + Write-PipelineTelemetryError -Category 'Arcade' -Message "Unknown operation '$Operation'!" ExitWithExitCode 1 } } catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Arcade' -Message $_ ExitWithExitCode 1 } finally { - Pop-Location + Pop-Location } diff --git a/eng/common/internal-feed-operations.sh b/eng/common/internal-feed-operations.sh index 1ff654d2f..5941ea283 100755 --- a/eng/common/internal-feed-operations.sh +++ b/eng/common/internal-feed-operations.sh @@ -30,7 +30,7 @@ function SetupCredProvider { rm installcredprovider.sh if [ ! -d "$HOME/.nuget/plugins" ]; then - echo "CredProvider plugin was not installed correctly!" + Write-PipelineTelemetryError -category 'Build' 'CredProvider plugin was not installed correctly!' ExitWithExitCode 1 else echo "CredProvider plugin was installed correctly!" @@ -42,7 +42,7 @@ function SetupCredProvider { local nugetConfigPath="$repo_root/NuGet.config" if [ ! "$nugetConfigPath" ]; then - echo "NuGet.config file not found in repo's root!" + Write-PipelineTelemetryError -category 'Build' "NuGet.config file not found in repo's root!" ExitWithExitCode 1 fi diff --git a/eng/common/msbuild.ps1 b/eng/common/msbuild.ps1 index b37fd3d5e..c64012300 100644 --- a/eng/common/msbuild.ps1 +++ b/eng/common/msbuild.ps1 @@ -1,6 +1,6 @@ [CmdletBinding(PositionalBinding=$false)] Param( - [string] $verbosity = "minimal", + [string] $verbosity = 'minimal', [bool] $warnAsError = $true, [bool] $nodeReuse = $true, [switch] $ci, @@ -18,9 +18,8 @@ try { MSBuild @extraArgs } catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Build' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/native/common-library.sh b/eng/common/native/common-library.sh index 271bddfac..bf272dcf5 100755 --- a/eng/common/native/common-library.sh +++ b/eng/common/native/common-library.sh @@ -34,7 +34,7 @@ function ExpandZip { echo "'Force flag enabled, but '$output_directory' exists. Removing directory" rm -rf $output_directory if [[ $? != 0 ]]; then - echo Unable to remove '$output_directory'>&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Unable to remove '$output_directory'" return 1 fi fi @@ -45,7 +45,7 @@ function ExpandZip { echo "Extracting archive" tar -xf $zip_path -C $output_directory if [[ $? != 0 ]]; then - echo "Unable to extract '$zip_path'" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Unable to extract '$zip_path'" return 1 fi @@ -117,7 +117,7 @@ function DownloadAndExtract { # Download file GetFile "$uri" "$temp_tool_path" $force $download_retries $retry_wait_time_seconds if [[ $? != 0 ]]; then - echo "Failed to download '$uri' to '$temp_tool_path'." >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Failed to download '$uri' to '$temp_tool_path'." return 1 fi @@ -125,7 +125,7 @@ function DownloadAndExtract { echo "extracting from $temp_tool_path to $installDir" ExpandZip "$temp_tool_path" "$installDir" $force $download_retries $retry_wait_time_seconds if [[ $? != 0 ]]; then - echo "Failed to extract '$temp_tool_path' to '$installDir'." >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Failed to extract '$temp_tool_path' to '$installDir'." return 1 fi @@ -148,7 +148,7 @@ function NewScriptShim { fi if [[ ! -f $tool_file_path ]]; then - echo "Specified tool file path:'$tool_file_path' does not exist" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Specified tool file path:'$tool_file_path' does not exist" return 1 fi diff --git a/eng/common/native/install-cmake-test.sh b/eng/common/native/install-cmake-test.sh index 53ddf4e68..12339a407 100755 --- a/eng/common/native/install-cmake-test.sh +++ b/eng/common/native/install-cmake-test.sh @@ -101,7 +101,7 @@ fi DownloadAndExtract $uri $tool_install_directory $force $download_retries $retry_wait_time_seconds if [[ $? != 0 ]]; then - echo "Installation failed" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' 'Installation failed' exit 1 fi @@ -110,7 +110,7 @@ fi NewScriptShim $shim_path $tool_file_path true if [[ $? != 0 ]]; then - echo "Shim generation failed" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' 'Shim generation failed' exit 1 fi diff --git a/eng/common/native/install-cmake.sh b/eng/common/native/install-cmake.sh index 5f1a182fa..18041be87 100755 --- a/eng/common/native/install-cmake.sh +++ b/eng/common/native/install-cmake.sh @@ -101,7 +101,7 @@ fi DownloadAndExtract $uri $tool_install_directory $force $download_retries $retry_wait_time_seconds if [[ $? != 0 ]]; then - echo "Installation failed" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' 'Installation failed' exit 1 fi @@ -110,7 +110,7 @@ fi NewScriptShim $shim_path $tool_file_path true if [[ $? != 0 ]]; then - echo "Shim generation failed" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' 'Shim generation failed' exit 1 fi diff --git a/eng/common/native/install-tool.ps1 b/eng/common/native/install-tool.ps1 index 635ab3fd4..ca180d03b 100644 --- a/eng/common/native/install-tool.ps1 +++ b/eng/common/native/install-tool.ps1 @@ -46,6 +46,8 @@ Param ( [int] $RetryWaitTimeInSeconds = 30 ) +. $PSScriptRoot\..\pipeline-logging-functions.ps1 + # Import common library modules Import-Module -Name (Join-Path $CommonLibraryDirectory "CommonLibrary.psm1") @@ -93,7 +95,7 @@ try { -Verbose:$Verbose if ($InstallStatus -Eq $False) { - Write-Error "Installation failed" + Write-PipelineTelemetryError "Installation failed" -Category "NativeToolsetBootstrapping" exit 1 } } @@ -117,14 +119,14 @@ try { -Verbose:$Verbose if ($GenerateShimStatus -Eq $False) { - Write-Error "Generate shim failed" + Write-PipelineTelemetryError "Generate shim failed" -Category "NativeToolsetBootstrapping" return 1 } exit 0 } catch { - Write-Host $_ - Write-Host $_.Exception + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category "NativeToolsetBootstrapping" -Message $_ exit 1 } diff --git a/eng/common/pipeline-logging-functions.ps1 b/eng/common/pipeline-logging-functions.ps1 index af5f48aac..e06561858 100644 --- a/eng/common/pipeline-logging-functions.ps1 +++ b/eng/common/pipeline-logging-functions.ps1 @@ -12,6 +12,7 @@ $script:loggingCommandEscapeMappings = @( # TODO: WHAT ABOUT "="? WHAT ABOUT "%" # TODO: BUG: Escape % ??? # TODO: Add test to verify don't need to escape "=". +# Specify "-Force" to force pipeline formatted output even if "$ci" is false or not set function Write-PipelineTelemetryError { [CmdletBinding()] param( @@ -25,49 +26,53 @@ function Write-PipelineTelemetryError { [string]$SourcePath, [string]$LineNumber, [string]$ColumnNumber, - [switch]$AsOutput) + [switch]$AsOutput, + [switch]$Force) - $PSBoundParameters.Remove("Category") | Out-Null + $PSBoundParameters.Remove('Category') | Out-Null $Message = "(NETCORE_ENGINEERING_TELEMETRY=$Category) $Message" - $PSBoundParameters.Remove("Message") | Out-Null - $PSBoundParameters.Add("Message", $Message) - + $PSBoundParameters.Remove('Message') | Out-Null + $PSBoundParameters.Add('Message', $Message) Write-PipelineTaskError @PSBoundParameters } +# Specify "-Force" to force pipeline formatted output even if "$ci" is false or not set function Write-PipelineTaskError { [CmdletBinding()] param( - [Parameter(Mandatory = $true)] - [string]$Message, - [Parameter(Mandatory = $false)] - [string]$Type = 'error', - [string]$ErrCode, - [string]$SourcePath, - [string]$LineNumber, - [string]$ColumnNumber, - [switch]$AsOutput) - - if(!$ci) { + [Parameter(Mandatory = $true)] + [string]$Message, + [Parameter(Mandatory = $false)] + [string]$Type = 'error', + [string]$ErrCode, + [string]$SourcePath, + [string]$LineNumber, + [string]$ColumnNumber, + [switch]$AsOutput, + [switch]$Force + ) + + if(!$Force -And (-Not (Test-Path variable:ci) -Or !$ci)) { if($Type -eq 'error') { - Write-Host $Message -ForegroundColor Red - return + Write-Host $Message -ForegroundColor Red + return } elseif ($Type -eq 'warning') { - Write-Host $Message -ForegroundColor Yellow - return + Write-Host $Message -ForegroundColor Yellow + return } - } - - if(($Type -ne 'error') -and ($Type -ne 'warning')) { - Write-Host $Message - return - } - if(-not $PSBoundParameters.ContainsKey('Type')) { - $PSBoundParameters.Add('Type', 'error') - } - Write-LogIssue @PSBoundParameters + } + + if(($Type -ne 'error') -and ($Type -ne 'warning')) { + Write-Host $Message + return + } + $PSBoundParameters.Remove('Force') | Out-Null + if(-not $PSBoundParameters.ContainsKey('Type')) { + $PSBoundParameters.Add('Type', 'error') + } + Write-LogIssue @PSBoundParameters } function Write-PipelineSetVariable { @@ -80,7 +85,7 @@ function Write-PipelineTaskError { [switch]$AsOutput, [bool]$IsMultiJobVariable=$true) - if($ci) { + if(-Not (Test-Path variable:ci) -Or !$ci) { Write-LoggingCommand -Area 'task' -Event 'setvariable' -Data $Value -Properties @{ 'variable' = $Name 'isSecret' = $Secret @@ -95,7 +100,8 @@ function Write-PipelineTaskError { [Parameter(Mandatory=$true)] [string]$Path, [switch]$AsOutput) - if($ci) { + + if(-Not (Test-Path variable:ci) -Or !$ci) { Write-LoggingCommand -Area 'task' -Event 'prependpath' -Data $Path -AsOutput:$AsOutput } } diff --git a/eng/common/pipeline-logging-functions.sh b/eng/common/pipeline-logging-functions.sh index 1c560a506..33c3f0d80 100755 --- a/eng/common/pipeline-logging-functions.sh +++ b/eng/common/pipeline-logging-functions.sh @@ -2,6 +2,7 @@ function Write-PipelineTelemetryError { local telemetry_category='' + local force=false local function_args=() local message='' while [[ $# -gt 0 ]]; do @@ -11,6 +12,9 @@ function Write-PipelineTelemetryError { telemetry_category=$2 shift ;; + -force|-f) + force=true + ;; -*) function_args+=("$1 $2") shift @@ -22,19 +26,22 @@ function Write-PipelineTelemetryError { shift done - if [[ "$ci" != true ]]; then + if [[ $force != true ]] && [[ "$ci" != true ]]; then echo "$message" >&2 return fi message="(NETCORE_ENGINEERING_TELEMETRY=$telemetry_category) $message" function_args+=("$message") + if [[ $force == true ]]; then + function_args+=("-force") + fi Write-PipelineTaskError $function_args } function Write-PipelineTaskError { - if [[ "$ci" != true ]]; then + if [[ $force != true ]] && [[ "$ci" != true ]]; then echo "$@" >&2 return fi diff --git a/eng/common/post-build/darc-gather-drop.ps1 b/eng/common/post-build/darc-gather-drop.ps1 index 89854d3c1..81ff2a437 100644 --- a/eng/common/post-build/darc-gather-drop.ps1 +++ b/eng/common/post-build/darc-gather-drop.ps1 @@ -2,20 +2,20 @@ param( [Parameter(Mandatory=$true)][int] $BarBuildId, # ID of the build which assets should be downloaded [Parameter(Mandatory=$true)][string] $DropLocation, # Where the assets should be downloaded to [Parameter(Mandatory=$true)][string] $MaestroApiAccessToken, # Token used to access Maestro API - [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = "https://maestro-prod.westus2.cloudapp.azure.com", # Maestro API URL - [Parameter(Mandatory=$false)][string] $MaestroApiVersion = "2019-01-16" # Version of Maestro API to use + [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro-prod.westus2.cloudapp.azure.com', # Maestro API URL + [Parameter(Mandatory=$false)][string] $MaestroApiVersion = '2019-01-16' # Version of Maestro API to use ) -. $PSScriptRoot\post-build-utils.ps1 - try { - Write-Host "Installing DARC ..." + . $PSScriptRoot\post-build-utils.ps1 + + Write-Host 'Installing DARC ...' . $PSScriptRoot\..\darc-init.ps1 $exitCode = $LASTEXITCODE if ($exitCode -ne 0) { - Write-PipelineTaskError "Something failed while running 'darc-init.ps1'. Check for errors above. Exiting now..." + Write-PipelineTelemetryError -Category "Darc" -Message "Something failed while running 'darc-init.ps1'. Check for errors above. Exiting now..." ExitWithExitCode $exitCode } @@ -38,8 +38,7 @@ try { --latest-location } catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category "Darc" -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/post-build/nuget-validation.ps1 b/eng/common/post-build/nuget-validation.ps1 index 78ed0d540..3d6129d72 100644 --- a/eng/common/post-build/nuget-validation.ps1 +++ b/eng/common/post-build/nuget-validation.ps1 @@ -6,20 +6,19 @@ param( [Parameter(Mandatory=$true)][string] $ToolDestinationPath # Where the validation tool should be downloaded to ) -. $PSScriptRoot\post-build-utils.ps1 - try { - $url = "https://raw.githubusercontent.com/NuGet/NuGetGallery/jver-verify/src/VerifyMicrosoftPackage/verify.ps1" + . $PSScriptRoot\post-build-utils.ps1 - New-Item -ItemType "directory" -Path ${ToolDestinationPath} -Force + $url = 'https://raw.githubusercontent.com/NuGet/NuGetGallery/jver-verify/src/VerifyMicrosoftPackage/verify.ps1' + + New-Item -ItemType 'directory' -Path ${ToolDestinationPath} -Force Invoke-WebRequest $url -OutFile ${ToolDestinationPath}\verify.ps1 & ${ToolDestinationPath}\verify.ps1 ${PackagesPath}\*.nupkg } catch { - Write-PipelineTaskError "NuGet package validation failed. Please check error logs." - Write-Host $_ Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'NuGetValidation' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/post-build/post-build-utils.ps1 b/eng/common/post-build/post-build-utils.ps1 index aa9a025c0..7d4974479 100644 --- a/eng/common/post-build/post-build-utils.ps1 +++ b/eng/common/post-build/post-build-utils.ps1 @@ -1,17 +1,17 @@ # Most of the functions in this file require the variables `MaestroApiEndPoint`, # `MaestroApiVersion` and `MaestroApiAccessToken` to be globally available. -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 # `tools.ps1` checks $ci to perform some actions. Since the post-build # scripts don't necessarily execute in the same agent that run the # build.ps1/sh script this variable isn't automatically set. $ci = $true -$disableConfigureToolsetImport = "true" +$disableConfigureToolsetImport = $true . $PSScriptRoot\..\tools.ps1 -function Create-MaestroApiRequestHeaders([string]$ContentType = "application/json") { +function Create-MaestroApiRequestHeaders([string]$ContentType = 'application/json') { Validate-MaestroVars $headers = New-Object 'System.Collections.Generic.Dictionary[[String],[String]]' @@ -51,14 +51,6 @@ function Get-MaestroSubscriptions([string]$SourceRepository, [int]$ChannelId) { return $result } -function Trigger-Subscription([string]$SubscriptionId) { - Validate-MaestroVars - - $apiHeaders = Create-MaestroApiRequestHeaders -AuthToken $MaestroApiAccessToken - $apiEndpoint = "$MaestroApiEndPoint/api/subscriptions/$SubscriptionId/trigger?api-version=$MaestroApiVersion" - Invoke-WebRequest -Uri $apiEndpoint -Headers $apiHeaders -Method Post | Out-Null -} - function Assign-BuildToChannel([int]$BuildId, [int]$ChannelId) { Validate-MaestroVars @@ -67,24 +59,32 @@ function Assign-BuildToChannel([int]$BuildId, [int]$ChannelId) { Invoke-WebRequest -Method Post -Uri $apiEndpoint -Headers $apiHeaders | Out-Null } +function Trigger-Subscription([string]$SubscriptionId) { + Validate-MaestroVars + + $apiHeaders = Create-MaestroApiRequestHeaders -AuthToken $MaestroApiAccessToken + $apiEndpoint = "$MaestroApiEndPoint/api/subscriptions/$SubscriptionId/trigger?api-version=$MaestroApiVersion" + Invoke-WebRequest -Uri $apiEndpoint -Headers $apiHeaders -Method Post | Out-Null +} + function Validate-MaestroVars { try { Get-Variable MaestroApiEndPoint -Scope Global | Out-Null Get-Variable MaestroApiVersion -Scope Global | Out-Null Get-Variable MaestroApiAccessToken -Scope Global | Out-Null - if (!($MaestroApiEndPoint -Match "^http[s]?://maestro-(int|prod).westus2.cloudapp.azure.com$")) { - Write-PipelineTaskError "MaestroApiEndPoint is not a valid Maestro URL. '$MaestroApiEndPoint'" + if (!($MaestroApiEndPoint -Match '^http[s]?://maestro-(int|prod).westus2.cloudapp.azure.com$')) { + Write-PipelineTelemetryError -Category 'MaestroVars' -Message "MaestroApiEndPoint is not a valid Maestro URL. '$MaestroApiEndPoint'" ExitWithExitCode 1 } - if (!($MaestroApiVersion -Match "^[0-9]{4}-[0-9]{2}-[0-9]{2}$")) { - Write-PipelineTaskError "MaestroApiVersion does not match a version string in the format yyyy-MM-DD. '$MaestroApiVersion'" + if (!($MaestroApiVersion -Match '^[0-9]{4}-[0-9]{2}-[0-9]{2}$')) { + Write-PipelineTelemetryError -Category 'MaestroVars' -Message "MaestroApiVersion does not match a version string in the format yyyy-MM-DD. '$MaestroApiVersion'" ExitWithExitCode 1 } } catch { - Write-PipelineTaskError "Error: Variables `MaestroApiEndPoint`, `MaestroApiVersion` and `MaestroApiAccessToken` are required while using this script." + Write-PipelineTelemetryError -Category 'MaestroVars' -Message 'Error: Variables `MaestroApiEndPoint`, `MaestroApiVersion` and `MaestroApiAccessToken` are required while using this script.' Write-Host $_ ExitWithExitCode 1 } diff --git a/eng/common/post-build/promote-build.ps1 b/eng/common/post-build/promote-build.ps1 index e5ae85f25..ce45635fb 100644 --- a/eng/common/post-build/promote-build.ps1 +++ b/eng/common/post-build/promote-build.ps1 @@ -2,18 +2,18 @@ param( [Parameter(Mandatory=$true)][int] $BuildId, [Parameter(Mandatory=$true)][int] $ChannelId, [Parameter(Mandatory=$true)][string] $MaestroApiAccessToken, - [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = "https://maestro-prod.westus2.cloudapp.azure.com", - [Parameter(Mandatory=$false)][string] $MaestroApiVersion = "2019-01-16" + [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro-prod.westus2.cloudapp.azure.com', + [Parameter(Mandatory=$false)][string] $MaestroApiVersion = '2019-01-16' ) -. $PSScriptRoot\post-build-utils.ps1 - try { + . $PSScriptRoot\post-build-utils.ps1 + # Check that the channel we are going to promote the build to exist $channelInfo = Get-MaestroChannel -ChannelId $ChannelId if (!$channelInfo) { - Write-Host "Channel with BAR ID $ChannelId was not found in BAR!" + Write-PipelineTelemetryCategory -Category 'PromoteBuild' -Message "Channel with BAR ID $ChannelId was not found in BAR!" ExitWithExitCode 1 } @@ -21,7 +21,7 @@ try { $buildInfo = Get-MaestroBuild -BuildId $BuildId if (!$buildInfo) { - Write-Host "Build with BAR ID $BuildId was not found in BAR!" + Write-PipelineTelemetryError -Category 'PromoteBuild' -Message "Build with BAR ID $BuildId was not found in BAR!" ExitWithExitCode 1 } @@ -39,10 +39,10 @@ try { Assign-BuildToChannel -BuildId $BuildId -ChannelId $ChannelId - Write-Host "done." + Write-Host 'done.' } catch { - Write-Host "There was an error while trying to promote build '$BuildId' to channel '$ChannelId'" Write-Host $_ - Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'PromoteBuild' -Message "There was an error while trying to promote build '$BuildId' to channel '$ChannelId'" + ExitWithExitCode 1 } diff --git a/eng/common/post-build/sourcelink-validation.ps1 b/eng/common/post-build/sourcelink-validation.ps1 index bbfdacca1..cc9d059d0 100644 --- a/eng/common/post-build/sourcelink-validation.ps1 +++ b/eng/common/post-build/sourcelink-validation.ps1 @@ -34,9 +34,9 @@ $ValidatePackage = { # Extensions for which we'll look for SourceLink information # For now we'll only care about Portable & Embedded PDBs - $RelevantExtensions = @(".dll", ".exe", ".pdb") + $RelevantExtensions = @('.dll', '.exe', '.pdb') - Write-Host -NoNewLine "Validating" ([System.IO.Path]::GetFileName($PackagePath)) "... " + Write-Host -NoNewLine 'Validating ' ([System.IO.Path]::GetFileName($PackagePath)) '...' $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) $ExtractPath = Join-Path -Path $using:ExtractPath -ChildPath $PackageId @@ -58,7 +58,7 @@ $ValidatePackage = { $TargetFile = Join-Path -Path $ExtractPath -ChildPath $FakeName # We ignore resource DLLs - if ($FileName.EndsWith(".resources.dll")) { + if ($FileName.EndsWith('.resources.dll')) { return } @@ -96,7 +96,7 @@ $ValidatePackage = { $Uri = $Link -as [System.URI] # Only GitHub links are valid - if ($Uri.AbsoluteURI -ne $null -and ($Uri.Host -match "github" -or $Uri.Host -match "githubusercontent")) { + if ($Uri.AbsoluteURI -ne $null -and ($Uri.Host -match 'github' -or $Uri.Host -match 'githubusercontent')) { $Status = (Invoke-WebRequest -Uri $Link -UseBasicParsing -Method HEAD -TimeoutSec 5).StatusCode } else { @@ -143,19 +143,19 @@ $ValidatePackage = { } if ($FailedFiles -eq 0) { - Write-Host "Passed." + Write-Host 'Passed.' return 0 } else { - Write-Host "$PackagePath has broken SourceLink links." + Write-PipelineTelemetryError -Category 'SourceLink' -Message "$PackagePath has broken SourceLink links." return 1 } } function ValidateSourceLinkLinks { - if ($GHRepoName -ne "" -and !($GHRepoName -Match "^[^\s\/]+/[^\s\/]+$")) { - if (!($GHRepoName -Match "^[^\s-]+-[^\s]+$")) { - Write-PipelineTaskError "GHRepoName should be in the format / or -. '$GHRepoName'" + if ($GHRepoName -ne '' -and !($GHRepoName -Match '^[^\s\/]+/[^\s\/]+$')) { + if (!($GHRepoName -Match '^[^\s-]+-[^\s]+$')) { + Write-PipelineTelemetryError -Category 'SourceLink' -Message "GHRepoName should be in the format / or -. '$GHRepoName'" ExitWithExitCode 1 } else { @@ -163,14 +163,14 @@ function ValidateSourceLinkLinks { } } - if ($GHCommit -ne "" -and !($GHCommit -Match "^[0-9a-fA-F]{40}$")) { - Write-PipelineTaskError "GHCommit should be a 40 chars hexadecimal string. '$GHCommit'" + if ($GHCommit -ne '' -and !($GHCommit -Match '^[0-9a-fA-F]{40}$')) { + Write-PipelineTelemetryError -Category 'SourceLink' -Message "GHCommit should be a 40 chars hexadecimal string. '$GHCommit'" ExitWithExitCode 1 } - if ($GHRepoName -ne "" -and $GHCommit -ne "") { - $RepoTreeURL = -Join("http://api.github.com/repos/", $GHRepoName, "/git/trees/", $GHCommit, "?recursive=1") - $CodeExtensions = @(".cs", ".vb", ".fs", ".fsi", ".fsx", ".fsscript") + if ($GHRepoName -ne '' -and $GHCommit -ne '') { + $RepoTreeURL = -Join('http://api.github.com/repos/', $GHRepoName, '/git/trees/', $GHCommit, '?recursive=1') + $CodeExtensions = @('.cs', '.vb', '.fs', '.fsi', '.fsx', '.fsscript') try { # Retrieve the list of files in the repo at that particular commit point and store them in the RepoFiles hash @@ -188,8 +188,8 @@ function ValidateSourceLinkLinks { Write-Host "Problems downloading the list of files from the repo. Url used: $RepoTreeURL . Execution will proceed without caching." } } - elseif ($GHRepoName -ne "" -or $GHCommit -ne "") { - Write-Host "For using the http caching mechanism both GHRepoName and GHCommit should be informed." + elseif ($GHRepoName -ne '' -or $GHCommit -ne '') { + Write-Host 'For using the http caching mechanism both GHRepoName and GHCommit should be informed.' } if (Test-Path $ExtractPath) { @@ -217,18 +217,18 @@ function ValidateSourceLinkLinks { $ValidationFailures = 0 foreach ($Job in @(Get-Job)) { $jobResult = Wait-Job -Id $Job.Id | Receive-Job - if ($jobResult -ne "0") { + if ($jobResult -ne '0') { $ValidationFailures++ } } if ($ValidationFailures -gt 0) { - Write-PipelineTaskError " $ValidationFailures package(s) failed validation." + Write-PipelineTelemetryError -Category 'SourceLink' -Message "$ValidationFailures package(s) failed validation." ExitWithExitCode 1 } } function InstallSourcelinkCli { - $sourcelinkCliPackageName = "sourcelink" + $sourcelinkCliPackageName = 'sourcelink' $dotnetRoot = InitializeDotNetCli -install:$true $dotnet = "$dotnetRoot\dotnet.exe" @@ -239,7 +239,7 @@ function InstallSourcelinkCli { } else { Write-Host "Installing SourceLink CLI version $sourcelinkCliVersion..." - Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." + Write-Host 'You may need to restart your command window if this is the first dotnet tool you have installed.' & "$dotnet" tool install $sourcelinkCliPackageName --version $sourcelinkCliVersion --verbosity "minimal" --global } } @@ -250,8 +250,8 @@ try { ValidateSourceLinkLinks } catch { - Write-Host $_ Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'SourceLink' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/post-build/symbols-validation.ps1 b/eng/common/post-build/symbols-validation.ps1 index 096ac321d..f7cfe986d 100644 --- a/eng/common/post-build/symbols-validation.ps1 +++ b/eng/common/post-build/symbols-validation.ps1 @@ -4,10 +4,6 @@ param( [Parameter(Mandatory=$true)][string] $DotnetSymbolVersion # Version of dotnet symbol to use ) -. $PSScriptRoot\post-build-utils.ps1 - -Add-Type -AssemblyName System.IO.Compression.FileSystem - function FirstMatchingSymbolDescriptionOrDefault { param( [string] $FullPath, # Full path to the module that has to be checked @@ -23,19 +19,19 @@ function FirstMatchingSymbolDescriptionOrDefault { # checking and which type of file was uploaded. # The file itself is returned - $SymbolPath = $SymbolsPath + "\" + $FileName + $SymbolPath = $SymbolsPath + '\' + $FileName # PDB file for the module - $PdbPath = $SymbolPath.Replace($Extension, ".pdb") + $PdbPath = $SymbolPath.Replace($Extension, '.pdb') # PDB file for R2R module (created by crossgen) - $NGenPdb = $SymbolPath.Replace($Extension, ".ni.pdb") + $NGenPdb = $SymbolPath.Replace($Extension, '.ni.pdb') # DBG file for a .so library - $SODbg = $SymbolPath.Replace($Extension, ".so.dbg") + $SODbg = $SymbolPath.Replace($Extension, '.so.dbg') # DWARF file for a .dylib - $DylibDwarf = $SymbolPath.Replace($Extension, ".dylib.dwarf") + $DylibDwarf = $SymbolPath.Replace($Extension, '.dylib.dwarf') $dotnetSymbolExe = "$env:USERPROFILE\.dotnet\tools" $dotnetSymbolExe = Resolve-Path "$dotnetSymbolExe\dotnet-symbol.exe" @@ -43,19 +39,19 @@ function FirstMatchingSymbolDescriptionOrDefault { & $dotnetSymbolExe --symbols --modules --windows-pdbs $TargetServerParam $FullPath -o $SymbolsPath | Out-Null if (Test-Path $PdbPath) { - return "PDB" + return 'PDB' } elseif (Test-Path $NGenPdb) { - return "NGen PDB" + return 'NGen PDB' } elseif (Test-Path $SODbg) { - return "DBG for SO" + return 'DBG for SO' } elseif (Test-Path $DylibDwarf) { - return "Dwarf for Dylib" + return 'Dwarf for Dylib' } elseif (Test-Path $SymbolPath) { - return "Module" + return 'Module' } else { return $null @@ -74,7 +70,7 @@ function CountMissingSymbols { } # Extensions for which we'll look for symbols - $RelevantExtensions = @(".dll", ".exe", ".so", ".dylib") + $RelevantExtensions = @('.dll', '.exe', '.so', '.dylib') # How many files are missing symbol information $MissingSymbols = 0 @@ -82,38 +78,38 @@ function CountMissingSymbols { $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) $PackageGuid = New-Guid $ExtractPath = Join-Path -Path $ExtractPath -ChildPath $PackageGuid - $SymbolsPath = Join-Path -Path $ExtractPath -ChildPath "Symbols" + $SymbolsPath = Join-Path -Path $ExtractPath -ChildPath 'Symbols' [System.IO.Compression.ZipFile]::ExtractToDirectory($PackagePath, $ExtractPath) Get-ChildItem -Recurse $ExtractPath | Where-Object {$RelevantExtensions -contains $_.Extension} | ForEach-Object { - if ($_.FullName -Match "\\ref\\") { - Write-Host "`t Ignoring reference assembly file" $_.FullName + if ($_.FullName -Match '\\ref\\') { + Write-Host "`t Ignoring reference assembly file " $_.FullName return } - $SymbolsOnMSDL = FirstMatchingSymbolDescriptionOrDefault $_.FullName "--microsoft-symbol-server" $SymbolsPath - $SymbolsOnSymWeb = FirstMatchingSymbolDescriptionOrDefault $_.FullName "--internal-server" $SymbolsPath + $SymbolsOnMSDL = FirstMatchingSymbolDescriptionOrDefault $_.FullName '--microsoft-symbol-server' $SymbolsPath + $SymbolsOnSymWeb = FirstMatchingSymbolDescriptionOrDefault $_.FullName '--internal-server' $SymbolsPath - Write-Host -NoNewLine "`t Checking file" $_.FullName "... " + Write-Host -NoNewLine "`t Checking file " $_.FullName "... " if ($SymbolsOnMSDL -ne $null -and $SymbolsOnSymWeb -ne $null) { - Write-Host "Symbols found on MSDL (" $SymbolsOnMSDL ") and SymWeb (" $SymbolsOnSymWeb ")" + Write-Host "Symbols found on MSDL ($SymbolsOnMSDL) and SymWeb ($SymbolsOnSymWeb)" } else { $MissingSymbols++ if ($SymbolsOnMSDL -eq $null -and $SymbolsOnSymWeb -eq $null) { - Write-Host "No symbols found on MSDL or SymWeb!" + Write-Host 'No symbols found on MSDL or SymWeb!' } else { if ($SymbolsOnMSDL -eq $null) { - Write-Host "No symbols found on MSDL!" + Write-Host 'No symbols found on MSDL!' } else { - Write-Host "No symbols found on SymWeb!" + Write-Host 'No symbols found on SymWeb!' } } } @@ -132,27 +128,27 @@ function CheckSymbolsAvailable { Get-ChildItem "$InputPath\*.nupkg" | ForEach-Object { $FileName = $_.Name - + # These packages from Arcade-Services include some native libraries that # our current symbol uploader can't handle. Below is a workaround until # we get issue: https://github.com/dotnet/arcade/issues/2457 sorted. - if ($FileName -Match "Microsoft\.DotNet\.Darc\.") { + if ($FileName -Match 'Microsoft\.DotNet\.Darc\.') { Write-Host "Ignoring Arcade-services file: $FileName" Write-Host return } - elseif ($FileName -Match "Microsoft\.DotNet\.Maestro\.Tasks\.") { + elseif ($FileName -Match 'Microsoft\.DotNet\.Maestro\.Tasks\.') { Write-Host "Ignoring Arcade-services file: $FileName" Write-Host return } - + Write-Host "Validating $FileName " $Status = CountMissingSymbols "$InputPath\$FileName" - + if ($Status -ne 0) { - Write-PipelineTaskError "Missing symbols for $Status modules in the package $FileName" - ExitWithExitCode $exitCode + Write-PipelineTelemetryError -Category 'CheckSymbols' -Message "Missing symbols for $Status modules in the package $FileName" + ExitWithExitCode $exitCode } Write-Host @@ -160,7 +156,7 @@ function CheckSymbolsAvailable { } function InstallDotnetSymbol { - $dotnetSymbolPackageName = "dotnet-symbol" + $dotnetSymbolPackageName = 'dotnet-symbol' $dotnetRoot = InitializeDotNetCli -install:$true $dotnet = "$dotnetRoot\dotnet.exe" @@ -171,19 +167,22 @@ function InstallDotnetSymbol { } else { Write-Host "Installing dotnet-symbol version $dotnetSymbolVersion..." - Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." + Write-Host 'You may need to restart your command window if this is the first dotnet tool you have installed.' & "$dotnet" tool install $dotnetSymbolPackageName --version $dotnetSymbolVersion --verbosity "minimal" --global } } try { + . $PSScriptRoot\post-build-utils.ps1 + + Add-Type -AssemblyName System.IO.Compression.FileSystem + InstallDotnetSymbol CheckSymbolsAvailable } catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'CheckSymbols' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/post-build/trigger-subscriptions.ps1 b/eng/common/post-build/trigger-subscriptions.ps1 index 926d5b455..55dea518a 100644 --- a/eng/common/post-build/trigger-subscriptions.ps1 +++ b/eng/common/post-build/trigger-subscriptions.ps1 @@ -2,56 +2,63 @@ param( [Parameter(Mandatory=$true)][string] $SourceRepo, [Parameter(Mandatory=$true)][int] $ChannelId, [Parameter(Mandatory=$true)][string] $MaestroApiAccessToken, - [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = "https://maestro-prod.westus2.cloudapp.azure.com", - [Parameter(Mandatory=$false)][string] $MaestroApiVersion = "2019-01-16" + [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro-prod.westus2.cloudapp.azure.com', + [Parameter(Mandatory=$false)][string] $MaestroApiVersion = '2019-01-16' ) -. $PSScriptRoot\post-build-utils.ps1 +try { + . $PSScriptRoot\post-build-utils.ps1 -# Get all the $SourceRepo subscriptions -$normalizedSourceRepo = $SourceRepo.Replace('dnceng@', '') -$subscriptions = Get-MaestroSubscriptions -SourceRepository $normalizedSourceRepo -ChannelId $ChannelId + # Get all the $SourceRepo subscriptions + $normalizedSourceRepo = $SourceRepo.Replace('dnceng@', '') + $subscriptions = Get-MaestroSubscriptions -SourceRepository $normalizedSourceRepo -ChannelId $ChannelId -if (!$subscriptions) { - Write-Host "No subscriptions found for source repo '$normalizedSourceRepo' in channel '$ChannelId'" - ExitWithExitCode 0 -} + if (!$subscriptions) { + Write-PipelineTelemetryError -Category 'TriggerSubscriptions' -Message "No subscriptions found for source repo '$normalizedSourceRepo' in channel '$ChannelId'" + ExitWithExitCode 0 + } -$subscriptionsToTrigger = New-Object System.Collections.Generic.List[string] -$failedTriggeredSubscription = $false + $subscriptionsToTrigger = New-Object System.Collections.Generic.List[string] + $failedTriggeredSubscription = $false -# Get all enabled subscriptions that need dependency flow on 'everyBuild' -foreach ($subscription in $subscriptions) { - if ($subscription.enabled -and $subscription.policy.updateFrequency -like 'everyBuild' -and $subscription.channel.id -eq $ChannelId) { - Write-Host "Should trigger this subscription: $subscription.id" - [void]$subscriptionsToTrigger.Add($subscription.id) + # Get all enabled subscriptions that need dependency flow on 'everyBuild' + foreach ($subscription in $subscriptions) { + if ($subscription.enabled -and $subscription.policy.updateFrequency -like 'everyBuild' -and $subscription.channel.id -eq $ChannelId) { + Write-Host "Should trigger this subscription: ${$subscription.id}" + [void]$subscriptionsToTrigger.Add($subscription.id) + } + } + + foreach ($subscriptionToTrigger in $subscriptionsToTrigger) { + try { + Write-Host "Triggering subscription '$subscriptionToTrigger'." + + Trigger-Subscription -SubscriptionId $subscriptionToTrigger + + Write-Host 'done.' + } + catch + { + Write-Host "There was an error while triggering subscription '$subscriptionToTrigger'" + Write-Host $_ + Write-Host $_.ScriptStackTrace + $failedTriggeredSubscription = $true + } + } + + if ($subscriptionsToTrigger.Count -eq 0) { + Write-Host "No subscription matched source repo '$normalizedSourceRepo' and channel ID '$ChannelId'." + } + elseif ($failedTriggeredSubscription) { + Write-PipelineTelemetryError -Category 'TriggerSubscriptions' -Message 'At least one subscription failed to be triggered...' + ExitWithExitCode 1 + } + else { + Write-Host 'All subscriptions were triggered successfully!' } } - -foreach ($subscriptionToTrigger in $subscriptionsToTrigger) { - try { - Write-Host "Triggering subscription '$subscriptionToTrigger'." - - Trigger-Subscription -SubscriptionId $subscriptionToTrigger - - Write-Host "done." - } - catch - { - Write-Host "There was an error while triggering subscription '$subscriptionToTrigger'" - Write-Host $_ - Write-Host $_.ScriptStackTrace - $failedTriggeredSubscription = $true - } -} - -if ($subscriptionsToTrigger.Count -eq 0) { - Write-Host "No subscription matched source repo '$normalizedSourceRepo' and channel ID '$ChannelId'." -} -elseif ($failedTriggeredSubscription) { - Write-Host "At least one subscription failed to be triggered..." +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'TriggerSubscriptions' -Message $_ ExitWithExitCode 1 } -else { - Write-Host "All subscriptions were triggered successfully!" -} diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index d0eec5163..3872af59b 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -1,8 +1,8 @@ [CmdletBinding(PositionalBinding=$false)] Param( - [string] $configuration = "Debug", + [string] $configuration = 'Debug', [string] $task, - [string] $verbosity = "minimal", + [string] $verbosity = 'minimal', [string] $msbuildEngine = $null, [switch] $restore, [switch] $prepareMachine, @@ -32,7 +32,7 @@ function Print-Usage() { } function Build([string]$target) { - $logSuffix = if ($target -eq "Execute") { "" } else { ".$target" } + $logSuffix = if ($target -eq 'Execute') { '' } else { ".$target" } $log = Join-Path $LogDir "$task$logSuffix.binlog" $outputPath = Join-Path $ToolsetDir "$task\\" @@ -46,33 +46,32 @@ function Build([string]$target) { } try { - if ($help -or (($null -ne $properties) -and ($properties.Contains("/help") -or $properties.Contains("/?")))) { + if ($help -or (($null -ne $properties) -and ($properties.Contains('/help') -or $properties.Contains('/?')))) { Print-Usage exit 0 } if ($task -eq "") { - Write-Host "Missing required parameter '-task '" -ForegroundColor Red + Write-PipelineTelemetryError -Category 'Build' -Message "Missing required parameter '-task '" -ForegroundColor Red Print-Usage ExitWithExitCode 1 } $taskProject = GetSdkTaskProject $task if (!(Test-Path $taskProject)) { - Write-Host "Unknown task: $task" -ForegroundColor Red + Write-PipelineTelemetryError -Category 'Build' -Message "Unknown task: $task" -ForegroundColor Red ExitWithExitCode 1 } if ($restore) { - Build "Restore" + Build 'Restore' } - Build "Execute" + Build 'Execute' } catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Build' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/sdl/execute-all-sdl-tools.ps1 b/eng/common/sdl/execute-all-sdl-tools.ps1 index eb21321ba..9db582f27 100644 --- a/eng/common/sdl/execute-all-sdl-tools.ps1 +++ b/eng/common/sdl/execute-all-sdl-tools.ps1 @@ -5,7 +5,7 @@ Param( [string] $Repository=$env:BUILD_REPOSITORY_NAME, # Required: the name of the repository (e.g. dotnet/arcade) [string] $BranchName=$env:BUILD_SOURCEBRANCH, # Optional: name of branch or version of gdn settings; defaults to master [string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY, # Required: the directory where source files are located - [string] $ArtifactsDirectory = (Join-Path $env:BUILD_ARTIFACTSTAGINGDIRECTORY ("artifacts")), # Required: the directory where build artifacts are located + [string] $ArtifactsDirectory = (Join-Path $env:BUILD_ARTIFACTSTAGINGDIRECTORY ('artifacts')), # Required: the directory where build artifacts are located [string] $AzureDevOpsAccessToken, # Required: access token for dnceng; should be provided via KeyVault [string[]] $SourceToolsList, # Optional: list of SDL tools to run on source code [string[]] $ArtifactToolsList, # Optional: list of SDL tools to run on built artifacts @@ -22,79 +22,89 @@ Param( [string] $TsaCodebaseAdmin, # Optional: only needed if TsaOnboard is true; the aliases which are admins of the TSA codebase (e.g. DOMAIN\alias); TSA is the automated framework used to upload test results as bugs. [string] $TsaBugAreaPath, # Optional: only needed if TsaOnboard is true; the area path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs. [string] $TsaIterationPath, # Optional: only needed if TsaOnboard is true; the iteration path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs. - [string] $GuardianLoggerLevel="Standard", # Optional: the logger level for the Guardian CLI; options are Trace, Verbose, Standard, Warning, and Error + [string] $GuardianLoggerLevel='Standard', # Optional: the logger level for the Guardian CLI; options are Trace, Verbose, Standard, Warning, and Error [string[]] $CrScanAdditionalRunConfigParams, # Optional: Additional Params to custom build a CredScan run config in the format @("xyz:abc","sdf:1") [string[]] $PoliCheckAdditionalRunConfigParams # Optional: Additional Params to custom build a Policheck run config in the format @("xyz:abc","sdf:1") ) -$ErrorActionPreference = "Stop" -Set-StrictMode -Version 2.0 -$LASTEXITCODE = 0 +try { + $ErrorActionPreference = 'Stop' + Set-StrictMode -Version 2.0 + $disableConfigureToolsetImport = $true + $LASTEXITCODE = 0 -#Replace repo names to the format of org/repo -if (!($Repository.contains('/'))) { - $RepoName = $Repository -replace '(.*?)-(.*)', '$1/$2'; + . $PSScriptRoot\..\tools.ps1 + + #Replace repo names to the format of org/repo + if (!($Repository.contains('/'))) { + $RepoName = $Repository -replace '(.*?)-(.*)', '$1/$2'; + } + else{ + $RepoName = $Repository; + } + + if ($GuardianPackageName) { + $guardianCliLocation = Join-Path $NugetPackageDirectory (Join-Path $GuardianPackageName (Join-Path 'tools' 'guardian.cmd')) + } else { + $guardianCliLocation = $GuardianCliLocation + } + + $workingDirectory = (Split-Path $SourceDirectory -Parent) + $ValidPath = Test-Path $guardianCliLocation + + if ($ValidPath -eq $False) + { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message 'Invalid Guardian CLI Location.' + ExitWithExitCode 1 + } + + & $(Join-Path $PSScriptRoot 'init-sdl.ps1') -GuardianCliLocation $guardianCliLocation -Repository $RepoName -BranchName $BranchName -WorkingDirectory $workingDirectory -AzureDevOpsAccessToken $AzureDevOpsAccessToken -GuardianLoggerLevel $GuardianLoggerLevel + $gdnFolder = Join-Path $workingDirectory '.gdn' + + if ($TsaOnboard) { + if ($TsaCodebaseName -and $TsaNotificationEmail -and $TsaCodebaseAdmin -and $TsaBugAreaPath) { + Write-Host "$guardianCliLocation tsa-onboard --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel" + & $guardianCliLocation tsa-onboard --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Guardian tsa-onboard failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + } else { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message 'Could not onboard to TSA -- not all required values ($TsaCodebaseName, $TsaNotificationEmail, $TsaCodebaseAdmin, $TsaBugAreaPath) were specified.' + ExitWithExitCode 1 + } + } + + if ($ArtifactToolsList -and $ArtifactToolsList.Count -gt 0) { + & $(Join-Path $PSScriptRoot 'run-sdl.ps1') -GuardianCliLocation $guardianCliLocation -WorkingDirectory $workingDirectory -TargetDirectory $ArtifactsDirectory -GdnFolder $gdnFolder -ToolsList $ArtifactToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams + } + if ($SourceToolsList -and $SourceToolsList.Count -gt 0) { + & $(Join-Path $PSScriptRoot 'run-sdl.ps1') -GuardianCliLocation $guardianCliLocation -WorkingDirectory $workingDirectory -TargetDirectory $SourceDirectory -GdnFolder $gdnFolder -ToolsList $SourceToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams + } + + if ($UpdateBaseline) { + & (Join-Path $PSScriptRoot 'push-gdn.ps1') -Repository $RepoName -BranchName $BranchName -GdnFolder $GdnFolder -AzureDevOpsAccessToken $AzureDevOpsAccessToken -PushReason 'Update baseline' + } + + if ($TsaPublish) { + if ($TsaBranchName -and $BuildNumber) { + if (-not $TsaRepositoryName) { + $TsaRepositoryName = "$($Repository)-$($BranchName)" + } + Write-Host "$guardianCliLocation tsa-publish --all-tools --repository-name `"$TsaRepositoryName`" --branch-name `"$TsaBranchName`" --build-number `"$BuildNumber`" --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel" + & $guardianCliLocation tsa-publish --all-tools --repository-name "$TsaRepositoryName" --branch-name "$TsaBranchName" --build-number "$BuildNumber" --onboard $True --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Guardian tsa-publish failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + } else { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message 'Could not publish to TSA -- not all required values ($TsaBranchName, $BuildNumber) were specified.' + ExitWithExitCode 1 + } + } } -else{ - $RepoName = $Repository; -} - -if ($GuardianPackageName) { - $guardianCliLocation = Join-Path $NugetPackageDirectory (Join-Path $GuardianPackageName (Join-Path "tools" "guardian.cmd")) -} else { - $guardianCliLocation = $GuardianCliLocation -} - -$workingDirectory = (Split-Path $SourceDirectory -Parent) -$ValidPath = Test-Path $guardianCliLocation - -if ($ValidPath -eq $False) -{ - Write-Host "Invalid Guardian CLI Location." +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message $_ exit 1 } - -& $(Join-Path $PSScriptRoot "init-sdl.ps1") -GuardianCliLocation $guardianCliLocation -Repository $RepoName -BranchName $BranchName -WorkingDirectory $workingDirectory -AzureDevOpsAccessToken $AzureDevOpsAccessToken -GuardianLoggerLevel $GuardianLoggerLevel -$gdnFolder = Join-Path $workingDirectory ".gdn" - -if ($TsaOnboard) { - if ($TsaCodebaseName -and $TsaNotificationEmail -and $TsaCodebaseAdmin -and $TsaBugAreaPath) { - Write-Host "$guardianCliLocation tsa-onboard --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel" - & $guardianCliLocation tsa-onboard --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel - if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian tsa-onboard failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE - } - } else { - Write-Host "Could not onboard to TSA -- not all required values ($$TsaCodebaseName, $$TsaNotificationEmail, $$TsaCodebaseAdmin, $$TsaBugAreaPath) were specified." - exit 1 - } -} - -if ($ArtifactToolsList -and $ArtifactToolsList.Count -gt 0) { - & $(Join-Path $PSScriptRoot "run-sdl.ps1") -GuardianCliLocation $guardianCliLocation -WorkingDirectory $workingDirectory -TargetDirectory $ArtifactsDirectory -GdnFolder $gdnFolder -ToolsList $ArtifactToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams -} -if ($SourceToolsList -and $SourceToolsList.Count -gt 0) { - & $(Join-Path $PSScriptRoot "run-sdl.ps1") -GuardianCliLocation $guardianCliLocation -WorkingDirectory $workingDirectory -TargetDirectory $SourceDirectory -GdnFolder $gdnFolder -ToolsList $SourceToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams -} - -if ($UpdateBaseline) { - & (Join-Path $PSScriptRoot "push-gdn.ps1") -Repository $RepoName -BranchName $BranchName -GdnFolder $GdnFolder -AzureDevOpsAccessToken $AzureDevOpsAccessToken -PushReason "Update baseline" -} - -if ($TsaPublish) { - if ($TsaBranchName -and $BuildNumber) { - if (-not $TsaRepositoryName) { - $TsaRepositoryName = "$($Repository)-$($BranchName)" - } - Write-Host "$guardianCliLocation tsa-publish --all-tools --repository-name `"$TsaRepositoryName`" --branch-name `"$TsaBranchName`" --build-number `"$BuildNumber`" --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel" - & $guardianCliLocation tsa-publish --all-tools --repository-name "$TsaRepositoryName" --branch-name "$TsaBranchName" --build-number "$BuildNumber" --onboard $True --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel - if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian tsa-publish failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE - } - } else { - Write-Host "Could not publish to TSA -- not all required values ($$TsaBranchName, $$BuildNumber) were specified." - exit 1 - } -} diff --git a/eng/common/sdl/extract-artifact-packages.ps1 b/eng/common/sdl/extract-artifact-packages.ps1 index d857ae219..3c9bf1067 100644 --- a/eng/common/sdl/extract-artifact-packages.ps1 +++ b/eng/common/sdl/extract-artifact-packages.ps1 @@ -3,55 +3,16 @@ param( [Parameter(Mandatory=$true)][string] $ExtractPath # Full path to directory where the packages will be extracted ) -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 # `tools.ps1` checks $ci to perform some actions. Since the post-build # scripts don't necessarily execute in the same agent that run the # build.ps1/sh script this variable isn't automatically set. $ci = $true -$disableConfigureToolsetImport = "true" -. $PSScriptRoot\..\tools.ps1 +$disableConfigureToolsetImport = $true -$ExtractPackage = { - param( - [string] $PackagePath # Full path to a NuGet package - ) - - if (!(Test-Path $PackagePath)) { - Write-PipelineTaskError "Input file does not exist: $PackagePath" - ExitWithExitCode 1 - } - - $RelevantExtensions = @(".dll", ".exe", ".pdb") - Write-Host -NoNewLine "Extracting" ([System.IO.Path]::GetFileName($PackagePath)) "... " - - $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) - $ExtractPath = Join-Path -Path $using:ExtractPath -ChildPath $PackageId - - Add-Type -AssemblyName System.IO.Compression.FileSystem - - [System.IO.Directory]::CreateDirectory($ExtractPath); - - try { - $zip = [System.IO.Compression.ZipFile]::OpenRead($PackagePath) - - $zip.Entries | - Where-Object {$RelevantExtensions -contains [System.IO.Path]::GetExtension($_.Name)} | - ForEach-Object { - $TargetFile = Join-Path -Path $ExtractPath -ChildPath $_.Name - - [System.IO.Compression.ZipFileExtensions]::ExtractToFile($_, $TargetFile, $true) - } - } - catch { - - } - finally { - $zip.Dispose() - } - } - function ExtractArtifacts { +function ExtractArtifacts { if (!(Test-Path $InputPath)) { Write-Host "Input Path does not exist: $InputPath" ExitWithExitCode 0 @@ -68,11 +29,52 @@ $ExtractPackage = { } try { + . $PSScriptRoot\..\tools.ps1 + + $ExtractPackage = { + param( + [string] $PackagePath # Full path to a NuGet package + ) + + if (!(Test-Path $PackagePath)) { + Write-PipelineTelemetryError -Category 'Build' -Message "Input file does not exist: $PackagePath" + ExitWithExitCode 1 + } + + $RelevantExtensions = @('.dll', '.exe', '.pdb') + Write-Host -NoNewLine 'Extracting ' ([System.IO.Path]::GetFileName($PackagePath)) '...' + + $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) + $ExtractPath = Join-Path -Path $using:ExtractPath -ChildPath $PackageId + + Add-Type -AssemblyName System.IO.Compression.FileSystem + + [System.IO.Directory]::CreateDirectory($ExtractPath); + + try { + $zip = [System.IO.Compression.ZipFile]::OpenRead($PackagePath) + + $zip.Entries | + Where-Object {$RelevantExtensions -contains [System.IO.Path]::GetExtension($_.Name)} | + ForEach-Object { + $TargetFile = Join-Path -Path $ExtractPath -ChildPath $_.Name + + [System.IO.Compression.ZipFileExtensions]::ExtractToFile($_, $TargetFile, $true) + } + } + catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message $_ + ExitWithExitCode 1 + } + finally { + $zip.Dispose() + } + } Measure-Command { ExtractArtifacts } } catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/sdl/init-sdl.ps1 b/eng/common/sdl/init-sdl.ps1 index c737eb0e7..285f1ccdb 100644 --- a/eng/common/sdl/init-sdl.ps1 +++ b/eng/common/sdl/init-sdl.ps1 @@ -1,16 +1,19 @@ Param( [string] $GuardianCliLocation, [string] $Repository, - [string] $BranchName="master", + [string] $BranchName='master', [string] $WorkingDirectory, [string] $AzureDevOpsAccessToken, - [string] $GuardianLoggerLevel="Standard" + [string] $GuardianLoggerLevel='Standard' ) -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 +$disableConfigureToolsetImport = $true $LASTEXITCODE = 0 +. $PSScriptRoot\..\tools.ps1 + # Don't display the console progress UI - it's a huge perf hit $ProgressPreference = 'SilentlyContinue' @@ -21,11 +24,10 @@ $uri = "https://dev.azure.com/dnceng/internal/_apis/git/repositories/sdl-tool-cf $zipFile = "$WorkingDirectory/gdn.zip" Add-Type -AssemblyName System.IO.Compression.FileSystem -$gdnFolder = (Join-Path $WorkingDirectory ".gdn") -Try -{ +$gdnFolder = (Join-Path $WorkingDirectory '.gdn') +try { # We try to download the zip; if the request fails (e.g. the file doesn't exist), we catch it and init guardian instead - Write-Host "Downloading gdn folder from internal config repostiory..." + Write-Host 'Downloading gdn folder from internal config repostiory...' Invoke-WebRequest -Headers @{ "Accept"="application/zip"; "Authorization"="Basic $encodedPat" } -Uri $uri -OutFile $zipFile if (Test-Path $gdnFolder) { # Remove the gdn folder if it exists (it shouldn't unless there's too much caching; this is just in case) @@ -33,19 +35,29 @@ Try } [System.IO.Compression.ZipFile]::ExtractToDirectory($zipFile, $WorkingDirectory) Write-Host $gdnFolder -} Catch [System.Net.WebException] { + ExitWithExitCode 0 +} catch [System.Net.WebException] { } # Catch and ignore webexception +try { # if the folder does not exist, we'll do a guardian init and push it to the remote repository - Write-Host "Initializing Guardian..." + Write-Host 'Initializing Guardian...' Write-Host "$GuardianCliLocation init --working-directory $WorkingDirectory --logger-level $GuardianLoggerLevel" & $GuardianCliLocation init --working-directory $WorkingDirectory --logger-level $GuardianLoggerLevel if ($LASTEXITCODE -ne 0) { - Write-Error "Guardian init failed with exit code $LASTEXITCODE." + Write-PipelineTelemetryError -Force -Category 'Build' -Message "Guardian init failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE } # We create the mainbaseline so it can be edited later Write-Host "$GuardianCliLocation baseline --working-directory $WorkingDirectory --name mainbaseline" & $GuardianCliLocation baseline --working-directory $WorkingDirectory --name mainbaseline if ($LASTEXITCODE -ne 0) { - Write-Error "Guardian baseline failed with exit code $LASTEXITCODE." + Write-PipelineTelemetryError -Force -Category 'Build' -Message "Guardian baseline failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE } - & $(Join-Path $PSScriptRoot "push-gdn.ps1") -Repository $Repository -BranchName $BranchName -GdnFolder $gdnFolder -AzureDevOpsAccessToken $AzureDevOpsAccessToken -PushReason "Initialize gdn folder" -} \ No newline at end of file + & $(Join-Path $PSScriptRoot 'push-gdn.ps1') -Repository $Repository -BranchName $BranchName -GdnFolder $gdnFolder -AzureDevOpsAccessToken $AzureDevOpsAccessToken -PushReason 'Initialize gdn folder' + ExitWithExitCode 0 +} +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Sdl' -Message $_ + ExitWithExitCode 1 +} diff --git a/eng/common/sdl/push-gdn.ps1 b/eng/common/sdl/push-gdn.ps1 index 79c707d6d..79d3d355c 100644 --- a/eng/common/sdl/push-gdn.ps1 +++ b/eng/common/sdl/push-gdn.ps1 @@ -1,51 +1,65 @@ Param( [string] $Repository, - [string] $BranchName="master", + [string] $BranchName='master', [string] $GdnFolder, [string] $AzureDevOpsAccessToken, [string] $PushReason ) -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 +$disableConfigureToolsetImport = $true $LASTEXITCODE = 0 -# We create the temp directory where we'll store the sdl-config repository -$sdlDir = Join-Path $env:TEMP "sdl" -if (Test-Path $sdlDir) { - Remove-Item -Force -Recurse $sdlDir -} +try { + . $PSScriptRoot\..\tools.ps1 -Write-Host "git clone https://dnceng:`$AzureDevOpsAccessToken@dev.azure.com/dnceng/internal/_git/sdl-tool-cfg $sdlDir" -git clone https://dnceng:$AzureDevOpsAccessToken@dev.azure.com/dnceng/internal/_git/sdl-tool-cfg $sdlDir -if ($LASTEXITCODE -ne 0) { - Write-Error "Git clone failed with exit code $LASTEXITCODE." -} -# We copy the .gdn folder from our local run into the git repository so it can be committed -$sdlRepositoryFolder = Join-Path (Join-Path (Join-Path $sdlDir $Repository) $BranchName) ".gdn" -if (Get-Command Robocopy) { - Robocopy /S $GdnFolder $sdlRepositoryFolder -} else { - rsync -r $GdnFolder $sdlRepositoryFolder -} -# cd to the sdl-config directory so we can run git there -Push-Location $sdlDir -# git add . --> git commit --> git push -Write-Host "git add ." -git add . -if ($LASTEXITCODE -ne 0) { - Write-Error "Git add failed with exit code $LASTEXITCODE." -} -Write-Host "git -c user.email=`"dn-bot@microsoft.com`" -c user.name=`"Dotnet Bot`" commit -m `"$PushReason for $Repository/$BranchName`"" -git -c user.email="dn-bot@microsoft.com" -c user.name="Dotnet Bot" commit -m "$PushReason for $Repository/$BranchName" -if ($LASTEXITCODE -ne 0) { - Write-Error "Git commit failed with exit code $LASTEXITCODE." -} -Write-Host "git push" -git push -if ($LASTEXITCODE -ne 0) { - Write-Error "Git push failed with exit code $LASTEXITCODE." -} + # We create the temp directory where we'll store the sdl-config repository + $sdlDir = Join-Path $env:TEMP 'sdl' + if (Test-Path $sdlDir) { + Remove-Item -Force -Recurse $sdlDir + } -# Return to the original directory -Pop-Location \ No newline at end of file + Write-Host "git clone https://dnceng:`$AzureDevOpsAccessToken@dev.azure.com/dnceng/internal/_git/sdl-tool-cfg $sdlDir" + git clone https://dnceng:$AzureDevOpsAccessToken@dev.azure.com/dnceng/internal/_git/sdl-tool-cfg $sdlDir + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Git clone failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + # We copy the .gdn folder from our local run into the git repository so it can be committed + $sdlRepositoryFolder = Join-Path (Join-Path (Join-Path $sdlDir $Repository) $BranchName) '.gdn' + if (Get-Command Robocopy) { + Robocopy /S $GdnFolder $sdlRepositoryFolder + } else { + rsync -r $GdnFolder $sdlRepositoryFolder + } + # cd to the sdl-config directory so we can run git there + Push-Location $sdlDir + # git add . --> git commit --> git push + Write-Host 'git add .' + git add . + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Git add failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + Write-Host "git -c user.email=`"dn-bot@microsoft.com`" -c user.name=`"Dotnet Bot`" commit -m `"$PushReason for $Repository/$BranchName`"" + git -c user.email="dn-bot@microsoft.com" -c user.name="Dotnet Bot" commit -m "$PushReason for $Repository/$BranchName" + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Git commit failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + Write-Host 'git push' + git push + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Git push failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + + # Return to the original directory + Pop-Location +} +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Sdl' -Message $_ + ExitWithExitCode 1 +} \ No newline at end of file diff --git a/eng/common/sdl/run-sdl.ps1 b/eng/common/sdl/run-sdl.ps1 index 9bc25314a..40a084f79 100644 --- a/eng/common/sdl/run-sdl.ps1 +++ b/eng/common/sdl/run-sdl.ps1 @@ -5,55 +5,65 @@ Param( [string] $GdnFolder, [string[]] $ToolsList, [string] $UpdateBaseline, - [string] $GuardianLoggerLevel="Standard", + [string] $GuardianLoggerLevel='Standard', [string[]] $CrScanAdditionalRunConfigParams, [string[]] $PoliCheckAdditionalRunConfigParams ) -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 +$disableConfigureToolsetImport = $true $LASTEXITCODE = 0 -# We store config files in the r directory of .gdn -Write-Host $ToolsList -$gdnConfigPath = Join-Path $GdnFolder "r" -$ValidPath = Test-Path $GuardianCliLocation +try { + . $PSScriptRoot\..\tools.ps1 -if ($ValidPath -eq $False) -{ - Write-Host "Invalid Guardian CLI Location." - exit 1 -} + # We store config files in the r directory of .gdn + Write-Host $ToolsList + $gdnConfigPath = Join-Path $GdnFolder 'r' + $ValidPath = Test-Path $GuardianCliLocation -$configParam = @("--config") - -foreach ($tool in $ToolsList) { - $gdnConfigFile = Join-Path $gdnConfigPath "$tool-configure.gdnconfig" - Write-Host $tool - # We have to manually configure tools that run on source to look at the source directory only - if ($tool -eq "credscan") { - Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" TargetDirectory < $TargetDirectory `" `" OutputType < pre `" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams})" - & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " TargetDirectory < $TargetDirectory " "OutputType < pre" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams}) - if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian configure for $tool failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE - } - } - if ($tool -eq "policheck") { - Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" Target < $TargetDirectory `" $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams})" - & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " Target < $TargetDirectory " $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams}) - if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian configure for $tool failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE - } + if ($ValidPath -eq $False) + { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Invalid Guardian CLI Location." + ExitWithExitCode 1 } - $configParam+=$gdnConfigFile -} + $configParam = @('--config') -Write-Host "$GuardianCliLocation run --working-directory $WorkingDirectory --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel $configParam" -& $GuardianCliLocation run --working-directory $WorkingDirectory --tool $tool --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel $configParam -if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian run for $ToolsList using $configParam failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE + foreach ($tool in $ToolsList) { + $gdnConfigFile = Join-Path $gdnConfigPath "$tool-configure.gdnconfig" + Write-Host $tool + # We have to manually configure tools that run on source to look at the source directory only + if ($tool -eq 'credscan') { + Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" TargetDirectory < $TargetDirectory `" `" OutputType < pre `" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams})" + & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " TargetDirectory < $TargetDirectory " "OutputType < pre" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams}) + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Guardian configure for $tool failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + } + if ($tool -eq 'policheck') { + Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" Target < $TargetDirectory `" $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams})" + & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " Target < $TargetDirectory " $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams}) + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Guardian configure for $tool failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + } + + $configParam+=$gdnConfigFile + } + + Write-Host "$GuardianCliLocation run --working-directory $WorkingDirectory --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel $configParam" + & $GuardianCliLocation run --working-directory $WorkingDirectory --tool $tool --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel $configParam + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Guardian run for $ToolsList using $configParam failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } } +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Sdl' -Message $_ + ExitWithExitCode 1 +} \ No newline at end of file diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 0a2c40c10..402dc4073 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -4,7 +4,7 @@ variables: - group: DotNet-DotNetCli-Storage - group: DotNet-MSRC-Storage - group: Publish-Build-Assets - + # .NET Core 3.1 Dev - name: PublicDevRelease_31_Channel_Id value: 128 @@ -13,19 +13,19 @@ variables: - name: NetCore_5_Dev_Channel_Id value: 131 - # .NET Tools - Validation - - name: NetCore_Tools_Validation_Channel_Id + # .NET Eng - Validation + - name: Net_Eng_Validation_Channel_Id value: 9 - # .NET Tools - Latest - - name: NetCore_Tools_Latest_Channel_Id + # .NET Eng - Latest + - name: Net_Eng_Latest_Channel_Id value: 2 - # .NET 3 Tools - Validation - - name: NETCore_3_Tools_Validation_Channel_Id + # .NET 3 Eng - Validation + - name: NET_3_Eng_Validation_Channel_Id value: 390 - # .NET 3 Tools - Latest + # .NET 3 Eng - name: NetCore_3_Tools_Channel_Id value: 344 diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 5965cc200..c1948cb65 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -137,8 +137,8 @@ stages: dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_Tools_Latest_Publish' - channelName: '.NET Tools - Latest' + stageName: 'Net_Eng_Latest_Publish' + channelName: '.NET Eng - Latest' channelId: 2 transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' @@ -150,8 +150,8 @@ stages: dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'PVR_Publish' - channelName: '.NET Tools - Validation' + stageName: 'Net_Eng_Validation_Publish' + channelName: '.NET Eng - Validation' channelId: 9 transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' @@ -195,3 +195,16 @@ stages: transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NET_Internal_Tooling_Publishing' + channelName: '.NET Internal Tooling' + channelId: 551 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json' \ No newline at end of file diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 42ca33ac3..26a6d03c8 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -5,7 +5,7 @@ [bool]$ci = if (Test-Path variable:ci) { $ci } else { $false } # Build configuration. Common values include 'Debug' and 'Release', but the repository may use other names. -[string]$configuration = if (Test-Path variable:configuration) { $configuration } else { "Debug" } +[string]$configuration = if (Test-Path variable:configuration) { $configuration } else { 'Debug' } # Set to true to output binary log from msbuild. Note that emitting binary log slows down the build. # Binary log must be enabled on CI. @@ -24,7 +24,7 @@ [bool]$restore = if (Test-Path variable:restore) { $restore } else { $true } # Adjusts msbuild verbosity level. -[string]$verbosity = if (Test-Path variable:verbosity) { $verbosity } else { "minimal" } +[string]$verbosity = if (Test-Path variable:verbosity) { $verbosity } else { 'minimal' } # Set to true to reuse msbuild nodes. Recommended to not reuse on CI. [bool]$nodeReuse = if (Test-Path variable:nodeReuse) { $nodeReuse } else { !$ci } @@ -41,23 +41,23 @@ # Enable repos to use a particular version of the on-line dotnet-install scripts. # default URL: https://dot.net/v1/dotnet-install.ps1 -[string]$dotnetInstallScriptVersion = if (Test-Path variable:dotnetInstallScriptVersion) { $dotnetInstallScriptVersion } else { "v1" } +[string]$dotnetInstallScriptVersion = if (Test-Path variable:dotnetInstallScriptVersion) { $dotnetInstallScriptVersion } else { 'v1' } # True to use global NuGet cache instead of restoring packages to repository-local directory. [bool]$useGlobalNuGetCache = if (Test-Path variable:useGlobalNuGetCache) { $useGlobalNuGetCache } else { !$ci } # An array of names of processes to stop on script exit if prepareMachine is true. -$processesToStopOnExit = if (Test-Path variable:processesToStopOnExit) { $processesToStopOnExit } else { @("msbuild", "dotnet", "vbcscompiler") } +$processesToStopOnExit = if (Test-Path variable:processesToStopOnExit) { $processesToStopOnExit } else { @('msbuild', 'dotnet', 'vbcscompiler') } $disableConfigureToolsetImport = if (Test-Path variable:disableConfigureToolsetImport) { $disableConfigureToolsetImport } else { $null } set-strictmode -version 2.0 -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 function Create-Directory([string[]] $path) { if (!(Test-Path $path)) { - New-Item -path $path -force -itemType "Directory" | Out-Null + New-Item -path $path -force -itemType 'Directory' | Out-Null } } @@ -121,7 +121,7 @@ function InitializeDotNetCli([bool]$install) { # Find the first path on %PATH% that contains the dotnet.exe if ($useInstalledDotNetCli -and (-not $globalJsonHasRuntimes) -and ($env:DOTNET_INSTALL_DIR -eq $null)) { - $dotnetCmd = Get-Command "dotnet.exe" -ErrorAction SilentlyContinue + $dotnetCmd = Get-Command 'dotnet.exe' -ErrorAction SilentlyContinue if ($dotnetCmd -ne $null) { $env:DOTNET_INSTALL_DIR = Split-Path $dotnetCmd.Path -Parent } @@ -134,13 +134,13 @@ function InitializeDotNetCli([bool]$install) { if ((-not $globalJsonHasRuntimes) -and ($env:DOTNET_INSTALL_DIR -ne $null) -and (Test-Path(Join-Path $env:DOTNET_INSTALL_DIR "sdk\$dotnetSdkVersion"))) { $dotnetRoot = $env:DOTNET_INSTALL_DIR } else { - $dotnetRoot = Join-Path $RepoRoot ".dotnet" + $dotnetRoot = Join-Path $RepoRoot '.dotnet' if (-not (Test-Path(Join-Path $dotnetRoot "sdk\$dotnetSdkVersion"))) { if ($install) { InstallDotNetSdk $dotnetRoot $dotnetSdkVersion } else { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Unable to find dotnet with SDK version '$dotnetSdkVersion'" + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Unable to find dotnet with SDK version '$dotnetSdkVersion'" ExitWithExitCode 1 } } @@ -163,7 +163,7 @@ function InitializeDotNetCli([bool]$install) { } function GetDotNetInstallScript([string] $dotnetRoot) { - $installScript = Join-Path $dotnetRoot "dotnet-install.ps1" + $installScript = Join-Path $dotnetRoot 'dotnet-install.ps1' if (!(Test-Path $installScript)) { Create-Directory $dotnetRoot $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit @@ -173,17 +173,17 @@ function GetDotNetInstallScript([string] $dotnetRoot) { return $installScript } -function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $architecture = "") { +function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $architecture = '') { InstallDotNet $dotnetRoot $version $architecture } function InstallDotNet([string] $dotnetRoot, [string] $version, - [string] $architecture = "", - [string] $runtime = "", + [string] $architecture = '', + [string] $runtime = '', [bool] $skipNonVersionedFiles = $false, - [string] $runtimeSourceFeed = "", - [string] $runtimeSourceFeedKey = "") { + [string] $runtimeSourceFeed = '', + [string] $runtimeSourceFeedKey = '') { $installScript = GetDotNetInstallScript $dotnetRoot $installParameters = @{ @@ -199,7 +199,7 @@ function InstallDotNet([string] $dotnetRoot, & $installScript @installParameters } catch { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet runtime '$runtime' from public location." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Failed to install dotnet runtime '$runtime' from public location." # Only the runtime can be installed from a custom [private] location. if ($runtime -and ($runtimeSourceFeed -or $runtimeSourceFeedKey)) { @@ -215,7 +215,7 @@ function InstallDotNet([string] $dotnetRoot, & $installScript @installParameters } catch { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet runtime '$runtime' from custom location '$runtimeSourceFeed'." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Failed to install dotnet runtime '$runtime' from custom location '$runtimeSourceFeed'." } } } @@ -238,12 +238,12 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = } if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs } - $vsMinVersionStr = if ($vsRequirements.version) { $vsRequirements.version } else { "15.9" } + $vsMinVersionStr = if ($vsRequirements.version) { $vsRequirements.version } else { '15.9' } $vsMinVersion = [Version]::new($vsMinVersionStr) # Try msbuild command available in the environment. if ($env:VSINSTALLDIR -ne $null) { - $msbuildCmd = Get-Command "msbuild.exe" -ErrorAction SilentlyContinue + $msbuildCmd = Get-Command 'msbuild.exe' -ErrorAction SilentlyContinue if ($msbuildCmd -ne $null) { # Workaround for https://github.com/dotnet/roslyn/issues/35793 # Due to this issue $msbuildCmd.Version returns 0.0.0.0 for msbuild.exe 16.2+ @@ -267,7 +267,7 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = InitializeVisualStudioEnvironmentVariables $vsInstallDir $vsMajorVersion } else { - if (Get-Member -InputObject $GlobalJson.tools -Name "xcopy-msbuild") { + if (Get-Member -InputObject $GlobalJson.tools -Name 'xcopy-msbuild') { $xcopyMSBuildVersion = $GlobalJson.tools.'xcopy-msbuild' $vsMajorVersion = $xcopyMSBuildVersion.Split('.')[0] } else { @@ -277,7 +277,7 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = $vsInstallDir = InitializeXCopyMSBuild $xcopyMSBuildVersion $install if ($vsInstallDir -eq $null) { - throw "Unable to find Visual Studio that has required version and components installed" + throw 'Unable to find Visual Studio that has required version and components installed' } } @@ -301,7 +301,7 @@ function InstallXCopyMSBuild([string]$packageVersion) { } function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) { - $packageName = "RoslynTools.MSBuild" + $packageName = 'RoslynTools.MSBuild' $packageDir = Join-Path $ToolsDir "msbuild\$packageVersion" $packagePath = Join-Path $packageDir "$packageName.$packageVersion.nupkg" @@ -317,7 +317,7 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) { Unzip $packagePath $packageDir } - return Join-Path $packageDir "tools" + return Join-Path $packageDir 'tools' } # @@ -334,32 +334,32 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) { # or $null if no instance meeting the requirements is found on the machine. # function LocateVisualStudio([object]$vsRequirements = $null){ - if (Get-Member -InputObject $GlobalJson.tools -Name "vswhere") { + if (Get-Member -InputObject $GlobalJson.tools -Name 'vswhere') { $vswhereVersion = $GlobalJson.tools.vswhere } else { - $vswhereVersion = "2.5.2" + $vswhereVersion = '2.5.2' } $vsWhereDir = Join-Path $ToolsDir "vswhere\$vswhereVersion" - $vsWhereExe = Join-Path $vsWhereDir "vswhere.exe" + $vsWhereExe = Join-Path $vsWhereDir 'vswhere.exe' if (!(Test-Path $vsWhereExe)) { Create-Directory $vsWhereDir - Write-Host "Downloading vswhere" + Write-Host 'Downloading vswhere' Invoke-WebRequest "https://github.com/Microsoft/vswhere/releases/download/$vswhereVersion/vswhere.exe" -OutFile $vswhereExe } if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs } - $args = @("-latest", "-prerelease", "-format", "json", "-requires", "Microsoft.Component.MSBuild", "-products", "*") + $args = @('-latest', '-prerelease', '-format', 'json', '-requires', 'Microsoft.Component.MSBuild', '-products', '*') - if (Get-Member -InputObject $vsRequirements -Name "version") { - $args += "-version" + if (Get-Member -InputObject $vsRequirements -Name 'version') { + $args += '-version' $args += $vsRequirements.version } - if (Get-Member -InputObject $vsRequirements -Name "components") { + if (Get-Member -InputObject $vsRequirements -Name 'components') { foreach ($component in $vsRequirements.components) { - $args += "-requires" + $args += '-requires' $args += $component } } @@ -385,27 +385,27 @@ function InitializeBuildTool() { # Initialize dotnet cli if listed in 'tools' $dotnetRoot = $null - if (Get-Member -InputObject $GlobalJson.tools -Name "dotnet") { + if (Get-Member -InputObject $GlobalJson.tools -Name 'dotnet') { $dotnetRoot = InitializeDotNetCli -install:$restore } - if ($msbuildEngine -eq "dotnet") { + if ($msbuildEngine -eq 'dotnet') { if (!$dotnetRoot) { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "/global.json must specify 'tools.dotnet'." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "/global.json must specify 'tools.dotnet'." ExitWithExitCode 1 } - $buildTool = @{ Path = Join-Path $dotnetRoot "dotnet.exe"; Command = "msbuild"; Tool = "dotnet"; Framework = "netcoreapp2.1" } + $buildTool = @{ Path = Join-Path $dotnetRoot 'dotnet.exe'; Command = 'msbuild'; Tool = 'dotnet'; Framework = 'netcoreapp2.1' } } elseif ($msbuildEngine -eq "vs") { try { $msbuildPath = InitializeVisualStudioMSBuild -install:$restore } catch { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message $_ + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ ExitWithExitCode 1 } $buildTool = @{ Path = $msbuildPath; Command = ""; Tool = "vs"; Framework = "net472" } } else { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Unexpected value of -msbuildEngine: '$msbuildEngine'." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Unexpected value of -msbuildEngine: '$msbuildEngine'." ExitWithExitCode 1 } @@ -414,15 +414,15 @@ function InitializeBuildTool() { function GetDefaultMSBuildEngine() { # Presence of tools.vs indicates the repo needs to build using VS msbuild on Windows. - if (Get-Member -InputObject $GlobalJson.tools -Name "vs") { - return "vs" + if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') { + return 'vs' } - if (Get-Member -InputObject $GlobalJson.tools -Name "dotnet") { - return "dotnet" + if (Get-Member -InputObject $GlobalJson.tools -Name 'dotnet') { + return 'dotnet' } - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "-msbuildEngine must be specified, or /global.json must specify 'tools.dotnet' or 'tools.vs'." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "-msbuildEngine must be specified, or /global.json must specify 'tools.dotnet' or 'tools.vs'." ExitWithExitCode 1 } @@ -431,9 +431,9 @@ function GetNuGetPackageCachePath() { # Use local cache on CI to ensure deterministic build, # use global cache in dev builds to avoid cost of downloading packages. if ($useGlobalNuGetCache) { - $env:NUGET_PACKAGES = Join-Path $env:UserProfile ".nuget\packages" + $env:NUGET_PACKAGES = Join-Path $env:UserProfile '.nuget\packages' } else { - $env:NUGET_PACKAGES = Join-Path $RepoRoot ".packages" + $env:NUGET_PACKAGES = Join-Path $RepoRoot '.packages' } } @@ -475,14 +475,14 @@ function InitializeToolset() { } if (-not $restore) { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Toolset version $toolsetVersion has not been restored." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Toolset version $toolsetVersion has not been restored." ExitWithExitCode 1 } $buildTool = InitializeBuildTool - $proj = Join-Path $ToolsetDir "restore.proj" - $bl = if ($binaryLog) { "/bl:" + (Join-Path $LogDir "ToolsetRestore.binlog") } else { "" } + $proj = Join-Path $ToolsetDir 'restore.proj' + $bl = if ($binaryLog) { '/bl:' + (Join-Path $LogDir 'ToolsetRestore.binlog') } else { '' } '' | Set-Content $proj @@ -504,7 +504,7 @@ function ExitWithExitCode([int] $exitCode) { } function Stop-Processes() { - Write-Host "Killing running build processes..." + Write-Host 'Killing running build processes...' foreach ($processName in $processesToStopOnExit) { Get-Process -Name $processName -ErrorAction SilentlyContinue | Stop-Process } @@ -521,7 +521,7 @@ function MSBuild() { # Work around issues with Azure Artifacts credential provider # https://github.com/dotnet/arcade/issues/3932 - if ($ci -and $buildTool.Tool -eq "dotnet") { + if ($ci -and $buildTool.Tool -eq 'dotnet') { dotnet nuget locals http-cache -c $env:NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS = 20 @@ -532,7 +532,7 @@ function MSBuild() { $toolsetBuildProject = InitializeToolset $path = Split-Path -parent $toolsetBuildProject - $path = Join-Path $path (Join-Path $buildTool.Framework "Microsoft.DotNet.Arcade.Sdk.dll") + $path = Join-Path $path (Join-Path $buildTool.Framework 'Microsoft.DotNet.Arcade.Sdk.dll') $args += "/logger:$path" } @@ -547,12 +547,12 @@ function MSBuild() { function MSBuild-Core() { if ($ci) { if (!$binaryLog) { - Write-PipelineTaskError -Message "Binary log must be enabled in CI build." + Write-PipelineTelemetryError -Category 'Build' -Message 'Binary log must be enabled in CI build.' ExitWithExitCode 1 } if ($nodeReuse) { - Write-PipelineTaskError -Message "Node reuse must be disabled in CI build." + Write-PipelineTelemetryError -Category 'Build' -Message 'Node reuse must be disabled in CI build.' ExitWithExitCode 1 } } @@ -562,10 +562,10 @@ function MSBuild-Core() { $cmdArgs = "$($buildTool.Command) /m /nologo /clp:Summary /v:$verbosity /nr:$nodeReuse /p:ContinuousIntegrationBuild=$ci" if ($warnAsError) { - $cmdArgs += " /warnaserror /p:TreatWarningsAsErrors=true" + $cmdArgs += ' /warnaserror /p:TreatWarningsAsErrors=true' } else { - $cmdArgs += " /p:TreatWarningsAsErrors=false" + $cmdArgs += ' /p:TreatWarningsAsErrors=false' } foreach ($arg in $args) { @@ -577,7 +577,7 @@ function MSBuild-Core() { $exitCode = Exec-Process $buildTool.Path $cmdArgs if ($exitCode -ne 0) { - Write-PipelineTaskError -Message "Build failed." + Write-PipelineTelemetryError Category 'Build' -Message 'Build failed.' $buildLog = GetMSBuildBinaryLogCommandLineArgument $args if ($buildLog -ne $null) { @@ -592,12 +592,12 @@ function GetMSBuildBinaryLogCommandLineArgument($arguments) { foreach ($argument in $arguments) { if ($argument -ne $null) { $arg = $argument.Trim() - if ($arg.StartsWith("/bl:", "OrdinalIgnoreCase")) { - return $arg.Substring("/bl:".Length) + if ($arg.StartsWith('/bl:', "OrdinalIgnoreCase")) { + return $arg.Substring('/bl:'.Length) } - if ($arg.StartsWith("/binaryLogger:", "OrdinalIgnoreCase")) { - return $arg.Substring("/binaryLogger:".Length) + if ($arg.StartsWith('/binaryLogger:', 'OrdinalIgnoreCase')) { + return $arg.Substring('/binaryLogger:'.Length) } } } @@ -607,14 +607,14 @@ function GetMSBuildBinaryLogCommandLineArgument($arguments) { . $PSScriptRoot\pipeline-logging-functions.ps1 -$RepoRoot = Resolve-Path (Join-Path $PSScriptRoot "..\..") -$EngRoot = Resolve-Path (Join-Path $PSScriptRoot "..") -$ArtifactsDir = Join-Path $RepoRoot "artifacts" -$ToolsetDir = Join-Path $ArtifactsDir "toolset" -$ToolsDir = Join-Path $RepoRoot ".tools" -$LogDir = Join-Path (Join-Path $ArtifactsDir "log") $configuration -$TempDir = Join-Path (Join-Path $ArtifactsDir "tmp") $configuration -$GlobalJson = Get-Content -Raw -Path (Join-Path $RepoRoot "global.json") | ConvertFrom-Json +$RepoRoot = Resolve-Path (Join-Path $PSScriptRoot '..\..') +$EngRoot = Resolve-Path (Join-Path $PSScriptRoot '..') +$ArtifactsDir = Join-Path $RepoRoot 'artifacts' +$ToolsetDir = Join-Path $ArtifactsDir 'toolset' +$ToolsDir = Join-Path $RepoRoot '.tools' +$LogDir = Join-Path (Join-Path $ArtifactsDir 'log') $configuration +$TempDir = Join-Path (Join-Path $ArtifactsDir 'tmp') $configuration +$GlobalJson = Get-Content -Raw -Path (Join-Path $RepoRoot 'global.json') | ConvertFrom-Json # true if global.json contains a "runtimes" section $globalJsonHasRuntimes = if ($GlobalJson.tools.PSObject.Properties.Name -Match 'runtimes') { $true } else { $false } @@ -631,8 +631,14 @@ Write-PipelineSetVariable -Name 'TMP' -Value $TempDir # Import custom tools configuration, if present in the repo. # Note: Import in global scope so that the script set top-level variables without qualification. if (!$disableConfigureToolsetImport) { - $configureToolsetScript = Join-Path $EngRoot "configure-toolset.ps1" + $configureToolsetScript = Join-Path $EngRoot 'configure-toolset.ps1' if (Test-Path $configureToolsetScript) { - . $configureToolsetScript + . $configureToolsetScript + if ((Test-Path variable:failOnConfigureToolsetError) -And $failOnConfigureToolsetError) { + if ((Test-Path variable:LastExitCode) -And ($LastExitCode -ne 0)) { + Write-PipelineTelemetryError -Category 'Build' -Message 'configure-toolset.ps1 returned a non-zero exit code' + ExitWithExitCode $LastExitCode + } + } } } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 6a23ac0a3..f58db5e25 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -4,7 +4,6 @@ # CI mode - set to true on CI server for PR validation build or official build. ci=${ci:-false} -disable_configure_toolset_import=${disable_configure_toolset_import:-} # Set to true to use the pipelines logger which will enable Azure logging output. # https://github.com/Microsoft/azure-pipelines-tasks/blob/master/docs/authoring/commands.md @@ -82,7 +81,7 @@ function ReadGlobalVersion { local pattern="\"$key\" *: *\"(.*)\"" if [[ ! $line =~ $pattern ]]; then - Write-PipelineTelemetryError -category 'InitializeToolset' "Error: Cannot find \"$key\" in $global_json_file" + Write-PipelineTelemetryError -category 'Build' "Error: Cannot find \"$key\" in $global_json_file" ExitWithExitCode 1 fi @@ -325,7 +324,7 @@ function InitializeToolset { local toolset_build_proj=`cat "$toolset_location_file"` if [[ ! -a "$toolset_build_proj" ]]; then - Write-PipelineTelemetryError -category 'InitializeToolset' "Invalid toolset path: $toolset_build_proj" + Write-PipelineTelemetryError -category 'Build' "Invalid toolset path: $toolset_build_proj" ExitWithExitCode 3 fi @@ -375,12 +374,12 @@ function MSBuild { function MSBuild-Core { if [[ "$ci" == true ]]; then if [[ "$binary_log" != true ]]; then - Write-PipelineTaskError "Binary log must be enabled in CI build." + Write-PipelineTelemetryError -category 'Build' "Binary log must be enabled in CI build." ExitWithExitCode 1 fi if [[ "$node_reuse" == true ]]; then - Write-PipelineTaskError "Node reuse must be disabled in CI build." + Write-PipelineTelemetryError -category 'Build' "Node reuse must be disabled in CI build." ExitWithExitCode 1 fi fi @@ -394,7 +393,7 @@ function MSBuild-Core { "$_InitializeBuildTool" "$_InitializeBuildToolCommand" /m /nologo /clp:Summary /v:$verbosity /nr:$node_reuse $warnaserror_switch /p:TreatWarningsAsErrors=$warn_as_error /p:ContinuousIntegrationBuild=$ci "$@" || { local exit_code=$? - Write-PipelineTaskError "Build failed (exit code '$exit_code')." + Write-PipelineTelemetryError -category 'Build' "Build failed (exit code '$exit_code')." ExitWithExitCode $exit_code } } @@ -437,7 +436,7 @@ Write-PipelineSetVariable -name "Temp" -value "$temp_dir" Write-PipelineSetVariable -name "TMP" -value "$temp_dir" # Import custom tools configuration, if present in the repo. -if [[ -z "$disable_configure_toolset_import" ]]; then +if [ -z "${disable_configure_toolset_import:-}" ]; then configure_toolset_script="$eng_root/configure-toolset.sh" if [[ -a "$configure_toolset_script" ]]; then . "$configure_toolset_script" diff --git a/global.json b/global.json index b9ab86b49..776fe8779 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19570.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19571.10" } } From 14149fe2406de00dae6f9ce23f7c058b635dc789 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2019 04:08:09 +0000 Subject: [PATCH 1099/1121] [master] Update dependencies from aspnet/AspNetCore (#5734) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191120.5 - dotnet-user-secrets - 5.0.0-alpha1.19570.5 - dotnet-watch - 5.0.0-alpha1.19570.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19570.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19570.5 - dotnet-dev-certs - 5.0.0-alpha1.19570.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19570.5 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191122.4 - dotnet-user-secrets - 5.0.0-alpha1.19572.4 - dotnet-watch - 5.0.0-alpha1.19572.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19572.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19572.4 - dotnet-dev-certs - 5.0.0-alpha1.19572.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19572.4 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191122.13 - dotnet-user-secrets - 5.0.0-alpha1.19572.13 - dotnet-watch - 5.0.0-alpha1.19572.13 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19572.13 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19572.13 - dotnet-dev-certs - 5.0.0-alpha1.19572.13 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19572.13 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0888ef4a4..effd6a95d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 242890940e3e881ac605e5fc8b60b3c394e279a3 + 9099305d0427e716e84a1603fe201670260674f2 - + https://github.com/aspnet/AspNetCore - 242890940e3e881ac605e5fc8b60b3c394e279a3 + 9099305d0427e716e84a1603fe201670260674f2 - + https://github.com/aspnet/AspNetCore - 242890940e3e881ac605e5fc8b60b3c394e279a3 + 9099305d0427e716e84a1603fe201670260674f2 - + https://github.com/aspnet/AspNetCore - 242890940e3e881ac605e5fc8b60b3c394e279a3 + 9099305d0427e716e84a1603fe201670260674f2 - + https://github.com/aspnet/AspNetCore - 242890940e3e881ac605e5fc8b60b3c394e279a3 + 9099305d0427e716e84a1603fe201670260674f2 - + https://github.com/aspnet/AspNetCore - 242890940e3e881ac605e5fc8b60b3c394e279a3 + 9099305d0427e716e84a1603fe201670260674f2 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index fb6559097..7f35d6cab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19570.1 - 5.0.0-alpha1.19570.1 - 5.0.0-alpha1.19570.1 - 5.0.0-alpha1.19570.1 - 5.0.0-alpha1.19570.1 - 5.0.0-alpha1.19570.1 + 5.0.0-alpha1.19572.13 + 5.0.0-alpha1.19572.13 + 5.0.0-alpha1.19572.13 + 5.0.0-alpha1.19572.13 + 5.0.0-alpha1.19572.13 + 5.0.0-alpha1.19572.13 From 28f22a7729e65da5295ac7755d97ac7d1d621247 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2019 06:35:33 +0000 Subject: [PATCH 1100/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191122.17 (#5775) - dotnet-user-secrets - 5.0.0-alpha1.19572.17 - dotnet-watch - 5.0.0-alpha1.19572.17 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19572.17 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19572.17 - dotnet-dev-certs - 5.0.0-alpha1.19572.17 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19572.17 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index effd6a95d..be3c25763 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 9099305d0427e716e84a1603fe201670260674f2 + 73391cc27461e856907e278c9615c60e841b9a44 - + https://github.com/aspnet/AspNetCore - 9099305d0427e716e84a1603fe201670260674f2 + 73391cc27461e856907e278c9615c60e841b9a44 - + https://github.com/aspnet/AspNetCore - 9099305d0427e716e84a1603fe201670260674f2 + 73391cc27461e856907e278c9615c60e841b9a44 - + https://github.com/aspnet/AspNetCore - 9099305d0427e716e84a1603fe201670260674f2 + 73391cc27461e856907e278c9615c60e841b9a44 - + https://github.com/aspnet/AspNetCore - 9099305d0427e716e84a1603fe201670260674f2 + 73391cc27461e856907e278c9615c60e841b9a44 - + https://github.com/aspnet/AspNetCore - 9099305d0427e716e84a1603fe201670260674f2 + 73391cc27461e856907e278c9615c60e841b9a44 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 7f35d6cab..896f63e0e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19572.13 - 5.0.0-alpha1.19572.13 - 5.0.0-alpha1.19572.13 - 5.0.0-alpha1.19572.13 - 5.0.0-alpha1.19572.13 - 5.0.0-alpha1.19572.13 + 5.0.0-alpha1.19572.17 + 5.0.0-alpha1.19572.17 + 5.0.0-alpha1.19572.17 + 5.0.0-alpha1.19572.17 + 5.0.0-alpha1.19572.17 + 5.0.0-alpha1.19572.17 From 8cfa8fa215029f7dcab30fe754a43f2271a8ea5f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 13:35:40 +0000 Subject: [PATCH 1101/1121] [master] Update dependencies from dotnet/arcade (#5782) * Update dependencies from https://github.com/dotnet/arcade build 20191123.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19573.1 * Update dependencies from https://github.com/dotnet/arcade build 20191124.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19574.1 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/post-build/post-build.yml | 6 +++--- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be3c25763..9e21d16ca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 6ade65ab9d2d63b3fcb73647fc109e2b36ffdc80 + 87b59e17420bf0c3341edacbd8a6721e619afbac
diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index c1948cb65..7a4252a48 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -205,6 +205,6 @@ stages: stageName: 'NET_Internal_Tooling_Publishing' channelName: '.NET Internal Tooling' channelId: 551 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json' \ No newline at end of file + transportFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json' \ No newline at end of file diff --git a/global.json b/global.json index 776fe8779..769c4b62e 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19571.10" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19574.1" } } From 03a7460088ff490cd7f24b3e517465007c6f79e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2019 03:10:32 +0000 Subject: [PATCH 1102/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191125.10 (#5785) - dotnet-user-secrets - 5.0.0-alpha1.19575.10 - dotnet-watch - 5.0.0-alpha1.19575.10 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19575.10 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19575.10 - dotnet-dev-certs - 5.0.0-alpha1.19575.10 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19575.10 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e21d16ca..c59591700 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 73391cc27461e856907e278c9615c60e841b9a44 + b81c1a7954445cb202e1d85d09cee09ffe18dc37 - + https://github.com/aspnet/AspNetCore - 73391cc27461e856907e278c9615c60e841b9a44 + b81c1a7954445cb202e1d85d09cee09ffe18dc37 - + https://github.com/aspnet/AspNetCore - 73391cc27461e856907e278c9615c60e841b9a44 + b81c1a7954445cb202e1d85d09cee09ffe18dc37 - + https://github.com/aspnet/AspNetCore - 73391cc27461e856907e278c9615c60e841b9a44 + b81c1a7954445cb202e1d85d09cee09ffe18dc37 - + https://github.com/aspnet/AspNetCore - 73391cc27461e856907e278c9615c60e841b9a44 + b81c1a7954445cb202e1d85d09cee09ffe18dc37 - + https://github.com/aspnet/AspNetCore - 73391cc27461e856907e278c9615c60e841b9a44 + b81c1a7954445cb202e1d85d09cee09ffe18dc37 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 896f63e0e..00d73833d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19572.17 - 5.0.0-alpha1.19572.17 - 5.0.0-alpha1.19572.17 - 5.0.0-alpha1.19572.17 - 5.0.0-alpha1.19572.17 - 5.0.0-alpha1.19572.17 + 5.0.0-alpha1.19575.10 + 5.0.0-alpha1.19575.10 + 5.0.0-alpha1.19575.10 + 5.0.0-alpha1.19575.10 + 5.0.0-alpha1.19575.10 + 5.0.0-alpha1.19575.10 From f79873177b47f84c70fecb782f1f9b85f1279fc6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2019 13:31:28 +0000 Subject: [PATCH 1103/1121] Update dependencies from https://github.com/dotnet/arcade build 20191125.7 (#5787) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19575.7 --- eng/Version.Details.xml | 4 ++-- .../templates/post-build/common-variables.yml | 4 ++++ eng/common/templates/post-build/post-build.yml | 15 ++++++++++++++- global.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c59591700..c0c578e7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 87b59e17420bf0c3341edacbd8a6721e619afbac + 549475dff607986e6d9626f0dc8678e9736b7d0c
diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 402dc4073..9505cf170 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -49,6 +49,10 @@ variables: - name: NetCore_31_Blazor_Features_Channel_Id value: 531 + # .NET Core Experimental + - name: NetCore_Experimental_Channel_Id + value: 562 + # Whether the build is internal or not - name: IsInternalBuild value: ${{ and(ne(variables['System.TeamProject'], 'public'), contains(variables['Build.SourceBranch'], 'internal')) }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 7a4252a48..8a8d84f20 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -207,4 +207,17 @@ stages: channelId: 551 transportFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json' \ No newline at end of file + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_Experimental_Publishing' + channelName: '.NET Core Experimental' + channelId: 562 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental-symbols/nuget/v3/index.json' diff --git a/global.json b/global.json index 769c4b62e..ada4cbe16 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19574.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19575.7" } } From 0d0c902b77e32b8d12db3191623b6c9c7e6a6289 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 13:36:25 +0000 Subject: [PATCH 1104/1121] Update dependencies from https://github.com/dotnet/arcade build 20191126.2 (#5796) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19576.2 --- eng/Version.Details.xml | 4 ++-- eng/common/tools.ps1 | 2 +- global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c0c578e7f..756be389a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 549475dff607986e6d9626f0dc8678e9736b7d0c + e1f099bf18a14e8ef5dc50f1a90078839aa102c8
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 26a6d03c8..d762c9f04 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -247,7 +247,7 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = if ($msbuildCmd -ne $null) { # Workaround for https://github.com/dotnet/roslyn/issues/35793 # Due to this issue $msbuildCmd.Version returns 0.0.0.0 for msbuild.exe 16.2+ - $msbuildVersion = [Version]::new((Get-Item $msbuildCmd.Path).VersionInfo.ProductVersion.Split(@('-', '+'))[0]) + $msbuildVersion = [Version]::new((Get-Item $msbuildCmd.Path).VersionInfo.ProductVersion.Split([char[]]@('-', '+'))[0]) if ($msbuildVersion -ge $vsMinVersion) { return $global:_MSBuildExe = $msbuildCmd.Path diff --git a/global.json b/global.json index ada4cbe16..eae8094af 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19575.7" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19576.2" } } From c2183fa5b6615399100f4afd7e9c064cc243944a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 20:20:32 +0000 Subject: [PATCH 1105/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191127.4 (#5797) - dotnet-user-secrets - 5.0.0-alpha1.19577.4 - dotnet-watch - 5.0.0-alpha1.19577.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19577.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19577.4 - dotnet-dev-certs - 5.0.0-alpha1.19577.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19577.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 756be389a..b94e779fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - b81c1a7954445cb202e1d85d09cee09ffe18dc37 + 2d6b46e1b2a8181733d2a6a23dc841469649230f - + https://github.com/aspnet/AspNetCore - b81c1a7954445cb202e1d85d09cee09ffe18dc37 + 2d6b46e1b2a8181733d2a6a23dc841469649230f - + https://github.com/aspnet/AspNetCore - b81c1a7954445cb202e1d85d09cee09ffe18dc37 + 2d6b46e1b2a8181733d2a6a23dc841469649230f - + https://github.com/aspnet/AspNetCore - b81c1a7954445cb202e1d85d09cee09ffe18dc37 + 2d6b46e1b2a8181733d2a6a23dc841469649230f - + https://github.com/aspnet/AspNetCore - b81c1a7954445cb202e1d85d09cee09ffe18dc37 + 2d6b46e1b2a8181733d2a6a23dc841469649230f - + https://github.com/aspnet/AspNetCore - b81c1a7954445cb202e1d85d09cee09ffe18dc37 + 2d6b46e1b2a8181733d2a6a23dc841469649230f https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 00d73833d..644073d78 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19575.10 - 5.0.0-alpha1.19575.10 - 5.0.0-alpha1.19575.10 - 5.0.0-alpha1.19575.10 - 5.0.0-alpha1.19575.10 - 5.0.0-alpha1.19575.10 + 5.0.0-alpha1.19577.4 + 5.0.0-alpha1.19577.4 + 5.0.0-alpha1.19577.4 + 5.0.0-alpha1.19577.4 + 5.0.0-alpha1.19577.4 + 5.0.0-alpha1.19577.4 From 1ba90439dd5696d2a957d01308d582c6e70bee50 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 23:40:41 +0000 Subject: [PATCH 1106/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191127.7 (#5798) - dotnet-user-secrets - 5.0.0-alpha1.19577.7 - dotnet-watch - 5.0.0-alpha1.19577.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19577.7 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19577.7 - dotnet-dev-certs - 5.0.0-alpha1.19577.7 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19577.7 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b94e779fd..c51733acc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 2d6b46e1b2a8181733d2a6a23dc841469649230f + 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 - + https://github.com/aspnet/AspNetCore - 2d6b46e1b2a8181733d2a6a23dc841469649230f + 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 - + https://github.com/aspnet/AspNetCore - 2d6b46e1b2a8181733d2a6a23dc841469649230f + 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 - + https://github.com/aspnet/AspNetCore - 2d6b46e1b2a8181733d2a6a23dc841469649230f + 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 - + https://github.com/aspnet/AspNetCore - 2d6b46e1b2a8181733d2a6a23dc841469649230f + 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 - + https://github.com/aspnet/AspNetCore - 2d6b46e1b2a8181733d2a6a23dc841469649230f + 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 644073d78..db47d6b69 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19577.4 - 5.0.0-alpha1.19577.4 - 5.0.0-alpha1.19577.4 - 5.0.0-alpha1.19577.4 - 5.0.0-alpha1.19577.4 - 5.0.0-alpha1.19577.4 + 5.0.0-alpha1.19577.7 + 5.0.0-alpha1.19577.7 + 5.0.0-alpha1.19577.7 + 5.0.0-alpha1.19577.7 + 5.0.0-alpha1.19577.7 + 5.0.0-alpha1.19577.7 From b81ee62da56bfa46a3fb36095e703635b09461d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 10:25:38 +0000 Subject: [PATCH 1107/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191127.15 (#5802) - dotnet-user-secrets - 5.0.0-alpha1.19577.15 - dotnet-watch - 5.0.0-alpha1.19577.15 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19577.15 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19577.15 - dotnet-dev-certs - 5.0.0-alpha1.19577.15 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19577.15 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c51733acc..71040e525 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 + eb929d5a0bafc0f8a15473265ac2acf6ea105e6a - + https://github.com/aspnet/AspNetCore - 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 + eb929d5a0bafc0f8a15473265ac2acf6ea105e6a - + https://github.com/aspnet/AspNetCore - 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 + eb929d5a0bafc0f8a15473265ac2acf6ea105e6a - + https://github.com/aspnet/AspNetCore - 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 + eb929d5a0bafc0f8a15473265ac2acf6ea105e6a - + https://github.com/aspnet/AspNetCore - 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 + eb929d5a0bafc0f8a15473265ac2acf6ea105e6a - + https://github.com/aspnet/AspNetCore - 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 + eb929d5a0bafc0f8a15473265ac2acf6ea105e6a https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index db47d6b69..77c81565d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19577.7 - 5.0.0-alpha1.19577.7 - 5.0.0-alpha1.19577.7 - 5.0.0-alpha1.19577.7 - 5.0.0-alpha1.19577.7 - 5.0.0-alpha1.19577.7 + 5.0.0-alpha1.19577.15 + 5.0.0-alpha1.19577.15 + 5.0.0-alpha1.19577.15 + 5.0.0-alpha1.19577.15 + 5.0.0-alpha1.19577.15 + 5.0.0-alpha1.19577.15 From b19739319e2e084b6e55abb4741fa8b68c79741f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 14:50:33 +0000 Subject: [PATCH 1108/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191128.2 (#5804) - dotnet-user-secrets - 5.0.0-alpha1.19578.2 - dotnet-watch - 5.0.0-alpha1.19578.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19578.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19578.2 - dotnet-dev-certs - 5.0.0-alpha1.19578.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19578.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 71040e525..731d66fa4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - eb929d5a0bafc0f8a15473265ac2acf6ea105e6a + e625fe29b049c60242e8048b4ea743cca65aa7b5 - + https://github.com/aspnet/AspNetCore - eb929d5a0bafc0f8a15473265ac2acf6ea105e6a + e625fe29b049c60242e8048b4ea743cca65aa7b5 - + https://github.com/aspnet/AspNetCore - eb929d5a0bafc0f8a15473265ac2acf6ea105e6a + e625fe29b049c60242e8048b4ea743cca65aa7b5 - + https://github.com/aspnet/AspNetCore - eb929d5a0bafc0f8a15473265ac2acf6ea105e6a + e625fe29b049c60242e8048b4ea743cca65aa7b5 - + https://github.com/aspnet/AspNetCore - eb929d5a0bafc0f8a15473265ac2acf6ea105e6a + e625fe29b049c60242e8048b4ea743cca65aa7b5 - + https://github.com/aspnet/AspNetCore - eb929d5a0bafc0f8a15473265ac2acf6ea105e6a + e625fe29b049c60242e8048b4ea743cca65aa7b5 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 77c81565d..bbbaef670 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19577.15 - 5.0.0-alpha1.19577.15 - 5.0.0-alpha1.19577.15 - 5.0.0-alpha1.19577.15 - 5.0.0-alpha1.19577.15 - 5.0.0-alpha1.19577.15 + 5.0.0-alpha1.19578.2 + 5.0.0-alpha1.19578.2 + 5.0.0-alpha1.19578.2 + 5.0.0-alpha1.19578.2 + 5.0.0-alpha1.19578.2 + 5.0.0-alpha1.19578.2 From 4eabd9e48eda948ff52e2760fdf7db6079967c81 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 23:30:32 +0000 Subject: [PATCH 1109/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191128.4 (#5805) - dotnet-user-secrets - 5.0.0-alpha1.19578.4 - dotnet-watch - 5.0.0-alpha1.19578.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19578.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19578.4 - dotnet-dev-certs - 5.0.0-alpha1.19578.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19578.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 731d66fa4..bac273ac8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - e625fe29b049c60242e8048b4ea743cca65aa7b5 + 310809997a06e946deafa3e339a9364c9721b432 - + https://github.com/aspnet/AspNetCore - e625fe29b049c60242e8048b4ea743cca65aa7b5 + 310809997a06e946deafa3e339a9364c9721b432 - + https://github.com/aspnet/AspNetCore - e625fe29b049c60242e8048b4ea743cca65aa7b5 + 310809997a06e946deafa3e339a9364c9721b432 - + https://github.com/aspnet/AspNetCore - e625fe29b049c60242e8048b4ea743cca65aa7b5 + 310809997a06e946deafa3e339a9364c9721b432 - + https://github.com/aspnet/AspNetCore - e625fe29b049c60242e8048b4ea743cca65aa7b5 + 310809997a06e946deafa3e339a9364c9721b432 - + https://github.com/aspnet/AspNetCore - e625fe29b049c60242e8048b4ea743cca65aa7b5 + 310809997a06e946deafa3e339a9364c9721b432 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index bbbaef670..7d5721577 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19578.2 - 5.0.0-alpha1.19578.2 - 5.0.0-alpha1.19578.2 - 5.0.0-alpha1.19578.2 - 5.0.0-alpha1.19578.2 - 5.0.0-alpha1.19578.2 + 5.0.0-alpha1.19578.4 + 5.0.0-alpha1.19578.4 + 5.0.0-alpha1.19578.4 + 5.0.0-alpha1.19578.4 + 5.0.0-alpha1.19578.4 + 5.0.0-alpha1.19578.4 From e58b2260e3cc66f6b2097e91e558e40bf722c774 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2019 13:31:39 +0000 Subject: [PATCH 1110/1121] [master] Update dependencies from dotnet/arcade (#5803) * Update dependencies from https://github.com/dotnet/arcade build 20191127.4 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19577.4 * Update dependencies from https://github.com/dotnet/arcade build 20191128.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19578.1 --- eng/Version.Details.xml | 4 ++-- eng/common/build.ps1 | 19 ++++++++++--------- global.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bac273ac8..54950b080 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - e1f099bf18a14e8ef5dc50f1a90078839aa102c8 + 7d8af3c802523cd7d9df9f6cb4ce49236851ca0f
diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index ce6882eea..0fd4d9c7f 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -112,17 +112,18 @@ function Build { @properties } -if ($clean) { - if(Test-Path $ArtifactsDir) { - Remove-Item -Recurse -Force $ArtifactsDir - Write-Host 'Artifacts directory deleted.' - } - exit 0 -} - try { . $PSScriptRoot\tools.ps1 - If ((Test-Path variable:LastExitCode) -And ($LastExitCode -ne 0)) { + + if ($clean) { + if (Test-Path $ArtifactsDir) { + Remove-Item -Recurse -Force $ArtifactsDir + Write-Host 'Artifacts directory deleted.' + } + exit 0 + } + + if ((Test-Path variable:LastExitCode) -And ($LastExitCode -ne 0)) { Write-PipelineTelemetryError -Category 'InitializeToolset' -Message 'Eng/common/tools.ps1 returned a non-zero exit code.' ExitWithExitCode $LastExitCode } diff --git a/global.json b/global.json index eae8094af..e4ed2f142 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19576.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19578.1" } } From 26a764e5b8dc3ed51e3b18c11104832aa77e2ec0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2019 13:36:49 +0000 Subject: [PATCH 1111/1121] Update dependencies from https://github.com/dotnet/arcade build 20191129.1 (#5807) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19579.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 54950b080..f57df933d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 7d8af3c802523cd7d9df9f6cb4ce49236851ca0f + ab04a0fb86ba6bcb63b59317833c47996facafdf
diff --git a/global.json b/global.json index e4ed2f142..955d6c3e5 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19578.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19579.1" } } From 7d29cc0cdc8326671636c6e8acfd8d879a95049d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2019 13:36:30 +0000 Subject: [PATCH 1112/1121] Update dependencies from https://github.com/dotnet/arcade build 20191130.1 (#5808) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19580.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f57df933d..5f9be2ef4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - ab04a0fb86ba6bcb63b59317833c47996facafdf + d58525128d68de745027d7eaf83b3a9e178e23df
diff --git a/global.json b/global.json index 955d6c3e5..d485d3263 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19579.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19580.1" } } From 7b03bdf249fa82ae32dad5ebb31e904a9afa5fcf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 03:10:33 +0000 Subject: [PATCH 1113/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191201.2 (#5809) - dotnet-user-secrets - 5.0.0-alpha1.19601.2 - dotnet-watch - 5.0.0-alpha1.19601.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19601.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19601.2 - dotnet-dev-certs - 5.0.0-alpha1.19601.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19601.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5f9be2ef4..4e74d0b9a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 310809997a06e946deafa3e339a9364c9721b432 + 032625cd32d4666a2d973061616f6253c249e45a - + https://github.com/aspnet/AspNetCore - 310809997a06e946deafa3e339a9364c9721b432 + 032625cd32d4666a2d973061616f6253c249e45a - + https://github.com/aspnet/AspNetCore - 310809997a06e946deafa3e339a9364c9721b432 + 032625cd32d4666a2d973061616f6253c249e45a - + https://github.com/aspnet/AspNetCore - 310809997a06e946deafa3e339a9364c9721b432 + 032625cd32d4666a2d973061616f6253c249e45a - + https://github.com/aspnet/AspNetCore - 310809997a06e946deafa3e339a9364c9721b432 + 032625cd32d4666a2d973061616f6253c249e45a - + https://github.com/aspnet/AspNetCore - 310809997a06e946deafa3e339a9364c9721b432 + 032625cd32d4666a2d973061616f6253c249e45a https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 7d5721577..212646ea0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19578.4 - 5.0.0-alpha1.19578.4 - 5.0.0-alpha1.19578.4 - 5.0.0-alpha1.19578.4 - 5.0.0-alpha1.19578.4 - 5.0.0-alpha1.19578.4 + 5.0.0-alpha1.19601.2 + 5.0.0-alpha1.19601.2 + 5.0.0-alpha1.19601.2 + 5.0.0-alpha1.19601.2 + 5.0.0-alpha1.19601.2 + 5.0.0-alpha1.19601.2 From d633fdeed3a09b2c2c9da49ae2da4b477755620a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 13:37:08 +0000 Subject: [PATCH 1114/1121] Update dependencies from https://github.com/dotnet/arcade build 20191201.1 (#5810) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19601.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4e74d0b9a..0cd835b8f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - d58525128d68de745027d7eaf83b3a9e178e23df + c0b56ff3569e3c7475070486c40543ea4c6f6dc7
diff --git a/global.json b/global.json index d485d3263..9aebc16b0 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19580.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19601.1" } } From 83ed87c6d9db466adab1fcc71d49f0828a468da4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 21:10:38 +0000 Subject: [PATCH 1115/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191202.2 (#5813) - dotnet-user-secrets - 5.0.0-alpha1.19602.2 - dotnet-watch - 5.0.0-alpha1.19602.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19602.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19602.2 - dotnet-dev-certs - 5.0.0-alpha1.19602.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19602.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0cd835b8f..4de90dd8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 032625cd32d4666a2d973061616f6253c249e45a + 576e19bb1bfb2489d23bff719489f18e6aa2ab94 - + https://github.com/aspnet/AspNetCore - 032625cd32d4666a2d973061616f6253c249e45a + 576e19bb1bfb2489d23bff719489f18e6aa2ab94 - + https://github.com/aspnet/AspNetCore - 032625cd32d4666a2d973061616f6253c249e45a + 576e19bb1bfb2489d23bff719489f18e6aa2ab94 - + https://github.com/aspnet/AspNetCore - 032625cd32d4666a2d973061616f6253c249e45a + 576e19bb1bfb2489d23bff719489f18e6aa2ab94 - + https://github.com/aspnet/AspNetCore - 032625cd32d4666a2d973061616f6253c249e45a + 576e19bb1bfb2489d23bff719489f18e6aa2ab94 - + https://github.com/aspnet/AspNetCore - 032625cd32d4666a2d973061616f6253c249e45a + 576e19bb1bfb2489d23bff719489f18e6aa2ab94 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 212646ea0..7676a7526 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19601.2 - 5.0.0-alpha1.19601.2 - 5.0.0-alpha1.19601.2 - 5.0.0-alpha1.19601.2 - 5.0.0-alpha1.19601.2 - 5.0.0-alpha1.19601.2 + 5.0.0-alpha1.19602.2 + 5.0.0-alpha1.19602.2 + 5.0.0-alpha1.19602.2 + 5.0.0-alpha1.19602.2 + 5.0.0-alpha1.19602.2 + 5.0.0-alpha1.19602.2 From 27e8d3ec42c4ffcdaaaae2c21718bd35c4f46cc0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2019 13:31:44 +0000 Subject: [PATCH 1116/1121] Update dependencies from https://github.com/dotnet/arcade build 20191202.4 (#5815) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19602.4 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4de90dd8d..d778f2193 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - c0b56ff3569e3c7475070486c40543ea4c6f6dc7 + 9d34fd008e754e1ada35c8b6bc3694e7a90b4ed7
diff --git a/global.json b/global.json index 9aebc16b0..34e933eff 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19601.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19602.4" } } From d5f593864b91d24bda4f51f90071255d668da5ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 03:25:34 +0000 Subject: [PATCH 1117/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191203.4 (#5817) - dotnet-user-secrets - 5.0.0-alpha1.19603.4 - dotnet-watch - 5.0.0-alpha1.19603.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19603.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19603.4 - dotnet-dev-certs - 5.0.0-alpha1.19603.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19603.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d778f2193..f2cb05bf8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 576e19bb1bfb2489d23bff719489f18e6aa2ab94 + 13db519bc3276c28a393785a766aaf6be3f3daf5 - + https://github.com/aspnet/AspNetCore - 576e19bb1bfb2489d23bff719489f18e6aa2ab94 + 13db519bc3276c28a393785a766aaf6be3f3daf5 - + https://github.com/aspnet/AspNetCore - 576e19bb1bfb2489d23bff719489f18e6aa2ab94 + 13db519bc3276c28a393785a766aaf6be3f3daf5 - + https://github.com/aspnet/AspNetCore - 576e19bb1bfb2489d23bff719489f18e6aa2ab94 + 13db519bc3276c28a393785a766aaf6be3f3daf5 - + https://github.com/aspnet/AspNetCore - 576e19bb1bfb2489d23bff719489f18e6aa2ab94 + 13db519bc3276c28a393785a766aaf6be3f3daf5 - + https://github.com/aspnet/AspNetCore - 576e19bb1bfb2489d23bff719489f18e6aa2ab94 + 13db519bc3276c28a393785a766aaf6be3f3daf5 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 7676a7526..6f44ef6df 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19602.2 - 5.0.0-alpha1.19602.2 - 5.0.0-alpha1.19602.2 - 5.0.0-alpha1.19602.2 - 5.0.0-alpha1.19602.2 - 5.0.0-alpha1.19602.2 + 5.0.0-alpha1.19603.4 + 5.0.0-alpha1.19603.4 + 5.0.0-alpha1.19603.4 + 5.0.0-alpha1.19603.4 + 5.0.0-alpha1.19603.4 + 5.0.0-alpha1.19603.4 From cea32db3f294f70da93d1f09d510911d2039a71d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 06:40:35 +0000 Subject: [PATCH 1118/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191203.5 (#5818) - dotnet-user-secrets - 5.0.0-alpha1.19603.5 - dotnet-watch - 5.0.0-alpha1.19603.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19603.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19603.5 - dotnet-dev-certs - 5.0.0-alpha1.19603.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19603.5 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f2cb05bf8..97a042ccc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 13db519bc3276c28a393785a766aaf6be3f3daf5 + 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 - + https://github.com/aspnet/AspNetCore - 13db519bc3276c28a393785a766aaf6be3f3daf5 + 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 - + https://github.com/aspnet/AspNetCore - 13db519bc3276c28a393785a766aaf6be3f3daf5 + 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 - + https://github.com/aspnet/AspNetCore - 13db519bc3276c28a393785a766aaf6be3f3daf5 + 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 - + https://github.com/aspnet/AspNetCore - 13db519bc3276c28a393785a766aaf6be3f3daf5 + 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 - + https://github.com/aspnet/AspNetCore - 13db519bc3276c28a393785a766aaf6be3f3daf5 + 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 6f44ef6df..22aa04da5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19603.4 - 5.0.0-alpha1.19603.4 - 5.0.0-alpha1.19603.4 - 5.0.0-alpha1.19603.4 - 5.0.0-alpha1.19603.4 - 5.0.0-alpha1.19603.4 + 5.0.0-alpha1.19603.5 + 5.0.0-alpha1.19603.5 + 5.0.0-alpha1.19603.5 + 5.0.0-alpha1.19603.5 + 5.0.0-alpha1.19603.5 + 5.0.0-alpha1.19603.5 From b66140fa669b158bdb97e4c9526fc7401182998f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 13:31:24 +0000 Subject: [PATCH 1119/1121] Update dependencies from https://github.com/dotnet/arcade build 20191203.17 (#5819) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19603.17 --- eng/Version.Details.xml | 4 +- eng/common/SetupNugetSources.ps1 | 65 ++++++++++--------- eng/common/SetupNugetSources.sh | 78 ++++++++++++++++------- eng/common/build.ps1 | 11 +--- eng/common/init-tools-native.ps1 | 6 +- eng/common/native/install-tool.ps1 | 2 +- eng/common/pipeline-logging-functions.ps1 | 2 +- global.json | 2 +- 8 files changed, 103 insertions(+), 67 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 97a042ccc..340c0ef16 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 9d34fd008e754e1ada35c8b6bc3694e7a90b4ed7 + b902fd6b6948e689a5128fa6d94dc7de13e6af84
diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1 index 6662e4bc1..a5a1e711d 100644 --- a/eng/common/SetupNugetSources.ps1 +++ b/eng/common/SetupNugetSources.ps1 @@ -16,7 +16,7 @@ # condition: eq(variables['Agent.OS'], 'Windows_NT') # inputs: # filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1 -# arguments: -ConfigFile ${Env:BUILD_SOURCESDIRECTORY}/NuGet.config -Password $Env:Token +# arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token # env: # Token: $(dn-bot-dnceng-artifact-feeds-rw) @@ -94,41 +94,48 @@ function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Password) { } } -try { - if (!(Test-Path $ConfigFile -PathType Leaf)) { - Write-PipelineTelemetryError -Category 'Build' -Message "Couldn't find the file NuGet config file: $ConfigFile" +if (!(Test-Path $ConfigFile -PathType Leaf)) { + Write-PipelineTelemetryError -Category 'Build' -Message "Eng/common/SetupNugetSources.ps1 returned a non-zero exit code. Couldn't find the NuGet config file: $ConfigFile" + ExitWithExitCode 1 +} + +if (!$Password) { + Write-PipelineTelemetryError -Category 'Build' -Message 'Eng/common/SetupNugetSources.ps1 returned a non-zero exit code. Please supply a valid PAT' ExitWithExitCode 1 - } +} - # Load NuGet.config - $doc = New-Object System.Xml.XmlDocument - $filename = (Get-Item $ConfigFile).FullName - $doc.Load($filename) +# Load NuGet.config +$doc = New-Object System.Xml.XmlDocument +$filename = (Get-Item $ConfigFile).FullName +$doc.Load($filename) - # Get reference to or create one if none exist already - $sources = $doc.DocumentElement.SelectSingleNode("packageSources") - if ($sources -eq $null) { - $sources = $doc.CreateElement("packageSources") - $doc.DocumentElement.AppendChild($sources) | Out-Null - } +# Get reference to or create one if none exist already +$sources = $doc.DocumentElement.SelectSingleNode("packageSources") +if ($sources -eq $null) { + $sources = $doc.CreateElement("packageSources") + $doc.DocumentElement.AppendChild($sources) | Out-Null +} - # Looks for a node. Create it if none is found. - $creds = $doc.DocumentElement.SelectSingleNode("packageSourceCredentials") - if ($creds -eq $null) { - $creds = $doc.CreateElement("packageSourceCredentials") - $doc.DocumentElement.AppendChild($creds) | Out-Null - } +# Looks for a node. Create it if none is found. +$creds = $doc.DocumentElement.SelectSingleNode("packageSourceCredentials") +if ($creds -eq $null) { + $creds = $doc.CreateElement("packageSourceCredentials") + $doc.DocumentElement.AppendChild($creds) | Out-Null +} - # Insert credential nodes for Maestro's private feeds - InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password +# Insert credential nodes for Maestro's private feeds +InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password +$dotnet3Source = $sources.SelectSingleNode("add[@key='dotnet3']") +if ($dotnet3Source -ne $null) { AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password +} - $doc.Save($filename) -} -catch { - Write-Host $_.ScriptStackTrace - Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ - ExitWithExitCode 1 +$dotnet31Source = $sources.SelectSingleNode("add[@key='dotnet3.1']") +if ($dotnet31Source -ne $null) { + AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password } + +$doc.Save($filename) diff --git a/eng/common/SetupNugetSources.sh b/eng/common/SetupNugetSources.sh index 55ad70e36..7d6fef27f 100644 --- a/eng/common/SetupNugetSources.sh +++ b/eng/common/SetupNugetSources.sh @@ -17,7 +17,7 @@ # displayName: Setup Private Feeds Credentials # inputs: # filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh -# arguments: $BUILD_SOURCESDIRECTORY/NuGet.config $Token +# arguments: $(Build.SourcesDirectory)/NuGet.config $Token # condition: ne(variables['Agent.OS'], 'Windows_NT') # env: # Token: $(dn-bot-dnceng-artifact-feeds-rw) @@ -42,7 +42,12 @@ scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" . "$scriptroot/tools.sh" if [ ! -f "$ConfigFile" ]; then - Write-PipelineTelemetryError -Category 'Build' -Message "Couldn't find the file NuGet config file: $ConfigFile" + Write-PipelineTelemetryError -Category 'Build' "Error: Eng/common/SetupNugetSources.sh returned a non-zero exit code. Couldn't find the NuGet config file: $ConfigFile" + ExitWithExitCode 1 +fi + +if [ -z "$CredToken" ]; then + Write-PipelineTelemetryError -category 'Build' "Error: Eng/common/SetupNugetSources.sh returned a non-zero exit code. Please supply a valid PAT" ExitWithExitCode 1 fi @@ -52,7 +57,7 @@ if [[ `uname -s` == "Darwin" ]]; then fi # Ensure there is a ... section. -grep -i "" $ConfigFile +grep -i "" $ConfigFile if [ "$?" != "0" ]; then echo "Adding ... section." ConfigNodeHeader="" @@ -62,7 +67,7 @@ if [ "$?" != "0" ]; then fi # Ensure there is a ... section. -grep -i "" $ConfigFile +grep -i "" $ConfigFile if [ "$?" != "0" ]; then echo "Adding ... section." @@ -72,37 +77,64 @@ if [ "$?" != "0" ]; then sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourcesNodeFooter${NL}$PackageSourceCredentialsTemplate|" NuGet.config fi -# Ensure dotnet3-internal and dotnet3-internal-transport is in the packageSources -grep -i "" $ConfigFile -if [ "$?" != "0" ]; then - echo "Adding dotnet3-internal to the packageSources." +PackageSources=() - PackageSourcesNodeFooter="" - PackageSourceTemplate="${TB}" +# Ensure dotnet3-internal and dotnet3-internal-transport are in the packageSources if the public dotnet3 feeds are present +grep -i "" $ConfigFile + if [ "$?" != "0" ]; then + echo "Adding dotnet3-internal to the packageSources." + PackageSourcesNodeFooter="" + PackageSourceTemplate="${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" $ConfigFile + fi + PackageSources+=('dotnet3-internal') + + grep -i "" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" $ConfigFile + fi + PackageSources+=('dotnet3-internal-transport') fi -# Ensure dotnet3-internal and dotnet3-internal-transport is in the packageSources -grep -i "" $ConfigFile -if [ "$?" != "0" ]; then - echo "Adding dotnet3-internal-transport to the packageSources." +# Ensure dotnet3.1-internal and dotnet3.1-internal-transport are in the packageSources if the public dotnet3.1 feeds are present +grep -i "" - PackageSourcesNodeFooter="" - PackageSourceTemplate="${TB}" + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" $ConfigFile + fi + PackageSources+=('dotnet3.1-internal') - sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" NuGet.config + grep -i "" $ConfigFile + if [ "$?" != "0" ]; then + echo "Adding dotnet3.1-internal-transport to the packageSources." + PackageSourcesNodeFooter="" + PackageSourceTemplate="${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" $ConfigFile + fi + PackageSources+=('dotnet3.1-internal-transport') fi # I want things split line by line PrevIFS=$IFS IFS=$'\n' -PackageSources=$(grep -oh '"darc-int-[^"]*"' $ConfigFile | tr -d '"') +PackageSources+="$IFS" +PackageSources+=$(grep -oh '"darc-int-[^"]*"' $ConfigFile | tr -d '"') IFS=$PrevIFS -PackageSources+=('dotnet3-internal') -PackageSources+=('dotnet3-internal-transport') - for FeedName in ${PackageSources[@]} ; do # Check if there is no existing credential for this FeedName grep -i "<$FeedName>" $ConfigFile @@ -112,6 +144,6 @@ for FeedName in ${PackageSources[@]} ; do PackageSourceCredentialsNodeFooter="" NewCredential="${TB}${TB}<$FeedName>${NL}${NL}${NL}" - sed -i.bak "s|$PackageSourceCredentialsNodeFooter|$NewCredential${NL}$PackageSourceCredentialsNodeFooter|" NuGet.config + sed -i.bak "s|$PackageSourceCredentialsNodeFooter|$NewCredential${NL}$PackageSourceCredentialsNodeFooter|" $ConfigFile fi done diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index 0fd4d9c7f..88814514d 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -62,6 +62,8 @@ function Print-Usage() { Write-Host "The above arguments can be shortened as much as to be unambiguous (e.g. -co for configuration, -t for test, etc.)." } +. $PSScriptRoot\tools.ps1 + function InitializeCustomToolset { if (-not $restore) { return @@ -113,8 +115,6 @@ function Build { } try { - . $PSScriptRoot\tools.ps1 - if ($clean) { if (Test-Path $ArtifactsDir) { Remove-Item -Recurse -Force $ArtifactsDir @@ -122,12 +122,7 @@ try { } exit 0 } - - if ((Test-Path variable:LastExitCode) -And ($LastExitCode -ne 0)) { - Write-PipelineTelemetryError -Category 'InitializeToolset' -Message 'Eng/common/tools.ps1 returned a non-zero exit code.' - ExitWithExitCode $LastExitCode - } - + if ($help -or (($null -ne $properties) -and ($properties.Contains('/help') -or $properties.Contains('/?')))) { Print-Usage exit 0 diff --git a/eng/common/init-tools-native.ps1 b/eng/common/init-tools-native.ps1 index f4409f083..db830c00a 100644 --- a/eng/common/init-tools-native.ps1 +++ b/eng/common/init-tools-native.ps1 @@ -113,14 +113,16 @@ try { } $toolInstallationFailure = $true } else { - Write-PipelineTelemetryError -Category 'NativeToolsBootstrap' -Message $errMsg + # We cannot change this to Write-PipelineTelemetryError because of https://github.com/dotnet/arcade/issues/4482 + Write-Host $errMsg exit 1 } } } if ((Get-Variable 'toolInstallationFailure' -ErrorAction 'SilentlyContinue') -and $toolInstallationFailure) { - Write-PipelineTelemetryError -Category 'NativeToolsBootstrap' -Message 'Native tools bootstrap failed' + # We cannot change this to Write-PipelineTelemetryError because of https://github.com/dotnet/arcade/issues/4482 + Write-Host 'Native tools bootstrap failed' exit 1 } } diff --git a/eng/common/native/install-tool.ps1 b/eng/common/native/install-tool.ps1 index ca180d03b..f397e1c75 100644 --- a/eng/common/native/install-tool.ps1 +++ b/eng/common/native/install-tool.ps1 @@ -105,7 +105,7 @@ try { Write-Error "There are multiple copies of $ToolName in $($ToolInstallDirectory): `n$(@($ToolFilePath | out-string))" exit 1 } elseif (@($ToolFilePath).Length -Lt 1) { - Write-Error "$ToolName was not found in $ToolFilePath." + Write-Host "$ToolName was not found in $ToolFilePath." exit 1 } diff --git a/eng/common/pipeline-logging-functions.ps1 b/eng/common/pipeline-logging-functions.ps1 index e06561858..2688c389b 100644 --- a/eng/common/pipeline-logging-functions.ps1 +++ b/eng/common/pipeline-logging-functions.ps1 @@ -85,7 +85,7 @@ function Write-PipelineTaskError { [switch]$AsOutput, [bool]$IsMultiJobVariable=$true) - if(-Not (Test-Path variable:ci) -Or !$ci) { + if((Test-Path variable:ci) -And $ci) { Write-LoggingCommand -Area 'task' -Event 'setvariable' -Data $Value -Properties @{ 'variable' = $Name 'isSecret' = $Secret diff --git a/global.json b/global.json index 34e933eff..88140546b 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19602.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19603.17" } } From 57907a828a40e4403abd0a708e184e7f477d55b0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 19:33:57 +0000 Subject: [PATCH 1120/1121] Update dependencies from https://github.com/dotnet/arcade build 20191204.4 (#5825) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19604.4 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 340c0ef16..fdda832b9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - b902fd6b6948e689a5128fa6d94dc7de13e6af84 + f2999360b70f05d7738cbfa2b61d1fdaff4ee77d
diff --git a/global.json b/global.json index 88140546b..8790b9948 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19603.17" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19604.4" } } From e355d9c8d03673cb220864e17247e18a186fd7d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 19:37:08 +0000 Subject: [PATCH 1121/1121] Update dependencies from https://github.com/aspnet/AspNetCore build 20191205.1 (#5826) - dotnet-user-secrets - 5.0.0-alpha1.19605.1 - dotnet-watch - 5.0.0-alpha1.19605.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19605.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19605.1 - dotnet-dev-certs - 5.0.0-alpha1.19605.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19605.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fdda832b9..30fb02466 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 + 5033efb3fe947f6237713d1e016e0e769c63c0d2 - + https://github.com/aspnet/AspNetCore - 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 + 5033efb3fe947f6237713d1e016e0e769c63c0d2 - + https://github.com/aspnet/AspNetCore - 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 + 5033efb3fe947f6237713d1e016e0e769c63c0d2 - + https://github.com/aspnet/AspNetCore - 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 + 5033efb3fe947f6237713d1e016e0e769c63c0d2 - + https://github.com/aspnet/AspNetCore - 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 + 5033efb3fe947f6237713d1e016e0e769c63c0d2 - + https://github.com/aspnet/AspNetCore - 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 + 5033efb3fe947f6237713d1e016e0e769c63c0d2 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 22aa04da5..7ed1045ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19603.5 - 5.0.0-alpha1.19603.5 - 5.0.0-alpha1.19603.5 - 5.0.0-alpha1.19603.5 - 5.0.0-alpha1.19603.5 - 5.0.0-alpha1.19603.5 + 5.0.0-alpha1.19605.1 + 5.0.0-alpha1.19605.1 + 5.0.0-alpha1.19605.1 + 5.0.0-alpha1.19605.1 + 5.0.0-alpha1.19605.1 + 5.0.0-alpha1.19605.1