From 8ef07dc2d1a5d45efd5ea500c701289314a3e411 Mon Sep 17 00:00:00 2001 From: Phil Asmar Date: Tue, 11 Jan 2022 13:26:00 -0500 Subject: [PATCH] fix: deployment bundle settings not appearing for redeployment --- src/AWS.Deploy.Common/Recommendation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AWS.Deploy.Common/Recommendation.cs b/src/AWS.Deploy.Common/Recommendation.cs index 8180d1170..98c89cf3c 100644 --- a/src/AWS.Deploy.Common/Recommendation.cs +++ b/src/AWS.Deploy.Common/Recommendation.cs @@ -29,7 +29,7 @@ public class Recommendation : IUserInputOption public DeploymentBundle DeploymentBundle { get; } - private readonly List DeploymentBundleSettings = new (); + public readonly List DeploymentBundleSettings = new (); private readonly Dictionary _replacementTokens = new();