We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82c9c12 + 1b6635a commit 12ca240Copy full SHA for 12ca240
Confuser.MSBuild.Tasks/build/Confuser.MSBuild.targets
@@ -19,6 +19,11 @@
19
<ConfuserProject Condition="Exists('$(MSBuildProjectDirectory)\$(MSBuildProjectName).crproj')">$(MSBuildProjectDirectory)\$(MSBuildProjectName).crproj</ConfuserProject>
20
</PropertyGroup>
21
22
+ <PropertyGroup Condition="'$(ConfuserKeyFile)' != ''">
23
+ <ConfuserKeyFile Condition="!Exists('$(ConfuserKeyFile)')">$(MSBuildProjectDirectory)$(ConfuserKeyFile)</ConfuserKeyFile>
24
+ <ConfuserKeyFile Condition="!Exists('$(ConfuserKeyFile)')"></ConfuserKeyFile>
25
+ </PropertyGroup>
26
+
27
<PropertyGroup>
28
<ConfuserExDependsOn>
29
CreateConfuserProject;
0 commit comments