From b8e33c2c60e7b100637e016c5898369278c6fad6 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 19 Oct 2018 11:36:06 -0700 Subject: [PATCH 01/12] Updating submodule(s) Logging => 8270c545224e8734d7297e54edef5c584ee82f01 [auto-updated: submodules] --- modules/Logging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Logging b/modules/Logging index 3a553dca9b..8270c54522 160000 --- a/modules/Logging +++ b/modules/Logging @@ -1 +1 @@ -Subproject commit 3a553dca9bd3e9ab7d9351e87b75a012cd0a3b0d +Subproject commit 8270c545224e8734d7297e54edef5c584ee82f01 From f9116a1f4bb58ad6c38f93fed9cf6b3ae1e12876 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 19 Oct 2018 19:18:20 +0000 Subject: [PATCH 02/12] Updating BuildTools from 2.1.3-rtm-15827 to 2.1.3-rtm-15828 [auto-updated: buildtools] --- korebuild-lock.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 17a2e1de5d..3c30063d3f 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.3-rtm-15827 -commithash:2f64cfc0c04407c0a9c2113f8348ce3ed95182b6 +version:2.1.3-rtm-15828 +commithash:55852d5ba6e7875e63b022acc2272f252375781f From a71aebbde6271d5789e38d2d693bce1c47a2502c Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Wed, 24 Oct 2018 23:07:26 +0000 Subject: [PATCH 03/12] Updating BuildTools from 2.1.3-rtm-15828 to 2.1.3-rtm-15829 [auto-updated: buildtools] --- korebuild-lock.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 3c30063d3f..eddc136447 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.3-rtm-15828 -commithash:55852d5ba6e7875e63b022acc2272f252375781f +version:2.1.3-rtm-15829 +commithash:36d942113ccde3823b110f1b07096241ca3d55c3 From e6ad75c80d2f3f68ea909f02be32f65dbde3eded Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Wed, 24 Oct 2018 23:24:52 +0000 Subject: [PATCH 04/12] Updating BuildTools from 2.1.3-rtm-15829 to 2.1.3-rtm-15830 [auto-updated: buildtools] --- korebuild-lock.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/korebuild-lock.txt b/korebuild-lock.txt index eddc136447..a538b072e5 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.3-rtm-15829 -commithash:36d942113ccde3823b110f1b07096241ca3d55c3 +version:2.1.3-rtm-15830 +commithash:3965b176632a71421bead1bea16d929cb426b46a From b566e87f2753398811381664ae2471dcd4d03168 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 26 Oct 2018 12:07:00 -0700 Subject: [PATCH 05/12] Remove reference to deleted target 'PreinstallBundledPackages' --- build/repo.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/repo.targets b/build/repo.targets index 0b00b2e262..076c50232e 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -15,7 +15,7 @@ $(IntermediateDir)sources.g.props $(IntermediateDir)branding.g.props - PreinstallBundledPackages;SetTeamCityBuildNumberToVersion;$(PrepareDependsOn);VerifyPackageArtifactConfig;VerifyExternalDependencyConfig;PrepareOutputPaths + SetTeamCityBuildNumberToVersion;$(PrepareDependsOn);VerifyPackageArtifactConfig;VerifyExternalDependencyConfig;PrepareOutputPaths $(CleanDependsOn);CleanArtifacts;CleanRepoArtifacts $(RestoreDependsOn);InstallDotNet $(CompileDependsOn);BuildRepositories From 546e746c9f9ec02b9192d99101db2c29b9d923f8 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 26 Oct 2018 14:07:40 -0700 Subject: [PATCH 06/12] Remove identity service packages from artifacts.props (#3732) --- build/artifacts.props | 9 --------- modules/Identity | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/build/artifacts.props b/build/artifacts.props index 22df9cce35..a3fe35515b 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -72,7 +72,6 @@ - @@ -92,14 +91,6 @@ - - - - - - - - diff --git a/modules/Identity b/modules/Identity index ee8e882d17..fa3cfd08eb 160000 --- a/modules/Identity +++ b/modules/Identity @@ -1 +1 @@ -Subproject commit ee8e882d175b4ff0195161c77ff8b8692376fd1c +Subproject commit fa3cfd08eb6af819adc5fef2d9b603638c4b4b3b From 06fa6d49255a69a55ccd07e7e4262ba403982da1 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 26 Oct 2018 14:15:27 -0700 Subject: [PATCH 07/12] Updating submodule(s) Scaffolding => 840531e6a03fab451c1efb83098ea4d724a5d03d Templating => 6bafc157e78371f4ad4c80e4671a9c9a00d03694 [auto-updated: submodules] --- modules/Scaffolding | 2 +- modules/Templating | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Scaffolding b/modules/Scaffolding index 634b958670..840531e6a0 160000 --- a/modules/Scaffolding +++ b/modules/Scaffolding @@ -1 +1 @@ -Subproject commit 634b9586703f1da836f694e4b7bd165cd923a602 +Subproject commit 840531e6a03fab451c1efb83098ea4d724a5d03d diff --git a/modules/Templating b/modules/Templating index 8e60b8b311..6bafc157e7 160000 --- a/modules/Templating +++ b/modules/Templating @@ -1 +1 @@ -Subproject commit 8e60b8b3117477872fcc3ce844aeb743587b4361 +Subproject commit 6bafc157e78371f4ad4c80e4671a9c9a00d03694 From 380dc1bc3c628aec1937c0d6de89f66103d89529 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 26 Oct 2018 14:15:31 -0700 Subject: [PATCH 08/12] Updating BuildTools from 2.1.3-rtm-15830 to 2.1.3-rtm-15832 [auto-updated: buildtools] --- korebuild-lock.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/korebuild-lock.txt b/korebuild-lock.txt index a538b072e5..7bb7fdcef5 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.3-rtm-15830 -commithash:3965b176632a71421bead1bea16d929cb426b46a +version:2.1.3-rtm-15832 +commithash:0de485caed70fe8f412d749aa3e8452b1f2edea6 From c159cba529e20a905d3e653aa90822315bf21a40 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Sat, 27 Oct 2018 01:16:22 -0700 Subject: [PATCH 09/12] Updating BuildTools from 2.1.3-rtm-15832 to 2.1.3-rtm-15833 [auto-updated: buildtools] --- korebuild-lock.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 7bb7fdcef5..941af2f608 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.3-rtm-15832 -commithash:0de485caed70fe8f412d749aa3e8452b1f2edea6 +version:2.1.3-rtm-15833 +commithash:42bee65743476deedda53948fa3e84a0ac4c0360 From 40ae5a92b0dd352aaaf3c2f48ee69cf0e5c744c1 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Sat, 27 Oct 2018 01:37:52 -0700 Subject: [PATCH 10/12] Updating submodule(s) DotNetTools => d957ac9da0e250d38d826bbc489b6882ff157eaa [auto-updated: submodules] --- modules/DotNetTools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/DotNetTools b/modules/DotNetTools index 084406441e..d957ac9da0 160000 --- a/modules/DotNetTools +++ b/modules/DotNetTools @@ -1 +1 @@ -Subproject commit 084406441e607886565bca38b9a756442bc7469e +Subproject commit d957ac9da0e250d38d826bbc489b6882ff157eaa From e339aa6adf390703f917d2d1963a7edc0a01ed52 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Sat, 27 Oct 2018 09:19:32 +0000 Subject: [PATCH 11/12] Updating submodule(s) DotNetTools => eba014d534ef34ea88ce6c3879b92743b825a7fe [auto-updated: submodules] --- modules/DotNetTools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/DotNetTools b/modules/DotNetTools index d957ac9da0..eba014d534 160000 --- a/modules/DotNetTools +++ b/modules/DotNetTools @@ -1 +1 @@ -Subproject commit d957ac9da0e250d38d826bbc489b6882ff157eaa +Subproject commit eba014d534ef34ea88ce6c3879b92743b825a7fe From a0fdca9a783b2e5b379712bc187ef841255c1652 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Tue, 30 Oct 2018 14:14:50 -0700 Subject: [PATCH 12/12] Updating BuildTools from 2.1.3-rtm-15833 to 2.1.3-rtm-15834 [auto-updated: buildtools] --- korebuild-lock.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 941af2f608..7e6933d888 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.3-rtm-15833 -commithash:42bee65743476deedda53948fa3e84a0ac4c0360 +version:2.1.3-rtm-15834 +commithash:ae83cc5f284a9947a6a1ba0218ede0e9a8d3e108