Skip to content

Commit 12ca240

Browse files
authored
Merge 1b6635a into 82c9c12
2 parents 82c9c12 + 1b6635a commit 12ca240

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Confuser.MSBuild.Tasks/build/Confuser.MSBuild.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<ConfuserProject Condition="Exists('$(MSBuildProjectDirectory)\$(MSBuildProjectName).crproj')">$(MSBuildProjectDirectory)\$(MSBuildProjectName).crproj</ConfuserProject>
2020
</PropertyGroup>
2121

22+
<PropertyGroup Condition="'$(ConfuserKeyFile)' != ''">
23+
<ConfuserKeyFile Condition="!Exists('$(ConfuserKeyFile)')">$(MSBuildProjectDirectory)$(ConfuserKeyFile)</ConfuserKeyFile>
24+
<ConfuserKeyFile Condition="!Exists('$(ConfuserKeyFile)')"></ConfuserKeyFile>
25+
</PropertyGroup>
26+
2227
<PropertyGroup>
2328
<ConfuserExDependsOn>
2429
CreateConfuserProject;

0 commit comments

Comments
 (0)