Update signalr-daily-tests.yml (#24266)
This commit is contained in:
parent
d9049eca9c
commit
4485f586aa
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue