Skip to content

Commit 3188d8a

Browse files
committed
Still trying to fix signing for All.
1 parent 5f2aa13 commit 3188d8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/sign.proj

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@
4646
ToolsPath="$(SigningToolsPath)" />
4747
</Target>
4848

49-
<Target Name="BeforeAll" BeforeTargets="All">
49+
<Target Name="BeforeAll">
50+
<Message Importance="high" Text="Sign: BeforeAll started" />
5051
<PropertyGroup>
5152
<DisableSigning>true</DisableSigning>
5253
</PropertyGroup>
5354
</Target>
5455

55-
<Target Name="All" DependsOnTargets="net452;netstandard20">
56+
<Target Name="All" DependsOnTargets="BeforeAll;net452;netstandard20">
5657
<Message Importance="high" Text="Sign: All started" />
5758
<PropertyGroup>
5859
<DisableSigning>false</DisableSigning>

0 commit comments

Comments
 (0)