From df1d6af76a01969969d26bd06279ab9f085cf9cc Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 24 Aug 2018 11:08:16 -0700 Subject: [PATCH 01/10] Updating submodule(s) SignalR => 118fc0a27ff5ea332ae5f765981b0a55bd5820d5 [auto-updated: submodules] --- modules/SignalR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/SignalR b/modules/SignalR index 2db0c086b2..118fc0a27f 160000 --- a/modules/SignalR +++ b/modules/SignalR @@ -1 +1 @@ -Subproject commit 2db0c086b2b38629013a4476d6a2d67c21c6c0a5 +Subproject commit 118fc0a27ff5ea332ae5f765981b0a55bd5820d5 From 5e323e148adb4c7f861a3ee8967602454689aa80 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 24 Aug 2018 18:59:59 +0000 Subject: [PATCH 02/10] Updating submodule(s) KestrelHttpServer => 64127e6c766b221cf147383c16079d3b7aad2ded [auto-updated: submodules] --- modules/KestrelHttpServer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/KestrelHttpServer b/modules/KestrelHttpServer index d318d7b94d..64127e6c76 160000 --- a/modules/KestrelHttpServer +++ b/modules/KestrelHttpServer @@ -1 +1 @@ -Subproject commit d318d7b94dd4e48c5718ca35487ab7e3e8b73951 +Subproject commit 64127e6c766b221cf147383c16079d3b7aad2ded From 63355f13ba428c6331b1ed65fd6337630919ad8e Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 24 Aug 2018 14:06:07 -0700 Subject: [PATCH 03/10] Attempt to fix queue demands See internal issue #80 about demands evaluation --- .vsts/builds/ci-official.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vsts/builds/ci-official.yml b/.vsts/builds/ci-official.yml index 9f25257a0b..f7fe2f4ff0 100644 --- a/.vsts/builds/ci-official.yml +++ b/.vsts/builds/ci-official.yml @@ -6,8 +6,9 @@ phases: matrix: Release: BuildConfiguration: Release - # see https://github.com/dotnet/core-eng/issues/4053 - demands: in(agent.name, 'DDVSOSWINAGE086', 'DDVSOSWINAGE087') + # see https://github.com/dotnet/core-eng/issues/4053 - MSI's cannot build from the NTAuthority\NetworkService account + demands: + - agent.os -eq 'DDVSOSWINAGE086' variables: CI: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true From fe6d5fff033bfe27f3f479b53097a1df5266dd42 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 24 Aug 2018 14:07:06 -0700 Subject: [PATCH 04/10] Fix demand condition to use agent.name --- .vsts/builds/ci-official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts/builds/ci-official.yml b/.vsts/builds/ci-official.yml index f7fe2f4ff0..bde7d16b48 100644 --- a/.vsts/builds/ci-official.yml +++ b/.vsts/builds/ci-official.yml @@ -8,7 +8,7 @@ phases: BuildConfiguration: Release # see https://github.com/dotnet/core-eng/issues/4053 - MSI's cannot build from the NTAuthority\NetworkService account demands: - - agent.os -eq 'DDVSOSWINAGE086' + - agent.name -eq 'DDVSOSWINAGE086' variables: CI: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true From 4389297962bc6b52df91d1f8dc06b696bf4e2343 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 24 Aug 2018 14:12:14 -0700 Subject: [PATCH 05/10] Try using a different syntax for queue demands Again, see internal issue #80 --- .vsts/builds/ci-official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts/builds/ci-official.yml b/.vsts/builds/ci-official.yml index bde7d16b48..333d11fb12 100644 --- a/.vsts/builds/ci-official.yml +++ b/.vsts/builds/ci-official.yml @@ -8,7 +8,7 @@ phases: BuildConfiguration: Release # see https://github.com/dotnet/core-eng/issues/4053 - MSI's cannot build from the NTAuthority\NetworkService account demands: - - agent.name -eq 'DDVSOSWINAGE086' + - agent.name -equals DDVSOSWINAGE086 variables: CI: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true From 0500d5f7efae087241782323114e72c269782d32 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 24 Aug 2018 14:28:13 -0700 Subject: [PATCH 06/10] Another attempt to fix the list of agent demands to workaround issues in VSTS #80 --- .vsts/builds/ci-official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts/builds/ci-official.yml b/.vsts/builds/ci-official.yml index 333d11fb12..e40134688f 100644 --- a/.vsts/builds/ci-official.yml +++ b/.vsts/builds/ci-official.yml @@ -8,7 +8,7 @@ phases: BuildConfiguration: Release # see https://github.com/dotnet/core-eng/issues/4053 - MSI's cannot build from the NTAuthority\NetworkService account demands: - - agent.name -equals DDVSOSWINAGE086 + - agent.name -equals DDVSOWINAGE086 variables: CI: true DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true From fe3590269671c1aa44799d799f9fb7f0aa218d58 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 24 Aug 2018 21:34:27 +0000 Subject: [PATCH 07/10] Updating submodule(s) KestrelHttpServer => f6cc980b2ca6c688e7147effbb21ee9e04ca1c1b Mvc => a7301120b1971d6d047c63db5e6911aa134f99a2 [auto-updated: submodules] --- modules/KestrelHttpServer | 2 +- modules/Mvc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/KestrelHttpServer b/modules/KestrelHttpServer index 64127e6c76..f6cc980b2c 160000 --- a/modules/KestrelHttpServer +++ b/modules/KestrelHttpServer @@ -1 +1 @@ -Subproject commit 64127e6c766b221cf147383c16079d3b7aad2ded +Subproject commit f6cc980b2ca6c688e7147effbb21ee9e04ca1c1b diff --git a/modules/Mvc b/modules/Mvc index dfb579d45c..a7301120b1 160000 --- a/modules/Mvc +++ b/modules/Mvc @@ -1 +1 @@ -Subproject commit dfb579d45c7ba9f095b10505be57178897bf13ba +Subproject commit a7301120b1971d6d047c63db5e6911aa134f99a2 From c6b7374e4a98b9927c338424657afe11f61604ce Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 24 Aug 2018 17:11:14 -0700 Subject: [PATCH 08/10] Updating submodule(s) IISIntegration => 2cbf5bd84e8441c639692e5ae708298c69aeb3a0 [auto-updated: submodules] --- modules/IISIntegration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/IISIntegration b/modules/IISIntegration index 9d5cbe1e3d..2cbf5bd84e 160000 --- a/modules/IISIntegration +++ b/modules/IISIntegration @@ -1 +1 @@ -Subproject commit 9d5cbe1e3da50ba226568c1ae78a9b266b6745b5 +Subproject commit 2cbf5bd84e8441c639692e5ae708298c69aeb3a0 From bf084c97b27e4a9bc8a75402dad6a30c719d18d5 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 24 Aug 2018 20:25:09 -0700 Subject: [PATCH 09/10] Updating submodule(s) IISIntegration => 6ddbfb64b92f49ca582668bd2e21b23b57b54fd7 [auto-updated: submodules] --- modules/IISIntegration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/IISIntegration b/modules/IISIntegration index 2cbf5bd84e..6ddbfb64b9 160000 --- a/modules/IISIntegration +++ b/modules/IISIntegration @@ -1 +1 @@ -Subproject commit 2cbf5bd84e8441c639692e5ae708298c69aeb3a0 +Subproject commit 6ddbfb64b92f49ca582668bd2e21b23b57b54fd7 From 7672cb7524ce76ed68d4c6ff1daa4cba9e331fe8 Mon Sep 17 00:00:00 2001 From: "ASP.NET CI" Date: Fri, 24 Aug 2018 22:25:24 -0700 Subject: [PATCH 10/10] Updating submodule(s) IISIntegration => 9b68c5ce89c1f5c77bbd1fba13ec13ac2e0016ac [auto-updated: submodules] --- modules/IISIntegration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/IISIntegration b/modules/IISIntegration index 6ddbfb64b9..9b68c5ce89 160000 --- a/modules/IISIntegration +++ b/modules/IISIntegration @@ -1 +1 @@ -Subproject commit 6ddbfb64b92f49ca582668bd2e21b23b57b54fd7 +Subproject commit 9b68c5ce89c1f5c77bbd1fba13ec13ac2e0016ac