From b5d2ef6c1cd4f3bc8ef158595bd26a16af640b0a Mon Sep 17 00:00:00 2001 From: Luke Longley <18177025+llongley@users.noreply.github.com> Date: Wed, 31 Jul 2019 21:07:26 -0700 Subject: [PATCH] We only run 35 NuGet tests at present, so 50 is too large a number. Updating accordingly. (#1120) --- build/MUX-Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/MUX-Release.yml b/build/MUX-Release.yml index 11f581b487..9b77790e35 100644 --- a/build/MUX-Release.yml +++ b/build/MUX-Release.yml @@ -1,6 +1,6 @@ name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr) variables: - minimumExpectedTestsExecutedCount: 50 # Sanity check for minimum expected tests to be reported + minimumExpectedTestsExecutedCount: 35 # Sanity check for minimum expected tests to be reported jobs: - job: ComponentDetection pool: