Skip to content

Commit 76427c8

Browse files
committed
Revert "Set permanent isolation"
This reverts commit e6ed08c.
1 parent 4163231 commit 76427c8

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

source/RevitLookup/RevitLookup.addin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<VendorDescription>Lookup Foundation, https://github.com/lookup-foundation</VendorDescription>
1010
</AddIn>
1111
<ManifestSettings>
12-
<UseRevitContext>True</UseRevitContext>
12+
<UseRevitContext>False</UseRevitContext>
1313
<ContextName>RevitLookup</ContextName>
1414
</ManifestSettings>
1515
</RevitAddIns>

source/RevitLookup/RevitLookup.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
<!-- https://github.com/Nice3point/Revit.Build.Tasks -->
1919
<PropertyGroup>
2020
<DeployRevitAddin>true</DeployRevitAddin>
21-
<IsRepackable>true</IsRepackable>
22-
<!-- Isolation is broken at the Revit level now -->
23-
<!-- <IsRepackable Condition="'$(RevitVersion)' &lt; '2026'">true</IsRepackable> -->
21+
<IsRepackable Condition="'$(RevitVersion)' &lt; '2026'">true</IsRepackable>
2422
<RepackBinariesExcludes>LookupEngine*.dll</RepackBinariesExcludes>
2523
</PropertyGroup>
2624

@@ -60,7 +58,7 @@
6058
</ItemGroup>
6159

6260
<ItemGroup>
63-
<ProjectReference Include="..\LookupEngine\source\LookupEngine\LookupEngine.csproj"/>
61+
<ProjectReference Include="..\LookupEngine\source\LookupEngine\LookupEngine.csproj" />
6462
<ProjectReference Include="..\RevitLookup.Abstractions\RevitLookup.Abstractions.csproj"/>
6563
<ProjectReference Include="..\RevitLookup.Common\RevitLookup.Common.csproj"/>
6664
<ProjectReference Include="..\RevitLookup.UI.Framework\RevitLookup.UI.Framework.csproj"/>

0 commit comments

Comments
 (0)