Skip to content

Add DOTNET_ROOT values for windows integration tests #7346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 105 commits into
base: dotnet10/UpdateToPreview
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
105 commits
Select commit Hold shift + click to select a range
11cb4f6
Add .net 10 to samples
NachoEchevarria Jul 2, 2025
e982fc9
Fixes required to compile samples locally
NachoEchevarria Jul 2, 2025
7d0db2d
update pipeline and docker files
NachoEchevarria Jul 2, 2025
9c17007
install dotnet preview manually
NachoEchevarria Jul 2, 2025
620b2b4
undo
NachoEchevarria Jul 2, 2025
7447407
Avoid compilation errors
NachoEchevarria Jul 2, 2025
ce89ba1
Fix compilation errors
NachoEchevarria Jul 3, 2025
4616b86
fix compile errors
NachoEchevarria Jul 3, 2025
ce71421
Update tracer/test/test-applications/security/Samples.Security.AspNet…
NachoEchevarria Jul 3, 2025
93e6f95
Update tracer/test/test-applications/integrations/Samples.Instrumente…
NachoEchevarria Jul 3, 2025
0ae9654
Update tracer/test/test-applications/integrations/Samples.Instrumente…
NachoEchevarria Jul 3, 2025
cf99941
Update tracer/test/test-applications/integrations/Samples.Instrumente…
NachoEchevarria Jul 3, 2025
3ae901c
Update tracer/src/Datadog.Trace.Coverage.collector/FiltersHelper.cs
NachoEchevarria Jul 3, 2025
a01f565
Update tracer/test/test-applications/integrations/Samples.Instrumente…
NachoEchevarria Jul 3, 2025
7d0a4dd
Update tracer/src/Datadog.Trace.Coverage.collector/FiltersHelper.cs
NachoEchevarria Jul 3, 2025
d4949d7
update Samples security sample, use latest .net10 packages
NachoEchevarria Jul 3, 2025
b486c13
Remove <NoWarn>NU1510</NoWarn>
NachoEchevarria Jul 3, 2025
ca2d07b
modify sha
NachoEchevarria Jul 3, 2025
4ef5e88
install .net 10 by script
NachoEchevarria Jul 4, 2025
810ca6e
update build.ps1
NachoEchevarria Jul 4, 2025
94951dc
update build project
NachoEchevarria Jul 4, 2025
bbd911b
update script
NachoEchevarria Jul 4, 2025
58b06cc
Fix error in script
NachoEchevarria Jul 4, 2025
7bce71d
update build.ps1
NachoEchevarria Jul 4, 2025
f12e23a
update script
NachoEchevarria Jul 4, 2025
919ecfc
Fix
NachoEchevarria Jul 4, 2025
405c2ad
another try
NachoEchevarria Jul 4, 2025
1fad277
Another try
NachoEchevarria Jul 4, 2025
f3320ea
update pipeline sdk short name
NachoEchevarria Jul 4, 2025
b3343d2
Launch .Net10 tests
NachoEchevarria Jul 4, 2025
f383f75
Show info
NachoEchevarria Jul 4, 2025
722197a
comment dotnetroot
NachoEchevarria Jul 4, 2025
a1e4478
small fixes
NachoEchevarria Jul 4, 2025
203a5af
fix typo
andrewlock Jul 14, 2025
38d00eb
Add hacky workaround for old buster repositories
andrewlock Jul 14, 2025
9d78896
Update alpine image
andrewlock Jul 15, 2025
8103949
Add missing .NET 9 runtime for integration tests
andrewlock Jul 15, 2025
35cca17
Add missing net10 samples
andrewlock Jul 15, 2025
e85d026
Use other managed devops pool (that has been updated with new SDKs)
andrewlock Jul 15, 2025
6ee1103
Add .NET to the install list
andrewlock Jul 15, 2025
43c45f2
Add smoke tests for .NET 10
andrewlock Jul 15, 2025
ae116af
Revert "Show info"
andrewlock Jul 16, 2025
3ccdcf6
Revert "Another try"
andrewlock Jul 16, 2025
37c292b
Revert "another try"
andrewlock Jul 16, 2025
6a577e1
Revert "Fix"
andrewlock Jul 16, 2025
5c75c70
Revert "update script"
andrewlock Jul 16, 2025
0de4147
Revert "update build.ps1"
andrewlock Jul 16, 2025
1734aed
Revert "Fix error in script"
andrewlock Jul 16, 2025
ed22944
Revert "update script"
andrewlock Jul 16, 2025
db34cc3
Revert "update build.ps1"
andrewlock Jul 16, 2025
b780d4d
Revert "install .net 10 by script"
andrewlock Jul 16, 2025
d28e9c7
Print drive space infor
andrewlock Jul 16, 2025
686f107
Update supported built-in integration versions
andrewlock Jul 16, 2025
b9e968c
Update Nuke dependencies
andrewlock Jul 16, 2025
edf28f4
Update generated code
andrewlock Jul 16, 2025
0dc6fab
Try to debug drive space usage
andrewlock Jul 16, 2025
406a772
Fix gitlab image
andrewlock Jul 16, 2025
edabffa
Revert "Try to debug drive space usage"
andrewlock Jul 16, 2025
e2232e0
Fix .NET FX3.5 install (which is currently broken)
andrewlock Jul 16, 2025
bc403f0
Update snapshots for alpine:3.17
andrewlock Jul 16, 2025
540f005
Use new pre-built VMs for linux
andrewlock Jul 18, 2025
e516c0c
Use new pre-built VMs for linux arm64
andrewlock Jul 18, 2025
b922f56
Fix tests not running by updating Verify.Xunit
NachoEchevarria Jul 23, 2025
8201a54
Add exclusion for SSI warning in smoke tests
andrewlock Jul 23, 2025
2ae1325
Update xunit
andrewlock Jul 23, 2025
8012afe
Update to latest xunit and fix some errors
andrewlock Jul 24, 2025
c99488c
Fix more xunit build errors
andrewlock Jul 24, 2025
c9ab95b
Update Datadog.Trace.Tools.Analyzers.Tests to use the newer library-a…
andrewlock Jul 24, 2025
3b24c1d
test removing verify from Datadog.Trace.Tools.Runner.Tests
NachoEchevarria Jul 24, 2025
a908aaf
fix
NachoEchevarria Jul 24, 2025
ddaa0cd
Restore previous Verify.Xunit version
NachoEchevarria Jul 24, 2025
deb5e96
Update to preview 6
andrewlock Jul 24, 2025
98a73d2
Update linux smoke VMs to use the same base versions
andrewlock Jul 24, 2025
a69d323
Fix typo
andrewlock Jul 24, 2025
fdd9809
Attempt to fix failing Linux tests
bouwkast Jul 24, 2025
6100d14
Fix stopwatch tests
andrewlock Jul 25, 2025
83c3978
Fix gitlab build hash
andrewlock Jul 25, 2025
f046e5d
Fix process reading code to try to avoid deadlocks
andrewlock Jul 25, 2025
39e103f
Fix ASM sqlite issue
andrewlock Jul 25, 2025
6f33626
Fix Process disposal
andrewlock Jul 25, 2025
57d816f
Update SSI tests for .NET 10 (preview)
andrewlock Jul 25, 2025
25d1045
Fix compilation error
NachoEchevarria Jul 28, 2025
5cecce6
Fix .NET 10 CompileTrimmingSamples
NachoEchevarria Jul 29, 2025
46b1a8c
Add log info to time test. Fix instrumentation test.
NachoEchevarria Jul 30, 2025
1aa305b
Update GeneratePackageVersions
NachoEchevarria Jul 30, 2025
0b02cd3
Merge branch 'master' into dotnet10/UpdateToPreview
NachoEchevarria Jul 30, 2025
97cd799
Atempt to fix Azure Functions for .NET 10
bouwkast Jul 30, 2025
68c4e19
Fix flaky UtcNow_IsMonotonic test
NachoEchevarria Jul 31, 2025
537f391
Sqlite error in Alpine
NachoEchevarria Jul 31, 2025
b994e19
Filter out the ExitApp Span
bouwkast Jul 31, 2025
3054b43
Merge branch 'master' into dotnet10/UpdateToPreview
NachoEchevarria Aug 1, 2025
144b672
Undo Sqlite error in Alpine
NachoEchevarria Aug 1, 2025
d526168
Target .NET 8.0 for instrumentation tests
bouwkast Aug 1, 2025
c3dd3d3
Try to make global.json to use .NET 8
bouwkast Aug 4, 2025
bd4513a
Revert "Try to make global.json to use .NET 8"
bouwkast Aug 5, 2025
f93064c
Revert "Target .NET 8.0 for instrumentation tests"
bouwkast Aug 5, 2025
632c5e0
Try a different way to get .NET 8 over .NET 10
bouwkast Aug 5, 2025
97c4111
Merge branch 'master' into dotnet10/UpdateToPreview
bouwkast Aug 5, 2025
263840f
Fix BaggageInSpanTags test
bouwkast Aug 5, 2025
ba8c5ab
Swap publish to be self contained
bouwkast Aug 5, 2025
64ca647
Merge remote-tracking branch 'origin/master' into dotnet10/UpdateToPr…
andrewlock Aug 6, 2025
1857f59
Merge branch 'master' into dotnet10/UpdateToPreview
NachoEchevarria Aug 6, 2025
7ba332f
Merge remote-tracking branch 'origin/master' into dotnet10/UpdateToPr…
andrewlock Aug 6, 2025
45af633
Add DOTNET_ROOT values for windows integration tests
andrewlock Aug 5, 2025
c2b8915
try-fix-escaping
andrewlock Aug 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/noop-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pr:

# Global variables
variables:
dotnetCoreSdkLatestVersion: 9.0.203
dotnetCoreSdkLatestVersion: 10.0.100-preview.6.25358.103
OriginalCommitId: $[coalesce(variables['System.PullRequest.SourceCommitId'], variables['Build.SourceVersion'])] # required by update-github-status
TargetBranch: $[variables['System.PullRequest.TargetBranch']]

Expand Down
7 changes: 7 additions & 0 deletions .azure-pipelines/steps/install-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ steps:
version: 8.0.x
retryCountOnTaskFailure: 5

- task: UseDotNet@2
displayName: install dotnet core ${{ parameters.packageType }} 8.0
inputs:
packageType: ${{ parameters.packageType }}
version: 9.0.x
retryCountOnTaskFailure: 5

- task: UseDotNet@2
displayName: install latest dotnet core sdk
inputs:
Expand Down
Loading
Loading