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

localization.yml « pipelines « .azure - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a32946dc172c7925713d038bca868f09fc46024 (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
29
#
# 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'), or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), eq(variables['Build.Reason'], 'Manual'))) }}:
  - template: /eng/common/templates/job/onelocbuild.yml
    parameters:
      CreatePr: ${{ ne(variables['Build.Reason'], 'Manual') }}
      LclPackageId: 'LCL-JUNO-PROD-ASPNETCORE'
      LclSource: lclFilesFromPackage
      MirrorRepo: aspnetcore