You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting EnableSdkContainerDebugging to true it breaks our compilation because we have ContainerImageTags set. The error is Both ContainerImageTag and ContainerImageTags were provided, but only one or the other is allowed. If I remove EnableSdkContainerDebugging the error goes away, but then the launchProfile for SdkContainer no longer works.
@Cjewett this is with the VS/VSCode tooling I expect? If so then ContainerImageTags may need to have a Condition added if/when the container debugging is enabled :-/
When setting EnableSdkContainerDebugging to true it breaks our compilation because we have ContainerImageTags set. The error is
Both ContainerImageTag and ContainerImageTags were provided, but only one or the other is allowed
. If I remove EnableSdkContainerDebugging the error goes away, but then the launchProfile for SdkContainer no longer works.Using SDK 8.0.204
The text was updated successfully, but these errors were encountered: