mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-08 00:23:03 +00:00
* add yml files * update pipeline * fix yaml syntax * yaml pop BuildCSharp * udpate yaml * do not stage codesign summary
14 lines
252 B
YAML
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'
|