Skip to content

Commit

Permalink
Add validation trigger setting to pipelines (#15143)
Browse files Browse the repository at this point in the history
* add configuration in yarm file for test.

* Updated yml file for CI.
  • Loading branch information
LucasYao93 authored May 28, 2021
1 parent 4a30586 commit f05fde1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .azure-pipelines/powershell-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ variables:
Configuration: Debug
DebugLocalBuildTasks: true

trigger: none

pr:
branches:
include:
- '*'
exclude:
- Azs-tzl

jobs:
- job: Build
displayName: Build
Expand Down
9 changes: 9 additions & 0 deletions .azure-pipelines/windows-powershell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ variables:
Configuration: Debug
DebugLocalBuildTasks: true

trigger: none

pr:
branches:
include:
- '*'
exclude:
- Azs-tzl

jobs:
- job: Build
displayName: Build
Expand Down

0 comments on commit f05fde1

Please sign in to comment.