From c18ed0c38b20c2f5e1de69e51fa4a6e1e305a56d Mon Sep 17 00:00:00 2001 From: VS MobileTools Engineering Service 2 Date: Wed, 8 Feb 2023 03:37:09 -0500 Subject: [PATCH] [release/7.0.1xx-xcode14.2] Imports the .user.env file if exists and the build is from VS (#17467) This will allow the latest runtime identifier values to be evaluated in time during the MSBuild property evaluation phase. Related and dependent of this PR: https://github.com/xamarin/XamarinVS/pull/13606 Backport of #17466 Co-authored-by: Mauro Agnoletti --- dotnet/targets/Xamarin.Shared.Sdk.props | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.props b/dotnet/targets/Xamarin.Shared.Sdk.props index a8dcdb5e04..5e90c70c21 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.props +++ b/dotnet/targets/Xamarin.Shared.Sdk.props @@ -7,7 +7,10 @@ - + + + + true