-
Notifications
You must be signed in to change notification settings - Fork 48
/
signed.yaml
47 lines (40 loc) · 1.38 KB
/
signed.yaml
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
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
# Build Pipeline: Signed build
# Validates:
# - binaries can be built for all platforms and Release configuration
# - packages can be built for all platforms and Release configuration
name: $(date:yyyyMMdd)$(rev:rr)
variables:
TeamName: ClrInstrumentationEngine
resources:
repositories:
- repository: MicroBuildTemplate
type: git
name: 1ESPipelineTemplates/MicroBuildTemplate
ref: refs/tags/release
extends:
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
parameters:
pool:
name: VSEngSS-Microbuild2022-1ES
os: windows
sdl:
sourceAnalysisPool:
name: VSEngSS-MicroBuild2022-1ES
os: windows
binskim:
scanOutputDirectoryOnly: true # BinSkim will complain about VC.Tools not being Spectre compliant, but we use that for builds. This toggles for BinSkim to only scan the output files/folders.
stages:
- template: ../stages/build_and_package.yaml@self
parameters:
OneESPT: true
IsMicroBuildInternal: true
IncludeTests: false
Configuration: Release
SignType: $(SignType) # NOTE this string won't be replaced until runtime
- stage: PostPackage
jobs:
- template: /build/yaml/jobs/postpackage.yaml@self
parameters:
OneESPT: true