Skip to content

Commit 64ca647

Browse files
committed
Merge remote-tracking branch 'origin/master' into dotnet10/UpdateToPreview
2 parents ba8c5ab + da50409 commit 64ca647

File tree

39 files changed

+1970
-1438
lines changed

39 files changed

+1970
-1438
lines changed

.azure-pipelines/steps/update-github-status-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
parameters:
6767
checkName: $(System.StageName)
6868
status: 'failure'
69-
description: 'Run failed'
69+
description: 'Run failed, please investigate and/or retry this (if flake) via Azure DevOps'

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,3 +1184,7 @@ services:
11841184
environment:
11851185
- ACCEPT_EULA=Y
11861186
- SA_PASSWORD=Strong!Passw0rd
1187+
1188+
# keep syncronized image version with tracer\test\Datadog.Trace.TestHelpers.AutoInstrumentation\Containers\AerospikeFixture.cs
1189+
aerospike:
1190+
image: aerospike/aerospike-server:6.2.0.6

tracer/build/PackageVersionsLatestMajors.g.props

Lines changed: 213 additions & 213 deletions
Large diffs are not rendered by default.

tracer/build/PackageVersionsLatestMinors.g.props

Lines changed: 238 additions & 208 deletions
Large diffs are not rendered by default.

tracer/build/PackageVersionsLatestSpecific.g.props

Lines changed: 213 additions & 213 deletions
Large diffs are not rendered by default.

tracer/build/_build/Honeypot/IntegrationGroups.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ static IntegrationMap()
6161
NugetPackages.Add("Microsoft.VisualStudio.TestPlatform.TestFramework", new [] { "Microsoft.VisualStudio.TestPlatform" });
6262
NugetPackages.Add("Microsoft.VisualStudio.TestPlatform.Common", new [] { "Microsoft.VisualStudio.TestPlatform" });
6363
NugetPackages.Add("Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter", new [] { "MSTest.TestAdapter" });
64+
NugetPackages.Add("Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices", new [] { "MSTest.TestAdapter" });
6465
NugetPackages.Add("MySqlConnector", new [] { "MySqlConnector" });
6566
NugetPackages.Add("MySql.Data", new [] { "MySql.Data" });
6667
NugetPackages.Add("Npgsql", new [] { "Npgsql" });

0 commit comments

Comments
 (0)