Actions: Disable the CLR tracer in C# autobuild test

Ensure that this succeeds even if the legacy CLR tracer is not enabled.
The combination of the regular tracer and the SIP workaround within Actions
should be sufficient for this to pass.
This commit is contained in:
Aditya Sharad
2022-07-25 14:35:50 -07:00
parent dc1c51db28
commit 58faf9d60c
2 changed files with 16 additions and 0 deletions

View File

@@ -49,6 +49,14 @@ jobs:
languages: csharp
tools: ${{ steps.prepare-test.outputs.tools-url }}
- uses: ./../action/autobuild
env:
# Explicitly disable the CLR tracer.
COR_ENABLE_PROFILING: ''
COR_PROFILER: ''
COR_PROFILER_PATH_64: ''
CORECLR_ENABLE_PROFILING: ''
CORECLR_PROFILER: ''
CORECLR_PROFILER_PATH_64: ''
- uses: ./../action/analyze
env:
TEST_MODE: true