Skip to content

Commit 0696d06

Browse files
committed
Update to preview 6
1 parent 50ac349 commit 0696d06

30 files changed

+49
-49
lines changed

.azure-pipelines/noop-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pr:
77

88
# Global variables
99
variables:
10-
dotnetCoreSdkLatestVersion: 10.0.100-preview.5.25277.114
10+
dotnetCoreSdkLatestVersion: 10.0.100-preview.6.25358.103
1111
OriginalCommitId: $[coalesce(variables['System.PullRequest.SourceCommitId'], variables['Build.SourceVersion'])] # required by update-github-status
1212
TargetBranch: $[variables['System.PullRequest.TargetBranch']]
1313

.azure-pipelines/ultimate-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ schedules:
5656
# Global variables
5757
variables:
5858
buildConfiguration: Release
59-
dotnetCoreSdkLatestVersion: 10.0.100-preview.5.25277.114
59+
dotnetCoreSdkLatestVersion: 10.0.100-preview.6.25358.103
6060
# This is required until we're out of rc.
6161
# After GA we can do a find and replace and get rid of this
62-
dotnetCoreSdkLatestVersionShort: 10.0.100-preview.5
62+
dotnetCoreSdkLatestVersionShort: 10.0.100-preview.6
6363
nativeBuildDotnetSdkVersion: 7.0.306
6464
relativeArtifacts: /tracer/src/bin/artifacts
6565
monitoringHome: $(System.DefaultWorkingDirectory)/shared/bin/monitoring-home

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"context": "../tracer/build/_build",
88
"build": {
99
"args": {
10-
"DOTNETSDK_VERSION": "10.0.100-preview.5.25277.114"
10+
"DOTNETSDK_VERSION": "10.0.100-preview.6.25358.103"
1111
}
1212
},
1313
// Allow access to host machine

.github/actions/run-in-docker/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
shell: bash
1818
run: |
1919
docker build \
20-
--build-arg DOTNETSDK_VERSION=10.0.100-preview.5.25277.114 \
20+
--build-arg DOTNETSDK_VERSION=10.0.100-preview.6.25358.103 \
2121
--tag dd-trace-dotnet/${{ inputs.baseImage }}-builder \
2222
--target builder \
2323
--file "${GITHUB_WORKSPACE}/tracer/build/_build/docker/${{ inputs.baseImage }}.dockerfile" \

.github/workflows/auto_add_vnext_milestone_to_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
2424
with:
25-
dotnet-version: '10.0.100-preview.5.25277.114'
25+
dotnet-version: '10.0.100-preview.6.25358.103'
2626

2727
- name: "Assign to vNext Milestone"
2828
run: ./tracer/build.sh AssignPullRequestToMilestone

.github/workflows/auto_bump_test_package_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
3737
with:
38-
dotnet-version: '10.0.100-preview.5.25277.114'
38+
dotnet-version: '10.0.100-preview.6.25358.103'
3939

4040
- name: "Regenerating package versions"
4141
run: .\tracer\build.ps1 GeneratePackageVersions

.github/workflows/auto_check_snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
2121
with:
22-
dotnet-version: '10.0.100-preview.5.25277.114'
22+
dotnet-version: '10.0.100-preview.6.25358.103'
2323

2424
- name: "Check Snapshots"
2525
run: ./tracer/build.sh SummaryOfSnapshotChanges

.github/workflows/auto_create_version_bump_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
5656
with:
57-
dotnet-version: '10.0.100-preview.5.25277.114'
57+
dotnet-version: '10.0.100-preview.6.25358.103'
5858

5959
- name: "Update Changelog"
6060
run: .\tracer\build.ps1 UpdateChangeLog

.github/workflows/auto_delete_hotfix_branch_post_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
3333
with:
34-
dotnet-version: '10.0.100-preview.5.25277.114'
34+
dotnet-version: '10.0.100-preview.6.25358.103'
3535

3636
- name: "Output current version"
3737
id: versions

.github/workflows/auto_label_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
2020
with:
21-
dotnet-version: '10.0.100-preview.5.25277.114'
21+
dotnet-version: '10.0.100-preview.6.25358.103'
2222

2323
- name: "Add labels"
2424
run: ./tracer/build.sh AssignLabelsToPullRequest

0 commit comments

Comments
 (0)