Skip to content

Commit 879ea4e

Browse files
Add eng\scripts\ci.yml to run pester unit tests (#47403)
* Add CI to run pester test * remove exclude * add a new line --------- Co-authored-by: Wes Haggard <[email protected]>
1 parent d1d6269 commit 879ea4e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

eng/scripts/ci.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
2+
3+
trigger:
4+
branches:
5+
include:
6+
- main
7+
- feature/*
8+
- release/*
9+
- hotfix/*
10+
paths:
11+
include:
12+
- eng/scripts/*
13+
exclude:
14+
- eng/scripts/typespec
15+
16+
pr:
17+
branches:
18+
include:
19+
- main
20+
- feature/*
21+
- release/*
22+
- hotfix/*
23+
paths:
24+
include:
25+
- eng/scripts/*
26+
27+
extends:
28+
template: /eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml
29+
parameters:
30+
TargetDirectory: eng/scripts/
31+
TargetTags: 'UnitTest'

0 commit comments

Comments
 (0)