File tree Expand file tree Collapse file tree 9 files changed +19
-27
lines changed Expand file tree Collapse file tree 9 files changed +19
-27
lines changed Original file line number Diff line number Diff line change 1
- variables :
2
- DOTNET_NOLOGO : 1
3
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
4
- DOTNET_CLI_TELEMETRY_OPTOUT : 1
5
-
6
1
pr :
7
2
branches :
8
3
include :
9
4
- dev
10
5
- in-proc
11
6
- release/4.*
12
- - release/inproc6/4.*
13
- - release/inproc8/4.*
7
+ - release/in-proc
14
8
15
9
resources :
16
10
repositories :
@@ -19,6 +13,9 @@ resources:
19
13
name : 1ESPipelineTemplates/1ESPipelineTemplates
20
14
ref : refs/tags/release
21
15
16
+ variables :
17
+ - template : /eng/ci/templates/variables/build.yml@self
18
+
22
19
extends :
23
20
template : v1/1ES.Unofficial.PipelineTemplate.yml@1es
24
21
parameters :
@@ -30,7 +27,6 @@ extends:
30
27
stages :
31
28
- stage : Test
32
29
jobs :
33
-
34
30
- template : /eng/ci/templates/jobs/initialize-pipeline.yml@self
35
31
- template : /eng/ci/templates/official/jobs/run-non-e2e-tests.yml@self
36
32
- template : /eng/ci/templates/official/jobs/run-integration-tests.yml@self
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ resources:
22
22
ref : refs/tags/release
23
23
24
24
variables :
25
- - template : ci/variables/build.yml@eng
26
- - template : ci/variables/cfs.yml@eng
25
+ - template : /eng/ ci/templates/ variables/build.yml@self
26
+ - template : / ci/variables/cfs.yml@eng
27
27
- name : buildNumber
28
28
value : $[ counter('build', 23000) ] # 23000 selected to be ahead of current host build
29
29
Original file line number Diff line number Diff line change 1
1
# This build is used for public PR and CI builds.
2
2
3
- variables :
4
- DOTNET_NOLOGO : 1
5
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
6
- DOTNET_CLI_TELEMETRY_OPTOUT : 1
7
-
8
3
trigger :
9
4
batch : true
10
5
branches :
@@ -29,6 +24,9 @@ resources:
29
24
name : 1ESPipelineTemplates/1ESPipelineTemplates
30
25
ref : refs/tags/release
31
26
27
+ variables :
28
+ - template : /eng/ci/templates/variables/build.yml@self
29
+
32
30
extends :
33
31
template : v1/1ES.Unofficial.PipelineTemplate.yml@1es
34
32
parameters :
@@ -38,7 +36,7 @@ extends:
38
36
os : windows
39
37
40
38
stages :
41
- - stage : Run Tests
39
+ - stage : Test
42
40
jobs :
43
41
- template : /eng/ci/templates/jobs/initialize-pipeline.yml@self
44
42
- template : /eng/ci/templates/jobs/run-unit-tests.yml@self
Original file line number Diff line number Diff line change 3
3
displayName : Run Unit Tests
4
4
5
5
steps :
6
- - task : NuGetAuthenticate@1
7
- displayName : NuGet Authenticate
8
-
9
6
- template : /eng/ci/templates/install-dotnet.yml@self
10
7
11
8
- task : DotNetCoreCLI@2
Original file line number Diff line number Diff line change 7
7
configuration : release
8
8
runtime : linux-x64
9
9
log_dir : $(Build.ArtifactStagingDirectory)/log
10
- build_args : ' -v m -c $(configuration) -r $(runtime) --self-contained true -p:BuildNumber=$(buildNumber) -p:MinorVersionPrefix=$(minorVersionPrefix) -p: IsPackable=false'
10
+ build_args : ' -v m -c $(configuration) -r $(runtime) --self-contained true -p:BuildNumber=$(buildNumber) -p:IsPackable=false'
11
11
publish_zip_dir : $(Build.ArtifactStagingDirectory)/Linux
12
12
13
13
templateContext :
Original file line number Diff line number Diff line change 43
43
displayName : Build artifacts
44
44
inputs :
45
45
filePath : build/build-extensions.ps1
46
- arguments : ' -buildNumber "$(buildNumber)" -suffix "$(suffix)" -minorVersionPrefix "$(minorVersionPrefix)" '
46
+ arguments : ' -buildNumber "$(buildNumber)" -suffix "$(suffix)"'
47
47
48
48
- task : CopyFiles@2
49
49
inputs :
Original file line number Diff line number Diff line change 12
12
IsReleaseBranch : $[contains(variables['Build.SourceBranch'], 'release/')]
13
13
14
14
steps :
15
- - task : NuGetAuthenticate@1
16
- displayName : NuGet Authenticate
17
-
18
15
- template : /eng/ci/templates/install-dotnet.yml@self
19
16
20
17
- task : UseNode@1
Original file line number Diff line number Diff line change 11
11
IntegrationProject : test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj
12
12
13
13
steps :
14
- - task : NuGetAuthenticate@1
15
- displayName : NuGet Authenticate
16
-
17
14
- template : /eng/ci/templates/install-dotnet.yml@self
18
15
19
16
- task : UseNode@1
Original file line number Diff line number Diff line change
1
+ variables :
2
+ - name : DOTNET_NOLOGO
3
+ value : 1
4
+ - name : DOTNET_SKIP_FIRST_TIME_EXPERIENCE
5
+ value : 1
6
+ - name : DOTNET_CLI_TELEMETRY_OPTOUT
7
+ value : 1
You can’t perform that action at this time.
0 commit comments