From 4485f586aa1d10f00f3daa705bf94786f35239e5 Mon Sep 17 00:00:00 2001 From: Brennan Date: Thu, 23 Jul 2020 18:49:44 -0700 Subject: [PATCH] Update signalr-daily-tests.yml (#24266) --- .azure/pipelines/signalr-daily-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.azure/pipelines/signalr-daily-tests.yml b/.azure/pipelines/signalr-daily-tests.yml index a60958a0ac..a53c08e9f9 100644 --- a/.azure/pipelines/signalr-daily-tests.yml +++ b/.azure/pipelines/signalr-daily-tests.yml @@ -4,6 +4,11 @@ # Daily Tests for ASP.NET Core SignalR # These use Sauce Labs resources, hence they run daily rather than per-commit. +variables: + - ${{ if ne(variables['System.TeamProject'], 'public') }}: + - group: DotNet-MSRC-Storage + - group: AzureDevOps-Artifact-Feeds-Pats + # The only Daily Tests we have run in Sauce Labs and only need to run on one machine (because they just trigger SauceLabs) # Hence we use the 'default-build.yml' template because it represents a single phase jobs: