Welcome to mirror list, hosted at ThFree Co, Russian Federation.

localization.yml - github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c120c4297aae2edb84dd610133a2d7424df11808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# See https://docs.microsoft.com/en-us/vsts/pipelines/yaml-schema for details on this file.
#

schedules:
# Cron timezone is UTC.
- cron: "0 18 * * *"
  displayName: Run tests daily at 6 PM UTC (11 AM PT)
  branches:
    include:
    - main
  always: true

# Do not run in PR builds nor support other triggers.
pr: none
trigger: none

variables:
- name: _TeamName
  value: AspNetCore

jobs:
- ${{ if and(ne(variables['System.TeamProject'], 'public'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
  - template: /eng/common/templates/job/onelocbuild.yml
    parameters:
      LclPackageId: 'LCL-JUNO-PROD-SPATMPLATE'
      LclSource: lclFilesFromPackage
      MirrorRepo: spa-templates