From 257cb7d1bf09522f33bc7635232ca166493af85b Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Thu, 27 Jan 2022 11:04:05 -0800 Subject: [PATCH 1/4] Update Microsoft.AspNetCore.Identity.FunctionalTests.csproj --- .../Microsoft.AspNetCore.Identity.FunctionalTests.csproj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Identity/test/Identity.FunctionalTests/Microsoft.AspNetCore.Identity.FunctionalTests.csproj b/src/Identity/test/Identity.FunctionalTests/Microsoft.AspNetCore.Identity.FunctionalTests.csproj index b584699f4833..8ab6f14873ba 100644 --- a/src/Identity/test/Identity.FunctionalTests/Microsoft.AspNetCore.Identity.FunctionalTests.csproj +++ b/src/Identity/test/Identity.FunctionalTests/Microsoft.AspNetCore.Identity.FunctionalTests.csproj @@ -2,12 +2,9 @@ $(DefaultNetCoreTargetFramework) - - true - + - From dde0a16185d78684bb64346b3610915963918b0e Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Thu, 27 Jan 2022 11:04:28 -0800 Subject: [PATCH 2/4] Update AuthSamples.FunctionalTests.csproj --- .../AuthSamples.FunctionalTests.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj b/src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj index 799b9a910945..1d0e38fe06ef 100644 --- a/src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj +++ b/src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj @@ -4,8 +4,6 @@ $(DefaultNetCoreTargetFramework) false AnyCPU - - true From 81e534e97b8fda4838c5a78eaaafe161a00d5cea Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Thu, 27 Jan 2022 11:05:33 -0800 Subject: [PATCH 3/4] Update helix-matrix.yml --- .azure/pipelines/helix-matrix.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.azure/pipelines/helix-matrix.yml b/.azure/pipelines/helix-matrix.yml index bf34bfd8e01f..a5169608f10e 100644 --- a/.azure/pipelines/helix-matrix.yml +++ b/.azure/pipelines/helix-matrix.yml @@ -1,5 +1,9 @@ # We only want to run full helix matrix on main -pr: none +pr: + autoCancel: true + branches: + include: + - '*' trigger: none schedules: # Cron timezone is UTC. From d175fb9df8de0ad608032373e95e276f3cc4b786 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Fri, 28 Jan 2022 09:18:11 -0800 Subject: [PATCH 4/4] Update helix-matrix.yml --- .azure/pipelines/helix-matrix.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.azure/pipelines/helix-matrix.yml b/.azure/pipelines/helix-matrix.yml index a5169608f10e..bf34bfd8e01f 100644 --- a/.azure/pipelines/helix-matrix.yml +++ b/.azure/pipelines/helix-matrix.yml @@ -1,9 +1,5 @@ # We only want to run full helix matrix on main -pr: - autoCancel: true - branches: - include: - - '*' +pr: none trigger: none schedules: # Cron timezone is UTC.