forked from dotnet/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.vsts-ci-richnav.yml
47 lines (45 loc) · 1.17 KB
/
.vsts-ci-richnav.yml
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
trigger:
batch: true
branches:
include:
- main
- release/*.*
variables:
- name: teamName
value: Roslyn-Project-System
- name: _DotNetPublishToBlobFeed
value: false
- name: _DotNetArtifactsCategory
value: .NETCore
- name: _DotNetValidationArtifactsCategory
value: .NETCore
- name: _PublishToAzure
value: false
- name: PostBuildSign
value: true
stages:
- stage: build
displayName: Build
jobs:
- template: /eng/build.yml
parameters:
enableRichCodeNavigation: true
richCodeNavigationLanguage: 'csharp'
richCodeNavigationEnvironment: 'production'
agentOs: Windows_NT_FullFramework
pool:
name: NetCorePublic-Pool
queue: BuildPool.Windows.10.Amd64.VS2019.Pre.Open
helixTargetQueue: Windows.Server.Amd64.VS2019.Pre.Open
strategy:
matrix:
Build_Debug:
_BuildConfig: Debug
_PublishType: none
_SignType: test
_Test: -test
Build_Release:
_BuildConfig: Release
_PublishType: none
_SignType: test
_Test: -test