Commit b9a2c0e
authored
Fix the
## Summary of changes
Fixes the `verify_app_trimming_changes_are_persisted` job
## Reason for change
The trimming job is currently trying to build the native code, but
[we're getting this
error](https://github.com/DataDog/dd-trace-dotnet/actions/runs/17909695789/job/50921858072?pr=7287):
```
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Microsoft\VC\v170\Microsoft.Cpp.WindowsSDK.targets(46,5):
error MSB8036: The Windows SDK version 10.0.19041.0 was not found.
Install the required version of Windows SDK or change the SDK version in the project property
pages or by right-clicking the solution and selecting "Retarget solution".
```
We only need to build the managed code to regenerate the trimming file,
so fix that
## Implementation details
`BuildTracerHome` -> `BuildManagedTracerHome`
## Test coverage
If this PR passes, we're good
## Other details
Blocking CI in generalverify_app_trimming_changes_are_persisted job (#7542)1 parent 6a6d4e9 commit b9a2c0e
File tree
1 file changed
+1
-1
lines changed- .github/workflows
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments