From fd0252c49c4c95a841c7dcbf0f76a471be51893c Mon Sep 17 00:00:00 2001 From: Tom Deseyn Date: Wed, 15 Feb 2023 10:34:42 +0100 Subject: [PATCH] eng/SourceBuild.props: remove dangling SourceBuildNonPortable. --- eng/SourceBuild.props | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props index 4f907f62538fd5..43ea8e32792d69 100644 --- a/eng/SourceBuild.props +++ b/eng/SourceBuild.props @@ -9,8 +9,7 @@ ./build.sh - $([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier) - $(__DistroRid) + $([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier) <_targetRidPlatformIndex>$(TargetRid.LastIndexOf('-'))