Use portable BuildRid instead of distro specific rid
This commit is contained in:
parent
266aaabc46
commit
0ee472fc9e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<!-- DOTNET_ROOT is not set when running the test, so the testhost looks in the global installation location for preview framework assemblies, which aren't there -->
|
||||
<!-- As a workaround, just publish self-contained to copy the framework assemblies from the local sdk -->
|
||||
<SelfContained>true</SelfContained>
|
||||
<RuntimeIdentifier>$(BuildRid)</RuntimeIdentifier>
|
||||
<RuntimeIdentifier>$([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier)</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue