File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ parameters:
10
10
values :
11
11
- core
12
12
- sdk
13
+ - application-insights
14
+ - open-telemetry
13
15
14
16
pr : none
15
17
trigger : none
@@ -41,6 +43,8 @@ variables:
41
43
value : |
42
44
Microsoft.Azure.Functions.Worker.*.nupkg
43
45
!Microsoft.Azure.Functions.Worker.Sdk.*.nupkg
46
+ !Microsoft.Azure.Functions.Worker.ApplicationInsights.*.nupkg
47
+ !Microsoft.Azure.Functions.Worker.OpenTelemetry.*.nupkg
44
48
!*.symbols.nupkg
45
49
46
50
- ${{ if eq(parameters.packages, 'sdk') }} :
@@ -53,6 +57,26 @@ variables:
53
57
Microsoft.Azure.Functions.Worker.Sdk.*.nupkg
54
58
!*.symbols.nupkg
55
59
60
+ - ${{ if eq(parameters.packages, 'application-insights') }} :
61
+ - name : target_folder
62
+ value : azure-functions/dotnet/worker-app-insights
63
+ - name : package_name
64
+ value : Microsoft.Azure.Functions.Worker.ApplicationInsights
65
+ - name : package_pattern
66
+ value : |
67
+ Microsoft.Azure.Functions.Worker.ApplicationInsights.*.nupkg
68
+ !*.symbols.nupkg
69
+
70
+ - ${{ if eq(parameters.packages, 'open-telemetry') }} :
71
+ - name : target_folder
72
+ value : azure-functions/dotnet/worker-open-telemetry
73
+ - name : package_name
74
+ value : Microsoft.Azure.Functions.Worker.OpenTelemetry
75
+ - name : package_pattern
76
+ value : |
77
+ Microsoft.Azure.Functions.Worker.OpenTelemetry.*.nupkg
78
+ !*.symbols.nupkg
79
+
56
80
extends :
57
81
template : v1/1ES.Official.PipelineTemplate.yml@1es
58
82
parameters :
You can’t perform that action at this time.
0 commit comments