Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion src/tests/tracing/eventcounter/runtimecounters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<!-- Hack to get NativeAOT assemblies into IlcReference
In CoreCLR tests, these assemblies get copied to CORE_ROOT, which NativeAOT doesn't use
-->
<Import Project="$(RepoRoot)eng/liveBuilds.targets" Condition="'$(TestBuildMode)' == 'nativeaot'" />
<!-- Get all the *.dll files that has IsNative != "true"-->
<Target Name="GetRequiredNativeAOTAssemblies"
DependsOnTargets="ResolveLibrariesRuntimeFilesFromLocalBuild"
Expand Down
1 change: 0 additions & 1 deletion src/tests/tracing/eventpipe/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

<!-- EventPipe tests use Microsoft.Extensions.Logging and getting its dependencies require this workaround for NativeAOT
-->
<Import Project="$(RepoRoot)eng/liveBuilds.targets" Condition="'$(TestBuildMode)' == 'nativeaot'" />
<!-- Get all the *.dll files that has IsNative != "true"-->
<Target Name="GetRequiredNativeAOTAssemblies"
DependsOnTargets="ResolveLibrariesRuntimeFilesFromLocalBuild"
Expand Down