File tree Expand file tree Collapse file tree 2 files changed +43
-7
lines changed Expand file tree Collapse file tree 2 files changed +43
-7
lines changed Original file line number Diff line number Diff line change 1
- parameters :
2
- - name : IsPrerelease
3
- type : boolean
4
- default : true
5
-
6
1
trigger :
7
2
batch : true
8
3
branches :
@@ -52,5 +47,3 @@ extends:
52
47
dependsOn : [WindowsUnitTests, LinuxUnitTests]
53
48
jobs :
54
49
- template : /eng/ci/templates/build.yml@self
55
- parameters :
56
- IsPrerelease : ${{ parameters.IsPrerelease }}
Original file line number Diff line number Diff line change
1
+ trigger :
2
+ batch : true
3
+ branches :
4
+ include :
5
+ - main
6
+
7
+ resources :
8
+ repositories :
9
+ - repository : 1es
10
+ type : git
11
+ name : 1ESPipelineTemplates/1ESPipelineTemplates
12
+ ref : refs/tags/release
13
+
14
+ # This variable will be needed when we automate uploading to PowerShell Gallery
15
+ # We will have to modify build.ps1 to take this as input and append to end of module version
16
+ # variables:
17
+ # Configuration: Release
18
+ # buildNumber: $[ counter('build', 1) ] # Start higher than our AppVeyor versions. Every build (pr or branch) will increment.
19
+
20
+ extends :
21
+ template : v1/1ES.Unofficial.PipelineTemplate.yml@1es
22
+ parameters :
23
+ pool :
24
+ name : 1es-pool-azfunc-public
25
+ image : 1es-windows-2022
26
+ os : windows
27
+
28
+ stages :
29
+ - stage : WindowsUnitTests
30
+ dependsOn : []
31
+ jobs :
32
+ - template : /eng/ci/templates/test.yml@self
33
+ pool :
34
+ name : 1es-pool-azfunc-public
35
+
36
+ - stage : LinuxUnitTests
37
+ dependsOn : []
38
+ jobs :
39
+ - template : /eng/ci/templates/test.yml@self
40
+ pool :
41
+ name : 1es-pool-azfunc-public
42
+ image : 1es-ubuntu-22.04
43
+ os : linux
You can’t perform that action at this time.
0 commit comments