From 6f17fc9cf1c3a1926e211c98b9a4d596b749abb2 Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Tue, 13 Dec 2022 14:09:28 -0800 Subject: [PATCH] Add a missing paranth to rid inference. --- ...Microsoft.NET.RuntimeIdentifierInference.targets | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.RuntimeIdentifierInference.targets b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.RuntimeIdentifierInference.targets index 469c238029e8..73c6643b6053 100644 --- a/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.RuntimeIdentifierInference.targets +++ b/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.RuntimeIdentifierInference.targets @@ -83,12 +83,13 @@ Copyright (c) .NET Foundation. All rights reserved. ( '$(SelfContained)' == 'true' or ('$(_IsPublishing)' == 'true' and - ( - '$(PublishReadyToRun)' == 'true' or - '$(PublishSingleFile)' == 'true' or - '$(PublishAot)' == 'true' - ) - )">true + ( + '$(PublishReadyToRun)' == 'true' or + '$(PublishSingleFile)' == 'true' or + '$(PublishAot)' == 'true' + ) + ) + )">true