File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,41 @@ resources:
6
6
endpoint : Github
7
7
8
8
variables :
9
- - group : deployment-vars
9
+ - name : ModuleName
10
+ value : PSProfile
11
+ - group : deployment-vars
10
12
11
13
trigger :
12
14
branches :
13
15
include :
14
16
- refs/heads/*
17
+ paths :
18
+ exclude :
19
+ - ' .devcontainer/*'
20
+ - ' .vscode/*'
21
+ - ' .github/*'
22
+ - ' Deprecated/*'
23
+ - ' *.md'
24
+ - ' LICENSE'
25
+ - ' *.code-workspace'
26
+ - ' .git*'
27
+
28
+ parameters :
29
+ - name : BuildReleasePoolName
30
+ default : ' windows-latest'
31
+ type : string
32
+ values :
33
+ - windows-latest
34
+ - ubuntu-latest
35
+ - macOS-latest
36
+ - name : IncludeDocker
37
+ type : boolean
38
+ default : false
15
39
16
40
stages :
17
- - template : BuildTestDeployModule/azure-pipelines.yml@templates
41
+ - template : BuildTestDeployModule/azure-pipelines.yml@templates
42
+ parameters :
43
+ ModuleName : ${{ variables.ModuleName }}
44
+ BuildReleasePoolName : ' ${{ parameters.BuildReleasePoolName }}'
45
+ TestBeta : ' Yes'
46
+ IncludeDocker : ${{ parameters.IncludeDocker }}
You can’t perform that action at this time.
0 commit comments