From af4ea9da0a19fb79e350249247fc1dbd8822a3bf Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 7 Sep 2018 01:26:59 -0700 Subject: [PATCH 1/5] Updating submodule(s) EntityFrameworkCore => aafa90a898815a9e0ff33babf5a00cceb1670ed9 [auto-updated: submodules] --- modules/EntityFrameworkCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index 920fd4a8db..aafa90a898 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit 920fd4a8db9de51f2d9f41d9331fda80e9fbb82c +Subproject commit aafa90a898815a9e0ff33babf5a00cceb1670ed9 From 9ba355445a0829e2fb9a6924075e45259e0fba02 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 7 Sep 2018 09:04:58 -0700 Subject: [PATCH 2/5] Updating submodule(s) Mvc => fd80509fefb13c5cc1f263d2559a970a047f9668 [auto-updated: submodules] --- modules/Mvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Mvc b/modules/Mvc index 74ba9898f4..fd80509fef 160000 --- a/modules/Mvc +++ b/modules/Mvc @@ -1 +1 @@ -Subproject commit 74ba9898f485d688c69b60413fa6d11e9da9b019 +Subproject commit fd80509fefb13c5cc1f263d2559a970a047f9668 From b35143469b097b14494d0afae395b311685fa2cc Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 7 Sep 2018 10:29:05 -0700 Subject: [PATCH 3/5] Updating submodule(s) DotNetTools => aa93edcee29acea037694d2a71ad02232836f69c EntityFrameworkCore => 698a8d0ba2fc7b43c46fcee9b8be096d39c80812 IISIntegration => eb6b6e58c2566ea951f77898087fdd96b236b78a Scaffolding => c81d6542fe340b62127a560acd37df2a94e3f4a8 [auto-updated: submodules] --- modules/DotNetTools | 2 +- modules/EntityFrameworkCore | 2 +- modules/IISIntegration | 2 +- modules/Scaffolding | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/DotNetTools b/modules/DotNetTools index 64a2c3ab46..aa93edcee2 160000 --- a/modules/DotNetTools +++ b/modules/DotNetTools @@ -1 +1 @@ -Subproject commit 64a2c3ab46274613935a7a2a87c76b4b320d14b0 +Subproject commit aa93edcee29acea037694d2a71ad02232836f69c diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index aafa90a898..698a8d0ba2 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit aafa90a898815a9e0ff33babf5a00cceb1670ed9 +Subproject commit 698a8d0ba2fc7b43c46fcee9b8be096d39c80812 diff --git a/modules/IISIntegration b/modules/IISIntegration index 2597a2e009..eb6b6e58c2 160000 --- a/modules/IISIntegration +++ b/modules/IISIntegration @@ -1 +1 @@ -Subproject commit 2597a2e0098daedf13787beb26f8de4d370848a1 +Subproject commit eb6b6e58c2566ea951f77898087fdd96b236b78a diff --git a/modules/Scaffolding b/modules/Scaffolding index 3b863fb05c..c81d6542fe 160000 --- a/modules/Scaffolding +++ b/modules/Scaffolding @@ -1 +1 @@ -Subproject commit 3b863fb05cb5ace32905b93ee4d9d847722ac455 +Subproject commit c81d6542fe340b62127a560acd37df2a94e3f4a8 From 4b90bf9f75fb66cdc2bb789bd06b2034e7777eff Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 7 Sep 2018 10:29:13 -0700 Subject: [PATCH 4/5] Updating BuildTools from 2.2.0-preview1-20180821.1 to 2.2.0-preview1-20180907.4 [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 ad704918df..4efe824526 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.2.0-preview1-20180821.1 -commithash:c8d0cc52cd1abb697be24e288ffd54f8fae8bf17 +version:2.2.0-preview1-20180907.4 +commithash:730dc1470fcda5bb71ffff8271fa094c94a91e4a From 79d1bf09d72c6e2c9998746a1295af06e28e1277 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 7 Sep 2018 11:01:52 -0700 Subject: [PATCH 5/5] Remove sign request merging We never ended up using this anyways. We're converting to a new sign tool which makes these unnecessary --- build/RepositoryBuild.targets | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/build/RepositoryBuild.targets b/build/RepositoryBuild.targets index cec7ab9291..9ad38cd5c2 100644 --- a/build/RepositoryBuild.targets +++ b/build/RepositoryBuild.targets @@ -7,7 +7,6 @@ <_NoBuildRepos>$(NoBuild) <_BuildScriptToExecute Condition="'$(OS)'!='Windows_NT'">build.sh <_BuildScriptToExecute Condition="'$(OS)'=='Windows_NT'">build.cmd - <_SignRequestIntermediateOutputPath>$(IntermediateDir)signrequests\ @@ -24,8 +23,6 @@ - - - - - - - - <_NoBuildRepos>true @@ -145,8 +136,6 @@ SourceFiles="@(RepositoryArtifacts)" DestinationFolder="$(BuildDir)" /> - -