Skip to content

Commit a4b826c

Browse files
committed
don't embed EA dll, debug for repo path for dll
1 parent e1fb717 commit a4b826c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/AddIn-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ jobs:
6161
- name: Checkout
6262
uses: actions/checkout@v4
6363
with:
64+
lfs: true
6465
fetch-depth: 0
66+
67+
- name: Verify interop dll
68+
run: dir AddIn\Lib
6569

6670
# Install the .NET Core workload
6771
- name: Install .NET Core

AddIn/Itemis_Integrate_EA_Example_AddIn_Tests/Itemis_Integrate_EA_Example_AddIn_Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
<ItemGroup>
2828
<Reference Include="Interop.EA">
2929
<HintPath>$(ProjectDir)..\Lib\Interop.EA.dll</HintPath>
30-
<EmbedInteropTypes>True</EmbedInteropTypes>
31-
<Private>True</Private>
30+
<EmbedInteropTypes>False</EmbedInteropTypes>
3231
</Reference>
3332
</ItemGroup>
3433

0 commit comments

Comments
 (0)