Skip to content

Commit

Permalink
Fixed documentation bug for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
SommerEngineering committed Jan 12, 2020
1 parent 1e98e7a commit a5a9a1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Encrypter/Encrypter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>C:\Users\Thorsten\Downloads\repos\Encrypter\Encrypter\Encrypter.xml</DocumentationFile>
<DocumentationFile>$(MSBuildThisFileDirectory)\Encrypter.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>$(MSBuildThisFileDirectory)\Encrypter.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a5a9a1e

Please sign in to comment.