Skip to content

Commit

Permalink
Fixed wrong conditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkinsella committed Nov 7, 2019
1 parent 8c76db8 commit beada2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Workshell.PE/Workshell.PE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\bin\release</OutputPath>
<DefineConstants>TRACE;SIGN</DefineConstants>
<DefineConstants>TRACE;SIGNED</DefineConstants>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit beada2b

Please sign in to comment.