Skip to content

Commit 3c9c38f

Browse files
committed
Still trying to make All signing to work.
1 parent 3188d8a commit 3c9c38f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/sign.proj

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</ItemGroup>
3434
</Target>
3535

36-
<Target Name="SignFiles" AfterTargets="net452;netstandard20" Condition="'$(DisableSigning)' != 'true'">
36+
<Target Name="SignFiles" AfterTargets="net452;netstandard20;All" Condition="'$(DisableSigning)' != 'true'">
3737
<Message Importance="high" Text="Sign: task started" />
3838
<CodeSigningTask
3939
Description="$(Description)"
@@ -58,6 +58,5 @@
5858
<PropertyGroup>
5959
<DisableSigning>false</DisableSigning>
6060
</PropertyGroup>
61-
<CallTarget Targets="SignFiles"/>
6261
</Target>
6362
</Project>

0 commit comments

Comments
 (0)