aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/LayoutContext.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-03-16 16:12:50 -0700
committerRob Mensching <rob@firegiant.com>2021-03-16 16:16:02 -0700
commitfb2e8cb8a28a2a1a84909a8793a57d0d575da610 (patch)
treeb16b703c6ec142413878ccfcbc8fada467d9fc47 /src/WixToolset.Core/LayoutContext.cs
parentbf9daf7547175f7a17b949feaeaa9f3cac388073 (diff)
downloadwix-fb2e8cb8a28a2a1a84909a8793a57d0d575da610.tar.gz
wix-fb2e8cb8a28a2a1a84909a8793a57d0d575da610.tar.bz2
wix-fb2e8cb8a28a2a1a84909a8793a57d0d575da610.zip
Make ResetAcl opt-in instead of opt-out
Diffstat (limited to 'src/WixToolset.Core/LayoutContext.cs')
-rw-r--r--src/WixToolset.Core/LayoutContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/LayoutContext.cs b/src/WixToolset.Core/LayoutContext.cs
index e4c8db7c..deb5057f 100644
--- a/src/WixToolset.Core/LayoutContext.cs
+++ b/src/WixToolset.Core/LayoutContext.cs
@@ -33,7 +33,7 @@ namespace WixToolset.Core
33 33
34 public string BuiltOutputsFile { get; set; } 34 public string BuiltOutputsFile { get; set; }
35 35
36 public bool SuppressAclReset { get; set; } 36 public bool ResetAcls { get; set; }
37 37
38 public CancellationToken CancellationToken { get; set; } 38 public CancellationToken CancellationToken { get; set; }
39 } 39 }