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

runtime-richnav.yml « pipelines « eng - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 341ec115ebfba594f700416867a71a215f08ab6e (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
trigger:
  batch: true
  branches:
    include:
      - main
      - release/*.*
  paths:
    include:
    - '*'
    exclude:
    - eng/Version.Details.xml
    - .github/*
    - docs/*
    - CODE-OF-CONDUCT.md
    - CONTRIBUTING.md
    - LICENSE.TXT
    - PATENTS.TXT
    - README.md
    - SECURITY.md
    - THIRD-PARTY-NOTICES.TXT

pr: none

variables:
  - template: /eng/pipelines/common/variables.yml

jobs:

- template: /eng/pipelines/common/platform-matrix.yml
  parameters:
    jobTemplate: /eng/pipelines/common/global-build-job.yml
    buildConfig: debug
    platforms:
      - windows_x64
    jobParameters:
      enableRichCodeNavigation: true
      richCodeNavigationEnvironment: "production"
      richCodeNavigationLanguage: "csharp"
      timeoutInMinutes: 240
      buildArgs: -s libs.sfx+libs.oob -allConfigurations

- template: /eng/pipelines/common/platform-matrix.yml
  parameters:
    jobTemplate: /eng/pipelines/common/global-build-job.yml
    buildConfig: debug
    platforms:
      - windows_x64
    jobParameters:
      enableRichCodeNavigation: true
      nameSuffix: Mono
      richCodeNavigationEnvironment: "production"
      richCodeNavigationLanguage: "csharp,cpp"
      buildArgs: -s mono -c debug