FIxup2 (#23618)
This commit is contained in:
parent
dcd32c0d14
commit
b7d9e8cfea
|
|
@ -8,8 +8,7 @@
|
||||||
<!-- WebDriver is not strong-named, so this test project cannot be strong named either. -->
|
<!-- WebDriver is not strong-named, so this test project cannot be strong named either. -->
|
||||||
<SignAssembly>false</SignAssembly>
|
<SignAssembly>false</SignAssembly>
|
||||||
<IsTestAssetProject>true</IsTestAssetProject>
|
<IsTestAssetProject>true</IsTestAssetProject>
|
||||||
<!-- We are unable to specify a RID via the commandline. Workaround by assuming linux-x64 when building in release. -->
|
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
||||||
<RuntimeIdentifier Condition="'$(Configuration)' == 'Release'">linux-x64</RuntimeIdentifier>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue