Skip to content

Commit 63a8d4d

Browse files
committed
Update the paths toward GitExtensions binaries
because it seems to not be uncompressed in the same place anymore so there is a mismatch between $(GitExtensionsPath) and the real folder :(
1 parent 7ef260a commit 63a8d4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitExtensions.AzureDevOpsCommitMessage/GitExtensions.AzureDevOpsCommitMessage.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
<!-- Reference to GitExtensions dlls. -->
3131
<ItemGroup>
3232
<Reference Include="GitUIPluginInterfaces">
33-
<HintPath>$(GitExtensionsPath)\GitUIPluginInterfaces.dll</HintPath>
33+
<HintPath>$(GitExtensionsPath)\..\GitUIPluginInterfaces.dll</HintPath>
3434
</Reference>
3535
<Reference Include="GitExtUtils">
36-
<HintPath>$(GitExtensionsPath)\GitExtUtils.dll</HintPath>
36+
<HintPath>$(GitExtensionsPath)\..\GitExtUtils.dll</HintPath>
3737
</Reference>
3838
<Reference Include="ResourceManager">
39-
<HintPath>$(GitExtensionsPath)\ResourceManager.dll</HintPath>
39+
<HintPath>$(GitExtensionsPath)\..\ResourceManager.dll</HintPath>
4040
</Reference>
4141
</ItemGroup>
4242

0 commit comments

Comments
 (0)