Skip to content

Commit b7d9e8c

Browse files
authored
FIxup2 (#23618)
1 parent dcd32c0 commit b7d9e8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<!-- WebDriver is not strong-named, so this test project cannot be strong named either. -->
99
<SignAssembly>false</SignAssembly>
1010
<IsTestAssetProject>true</IsTestAssetProject>
11-
<!-- We are unable to specify a RID via the commandline. Workaround by assuming linux-x64 when building in release. -->
12-
<RuntimeIdentifier Condition="'$(Configuration)' == 'Release'">linux-x64</RuntimeIdentifier>
11+
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
1312
</PropertyGroup>
1413

1514
<ItemGroup>

0 commit comments

Comments
 (0)