This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 8d0aecf2f3b76411ef0f94466622c2e81aa41454 Author: Shad Storhaug <[email protected]> AuthorDate: Thu Nov 12 09:12:44 2020 +0700 azure-pipelines.yml: Run net48_x86 nightly --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7a1808b..50e305a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -508,8 +508,8 @@ stages: maximumParallelJobs: 8 maximumAllowedFailures: 2 # Maximum allowed failures for a successful build - - job: Test_net48_Windows_x86 - condition: and(succeeded(), ne(variables['RunTests'], 'false')) + - job: Test_net48_Windows_x86 # Only run Nightly + condition: and(succeeded(), ne(variables['RunTests'], 'false'), eq(variables['IsNightly'], 'true')) displayName: 'Test net48,x86 on Windows' pool: vmImage: 'windows-2019'
