41
41
42
42
env :
43
43
buildConfiguration : Release
44
- dotnetSdkVersion : 7.0.100-rc.2.22477.23
45
- dotnetSdkImageVersion : 7.0.100-rc.2
44
+ dotnetSdkVersion : 7.0.100
46
45
relativeTracerHome : /shared/bin/monitoring-home/tracer
47
46
relativeArtifacts : /tracer/src/bin/artifacts
48
47
binDir : ${{ github.workspace }}/tracer/src/bin
@@ -75,10 +74,10 @@ jobs:
75
74
with :
76
75
dotnet-version : |
77
76
2.1.818
78
- 3.1.424
77
+ 3.1.425
79
78
5.0.408
80
- 6.0.402
81
- 7.0.100-rc.2.22477.23
79
+ 6.0.403
80
+ 7.0.100
82
81
- name : Install CMake 3.19.8
83
82
if : ${{ runner.os == 'Linux' }}
84
83
run : curl -sL https://cmake.org/files/v3.19/cmake-3.19.8-Linux-x86_64.sh -o cmakeinstall.sh && chmod +x cmakeinstall.sh && sudo ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir
@@ -131,15 +130,14 @@ jobs:
131
130
with :
132
131
dotnet-version : |
133
132
2.1.818
134
- 3.1.424
133
+ 3.1.425
135
134
5.0.408
136
- 6.0.402
137
- 7.0.100-rc.2.22477.23
135
+ 6.0.403
136
+ 7.0.100
138
137
- name : Build Docker image
139
138
run : |
140
139
docker build \
141
140
--build-arg DOTNETSDK_VERSION=${dotnetSdkVersion} \
142
- --build-arg DOTNETSDKIMAGE_VERSION=${dotnetSdkImageVersion} \
143
141
--tag dd-trace-dotnet/${{ matrix.base-image }}-builder \
144
142
--target builder \
145
143
--file "./tracer/build/_build/docker/${{ matrix.base-image }}.dockerfile" \
@@ -179,10 +177,10 @@ jobs:
179
177
with :
180
178
dotnet-version : |
181
179
2.1.818
182
- 3.1.424
180
+ 3.1.425
183
181
5.0.408
184
- 6.0.402
185
- 7.0.100-rc.2.22477.23
182
+ 6.0.403
183
+ 7.0.100
186
184
- run : ./tracer/build.cmd Clean BuildTracerHome BuildAndRunManagedUnitTests
187
185
188
186
with :
@@ -205,15 +203,14 @@ jobs:
205
203
with :
206
204
dotnet-version : |
207
205
2.1.818
208
- 3.1.424
206
+ 3.1.425
209
207
5.0.408
210
- 6.0.402
211
- 7.0.100-rc.2.22477.23
208
+ 6.0.403
209
+ 7.0.100
212
210
- name : Build Docker image
213
211
run : |
214
212
docker build \
215
213
--build-arg DOTNETSDK_VERSION=${dotnetSdkVersion} \
216
- --build-arg DOTNETSDKIMAGE_VERSION=${dotnetSdkImageVersion} \
217
214
--tag dd-trace-dotnet/${{ matrix.base-image }}-tester \
218
215
--target tester \
219
216
--file "./tracer/build/_build/docker/${{ matrix.base-image }}.dockerfile" \
@@ -253,10 +250,10 @@ jobs:
253
250
with :
254
251
dotnet-version : |
255
252
2.1.818
256
- 3.1.424
253
+ 3.1.425
257
254
5.0.408
258
- 6.0.402
259
- 7.0.100-rc.2.22477.23
255
+ 6.0.403
256
+ 7.0.100
260
257
- name : Install CMake 3.19.8
261
258
if : ${{ runner.os == 'Linux' }}
262
259
run : curl -sL https://cmake.org/files/v3.19/cmake-3.19.8-Linux-x86_64.sh -o cmakeinstall.sh && chmod +x cmakeinstall.sh && sudo ./cmakeinstall.sh --prefix=/usr/local --exclude-subdir
@@ -279,15 +276,14 @@ jobs:
279
276
with :
280
277
dotnet-version : |
281
278
2.1.818
282
- 3.1.424
279
+ 3.1.425
283
280
5.0.408
284
- 6.0.402
285
- 7.0.100-rc.2.22477.23
281
+ 6.0.403
282
+ 7.0.100
286
283
- name : Build Docker image
287
284
run : |
288
285
docker build \
289
286
--build-arg DOTNETSDK_VERSION=${dotnetSdkVersion} \
290
- --build-arg DOTNETSDKIMAGE_VERSION=${dotnetSdkImageVersion} \
291
287
--tag dd-trace-dotnet/${{ matrix.base-image }}-builder \
292
288
--target builder \
293
289
--file "./tracer/build/_build/docker/${{ matrix.base-image }}.dockerfile" \
@@ -330,10 +326,10 @@ jobs:
330
326
with :
331
327
dotnet-version : |
332
328
2.1.818
333
- 3.1.424
329
+ 3.1.425
334
330
5.0.408
335
- 6.0.402
336
- 7.0.100-rc.2.22477.23
331
+ 6.0.403
332
+ 7.0.100
337
333
# Cosmos is _way_ to flaky at the moment. Try enabling again at a later time
338
334
# - name: Start CosmosDB Emulator
339
335
# if: ${{ matrix.target == 'BuildAndRunWindowsIntegrationTests' }}
@@ -390,15 +386,14 @@ jobs:
390
386
with :
391
387
dotnet-version : |
392
388
2.1.818
393
- 3.1.424
389
+ 3.1.425
394
390
5.0.408
395
- 6.0.402
396
- 7.0.100-rc.2.22477.23
391
+ 6.0.403
392
+ 7.0.100
397
393
- name : Build Docker image
398
394
run : |
399
395
docker build \
400
396
--build-arg DOTNETSDK_VERSION=${dotnetSdkVersion} \
401
- --build-arg DOTNETSDKIMAGE_VERSION=${dotnetSdkImageVersion} \
402
397
--tag dd-trace-dotnet/${{ matrix.base-image }}-builder \
403
398
--target builder \
404
399
--file "./tracer/build/_build/docker/${{ matrix.base-image }}.dockerfile" \
@@ -453,10 +448,10 @@ jobs:
453
448
with :
454
449
dotnet-version : |
455
450
2.1.818
456
- 3.1.424
451
+ 3.1.425
457
452
5.0.408
458
- 6.0.402
459
- 7.0.100-rc.2.22477.23
453
+ 6.0.403
454
+ 7.0.100
460
455
- name : install Microsoft.Net.Component.4.6.1.TargetingPack
461
456
run : |
462
457
Set-Location "C:\Program Files (x86)\Microsoft Visual Studio\Installer\"
@@ -503,10 +498,10 @@ jobs:
503
498
with :
504
499
dotnet-version : |
505
500
2.1.818
506
- 3.1.424
501
+ 3.1.425
507
502
5.0.408
508
- 6.0.402
509
- 7.0.100-rc.2.22477.23
503
+ 6.0.403
504
+ 7.0.100
510
505
- name : install Microsoft.Net.Component.4.6.1.TargetingPack
511
506
run : |
512
507
Set-Location "C:\Program Files (x86)\Microsoft Visual Studio\Installer\"
0 commit comments