From bec7063ae6bef19c4deb62afab7c529e739bbfa9 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 4 Oct 2022 13:21:14 -0700 Subject: Fix tracking of detached containers Detached containers were being tracked as both a BuiltContentOutput and Temporary file. That caused the detached containers to be cleaned up and unavailable for the bundle after the build. Also removed the unused ITrackedFile.Clean property. --- src/api/wix/WixToolset.Extensibility/Data/ITrackedFile.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/api') diff --git a/src/api/wix/WixToolset.Extensibility/Data/ITrackedFile.cs b/src/api/wix/WixToolset.Extensibility/Data/ITrackedFile.cs index df36bd2b..771531e8 100644 --- a/src/api/wix/WixToolset.Extensibility/Data/ITrackedFile.cs +++ b/src/api/wix/WixToolset.Extensibility/Data/ITrackedFile.cs @@ -9,11 +9,6 @@ namespace WixToolset.Extensibility.Data /// public interface ITrackedFile { - /// - /// Indicates whether the tracked file should be cleaned by the project. - /// - bool Clean { get; set; } - /// /// Path to tracked file. /// -- cgit v1.2.3-55-g6feb