We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd32c0 commit b7d9e8cCopy full SHA for b7d9e8c
src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj
@@ -8,8 +8,7 @@
8
<!-- WebDriver is not strong-named, so this test project cannot be strong named either. -->
9
<SignAssembly>false</SignAssembly>
10
<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>
+ <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
13
</PropertyGroup>
14
15
<ItemGroup>
0 commit comments