We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9049ec commit 4485f58Copy full SHA for 4485f58
.azure/pipelines/signalr-daily-tests.yml
@@ -4,6 +4,11 @@
4
# Daily Tests for ASP.NET Core SignalR
5
# These use Sauce Labs resources, hence they run daily rather than per-commit.
6
7
+variables:
8
+ - ${{ if ne(variables['System.TeamProject'], 'public') }}:
9
+ - group: DotNet-MSRC-Storage
10
+ - group: AzureDevOps-Artifact-Feeds-Pats
11
+
12
# The only Daily Tests we have run in Sauce Labs and only need to run on one machine (because they just trigger SauceLabs)
13
# Hence we use the 'default-build.yml' template because it represents a single phase
14
jobs:
0 commit comments