Skip to content

Commit c2bf65f

Browse files
committed
different env usage for dll location
1 parent 2d4836f commit c2bf65f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/AddIn-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ jobs:
6363
with:
6464
lfs: true
6565
fetch-depth: 0
66-
67-
- name: Verify interop dll
68-
run: dir AddIn\Lib
6966

7067
# Install the .NET Core workload
7168
- name: Install .NET Core

AddIn/Itemis_Integrate_EA_Example_AddIn_Tests/Itemis_Integrate_EA_Example_AddIn_Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@
2626

2727
<ItemGroup>
2828
<Reference Include="Interop.EA">
29-
<HintPath>$(ProjectDir)..\Lib\Interop.EA.dll</HintPath>
29+
<HintPath>$(MSBuildThisFileDirectory)..\Lib\Interop.EA.dll</HintPath>
3030
<EmbedInteropTypes>False</EmbedInteropTypes>
3131
<Private>True</Private>
32+
<SpecificVersion>False</SpecificVersion>
3233
</Reference>
3334
</ItemGroup>
3435

0 commit comments

Comments
 (0)