onnxruntime/tools/ci_build/github/azure-pipelines/nodejs/cpu-esrp-pipeline.yml
Yulong Wang 647a886587
[Nodejs binding] create a new pipeline to generate signed binaries (#4104)
* add yml files

* update pipeline

* fix yaml syntax

* yaml pop BuildCSharp

* udpate yaml

* do not stage codesign summary
2020-06-02 01:28:05 -07:00

14 lines
252 B
YAML

# schedules:
# - cron: "0 8 * * *"
# displayName: Daily Build
# branches:
# include:
# - master
# always: true
jobs:
- template: templates/cpu.yml
parameters:
AgentPool : 'Win-CPU-2019'
DoEsrp: 'true'
DoCompliance: 'true'