File tree Expand file tree Collapse file tree 3 files changed +6
-40
lines changed Expand file tree Collapse file tree 3 files changed +6
-40
lines changed Original file line number Diff line number Diff line change 7
7
value : |
8
8
**\ExtensionsMetadataGeneratorTests.csproj
9
9
**\WebJobs.Script.Tests.csproj
10
- - name : log_dir
11
- value : $(Build.ArtifactStagingDirectory)/log
12
-
13
- templateContext :
14
- outputParentDirectory : $(Build.ArtifactStagingDirectory)
15
- outputs :
16
- - output : pipelineArtifact
17
- displayName : Publish logs
18
- path : $(log_dir)
19
- artifact : Unit_Test_Log
20
- sbomEnabled : false
21
- condition : always()
22
10
23
11
steps :
24
12
- template : /eng/ci/templates/install-dotnet.yml@self
@@ -28,14 +16,14 @@ jobs:
28
16
inputs :
29
17
command : custom
30
18
custom : restore
31
- arguments : -v m -bl:$(log_dir)/restore.binlog
19
+ arguments : -v m
32
20
projects : $(test_projects)
33
21
34
22
- task : DotNetCoreCLI@2
35
23
displayName : Build
36
24
inputs :
37
25
command : build
38
- arguments : -v m -c release --no-restore -bl:$(log_dir)/build.binlog
26
+ arguments : -v m -c release --no-restore
39
27
projects : $(test_projects)
40
28
41
29
- task : DotNetCoreCLI@2
Original file line number Diff line number Diff line change 11
11
test_projects : test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj
12
12
is_release : $[contains(variables['Build.SourceBranch'], 'release/')]
13
13
test_args : -c release --no-build
14
- log_dir : $(Build.ArtifactStagingDirectory)/log
15
-
16
- templateContext :
17
- outputParentDirectory : $(Build.ArtifactStagingDirectory)
18
- outputs :
19
- - output : pipelineArtifact
20
- displayName : Publish logs
21
- path : $(log_dir)
22
- artifact : Integration_Test_Log
23
- sbomEnabled : false
24
- condition : always()
25
14
26
15
steps :
27
16
- template : /eng/ci/templates/install-dotnet.yml@self
@@ -96,14 +85,14 @@ jobs:
96
85
inputs :
97
86
command : custom
98
87
custom : restore
99
- arguments : -v m -bl:$(log_dir)/restore.binlog
88
+ arguments : -v m
100
89
projects : $(test_projects)
101
90
102
91
- task : DotNetCoreCLI@2
103
92
displayName : Build
104
93
inputs :
105
94
command : build
106
- arguments : -v m -c release --no-restore -bl:$(log_dir)/build.binlog
95
+ arguments : -v m -c release --no-restore
107
96
projects : $(test_projects)
108
97
109
98
- task : DotNetCoreCLI@2
Original file line number Diff line number Diff line change 9
9
10
10
variables :
11
11
test_projects : test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj
12
- log_dir : $(Build.ArtifactStagingDirectory)/log
13
-
14
- templateContext :
15
- outputParentDirectory : $(Build.ArtifactStagingDirectory)
16
- outputs :
17
- - output : pipelineArtifact
18
- displayName : Publish logs
19
- path : $(log_dir)
20
- artifact : Non_E2E_Test_Log
21
- sbomEnabled : false
22
- condition : always()
23
12
24
13
steps :
25
14
- template : /eng/ci/templates/install-dotnet.yml@self
@@ -65,14 +54,14 @@ jobs:
65
54
inputs :
66
55
command : custom
67
56
custom : restore
68
- arguments : -v m -bl:$(log_dir)/restore.binlog
57
+ arguments : -v m
69
58
projects : $(test_projects)
70
59
71
60
- task : DotNetCoreCLI@2
72
61
displayName : Build
73
62
inputs :
74
63
command : build
75
- arguments : -v m -c release --no-restore -bl:$(log_dir)/build.binlog
64
+ arguments : -v m -c release --no-restore
76
65
projects : $(test_projects)
77
66
78
67
- task : DotNetCoreCLI@2
You can’t perform that action at this time.
0 commit comments